@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,500;1,14..32,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text, .journey-landing .contact-form .form-contact form .form-item textarea {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  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:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

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

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

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

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

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

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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;
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

.text-truncate {
  overflow: hidden;
  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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-brands-400.eot");
  src: url("../libs/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-regular-400.eot");
  src: url("../libs/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../libs/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  background-color: white;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text, .journey-landing .contact-form .form-contact form .form-item textarea {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top 0.5625rem right 0.5625rem;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  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:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

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

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

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

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

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

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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;
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

.text-truncate {
  overflow: hidden;
  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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-brands-400.eot");
  src: url("../libs/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-regular-400.eot");
  src: url("../libs/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../libs/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../libs/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../libs/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../libs/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../libs/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  background-color: white;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "SlaitMonolineDEMO";
  src: url("Pacifico-Regular.eot");
  src: url("Pacifico-Regular.eot?#iefix") format("embedded-opentype"), url("Pacifico-Regular.woff2") format("woff2"), url("Pacifico-Regular.woff") format("woff"), url("Pacifico-Regular.ttf") format("truetype"), url("Pacifico-Regular.svg#Pacifico-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Helvetica";
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "SlaitMonolineDEMO";
  src: url("../fonts/Pacifico-Regular.eot");
  src: url("../fonts/Pacifico-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pacifico-Regular.woff2") format("woff2"), url("../fonts/Pacifico-Regular.woff") format("woff"), url("../fonts/Pacifico-Regular.ttf") format("truetype"), url("../fonts/Pacifico-Regular.svg#Pacifico-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-title-comfort {
  font-family: "SlaitMonolineDEMO";
  font-display: swap;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: unset;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

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

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.vt-h1,
.vt-h2,
.vt-h3,
.vt-h4,
.vt-h5 {
  line-height: 115%;
  font-weight: 500;
}

h1,
.vt-h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
}

h2,
.vt-h2 {
  font-size: 28px;
  line-height: 32px;
}

h3,
.vt-h3 {
  font-size: 24px;
  line-height: 30px;
}

h4,
.vt-h4 {
  font-size: 20px;
}

h5,
.vt-h5 {
  font-size: 18px;
}

.lock-body {
  height: 100vh;
  overflow: hidden;
}

.vt-h2.vt-title-block {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #002245;
}

@media screen and (max-width: 480px) {
  .vt-h2.vt-title-block {
    font-size: 20px;
  }
}
.vt-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.vt-body-2 {
  font-size: 14px;
  line-height: 28px;
}

.vt-hidden-res {
  display: block;
}

@media screen and (max-width: 480px) {
  .vt-hidden-res {
    display: none;
  }
}
.vt-btn {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 17px 22px;
  border-radius: 27px;
  border: 2px solid;
  background-color: transparent;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.on-des {
  visibility: visible;
  display: block;
}

@media screen and (max-width: 480px) {
  .on-des {
    visibility: hidden;
    display: none;
  }
}
.on-res {
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 480px) {
  .on-res {
    visibility: visible;
    display: block;
  }
}
.vt-btn.dark {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.vt-btn.dark svg path {
  fill: #1a1a1a;
}

.vt-btn.light {
  border-color: #ffffff;
  color: #ffffff;
}

.vt-btn.light svg path {
  fill: #ffffff;
}

.vt-btn:hover {
  background-color: #fddc00;
  color: #1a1a1a;
  border-color: transparent;
}

.vt-btn:hover svg path {
  fill: #1a1a1a;
}

.vt-btn.vt-tag {
  padding-top: 9px;
  padding-bottom: 9px;
}

.vt-btn.vt-tag:hover {
  background: unset;
  color: unset;
  border-color: unset;
}

#path-1-inside-1 {
  fill: #ffffff;
}

svg.icon-right path {
  fill: #ffffff;
}

.btn-play {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #ffffff;
  width: 70px;
  height: 70px;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-play svg {
  width: 24px;
  height: 24px;
  margin-right: -10px;
}

.btn-play svg polygon {
  fill: #ffffff;
}

.btn-play:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.btn-play.big {
  width: 100px;
  height: 100px;
}

.btn-play.big svg {
  width: 34px;
  height: 34px;
  margin-right: -14px;
}

.btn-play.big-big {
  width: 150px;
  height: 150px;
}

.btn-play.big-big svg {
  width: 50px;
  height: 50px;
  margin-right: -20px;
}

.t-main-header {
  padding: 0;
  z-index: 1111;
}

.region-header {
  position: fixed;
  top: 0;
  width: 100%;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.region-header.t-hide {
  opacity: 0;
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.region-header.t-show {
  opacity: 1;
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.region-header.show {
  opacity: 1;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.vt-menu {
  position: relative;
  padding: 0;
  height: 44px;
  line-height: 44px;
  display: block;
  background-color: #ffffff;
}

.vt-menu .text-dk {
  display: inline-block;
  font-size: 14px;
}

.vt-menu .text-dk a {
  font-weight: bold;
  color: #1a1a1a;
  float: left;
}

.vt-menu .text-dk a:last-child::before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.vt-menu .text-dk a:hover {
  color: #fddc00;
}

.vt-menu .text-dk p {
  margin-bottom: 0;
  float: left;
  margin-right: 5px;
}

.vt-menu .on-res.text-dk {
  display: none;
}

.vt-menu .on-res.text-dk p {
  display: none;
}

.vt-menu .on-res.text-dk.show {
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  line-height: 100%;
}

.vt-menu .on-res.text-dk.show a {
  color: #ffffff;
}

.vt-menu .navbar-brand {
  width: 26%;
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 46px;
  padding: 0;
  margin: 0;
}

.vt-menu .navbar-brand .img-logo-sg-bg {
  max-width: 162px;
}

.vt-menu .navbar-brand .img-logo-sg {
  margin-left: -4px;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vt-menu .vt-bar-top {
  width: 100%;
  height: 64px;
  background-color: #fddc00;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16px;
  position: absolute;
  top: 44px;
}

.vt-menu .navbar-toggler {
  padding: 0;
  color: #1a1a1a;
  border: none;
}

.vt-menu .vt-link-menu {
  position: absolute;
  top: 66px;
  right: 50px;
}

.vt-menu .vt-link-menu .nav-item {
  position: relative;
}

.vt-menu .wrap-search {
  position: relative;
}

.vt-menu .vt-form-search {
  margin-right: 150px;
  position: relative;
}

.vt-menu .vt-form-search input {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
}

.vt-menu .btn-search {
  position: absolute;
  right: 24px;
  top: 8px;
  padding: 0;
}

.vt-menu .navbar-collapse {
  padding-left: 50px;
  justify-content: space-between;
}

.vt-menu .navbar-logo {
  position: absolute;
  left: 266px;
}

.vt-menu .nav-item a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 16px;
}

.vt-menu .nav-item a:hover {
  color: #ffffff;
}

.vt-menu .nav-item .is-active {
  font-weight: 500;
  opacity: 1;
}

.vt-menu .form-lang {
  position: relative;
}

.vt-menu .form-lang svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.vt-menu .form-lang select {
  display: none;
  font-size: 14px;
  border-radius: 0;
  height: 44px;
  width: 100px;
  border: none;
  background-color: #1a1a1a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 24px;
}

.vt-menu .icon-wrap {
  position: absolute;
  right: 490px;
}

.vt-menu .icon-wrap a:not(:last-child) {
  margin-right: 32px;
}

@media screen and (max-width: 1199px) {
  .vt-menu .on-des {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .vt-menu .on-res {
    visibility: visible;
    display: block;
  }
}
@media (min-width: 1200px) {
  .vt-menu .nav-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .vt-menu {
    position: relative;
    display: block;
    text-align: right;
    padding: 0;
  }
  .vt-menu .icon-wrap {
    display: none;
  }
  .vt-menu .navbar-brand .logo-mobile {
    display: block;
  }
  .vt-menu .navbar-brand .logo-des {
    display: none;
  }
  .vt-menu .navbar-logo {
    left: 138px;
  }
  .vt-menu .vt-link-menu {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
  .vt-menu .vt-form-search {
    margin-right: 0px;
  }
  .vt-menu .vt-form-search input {
    width: 100%;
  }
  .vt-menu .navbar-brand {
    display: block;
    left: 12px;
  }
  .vt-menu .navbar-collapse {
    justify-content: unset;
    padding: 32px;
    padding-top: 150px;
    background-color: #002245;
  }
  .vt-menu .nav-item a {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding-left: 0;
    opacity: 0.6;
  }
  .vt-menu .vt-bar-top {
    position: relative;
    top: unset;
  }
}
.block-comfort-wrap {
  margin: 0 -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.block-comfort-wrap .block-wrap,
.block-comfort-wrap .block-wrap-first {
  padding: 15px;
}

.block-comfort-wrap .block-comfort .title-comfort-mc-1 {
  color: #1a1a1a;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #1a1a1a;
  border-top: 1px solid #000000;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .block-comfort-wrap .block-wrap-first {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .block-comfort-wrap {
    margin: 0;
  }
  .block-comfort-wrap .block-wrap {
    padding: 0;
  }
}
.block-comfort-wrap .block-comfort {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 50px;
  position: relative;
  min-height: 285px;
  height: 100%;
}

.block-comfort-wrap .block-comfort h2 {
  margin-bottom: 24px;
  position: relative;
  font-size: 50px;
  z-index: 1;
}

.block-comfort-wrap .block-comfort p {
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
}

.block-comfort-wrap .block-comfort .vt-btn {
  position: relative;
  z-index: 1;
}

.block-comfort-wrap .block-comfort .layer-overplay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-comfort-wrap .block-comfort .hover-content {
  margin-top: -140px;
  padding: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-comfort-wrap .block-comfort .hover-content p,
.block-comfort-wrap .block-comfort .hover-content .vt-btn {
  opacity: 0;
}

.block-comfort-wrap .block-comfort .hover-content h2.font-title-comfort {
  opacity: 1;
}

.block-comfort-wrap .block-comfort .hover-content .vt-btn {
  width: 150px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 12px;
}

.block-comfort-wrap .block-comfort:hover .layer-overplay,
.block-comfort-wrap .block-comfort:hover .hover-content {
  margin-top: 0;
  opacity: 1;
  top: 0;
  pointer-events: auto;
}

.block-comfort-wrap .block-comfort:hover .vt-btn,
.block-comfort-wrap .block-comfort:hover p {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .block-comfort-wrap .block-comfort .hover-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-comfort-wrap .block-comfort .layer-overplay,
  .block-comfort-wrap .block-comfort .hover-content {
    margin-top: 0;
    opacity: 1;
    top: 0;
    pointer-events: auto;
  }
  .block-comfort-wrap .block-comfort .layer-overplay {
    opacity: 0.5;
  }
  .block-comfort-wrap .block-comfort .hover-content .vt-btn,
  .block-comfort-wrap .block-comfort .hover-content p {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .block-comfort-wrap .block-comfort {
    min-height: 168px;
    padding: 0px;
  }
  .block-comfort-wrap .block-comfort .layer-overplay {
    pointer-events: none;
  }
  .block-comfort-wrap .block-comfort .hover-content {
    top: 0 !important;
    margin-top: 0;
    padding: 20px 16px;
  }
  .block-comfort-wrap .block-comfort .hover-content p {
    opacity: 1;
    position: absolute;
    bottom: 16px;
    left: 16px;
    margin-bottom: 0;
    width: 70%;
  }
}
.block-comfort-wrap > .block-wrap .layer-overplay,
.block-comfort-wrap > .block-wrap .hover-content {
  margin-top: 0;
  opacity: 1;
  top: 0;
  pointer-events: auto;
}

.block-comfort-wrap > .block-wrap .layer-overplay h2,
.block-comfort-wrap > .block-wrap .hover-content h2 {
  font-family: "Helvetica";
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.block-comfort-wrap > .block-wrap .layer-overplay p,
.block-comfort-wrap > .block-wrap .hover-content p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .block-comfort-wrap > .block-wrap .layer-overplay h2,
  .block-comfort-wrap > .block-wrap .hover-content h2 {
    font-size: 20px;
  }
  .block-comfort-wrap > .block-wrap .layer-overplay p,
  .block-comfort-wrap > .block-wrap .hover-content p {
    font-size: 14px;
  }
}
.block-comfort-wrap > .block-wrap .hover-content p {
  margin-bottom: 0;
}

.block-comfort-wrap > .block-wrap .hover-content .vt-btn,
.block-comfort-wrap > .block-wrap .hover-content p {
  opacity: 1;
}

.block-comfort-wrap > .block-wrap .hover-content .vt-btn {
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 480px) {
  .block-comfort-wrap > .block-wrap .hover-content {
    pointer-events: none;
  }
  .block-comfort-wrap > .block-wrap .hover-content h2 {
    font-size: 20px;
  }
  .block-comfort-wrap > .block-wrap .hover-content p {
    margin-bottom: 0;
  }
  .block-comfort-wrap > .block-wrap .hover-content .vt-btn {
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 1;
    background-color: #fff;
    right: 16px;
    top: 50%;
    margin-top: -20px;
  }
  .block-comfort-wrap > .block-wrap .hover-content .vt-btn span {
    display: none;
  }
  .block-comfort-wrap > .block-wrap .hover-content .vt-btn svg {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .block-comfort-wrap > .block-wrap .hover-content .vt-btn svg path {
    fill: rgba(0, 0, 0, 0.8);
  }
  .block-comfort-wrap > .block-wrap .layer-overplay {
    pointer-events: none;
  }
}
.block-comfort-wrap > .block-wrap ~ .block-wrap .layer-overplay {
  top: 0;
  opacity: 0.5;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content {
  margin-top: -154px;
  top: 100%;
  pointer-events: none;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content h2 {
  opacity: 1;
  font-family: "SlaitMonolineDEMO";
  font-display: swap;
  font-size: 28px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0px;
  line-height: 32px;
  height: 76px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content p {
  margin-bottom: 24px;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content .vt-btn,
.block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content p {
  opacity: 0;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .layer-overplay,
.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .hover-content {
  margin-top: 0;
  opacity: 1;
  top: 0;
  pointer-events: auto;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .layer-overplay h2,
.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .hover-content h2 {
  height: unset;
  display: inline-block;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .vt-btn,
.block-comfort-wrap > .block-wrap ~ .block-wrap:hover p {
  opacity: 1;
}

.block-comfort-wrap > .block-wrap ~ .block-wrap:hover .vt-btn {
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 480px) {
  .block-comfort-wrap > .block-wrap ~ .block-wrap .layer-overplay,
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content {
    margin-top: 0;
    opacity: 1;
    top: 0 !important;
    pointer-events: auto;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .layer-overplay {
    opacity: 0.5;
    pointer-events: none;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content p {
    opacity: 1;
    margin-bottom: 0;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content h2 {
    font-size: 24px;
    height: unset;
    width: 80%;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content .vt-btn {
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 1;
    background-color: #fff;
    right: 16px;
    top: 50%;
    margin-top: -20px;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content .vt-btn span {
    display: none;
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content .vt-btn svg {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap .hover-content .vt-btn svg path {
    fill: rgba(0, 0, 0, 0.8);
  }
  .block-comfort-wrap > .block-wrap ~ .block-wrap:hover .hover-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}
.block-subscribe {
  overflow: unset;
}

.vt-newsletter {
  margin: 0;
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-items: center;
}

.vt-newsletter .result_message {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vt-newsletter {
    padding: 30px;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .vt-newsletter {
    padding: 32px 16px;
  }
  .vt-newsletter .vt-h2 {
    margin-bottom: 16px;
  }
  .vt-newsletter .col-12 {
    padding: 0;
  }
}
.vt-newsletter .vt-form-news {
  width: 100%;
  position: relative;
  margin-top: 24px;
}

.vt-newsletter .vt-form-news svg {
  width: 14px;
}

.vt-newsletter .vt-form-news .form-actions::before {
  content: "";
  background-image: url("../images/icons/arrow-line-right.png");
  width: 20px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 32px;
}

.vt-newsletter .vt-form-news .vt-btn-form {
  color: transparent;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 32px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vt-newsletter .vt-form-news .ajax-progress {
  position: absolute;
  top: -20px;
  right: -10px;
}

.vt-newsletter .vt-form-news .vt-input {
  width: 100%;
  line-height: 100%;
  padding: 24px 32px;
  border: none;
}

.vt-footer-wrap .icon-wrap {
  margin-bottom: 24px;
  display: inline-block;
}

.vt-footer-wrap .vt-icon-youtube,
.vt-footer-wrap .vt-icon-facebook,
.vt-footer-wrap .vt-icon-google {
  float: left;
  border: 1px solid #ffffff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  margin-right: 12px;
}

.vt-footer-wrap .vt-icon-youtube path,
.vt-footer-wrap .vt-icon-facebook path,
.vt-footer-wrap .vt-icon-google path {
  fill: #ffffff;
}

.vt-footer-wrap .vt-icon-youtube:hover,
.vt-footer-wrap .vt-icon-facebook:hover,
.vt-footer-wrap .vt-icon-google:hover {
  background-color: #ffffff;
}

.vt-footer-wrap .vt-icon-youtube:hover path,
.vt-footer-wrap .vt-icon-facebook:hover path,
.vt-footer-wrap .vt-icon-google:hover path {
  fill: #fddc00;
}

.vt-footer {
  position: relative;
  color: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
}

.vt-footer .logo-footer {
  margin-top: 64px;
  margin-bottom: 32px;
}

.vt-footer .vt-body-2 {
  opacity: 0.75;
}

.vt-footer ul {
  list-style-type: none;
  padding: 0;
  opacity: 0.75;
  padding-top: 64px;
}

.vt-footer ul li:not(:last-child) {
  margin-bottom: 24px;
}

.vt-footer ul .nav-link {
  padding: 0;
}

.vt-footer .block-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.vt-footer .block-menu .col-12.col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .vt-footer .block-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vt-footer ul li:not(:last-child) {
    margin-bottom: 0px;
  }
}
.footer-right {
  width: 100%;
  text-align: right;
  bottom: 64px;
  right: 15px;
  position: absolute;
}

.wrap-logo-footer .icon-wrap,
.wrap-logo-footer .logo-footer-sg {
  display: none;
}

.footer-left {
  padding-bottom: 64px;
}

.footer-left .copyright-footer {
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .vt-footer-wrap .icon-wrap,
  .vt-footer-wrap .logo-footer-sg {
    display: block;
  }
  .vt-footer-wrap .logo-footer {
    margin: 0;
  }
  .vt-footer-wrap .footer-left {
    text-align: center;
    padding-bottom: 32px;
  }
  .vt-footer-wrap .footer-left .icon-wrap {
    display: none;
  }
  .vt-footer-wrap .footer-left .copyright-footer {
    font-size: 10px;
    font-weight: normal;
    margin-top: 32px;
  }
  .vt-footer-wrap .footer-right {
    display: none;
  }
  .vt-footer-wrap .icon-wrap {
    margin-bottom: 0;
  }
  .vt-footer-wrap .logo-footer-sg {
    max-width: 72px;
  }
  .vt-footer-wrap .logo-footer {
    max-width: 76px;
  }
  .vt-footer-wrap .container {
    padding: 0 1px;
  }
  .vt-footer-wrap .wrap-logo-footer {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
  }
  .vt-footer-wrap .vt-footer ul {
    padding-top: 32px;
  }
}
.block-language .btn-danger {
  font-size: 14px;
  height: 44px;
  width: 115px;
  border: none;
  border-radius: 0;
  background-color: #1a1a1a;
}

.block-language .btn-danger:focus {
  box-shadow: none;
}

.block-language .btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: none;
}

.block-language .dropdown-menu {
  font-size: 14px;
  line-height: 44px;
  padding: 0;
  margin-top: 0;
  position: unset;
  top: unset;
  left: unset;
  display: block;
  z-index: unset;
  float: unset;
  min-width: unset;
  text-align: center;
  border-radius: 0px;
  border: none;
  border-top: 1px solid #ccc;
  background-color: #1a1a1a;
  color: white;
  height: 0;
}

.block-language .dropdown-menu.show {
  display: block;
  height: unset;
}

.block-language .collapse:not(.show) {
  display: none;
}

.block-language .language-link.is-active {
  display: none;
}

.block-title {
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
  color: #1a1a1a;
  padding: 0 15px;
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (max-width: 992px) {
  .block-title {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .block-title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .block-title {
    padding: 0 16px;
  }
}
@media (min-width: 576px) {
  .block-title {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .block-title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .block-title {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .block-title {
    max-width: 1140px;
  }
}
.feed-icons,
.view-empty ul {
  display: none;
}

.block-views-blockuser-block-1 {
  overflow: unset;
}

.block-views-blockuser-block-1 .container-fluid .container {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .block-views-blockuser-block-1 .container-fluid .container {
    padding: 0 16px;
  }
}
@media screen and (max-width: 992px) {
  .block-views-blockuser-block-1 {
    margin-top: 44px;
  }
  .block-views-blockuser-block-1 .block-title {
    display: none;
  }
}
.wrap-img {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

img.setSize {
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.view-user {
  overflow: hidden;
  position: relative;
}

section {
  position: relative;
  overflow: hidden;
}

.main-container > .row > section {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view-menu-footer .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .view-menu-footer .container {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .view-menu-footer .container-fluid {
    padding: 0;
  }
}
.block-logomenudropdown-2 {
  position: fixed;
  top: 55px;
  z-index: 1000;
  left: 50px;
}

.block-logomenudropdown-2 .block-title {
  display: none;
}

.block-logomenudropdown-2 .vt-click-dropdown-menu img {
  display: block;
  width: 100%;
  padding: 10px 30px;
}

.block-logomenudropdown-2 .vt-click-dropdown-menu img:first-child {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 1199px) {
  .block-logomenudropdown-2 {
    top: 8px;
    left: 16px;
  }
}
.vt-btn-dropdown {
  display: none;
  position: absolute;
  right: -40px;
  top: -8px;
  width: 40px;
  height: 40px;
  padding: 18px;
  padding-left: 0;
}

.vt-main-dropdown-menu {
  display: inline-block;
  position: relative;
}

.vt-click-dropdown-menu {
  display: block;
  background-color: #fff;
  height: 0;
  overflow: hidden;
}

.vt-click-dropdown-menu.height100 {
  height: 100%;
}

.vt-dropdown-menu {
  cursor: pointer;
}

.language-switcher-language-url {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 1111;
}

.language-switcher-language-url .block-title {
  display: none;
}

@media screen and (max-width: 1199px) {
  .language-switcher-language-url {
    display: none;
  }
}
.vt-btn-language svg.vt-btn-dropdown {
  position: relative;
  z-index: 1111;
  right: -12px;
  top: 3px;
  cursor: pointer;
}

.img-block-mc-1 {
  max-width: 92px;
  width: 100%;
}

.block-mpire-search {
  position: fixed;
  top: 0;
  z-index: 1000;
  right: 115px;
}

.block-mpire-search .block-title {
  display: none;
}

@media screen and (max-width: 1199px) {
  .block-mpire-search {
    display: none;
  }
}
.block-mpire-search .vt-input-search input {
  margin-top: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
  display: inline-block;
}

.block-mpire-search .btn-search {
  position: absolute;
  top: 12px;
  right: 24px;
  pointer-events: none;
}

.block-mpire-search .vt-btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.block-mpire-search .vt-btn-search .form-group {
  margin-bottom: 0;
}

.block-mpire-search .vt-btn-search input {
  z-index: 1111;
  height: 44px;
  width: 44px;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.icon-menu-res {
  display: none;
}

.region-header.show .block-logomenudropdown-2,
.region-header.show .navbar-brand,
.region-header.show .icon-menu-des {
  display: none;
}

.region-header.show .vt-link-menu {
  height: 100vh;
}

.region-header.show .vt-menu .vt-bar-top {
  background-color: #002245;
  padding: 32px;
  height: unset;
}

.region-header.show .icon-menu-res,
.region-header.show .language-switcher-language-url {
  display: block;
}

.region-header.show .language-switcher-language-url {
  right: unset;
  left: 32px;
  top: 76vh;
}

.region-header.show .language-switcher-language-url .btn-danger {
  display: none;
}

.region-header.show .language-switcher-language-url .language-link.is-active,
.region-header.show .language-switcher-language-url .dropdown-menu {
  display: block;
}

.region-header.show .language-switcher-language-url .dropdown-menu {
  top: 0;
  overflow: unset;
  height: 44px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

.region-header.show .language-switcher-language-url .dropdown-menu li {
  float: left;
  color: transparent;
  display: inline-block;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a:hover {
  color: transparent;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a.is-active {
  opacity: 1;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=en]::before {
  content: "EN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=vi]::before {
  content: "VN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .block-mpire-search {
  display: block;
  right: unset;
  top: 150px;
  left: 32px;
}

@media screen and (max-width: 480px) {
  .region-header.show .block-mpire-search {
    top: 80px;
  }
}
.region-header.show .block-mpire-search .vt-input-search {
  padding-right: 32px;
}

.region-header.show .block-mpire-search .vt-input-search input {
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}

.region-header.show .block-mpire-search .btn-search {
  right: 48px;
}

.btn-view-all {
  margin-top: -51px;
  font-size: 20px;
  line-height: 23px;
}
.btn-view-all a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1a1a1a;
  text-decoration: underline;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-view-all a:hover {
  color: #ffc107;
}

@media screen and (max-width: 767px) {
  .btn-view-all {
    margin-top: -56px;
    font-size: 14px;
  }
}
.block-views-blockrelated-article-block-1 .block-title {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .block-views-blockrelated-article-block-1 {
    margin-top: 32px;
  }
}
.block-views-blockmenu-footer-block-1 {
  margin-bottom: 32px;
}

.block-views-blockmenu-footer-block-1 .block-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .block-views-blockmenu-footer-block-1 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .block-views-blockmenu-footer-block-1 {
    margin-bottom: 0;
  }
}
.btn-load-more {
  text-align: center;
  list-style-type: none;
  margin-top: 32px;
}

.btn-load-more a {
  width: 224px;
}

@media screen and (max-width: 767px) {
  .btn-load-more {
    margin-top: 16px;
  }
}
.form-group {
  margin-bottom: 0;
}

ul.js-pager__items.pager {
  margin-bottom: 0;
  padding-left: 0;
}

ul.js-pager__items.pager .btn-load-more {
  margin: 0 auto;
}

ul.js-pager__items.pager .btn-load-more a.vt-btn {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 13px 22px;
}

.btn-hidden-full {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1111;
  display: none;
}

@media screen and (max-width: 1024px) {
  .btn-hidden-full {
    display: block;
  }
}
.vt-menu-outside-btn {
  background-color: #fddc00;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  line-height: 58px;
  text-align: center;
  color: #fff !important;
  font-size: 36px;
  display: block;
}

.mvt-menu-outside {
  position: fixed;
  bottom: 58px;
  right: 58px;
  z-index: 999;
}

.mvt-menu-outside .vt-link-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 382px;
  background-color: #fddc00;
  padding: 0 24px;
  font-size: 18px;
  color: #1a1a1a;
  border-radius: 10px;
}

.mvt-menu-outside .vt-link-menu li a {
  height: 68px;
  line-height: 68px;
  padding: 0;
}

.mouse-scroll-icon {
  display: none;
}

/* user form login */
.user-login-form {
  width: 500px;
  max-width: 100%;
  margin: 180px auto 160px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.user-login-form .form-item--error-message strong {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ff0000;
  margin-bottom: 5px;
  display: block;
}

.user-login-form .form-text, .user-login-form .journey-landing .contact-form .form-contact form .form-item textarea, .journey-landing .contact-form .form-contact form .form-item .user-login-form textarea {
  max-width: 100%;
  height: 45px;
  border: none;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  margin-top: 8px;
  border-radius: 6px;
  padding: 0 20px;
}

.user-login-form .form-text:focus, .user-login-form .journey-landing .contact-form .form-contact form .form-item textarea:focus, .journey-landing .contact-form .form-contact form .form-item .user-login-form textarea:focus {
  opacity: 1;
}

.user-login-form .form-actions {
  text-align: center;
}

.user-login-form .description {
  margin-bottom: 20px;
}

.user-login-form label {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.user-login-form .description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.user-login-form .button {
  border: none;
  margin-top: 20px;
  background: #fddc00;
  padding: 10px 50px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #1a1a1a;
}

.user-login-form .button:hover {
  background: #ffffff;
  border: 1px solid #fddc00;
}

@media (max-width: 1199px) {
  .user-login-form {
    margin: 140px auto 160px;
  }
}
@media (max-width: 767px) {
  .user-login-form {
    margin: 94px auto 130px;
  }
}
@media (max-width: 480px) {
  .user-login-form {
    margin: 84px auto 20px;
  }
}
.t-wrap-quiz {
  padding-top: 118px;
  position: relative;
  color: #fff;
  width: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 72px;
}

@media screen and (max-width: 1199px) {
  .t-wrap-quiz {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .t-wrap-quiz {
    padding-top: 124px;
  }
}
@media screen and (max-width: 480px) {
  .t-wrap-quiz {
    padding-bottom: 33px;
  }
}
.t-quiz-title-with-img {
  margin: 0 auto;
  margin-bottom: -80px;
}

.t-quiz-title-with-img h2 {
  padding: 0 5px;
  margin: 0;
  margin-top: -12px;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .t-quiz-title-with-img {
    margin-bottom: -88px;
  }
  .t-quiz-title-with-img h2 {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-title-with-img {
    margin-bottom: -52px;
  }
  .t-quiz-title-with-img svg {
    width: 40px;
    height: 72px;
  }
}
.t-quiz-wrap-title {
  text-transform: uppercase;
  margin-top: 72px;
}

.t-quiz-wrap-title h1 {
  margin: 0 auto;
  color: #fddc00;
  font-size: 49px;
  line-height: 56px;
}

@media screen and (max-width: 767px) {
  .t-quiz-wrap-title {
    margin-top: 0;
  }
  .t-quiz-wrap-title h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 201px;
  }
}
.t-quiz-wrap-btn {
  margin-bottom: 75px;
}

.t-quiz-wrap-btn .vt-btn {
  min-width: 196px;
  margin: 0 20px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .t-quiz-wrap-btn {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-wrap-btn {
    display: unset !important;
  }
  .t-quiz-wrap-btn .vt-btn {
    margin: 0;
  }
  .t-quiz-wrap-btn .vt-btn:not(:last-child) {
    margin-bottom: 23px;
  }
}
.t-quiz-wrap-content {
  max-width: 636px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 767px) {
  .t-quiz-wrap-content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-wrap-content {
    max-width: 262px;
  }
}
.t-quiz-date {
  font-size: 36px;
  line-height: 41px;
  color: #fddc00;
  font-weight: bold;
  margin-bottom: -48px;
}

@media screen and (max-width: 480px) {
  .t-quiz-date {
    font-size: 32px;
    line-height: 37px;
  }
}
.t-quiz-date-des {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-weight: normal;
  max-width: 381px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .t-quiz-date-des {
    font-size: 12px;
    line-height: 16px;
    max-width: 288px;
  }
}
.t-quiz-social-des {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 71px;
}

@media screen and (max-width: 480px) {
  .t-quiz-social-des {
    max-width: 207px;
  }
}
.t-quiz-wrap-voucher {
  margin-top: 21px;
  display: inline-block;
  padding: 20px;
  position: relative;
}

.t-quiz-wrap-voucher img {
  position: relative;
  z-index: 1;
}

.t-quiz-wrap-voucher::before {
  content: "";
  width: 15vw;
  height: 15vw;
  max-width: 155px;
  max-height: 155px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fddc00;
}

.t-quiz-wrap-voucher::after {
  content: "";
  width: 30vw;
  height: 15vw;
  max-width: 339px;
  max-height: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fddc00;
}

@media screen and (max-width: 767px) {
  .t-quiz-wrap-voucher::before {
    width: 50vw;
    height: 50vw;
    max-width: 155px;
    max-height: 155px;
  }
  .t-quiz-wrap-voucher::after {
    width: 50vw;
    height: 50vw;
    max-width: 155px;
    max-height: 155px;
  }
}
.t-quiz-title-complete {
  color: #ffffff;
  font-size: 36px;
  line-height: 41px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 745px;
}

@media screen and (max-width: 480px) {
  .t-quiz-title-complete {
    font-size: 16px;
    line-height: 24px;
    max-width: 267px;
  }
}
.t-wrap-question {
  text-align: unset;
}

.t-quiz-label {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  width: 50%;
}

fieldset.webform-composite-hidden-title {
  margin: 0;
}

fieldset.webform-composite-hidden-title legend {
  margin: 0;
}

.form-item.incorrect {
  opacity: 1;
}

.t-mb-1 {
  margin-bottom: 8px;
}

.t-mb-2 {
  margin-bottom: 16px;
}

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

.t-mb-4 {
  margin-bottom: 32px;
}

.t-mb-5 {
  margin-bottom: 40px;
}

.t-mb-6 {
  margin-bottom: 48px;
}

.t-mb-7 {
  margin-bottom: 56px;
}

.t-mb-8 {
  margin-bottom: 64px;
}

.t-mb-9 {
  margin-bottom: 72px;
}

.t-mb-10 {
  margin-bottom: 80px;
}

.t-mt-1 {
  margin-top: 8px;
}

.t-mt-2 {
  margin-top: 16px;
}

.t-mt-3 {
  margin-top: 24px;
}

.t-mt-4 {
  margin-top: 32px;
}

.t-mt-5 {
  margin-top: 40px;
}

.t-mt-6 {
  margin-top: 48px;
}

.t-mt-7 {
  margin-top: 56px;
}

.t-mt-8 {
  margin-top: 64px;
}

.t-mt-9 {
  margin-top: 72px;
}

.t-mt-10 {
  margin-top: 80px;
}

.vt-overplay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.vt-slide-wrap {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 650px;
  max-height: 950px;
  position: relative;
}
.vt-slide-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.vt-slide-wrap .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.vt-slide-wrap .vt-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 650px;
  max-height: 950px;
}

.vt-slide-wrap .vt-slide .vt-slide-content {
  z-index: 2;
  position: relative;
}

.vt-slide-wrap .vt-slide .vt-overplay {
  z-index: 1;
}

.vt-slide-wrap .owl-dots {
  counter-reset: dots;
}

.vt-slide-wrap .owl-dot:before {
  counter-increment: dots;
  content: "0" counter(dots);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .vt-slide-wrap .owl-dot:before {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.vt-slide-wrap.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.vt-slide-wrap.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  right: 54px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .vt-slide-wrap.owl-theme .owl-dots {
    right: 34px;
    top: calc(100% - 30px);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
.vt-slide-wrap.owl-theme .owl-dots .owl-dot {
  display: block;
  position: relative;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.5);
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot:first-child span {
  margin-top: 0;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  width: 10px;
  height: 10px;
  margin-left: -1px;
  border-radius: 20px;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot::before {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: -1px;
  font-size: 12px;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot.active::before {
  opacity: 1;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  left: -26px;
  bottom: 5px;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
}

.vt-slide-wrap.owl-theme .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 20px;
  bottom: 5px;
  content: "";
  width: 44px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .vt-slide-wrap.owl-theme .owl-dots .owl-dot.active span::after {
    width: 8px;
  }
}
.vt-slide-wrap .vt-content-banner-wrap {
  height: 100vh;
  min-height: 650px;
  max-height: 950px;
}

.vt-slide-wrap .vt-content-banner-wrap .vt-content-banner {
  position: absolute;
  bottom: 17vh;
  color: #ffffff;
}

.vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h1,
.vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 50px;
}

.vt-slide-wrap .vt-content-banner-wrap .vt-content-banner p.vt-body-1 {
  margin-bottom: 32px;
}

.vt-slide-wrap .vt-content-banner-wrap .vt-content-banner .vt-btn {
  width: 224px;
  margin-right: 24px;
}

@media screen and (max-width: 1024px) {
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner .vt-btn {
    width: 184px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 992px) {
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner {
    bottom: 64px;
    width: 100%;
    padding: 0 16px;
    left: 0;
  }
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h1,
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h2 {
    margin-bottom: 16px;
  }
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner p.vt-body-1 {
    margin-bottom: 24px;
  }
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner .vt-btn:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h1,
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner h2 {
    padding-right: 64px;
    font-size: 36px;
    line-height: 43px;
  }
  .vt-slide-wrap .vt-content-banner-wrap .vt-content-banner p.vt-body-1 {
    padding-right: 64px;
    font-size: 14px;
  }
}
.vt-slide-wrap.comfort-list-banner .vt-content-banner-wrap {
  position: relative;
  top: unset;
}

@media screen and (max-width: 992px) {
  .vt-slide-wrap.comfort-list-banner .vt-content-banner-wrap .vt-content-banner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .vt-slide-wrap.comfort-list-banner .vt-content-banner-wrap .vt-content-banner .vt-h2 {
    font-size: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
  }
  .vt-slide-wrap.comfort-list-banner .vt-content-banner-wrap .vt-content-banner .font-title-comfort {
    padding: 25px;
  }
}
.comfort-list-banner .owl-carousel-detail .vt-content-banner-wrap .vt-content-banner {
  display: -webkit-inline-box;
}

.comfort-list-banner .owl-carousel-detail .vt-content-banner-wrap .vt-content-banner .vt-h2 {
  font-size: 28px;
  line-height: 32px;
  padding: 42px 32px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .comfort-list-banner .owl-carousel-detail .vt-content-banner-wrap .vt-content-banner {
    display: block;
  }
  .comfort-list-banner .owl-carousel-detail .vt-content-banner-wrap .vt-content-banner .font-title-comfort {
    font-size: 24px;
    padding: 14px 21px;
    display: inline-block;
  }
  .comfort-list-banner .owl-carousel-detail .vt-content-banner-wrap .vt-content-banner .vt-h2 {
    font-size: 14px;
    width: 100%;
    position: relative;
    padding: 16px;
    line-height: 14px;
  }
}
@media screen and (max-width: 992px) {
  .view-user {
    overflow: unset;
    padding-top: 20px;
  }
}
.slide-tes {
  background-color: #fff;
  padding: 64px;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .slide-tes {
    margin-top: 32px;
  }
}
.slide-tes .vt-quote-icon {
  position: absolute;
  top: -26px;
  left: 30px;
}

.slide-tes .wrap-content-user-tes {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}

.slide-tes .left-img-user {
  display: none;
}

.slide-tes .number-slide {
  position: absolute;
  left: 186px;
  top: 74px;
  font-size: 14px;
}

.slide-tes .number-slide span {
  font-size: 16px;
  font-weight: bold;
}

.slide-tes .wrap-left-tes {
  min-height: 428px;
}

@media screen and (max-width: 992px) {
  .slide-tes {
    padding: 32px 17px;
    position: relative;
  }
  .slide-tes .left-img-user {
    display: block;
    margin-right: 16px;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .slide-tes .left-img-user img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .slide-tes .slick-dots {
    position: absolute;
    top: -20px;
    bottom: unset;
  }
  .slide-tes .slick-dots li button:before {
    font-size: 18px;
  }
  .slide-tes .wrap-right-tes {
    position: unset;
  }
  .slide-tes .wrap-right-tes .number-slide {
    position: absolute;
    right: 0;
    left: unset;
    top: -5px;
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .slide-tes .slick-list {
    overflow: unset;
  }
  .slide-tes .wrap-left-tes {
    min-height: unset;
  }
}
.slide-tes .slick-slider {
  position: unset;
}

.slide-tes .slick-prev,
.slide-tes .slick-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

.slide-tes #next-slide-tes,
.slide-tes #prev-slide-tes {
  margin-top: 64px;
  cursor: pointer;
  float: left;
}

.slide-tes #next-slide-tes:hover svg path,
.slide-tes #prev-slide-tes:hover svg path {
  fill: #fddc00;
}

.slide-tes #next-slide-tes svg,
.slide-tes #prev-slide-tes svg {
  width: 17px;
}

@media screen and (max-width: 992px) {
  .slide-tes #next-slide-tes,
  .slide-tes #prev-slide-tes {
    display: none;
  }
}
.slide-tes #prev-slide-tes {
  margin-right: 16px;
}

.slide-tes path {
  fill: #1a1a1a;
}

.slide-tes .item-tes-left .vt-h4 {
  margin-top: 56px;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .slide-tes .item-tes-left .vt-h4 {
    margin-top: 18px;
  }
}
.slide-tes .item-tes-left .vt-h4::before {
  content: "“";
  color: #f2f2f2;
  position: absolute;
  top: 70px;
  left: -20px;
  font-size: 400px;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .slide-tes .item-tes-left .vt-h4::before {
    display: none;
  }
}
.slide-tes .item-tes-left .vt-name {
  position: relative;
}

.slide-tes .item-tes-left .vt-name::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #1a1a1a;
  color: #f2f2f2;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.slide-tes .item-tes-left .vt-body-2 {
  margin-top: 20px;
}

.slide-tes #left-tes {
  padding-right: 50px;
}

@media screen and (max-width: 992px) {
  .slide-tes #left-tes {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.slide-tes #right-tes {
  height: 100%;
}

.slide-tes #right-tes.slick-slider {
  position: absolute;
}

.slide-tes #right-tes .slick-list {
  width: 60vw;
  margin-left: -50px;
  height: 100%;
}

.slide-tes #right-tes .slick-track {
  height: 100%;
}

.slide-tes #right-tes .slick-slide {
  min-width: 200px;
}

.slide-tes #right-tes .item-tes-right {
  height: 428px;
}

.slide-tes #right-tes .img-tes-wrap {
  height: 100%;
  padding-left: 20px;
}

.slide-tes #right-tes .img-tes {
  width: 100%;
  -ms-transform: translateY(43%);
  -o-transform: translateY(43%);
  -moz-transform: translateY(43%);
  -webkit-transform: translateY(43%);
  transform: translateY(43%);
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-tes #right-tes .slick-current .img-tes-wrap {
  padding-left: 0;
}

.slide-tes #right-tes .slick-current.slickslide {
  margin-right: 10px;
}

.slide-tes #right-tes .slick-current .img-tes {
  height: 100%;
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .slide-tes #right-tes {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .slide-tes {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin-top: 54px;
  }
  .slide-tes .left-img-user {
    border-radius: 50px;
  }
  .slide-tes .wrap-left-tes {
    padding: 0;
  }
  .slide-tes .wrap-content-user-tes {
    background-color: #fddc00;
    padding: 22px 32px;
  }
  .slide-tes #left-tes {
    margin-bottom: -6px;
  }
  .slide-tes .item-tes-left .vt-h4 {
    margin: 0;
    padding: 50px 32px;
    padding-bottom: 32px;
  }
  .slide-tes .slick-dots {
    top: 0px;
  }
}
.block-2 {
  padding: 0 15px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .block-2 {
    padding: 0;
    margin-top: 0;
  }
}
.block-video {
  margin: -8px;
  margin-top: -16px;
}

.block-video .vt-video-wrap {
  width: 50%;
  padding: 8px;
}

.block-video .vt-video-wrap .vt-video {
  position: relative;
  width: 100%;
  height: 324px;
}

.block-video .vt-video-wrap .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.block-video .vt-video-wrap .btn-play svg {
  width: 24px;
  height: 24px;
  margin-right: -10px;
}

.block-video .vt-video-wrap .btn-play svg polygon {
  fill: #ffffff;
}

.block-video .vt-video-wrap:first-child {
  width: 100%;
}

.block-video .vt-video-wrap:first-child .vt-video {
  height: 504px;
}

.block-video .vt-video-wrap:first-child .btn-play {
  width: 100px;
  height: 100px;
}

.block-video .vt-video-wrap:first-child .btn-play svg {
  width: 34px;
  height: 34px;
  margin-right: -14px;
}

.block-video .vt-video-wrap .img-bg-video {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block-video .vt-video-wrap .vt-text-video {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 50px;
  bottom: 50px;
  color: #ffffff;
}

.block-video .vt-video-wrap .vt-text-video .vt-h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-video .vt-video-wrap .vt-text-video .numb {
  font-size: 20px;
  line-height: 175.78%;
}

@media screen and (max-width: 992px) {
  .block-video .vt-video-wrap .vt-text-video {
    padding: 0 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-video {
    margin: 0;
    margin-top: 32px;
    margin-bottom: -8px;
  }
  .block-video .vt-video-wrap:first-child .btn-play {
    width: 55px;
    height: 55px;
  }
  .block-video .vt-video-wrap:first-child .btn-play svg {
    width: 18px;
    height: 18px;
    margin-right: -6px;
  }
  .block-video .vt-video-wrap:first-child .vt-h2 {
    font-size: 20px;
  }
  .block-video .vt-video-wrap .btn-play {
    width: 55px;
    height: 55px;
  }
  .block-video .vt-video-wrap .btn-play svg {
    width: 18px;
    height: 18px;
    margin-right: -6px;
  }
  .block-video .vt-video-wrap .btn-play svg polygon {
    fill: #ffffff;
  }
  .block-video .vt-video-wrap .vt-h2 {
    font-size: 16px;
  }
  .block-video .vt-video-wrap .vt-text-video {
    bottom: 16px;
    padding: 0 16px;
  }
  .block-video .vt-video-wrap .vt-text-video .numb {
    font-size: 14px;
  }
}
.view-videos-multi-comfort {
  position: relative;
}

@media screen and (max-width: 767px) {
  .view-videos-multi-comfort .vt-title-block {
    position: absolute;
    top: 32px;
    width: 100%;
    padding: 0 31px;
    margin: 0;
    z-index: 1;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .view-videos-multi-comfort .block-video .vt-video-wrap {
    height: 168px;
  }
  .view-videos-multi-comfort .block-video .vt-video-wrap:first-child {
    height: 400px;
  }
  .view-videos-multi-comfort .block-video .vt-video-wrap .vt-video {
    height: 100%;
  }
}
.slide-giai-phap-wrap #slide-giai-phap,
.slide-giai-phap-wrap #slide-lien-quan {
  margin-bottom: 30px;
}

.slide-giai-phap-wrap #slide-giai-phap .owl-dots,
.slide-giai-phap-wrap #slide-lien-quan .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot span,
.slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #707070;
  display: block;
  border-radius: 10px;
  opacity: 0.1;
}

@media screen and (max-width: 480px) {
  .slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot span,
  .slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}
.slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot:not(:last-child),
.slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot:not(:last-child) {
  margin-right: 16px;
}

.slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot.active span,
.slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot.active span {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slide-giai-phap-wrap #slide-giai-phap,
  .slide-giai-phap-wrap #slide-lien-quan {
    margin-bottom: 0;
  }
  .slide-giai-phap-wrap #slide-giai-phap .item,
  .slide-giai-phap-wrap #slide-lien-quan .item {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
  }
  .slide-giai-phap-wrap #slide-giai-phap.owl-carousel .owl-stage,
  .slide-giai-phap-wrap #slide-lien-quan.owl-carousel .owl-stage {
    margin-left: 8px !important;
  }
  .slide-giai-phap-wrap #slide-giai-phap .owl-dots,
  .slide-giai-phap-wrap #slide-lien-quan .owl-dots {
    margin-top: 0px;
  }
  .slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot span,
  .slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
  .slide-giai-phap-wrap #slide-giai-phap .owl-dots .owl-dot:not(:last-child),
  .slide-giai-phap-wrap #slide-lien-quan .owl-dots .owl-dot:not(:last-child) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .slide-giai-phap-wrap #slide-giai-phap .slick-list,
  .slide-giai-phap-wrap #slide-lien-quan .slick-list {
    margin-left: -50px;
  }
}
.slide-giai-phap-wrap #slide-giai-phap .slick-dots li button:before,
.slide-giai-phap-wrap #slide-lien-quan .slick-dots li button:before {
  font-size: 10px;
}

.slide-giai-phap-wrap #slide-giai-phap .slick-dots,
.slide-giai-phap-wrap #slide-lien-quan .slick-dots {
  bottom: -64px;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap {
  background-color: #fff;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .btn-hidden-full,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .btn-hidden-full {
  height: 50%;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .wrap-img,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .wrap-img {
  height: 330px;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap img,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap img {
  width: 100%;
  height: 100%;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .tag-giai-phap,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .tag-giai-phap {
  padding: 18px 24px 10px 24px;
  min-height: 120px;
}

@media screen and (max-width: 480px) {
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .tag-giai-phap,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .tag-giai-phap {
    min-height: 192px;
  }
}
.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .vt-tag,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .vt-tag {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 20px;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .vt-btn-article,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .vt-btn-article {
  position: absolute;
  top: 144px;
  left: 39px;
  width: 224px;
  opacity: 0;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap:hover .vt-btn-article,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap:hover .vt-btn-article {
  opacity: 1;
  z-index: 2;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap:hover .wrap-img::before,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap:hover .wrap-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap {
  padding: 24px;
  padding-bottom: 18px;
  position: relative;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap h3,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap h3 {
  margin-bottom: 24px;
  min-height: 56px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap p,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap p {
  font-size: 16px;
  line-height: 24px;
  min-height: 72px;
  color: #1a1a1a;
  text-align: justify;
  text-align-last: left;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap hr,
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap hr {
  margin: 0;
  border-color: #1a1a1a;
  margin-top: 24px;
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - 48px);
}

@media screen and (max-width: 767px) {
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap p,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap p {
    font-size: 14px;
  }
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap .vt-h2,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap .vt-h2 {
    font-size: 20px;
  }
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap .vt-body-1,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap .vt-body-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap {
    padding: 16px;
  }
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .content-giai-phap hr,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap hr {
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 480px) {
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .vt-btn-article,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .vt-btn-article {
    display: none;
  }
  .slide-giai-phap-wrap #slide-giai-phap .block-giai-phap .tag-giai-phap,
  .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .tag-giai-phap {
    padding: 16px 16px 8px 16px;
  }
}
.slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap {
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .slide-giai-phap-wrap {
    margin-bottom: 24px;
  }
}
.block-blog {
  margin: 0 -8px;
}

.block-blog .vt-blog-wrap {
  width: 50%;
  padding: 8px;
  height: 324px;
}

.block-blog .vt-blog-wrap .vt-blog {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.block-blog .vt-blog-wrap .wrap-img {
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .block-blog .vt-blog-wrap .wrap-img {
    height: 184px;
  }
}
.block-blog .vt-blog-wrap .vt-overplay {
  background-color: #fff;
  z-index: 0;
  opacity: 0;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.block-blog .vt-blog-wrap .img-bg-blog {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block-blog .vt-blog-wrap .vt-text-blog {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0 50px;
  padding-top: 20px;
  bottom: -50px;
  color: #002245;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.block-blog .vt-blog-wrap .vt-text-blog .vt-h2 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  height: 64px;
  color: #002245;
}

.block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
  width: 224px;
  opacity: 0;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1199px) {
  .block-blog .vt-blog-wrap .vt-text-blog {
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .block-blog .vt-blog-wrap .vt-text-blog {
    bottom: -72px;
    padding: 30px;
  }
  .block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
    width: 180px;
  }
  .block-blog .vt-blog-wrap .vt-text-blog p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-blog .vt-blog-wrap .vt-text-blog .vt-h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .block-blog .vt-blog-wrap .vt-text-blog {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
  }
  .block-blog .vt-blog-wrap .vt-text-blog .vt-h2 {
    font-size: 16px;
    color: #ffffff;
  }
  .block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
    font-size: 14px;
    width: 100px;
  }
}
.block-blog .vt-blog-wrap .vt-blog:hover .vt-overplay {
  opacity: 0.5;
  top: 0;
}

.block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog {
  background-color: transparent;
  bottom: 0;
  padding-bottom: 50px;
}

.block-blog .vt-blog-wrap .vt-blog:hover .vt-btn {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .block-blog .vt-blog-wrap {
    height: 184px;
  }
  .block-blog .vt-blog-wrap .vt-overplay {
    opacity: 0;
    background-color: transparent;
  }
  .block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
    position: absolute;
    bottom: 16px;
    opacity: 1;
    color: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #f2f2f2;
  }
  .block-blog .vt-blog-wrap .vt-text-blog .vt-btn svg {
    position: absolute;
    left: 55%;
    top: 50%;
    width: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .block-blog {
    margin: 0;
  }
  .block-blog .vt-video-wrap {
    padding: 0;
  }
  .block-blog .vt-video-wrap:first-child .btn-play {
    width: 55px;
    height: 55px;
  }
  .block-blog .vt-video-wrap:first-child .btn-play svg {
    width: 18px;
    height: 18px;
    margin-right: -6px;
  }
  .block-blog .vt-video-wrap:first-child .vt-h2 {
    font-size: 20px;
  }
  .block-blog .vt-video-wrap .btn-play {
    width: 55px;
    height: 55px;
  }
  .block-blog .vt-video-wrap .btn-play svg {
    width: 18px;
    height: 18px;
    margin-right: -6px;
  }
  .block-blog .vt-video-wrap .btn-play svg polygon {
    fill: #ffffff;
  }
  .block-blog .vt-video-wrap .vt-h2 {
    font-size: 16px;
  }
  .block-blog .vt-video-wrap .vt-text-video {
    left: 16px;
    bottom: 16px;
  }
  .block-blog .vt-video-wrap .vt-text-video .numb {
    font-size: 14px;
  }
}
.block-views-blockbanner-block-1 {
  margin-bottom: 64px;
}

.block-views-blockbanner-block-1 .block-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .block-views-blockbanner-block-1 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .block-views-blockbanner-block-1 {
    margin-bottom: 0px;
  }
}
#block-vitu-main-menu {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0px;
}

.vt-newsletter {
  z-index: 1;
  position: relative;
}

.img-logo-hero-banner {
  max-width: 107px;
  position: absolute;
  top: 180px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .img-logo-hero-banner {
    top: 120px;
  }
}
.mouse-scroll-icon {
  z-index: 111;
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  bottom: 50px;
  animation: scrollDown 2s infinite;
  -ms-animation: scrollDown 2s infinite;
  -o-animation: scrollDown 2s infinite;
  -moz-animation: scrollDown 2s infinite;
  -webkit-animation: scrollDown 2s infinite;
}

@media screen and (max-width: 992px) {
  .mouse-scroll-icon {
    display: none;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 50px;
    opacity: 0.7;
  }
  50% {
    bottom: 64px;
    opacity: 1;
  }
  100% {
    bottom: 50px;
    opacity: 0.7;
  }
}
.content-mc-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .content-mc-wrap {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.vt-highligh-des {
  font-size: 16px;
  line-height: 24px;
  line-height: 34px;
  padding: 25px 0;
  color: #ffffff;
}

.vt-highligh-tooltip {
  position: absolute;
  top: 16px;
  right: 0;
}

.vt-highligh-tooltip .vt-btn-tooltip {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background: #fff;
}

.vt-highligh-tooltip .vt-btn-tooltip svg {
  width: 12px;
  padding-bottom: 4px;
}

.vt-highligh-tooltip .vt-btn-tooltip:hover {
  background-color: #fddc00;
}

.vt-highligh-tooltip .vt-content-tooltip {
  position: absolute;
  bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  right: 14px;
  height: auto;
  width: 30vw;
  opacity: 0;
  padding: 16px;
  background-color: #ffffff;
  color: #1a1a1a;
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vt-highligh-tooltip .vt-content-tooltip.show {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .vt-highligh-tooltip .vt-content-tooltip {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .vt-highligh-tooltip .vt-content-tooltip {
    width: 70vw;
  }
}
@media screen and (max-width: 992px) {
  .block-views-blockvideos-multi-comfort-block-1 .block-title {
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 47px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .block-views-blockvideos-multi-comfort-block-1 .block-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .block-views-blockvideos-multi-comfort-block-1 .block-title {
    padding-left: 16px;
  }
}
.vt-banner-detail .vt-content-banner p {
  font-size: 14px;
  line-height: 23px;
}

.vt-text-mc-detail {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .vt-text-mc-detail {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.block-views-blockfeel-breath-hear-see-block-1 {
  margin-bottom: 64px;
}

.block-views-blockfeel-breath-hear-see-block-1 .block-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .block-views-blockfeel-breath-hear-see-block-1 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .block-views-blockfeel-breath-hear-see-block-1 {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}
.page-node-type-page .block-views-blockrelated-article-block-1 .block-title {
  margin-top: 64px;
}

@media screen and (max-width: 480px) {
  .page-node-type-page .block-views-blockrelated-article-block-1 {
    margin-top: 32px;
  }
}
.is-active ~ .vt-line-active {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 80%;
  height: 2px;
  background-color: #000;
  left: 50%;
  margin-left: -40%;
}

.owl-carousel-feature {
  height: 80vh;
  min-height: 550px;
  max-height: 650px;
}

.owl-carousel-feature h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.owl-carousel-feature .vt-content-banner-wrap .vt-content-banner p.vt-body-1 {
  margin-bottom: 32px;
}

.owl-carousel-feature .vt-content-banner-wrap .vt-content-banner {
  bottom: unset;
  top: 30vh;
}

.block-views-blockblock-ads-block-1 {
  margin-bottom: 32px;
}

.t-btn-hero,
.wrap-btn-banner-1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.t-icon-btn-see-more {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #fddc00;
  margin-right: 10px;
}

.t-icon-btn-see-more svg {
  width: 16px;
  padding-left: 3px;
}

.t-icon-btn-video {
  width: 40px;
  height: 26px;
  border-radius: 20px;
  background: #ff0000;
  margin-right: 10px;
  margin-left: 64px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-icon-btn-video svg {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .is-active ~ .vt-line-active {
    display: none;
  }
  .block-views-blockblock-ads-block-1 {
    margin-bottom: 16px;
  }
  .t-wrap-block-blog {
    padding: 0 7px;
  }
  .vt-title-block {
    font-size: 20px;
  }
  .t-icon-btn-see-more {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .t-icon-btn-see-more svg {
    width: 10px;
    padding-left: 2px;
  }
  .t-icon-btn-video {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    margin-left: 24px;
  }
  .t-icon-btn-video svg {
    width: 10px;
    padding-left: 2px;
  }
}
.comfort-list-banner .vt-content-banner-wrap {
  position: absolute;
  top: 0;
  z-index: 1;
}

.comfort-list-banner .vt-content-banner-wrap .vt-content-banner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
}

.comfort-list-banner .vt-content-banner-wrap .vt-content-banner .font-title-comfort {
  padding: 34px 55px;
  margin-bottom: 0;
  font-size: 36px;
  max-width: 410px;
}

.comfort-list-banner .vt-content-banner-wrap .vt-content-banner .vt-h2 {
  padding-left: 66px;
  padding-right: 66px;
  text-transform: uppercase;
}

.bg-opacity-07 {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mpire-filter-branch {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.mpire-filter-branch li {
  margin: 25px 5px 25px 0;
  float: none;
  display: inline-block;
  margin: 25px 5px 25px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.mpire-filter-branch li a {
  background-color: #ccc;
  height: 40px;
  border-radius: 40px;
  padding: 10px 16px 9px;
  color: #fff;
  line-height: 23px;
  text-decoration: none;
  border-bottom: none;
}

.mpire-filter-branch li a.active {
  background-color: #0071b3;
}

.form-item-field-solution-type-target-id .form-select {
  display: none;
}

.form-item-field-product-component-tags-target-id .form-select {
  display: none;
}

.form-item-field-tags-target-id .form-select {
  display: none;
}

.form-item-field-cate-overivew-article-target-id .form-select {
  display: none;
}

#views-exposed-form-new-articles-block-1 .form--inline .form-actions,
.form-item-title-article .form-text,
.form-item-title-article .journey-landing .contact-form .form-contact form .form-item textarea,
.journey-landing .contact-form .form-contact form .form-item .form-item-title-article textarea {
  display: none;
}

#views-exposed-form-new-articles-block-1 .form--inline .form-actions .form-submit {
  visibility: hidden;
}

.view-empty .sort-content {
  display: none;
}


.vt-menu .list-socials {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.vt-menu a {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.vt-menu .icon-wrap {
  top: 10px;
  right: 444px;
}

.vt-menu .list-socials li {
  line-height: 1;
}

.vt-menu .list-socials li + li {
  margin-left: 14px;
}

.vt-menu .list-socials li img {
  max-height: 24px;
}

.t-main-header .who {
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 1001;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.t-main-header .who .dropdown {
  margin-left: 5px;
}

.t-main-header .who .dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 0;
  color: #002245;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline: none;
}

.t-main-header .who .dropdown .dropdown-toggle svg {
  margin-left: 10px;
}

.t-main-header .who .dropdown .dropdown-toggle::after {
  content: none;
}

@media (max-width: 1199px) {
  .t-main-header .who {
    display: none;
  }
}
@media (max-width: 991px) {
  .vt-footer .block-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-views-blockload-more-block-1 {
  background-color: #fff;
  /* padding-top: 10px; */
}

.block-views-blockload-more-block-1 .btn-load-more {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    height: 64px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: relative;
  }
  .navbar-expand-xl .navbar-nav .nav-link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    right: 20%;
    border-top: 2px solid #000;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  .navbar-expand-xl .navbar-nav .nav-item:hover .nav-link {
    color: #000;
  }
  .navbar-expand-xl .navbar-nav .nav-item.is-active .nav-link {
    font-weight: 600;
  }
  .navbar-expand-xl .navbar-nav .nav-item.is-active .nav-link:after,
  .navbar-expand-xl .navbar-nav .nav-item:hover .nav-link:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .vt-menu .vt-link-menu {
    top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .block-logomenudropdown-2 {
    top: 5px;
  }
  .vt-menu .vt-bar-top {
    height: 54px;
    position: relative;
    top: unset;
  }
  .vt-menu .navbar-brand {
    max-width: 106px;
  }
  .vt-menu .navbar-brand .img-logo-sg-bg {
    width: 100%;
    max-width: 100%;
    margin-top: -25px;
  }
  .vt-menu .navbar-brand .img-logo-sg {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .vt-menu .navbar-collapse {
    padding-top: 60px;
  }
  .vt-menu .nav-item {
    line-height: 30px;
  }
  .vt-menu .nav-item a {
    padding: 0;
    font-size: 14px;
    line-height: 30px;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.call-to-action .btn-cta {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #002245;
  z-index: 100;
  display: block;
  width: auto;
  padding: 0 10px 0 0;
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fddc00;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-to-action .btn-cta.btn-call {
  text-align: center;
  width: auto;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  right: 15px;
  bottom: 72px;
  position: fixed;
  padding-right: 10px;
}
.call-to-action .btn-cta.btn-call span {
  width: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #002245;
  white-space: nowrap;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  width: auto;
}
.call-to-action .btn-cta.btn-call svg {
  width: 40px;
  animation-name: tada;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.call-to-action .btn-cta.btn-call svg path {
  fill: #002245;
}
.call-to-action .btn-cta.btn-more {
  cursor: pointer;
  border: none;
  width: auto;
  background-color: #fddc00;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.call-to-action .btn-cta.btn-more svg {
  width: 40px;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.call-to-action .btn-cta.btn-more.active svg {
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.call-to-action .shortcutes {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 15px;
}
.call-to-action .shortcutes button {
  margin-left: auto;
}
.call-to-action .shortcutes .box {
  display: none;
  width: 170px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  bottom: 100%;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.call-to-action .shortcutes .box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.call-to-action .shortcutes .box ul li + li a {
  border-top: 1px solid rgba(0, 34, 69, 0.1);
}
.call-to-action .shortcutes .box ul li a {
  color: #6C798F;
  font-size: 12px;
  display: block;
  padding: 12px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.call-to-action .shortcutes .box ul li a .icon {
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
.call-to-action .shortcutes .box ul li a .icon img {
  margin: 0 auto;
  display: block;
}
.call-to-action .shortcutes .box ul li a:hover {
  background-color: #F9F9F9;
  color: #161616;
}
.call-to-action .shortcutes .box .title {
  padding: 5px 14px;
  font-size: 12px;
  line-height: 1.4;
  color: #002245;
  background-color: #fddc00;
}
.call-to-action .shortcutes .box .title span {
  font-weight: 500;
  display: block;
}

.btn-to-top {
  z-index: 200;
  bottom: 120px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #002245;
  padding: 0;
  border: none;
  position: fixed;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  display: none;
}
.btn-to-top svg {
  width: 18px;
  margin-top: -2px;
  height: auto;
}
.btn-to-top:hover {
  background-color: #ffc107;
}

:root {
  --dark-blue: #002245;
  --main: #FDD000;
  --gray: #f2f4f5;
  --hover: #ffc107;
  --pink: #ff6f6f;
  --black: #1a1a1a;
}

body {
  font-family: "Inter";
  font-display: swap;
  color: #1a1a1a;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
body.nav-is-show {
  overflow: hidden;
  max-height: 100vh;
}

img {
  max-width: 100%;
}

.btn {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn,
select,
textarea,
input,
button {
  cursor: pointer;
  outline: none;
  max-width: 100%;
  box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
input:hover,
input:focus,
input:active,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

.btn,
button:hover,
button:focus,
button:active,
button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.btn:disabled,
button:hover:disabled,
button:focus:disabled,
button:active:disabled,
button:disabled {
  color: #66696d;
  cursor: not-allowed;
}

.webform-popup .js-hide {
  display: none !important;
}
.webform-popup .form-item {
  margin-bottom: 16px;
}
.webform-popup .form-item label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .form-item .form-text, .webform-popup .journey-landing .contact-form .form-contact form .form-item textarea, .journey-landing .contact-form .form-contact form .webform-popup .form-item textarea {
  margin-top: 0;
}
.webform-popup .form-item .form-item--error-message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  padding-left: 0 !important;
}
.webform-popup .form-item .form-item--error-message strong {
  font-weight: normal;
}
.webform-popup .form-item input,
.webform-popup .form-item textarea,
.webform-popup .form-item select {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fafbfc;
  border: 1px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-item input::-webkit-input-placeholder,
.webform-popup .form-item textarea::-webkit-input-placeholder,
.webform-popup .form-item select::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-moz-placeholder,
.webform-popup .form-item textarea:-moz-placeholder,
.webform-popup .form-item select:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input::-moz-placeholder,
.webform-popup .form-item textarea::-moz-placeholder,
.webform-popup .form-item select::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-ms-input-placeholder,
.webform-popup .form-item textarea:-ms-input-placeholder,
.webform-popup .form-item select:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:not(.error):placeholder-shown,
.webform-popup .form-item textarea:not(.error):placeholder-shown,
.webform-popup .form-item select:not(.error):placeholder-shown {
  border: 1px solid #f0f0f0;
}
.webform-popup .form-item input:not(.error):focus, .webform-popup .form-item input:not(.error):hover,
.webform-popup .form-item textarea:not(.error):focus,
.webform-popup .form-item textarea:not(.error):hover,
.webform-popup .form-item select:not(.error):focus,
.webform-popup .form-item select:not(.error):hover {
  box-shadow: none;
  border: 1px solid #fdd000;
}
.webform-popup .form-item input.error,
.webform-popup .form-item textarea.error,
.webform-popup .form-item select.error {
  border-color: #dc3545;
}
.webform-popup .form-item select.webform-entity-select {
  background-image: url(../images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
  border: 1px solid #f0f0f0;
  color: #1a1a1a;
}
.webform-popup .form-item input[type=text], .webform-popup .form-item input[type=tel] {
  cursor: text;
}
.webform-popup .form-item textarea {
  resize: none;
  height: 150px;
  cursor: text;
}
.webform-popup .form-item.js-form-type-checkbox {
  flex: inherit;
  max-width: inherit;
  position: inherit;
  width: inherit;
  padding-right: inherit;
  padding-left: inherit;
}
.webform-popup .form-item.js-form-type-checkbox input {
  display: none;
}
.webform-popup .form-item.js-form-type-checkbox label {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.webform-popup .form-item.js-form-type-checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1.33px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.webform-popup .form-item.js-form-type-checkbox input:checked + label:after {
  background-color: #fdd000;
  border-color: #fdd000;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="pajamas:check-sm"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M12.5688 3.04496C12.7326 3.20902 12.8247 3.43142 12.8247 3.66329C12.8247 3.89517 12.7326 4.11756 12.5688 4.28162L5.45562 11.3948C5.37351 11.4768 5.27589 11.5417 5.16845 11.5856C5.06101 11.6296 4.94591 11.6517 4.82984 11.6507C4.71377 11.6498 4.59905 11.6257 4.49237 11.58C4.38569 11.5342 4.28918 11.4677 4.20846 11.3843L1.40496 8.48629C1.24508 8.31923 1.15783 8.09567 1.16227 7.86448C1.16672 7.63329 1.2625 7.41325 1.42868 7.25246C1.59487 7.09167 1.81794 7.0032 2.04916 7.00639C2.28037 7.00957 2.50093 7.10415 2.66262 7.26946L4.84779 9.52812L11.3321 3.04496C11.4962 2.8811 11.7186 2.78906 11.9505 2.78906C12.1823 2.78906 12.4047 2.8811 12.5688 3.04496Z" fill="%23191919"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper {
  padding: 0 8px;
  margin-bottom: 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label {
  padding: 5px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label:after {
  top: 8px;
  left: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label img {
  display: block;
  max-width: 100%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper input:checked + label {
  border-color: #002245;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit {
  margin: 0 8px 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-webform-image-file > label {
  display: inline-block;
  margin-bottom: 0;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #c4c4c4;
  padding: 54px 6px 22px;
  cursor: pointer;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  background-image: url(../images/icons/add-file.svg);
  background-repeat: no-repeat;
  background-position: top 15px center;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-webform-image-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a {
  color: #1a1a1a;
  text-decoration: underline;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a:hover {
  color: #fdd000;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit {
  margin-bottom: 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-managed-file > label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-image: url("../images/icons/add-file-white.svg");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 18px;
  padding-left: 30px;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-managed-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-radios {
  margin-bottom: 16px;
}
.webform-popup .form-radios .form-type-radio {
  margin-bottom: 8px;
}
.webform-popup .form-radios .form-type-radio input {
  display: none;
}
.webform-popup .form-radios .form-type-radio label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.webform-popup .form-radios .form-type-radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio input:checked + label:after {
  background-color: #fdd000;
}
.webform-popup .form-radios .form-type-radio input:checked + label:before {
  border-color: #fdd000;
}
.webform-popup .form-actions input {
  background: #fdd000;
  border: 1px solid rgba(152, 152, 154, 0.2);
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px;
  min-width: 150px;
}
.webform-popup .form-actions input:not(:disabled):hover {
  border: 1px solid rgba(152, 152, 154, 0.2);
  background-color: #ffc107;
  color: #000;
}
.webform-popup .form-actions input:disabled {
  background: #e1e1e1;
  cursor: not-allowed;
  border: 1px solid rgba(152, 152, 154, 0.2);
  color: #98989a;
}
.webform-popup .modal-dialog {
  max-width: 500px;
}
.webform-popup .modal-dialog .modal-content {
  padding-bottom: 16px;
  border-radius: 16px;
  border: 0;
}
.webform-popup .modal-dialog .modal-content .hero {
  border-radius: 16px 16px 0 0;
  margin: -16px -16px 16px -16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 180px;
}
.webform-popup .modal-dialog .modal-content .hero img {
  max-width: 100%;
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.webform-popup .modal-dialog .modal-content .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -7px;
  margin-left: -7px;
  position: relative;
}
.webform-popup .modal-dialog .modal-content .main-content .webform-ajax-form-wrapper {
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  margin: auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  align-self: stretch;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-1 {
  color: var(--black-900, #191919);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 0;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  opacity: 0.8;
}
.webform-popup .modal-dialog .modal-content .main-content form {
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll {
  overflow-y: scroll;
  height: 350px;
  width: 100%;
  margin-bottom: 28px;
  -webkit-overflow-scrolling: touch;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .selected-option {
  border-color: #fdd000;
  background-color: rgb(232, 240, 254);
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .form-item--error > label {
  color: #dc3545;
  opacity: 1;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll fieldset legend span.fieldset-legend {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll fieldset .fieldset-wrapper .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll input::placeholder {
  font-family: "Helvetica";
  font-weight: 500;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-div {
  gap: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > * {
  max-width: 386px;
  margin: auto;
  margin-bottom: 16px;
  padding-left: 7px;
  padding-right: 7px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > *:last-child {
  margin-bottom: 0px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title {
  margin-bottom: 4px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .modal-dialog .modal-content .main-content form .form-actions {
  text-align: center;
}
.webform-popup .modal-dialog .thankyou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 372px;
  margin: auto;
  align-self: stretch;
  padding-top: 27px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title1 {
  color: #191919;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  opacity: 0.8;
}
.webform-popup .modal-dialog .thankyou-content .btn-action {
  background: #fdd000;
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 80px;
  min-width: 150px;
  text-align: center;
  line-height: 18px;
}
.webform-popup .modal-dialog .thankyou-content .btn-action:hover {
  background-color: #ffc107;
}
@media (min-width: 992px) {
  .webform-popup .modal-dialog {
    margin-top: 37.5px;
  }
}

.popup-event .js-hide {
  display: none !important;
}
.popup-event .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
  padding: 0 22.5px;
}
.popup-event .modal-dialog .modal-content {
  border-radius: 16px;
  background-color: transparent;
  border: 0;
}
.popup-event .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  align-self: stretch;
  gap: 34px;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero {
  margin: -16px;
  position: relative;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close:focus {
  outline: 0;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero img {
  max-width: 100%;
  width: 100%;
  max-height: 78.6vh;
  border-radius: 16px;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action {
  margin: 0 auto;
  color: #000;
  background: #fdd000;
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 32px 10px 40px;
  min-width: 150px;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.0509803922);
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action:hover {
  background-color: #ffc107;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action svg {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .popup-event .modal-dialog {
    margin: 0.75rem auto;
    max-width: 437px;
  }
}

.popup-360 .js-hide {
  display: none !important;
}
.popup-360 .modal-dialog {
  max-width: 834px;
}
.popup-360 .modal-dialog .modal-content {
  padding: 0 16px 16px 16px;
  border-radius: 16px;
  border: 0;
}
.popup-360 .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
}
.popup-360 .modal-dialog .modal-content .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 26px;
  height: 26px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .close {
    right: 0;
  }
}
.popup-360 .modal-dialog .modal-content h3.page-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll {
  overflow-y: scroll;
  height: 508px;
  width: calc(100% + 25px);
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll {
    height: 300px;
    width: calc(100% + 12px);
    padding-right: 7px;
  }
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .modal-download .modal-body .form-actions {
  width: 100%;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content {
  padding: 0 43px 8px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content span {
  width: 50%;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content.is-hidden {
  opacity: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 50px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset {
  line-height: 46px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 43px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset span {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form {
  padding-right: 43px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select {
  position: relative;
  z-index: 10;
  padding: 0 16px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select:after {
  content: "";
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  right: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 7px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  color: #1a1a1a;
  padding-right: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
  border: none;
  padding-left: 0;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item {
  border: none;
  -ms-transform: translateY(-73px);
  -o-transform: translateY(-73px);
  -moz-transform: translateY(-73px);
  -webkit-transform: translateY(-73px);
  transform: translateY(-73px);
  flex-direction: column;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
    display: none;
  }
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc.is-hidden {
  opacity: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select {
  order: 2;
  padding-left: 50%;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 7px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  color: #1a1a1a;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
  border: none;
  padding-left: 15px;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-actions {
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box {
  margin-bottom: 24px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td,
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th {
  padding: 16px;
  vertical-align: middle;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr {
  background-color: #ffffff;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr:nth-child(even) {
  background-color: #fafbfb;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr + tr {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th {
  background-color: #fdd000;
  color: #002245;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th:first-child {
  width: 340px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th:last-child {
  width: 189px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th + th {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td {
  text-align: center;
  color: #707781;
  line-height: 22px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td + td {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td span {
  margin-left: 4px;
  color: rgba(112, 119, 129, 0.5);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .link {
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .link:hover {
  color: #ffc107;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:last-child {
  width: 48px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:last-child, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:first-child {
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .icon {
  margin-left: 14px;
  max-width: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form {
  padding: 32px 15px 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 45px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li {
  width: 50%;
  margin-bottom: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li a {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li a.active {
  background-color: #fdd000;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group {
  width: 416px;
  max-width: 100%;
  margin: 0 auto 32px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group label {
  cursor: pointer;
  margin-bottom: 0;
  width: 50%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group input {
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group input:checked + span {
  background-color: #fdd000;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .desc {
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item {
  padding: 0 15px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-right: 21px;
  margin-bottom: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item input {
  width: 100px;
  max-width: 100%;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height: 48px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit] {
  margin-left: 15px;
  min-width: 150px;
  padding: 0 25px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #fdd000;
  cursor: pointer;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit]:hover {
  background-color: #ffc107;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result {
  padding-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse {
  margin-bottom: 20px;
  padding: 12px 26px 12px 32px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #707781;
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse svg {
  margin-top: 18px;
  flex-shrink: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse strong {
  color: #002245;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price {
  color: #002245;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price span {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .note {
  color: #737373;
  font-size: 12px;
  line-height: 20px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .button-box {
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .button-box .btn-submit {
  width: 192px;
  height: 50px;
  padding: 14px 25px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content {
    padding: 0;
    display: none;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content span {
    padding: 0 15px 8px;
    width: 100%;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form {
    height: auto;
    margin-bottom: 24px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset {
    display: block;
    line-height: 46px;
    position: static;
    width: 100%;
    border: 1px solid #002245;
    color: #002245;
    -ms-transition: background-color 0.4s ease, border-color 0.4s ease;
    -o-transition: background-color 0.4s ease, border-color 0.4s ease;
    -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
    transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset span {
    display: inline-block;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset:hover {
    background-color: #ffc107;
    border-color: transparent;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select:after {
    content: none;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
    width: 100%;
    padding: 0 15px 8px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select {
    padding-left: 15px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
    padding-left: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form {
    padding: 0 0 16px 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .desc {
    margin-bottom: 16px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav {
    margin-bottom: 25px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav .nav-item .nav-link {
    padding: 12px 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls {
    width: 185px;
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item label {
    margin-right: 10px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item input {
    flex-shrink: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit] {
    margin-top: 8px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result {
    padding-top: 16px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
    margin-bottom: 12px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse span {
    padding-right: 25px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse svg {
    margin-top: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price {
    gap: 14px;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .popup-360 .modal-dialog {
    margin-top: 37.5px;
  }
}

.sliding-popup-bottom,
.sliding-popup-bottom#sliding-popup {
  position: fixed;
  z-index: 1020;
  left: 8px;
  right: 8px;
  bottom: 8px !important;
  width: auto !important;
  background: transparent !important;
}
.sliding-popup-bottom .popup-content,
.sliding-popup-bottom#sliding-popup .popup-content {
  width: 856px;
  max-width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-message {
  max-width: none;
  padding-right: 24px;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message p,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-message p {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons {
  flex-shrink: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .agree-button,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 8px 20px;
  background-color: #fdd000;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: block;
  margin: 0 auto 12px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .agree-button:hover,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button:hover {
  background-color: #002245;
  color: #fff;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .decline-button,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  border: none;
  text-decoration-line: underline;
  color: #484848;
  background-color: transparent;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .decline-button:hover,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button:hover {
  color: #fdd000;
}

img[data-align=center] {
  display: block;
  margin: 0 auto;
}

img[data-align=left] {
  display: block;
  margin-right: auto;
}

img[data-align=right] {
  display: block;
  margin-left: auto;
}

a:hover,
a:focus,
a {
  text-decoration: none;
  outline: none;
}

.form-note {
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  opacity: 0.6;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-note svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.form-note--medium {
  font-size: 16px;
  line-height: 22px;
}
.form-note a {
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #1a1a1a;
  text-decoration-line: underline;
}
.form-note a:hover {
  color: #ffc107;
}

.js-form-item-product-id {
  display: none;
}

.btn-more,
ul.js-pager__items.pager {
  padding: 0;
  padding-bottom: 32px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-more .button,
.btn-more .btn-load-more a.vt-btn,
ul.js-pager__items.pager .button,
ul.js-pager__items.pager .btn-load-more a.vt-btn {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 13px 22px;
  border: 2px solid #1a1a1a;
  border-radius: 27px;
  width: 224px;
  max-width: 100%;
  color: #1a1a1a;
  font-weight: 700;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more .button:hover,
.btn-more .btn-load-more a.vt-btn:hover,
ul.js-pager__items.pager .button:hover,
ul.js-pager__items.pager .btn-load-more a.vt-btn:hover {
  background-color: #fddc00;
  color: #1a1a1a;
  border-color: transparent;
}

.sort-content {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.sort-content .total {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.sort-content .sort {
  flex-shrink: 0;
}
.sort-content .sort .btn-dropdown {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.sort-content .sort .btn-dropdown svg {
  margin-right: 10px;
}
.sort-content .sort .btn-dropdown:after {
  content: none;
}
.sort-content .sort .sort-list {
  border: none;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
}
.sort-content .sort .sort-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sort-content .sort .sort-list a:hover {
  background-color: #ffc107;
}
.sort-content .sort .sort-list a.active {
  background-color: #FDD000;
}

.modal {
  z-index: 2050;
}

.modal-backdrop {
  z-index: 2040;
}

.checkbox-control label {
  display: block;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.checkbox-control label .check-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #002245;
  opacity: 0.7;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.checkbox-control label .text {
  font-size: 14px;
  line-height: 20px;
  color: #002245;
}
.checkbox-control label input:checked + .check-icon {
  opacity: 1;
  background-color: #002245;
  background-image: url("../images/icons/check.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-control label input:checked + .check-icon + .text {
  font-weight: 500;
}

.view-user,
section {
  overflow: visible;
  overflow-x: clip;
}

h1,
.page-title {
  font-size: 42px;
  line-height: 1.1904761905;
  margin-bottom: 16px;
  font-weight: bold;
}

h2,
.section-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: bold;
}

h3,
.sub-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 16px;
}

h4,
.box-title {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 16px;
  font-weight: bold;
}

.title-bold {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.page-title,
.section-title,
.sub-title,
.box-title {
  color: #002245;
}

.btn-submit {
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 32px;
  border: none;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #FDD000;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-submit:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}

.btn-viewmore {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-viewmore:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.slick-slider .slick-track {
  min-width: 100%;
}

.slider-content {
  width: 100%;
}
.slider-content.slick-dotted.slick-slider {
  margin-bottom: 32px;
}
.slider-content .slick-arrow {
  background-size: contain;
  width: 24px;
  height: 22px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-content .slick-prev {
  background-image: url("../images/icons/left-arrow.svg");
}
.slider-content .slick-prev:before {
  content: none;
}
.slider-content .slick-next {
  background-image: url("../images/icons/right-arrow.svg");
}
.slider-content .slick-next:before {
  content: none;
}
.slider-content .slick-dots {
  bottom: -32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-content .slick-dots li {
  display: block;
  width: 8px;
  height: 8px;
}
.slider-content .slick-dots li + li {
  margin-left: 8px;
}
.slider-content .slick-dots .slick-active button {
  background-color: #161616;
}
.slider-content .slick-dots button {
  padding: 0;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.slider-content .slick-dots button:before {
  content: none;
}

.slider-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.slider-wrapper:before, .slider-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background-color: inherit;
  z-index: 4;
}
.slider-wrapper:before {
  left: auto;
  right: 0;
}
.slider-wrapper .slider-controls .btn-slider {
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider-wrapper .slider-controls .btn-slider--next {
  left: auto;
  right: -15px;
}
.slider-wrapper .slider-controls .btn-slider.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider-wrapper .slider-controls .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  bottom: -32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 1;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #161616;
}

.page-container {
  padding-top: 108px;
}
.page-container > .row > section {
  width: 100%;
  padding: 0;
}

input,
textarea,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item--error-message {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
  font-weight: normal;
}
.form-item--error-message strong {
  font-weight: normal;
}

#views-exposed-form-new-articles-block-1 .form--inline .form-actions .form-submit {
  visibility: hidden;
}

.view-id-san_pham_cau_kien_loyalty .form-submit,
.js-hide,
.rating .field--name-field-rating legend,
.rating .field--name-field-rating .fieldset-legend,
.view-new-articles .form-submit,
.view-san-pham-hoan-thien .form-submit,
.view-san-pham-cau-kien .form-submit,
.form-item-title-article .journey-landing .contact-form .form-contact form .form-item textarea,
.journey-landing .contact-form .form-contact form .form-item .form-item-title-article textarea,
.form-item-field-solution-type-target-id .form-select,
.form-item-field-product-component-tags-target-id .form-select,
.form-item-field-tags-target-id .form-select,
.form-item-field-cate-overivew-article-target-id .form-select,
#views-exposed-form-new-articles-block-1 .form--inline .form-actions,
.form-item-title-article .form-text,
.view-empty .sort-content,
.visually-hidden,
#pageHome .form-item-field-solution-type-target-id,
#pageHome .form-item-field-product-component-tags-target-id {
  display: none;
}

.main-container > .row > section {
  padding: 0;
  width: 100%;
}

.style-table {
  overflow: auto;
  max-width: 100%;
  max-height: 70vh;
}
@media (max-width: 767.98px) {
  .style-table {
    max-height: 50vh;
  }
}

.t-main-header {
  padding: 0;
  z-index: 1111;
}
.t-main-header .btn-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 7px 8px;
  border: 1px solid #002245;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 60px;
  right: 15px;
  background-color: #FDDC00;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .btn-cart:hover {
  background-color: #000;
  color: #fff;
}
.t-main-header .btn-cart:hover svg path {
  fill: #fff;
}
.t-main-header .btn-cart svg path {
  -ms-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.t-main-header .btn-cart span {
  margin-left: 8px;
}
.t-main-header .btn-cart i {
  font-style: normal;
  color: #FF6F6F;
}

.block-mpire-search {
  position: fixed;
  top: 0;
  z-index: 1000;
  right: 115px;
}

.icon-menu-res {
  display: none;
}

.block-mpire-search .block-title {
  display: none;
}

.block-mpire-search .vt-input-search input {
  margin-top: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
  display: inline-block;
}

.block-mpire-search .btn-search {
  position: absolute;
  top: 12px;
  right: 24px;
  pointer-events: none;
}

.block-mpire-search .vt-btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.block-mpire-search .vt-btn-search .form-group {
  margin-bottom: 0;
}

.block-mpire-search .vt-btn-search input {
  z-index: 1111;
  height: 44px;
  width: 44px;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.block-logomenudropdown-2 {
  position: fixed;
  top: 55px;
  z-index: 1000;
  left: 50px;
}
.block-logomenudropdown-2 img {
  max-height: 45px;
}
.block-logomenudropdown-2 .vt-btn-dropdown {
  display: none;
}

.region-header {
  position: fixed;
  top: 0;
  width: 100%;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.region-header.t-hide {
  opacity: 0;
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.region-header.t-show {
  opacity: 1;
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.region-header.show {
  opacity: 1;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.vt-menu {
  position: relative;
  padding: 0;
  height: 44px;
  line-height: 44px;
  display: block;
  background-color: #ffffff;
}

.vt-menu .text-dk {
  display: inline-block;
  font-size: 14px;
}

.vt-menu .text-dk a {
  font-weight: bold;
  color: #1a1a1a;
  float: left;
}

.vt-menu .text-dk a:last-child::before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.vt-menu .text-dk a:hover {
  color: #fddc00;
}

.vt-menu .text-dk p {
  margin-bottom: 0;
  float: left;
  margin-right: 5px;
}

.vt-menu .on-res.text-dk {
  display: none;
}

.vt-menu .on-res.text-dk p {
  display: none;
}

.vt-menu .on-res.text-dk.show {
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  line-height: 100%;
}

.vt-menu .on-res.text-dk.show a {
  color: #ffffff;
}

.vt-menu .navbar-brand {
  width: 26%;
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 46px;
  padding: 0;
  margin: 0;
}

.vt-menu .navbar-brand .img-logo-sg-bg {
  max-width: 162px;
}

.vt-menu .navbar-brand .img-logo-sg {
  margin-left: -4px;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vt-menu .vt-bar-top {
  width: 100%;
  height: 64px;
  background-color: #fddc00;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  position: absolute;
  top: 44px;
}
.vt-menu .vt-bar-top .btn-cart {
  display: none;
  margin-left: 15px;
  position: static;
}
.vt-menu .vt-bar-top .btn-cart span {
  margin-left: 4px;
}

.vt-menu .navbar-toggler {
  padding: 0;
  color: #1a1a1a;
  border: none;
}

.vt-menu .vt-link-menu {
  position: absolute;
  top: 44px;
  right: 150px;
}

.vt-menu .vt-link-menu .nav-item {
  position: relative;
}

.vt-menu .wrap-search {
  position: relative;
}

.vt-menu .vt-form-search {
  margin-right: 150px;
  position: relative;
}

.vt-menu .vt-form-search input {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
}

.vt-menu .btn-search {
  position: absolute;
  right: 24px;
  top: 8px;
  padding: 0;
}

.vt-menu .navbar-collapse {
  padding-left: 50px;
  justify-content: space-between;
}

.vt-menu .navbar-logo {
  position: absolute;
  left: 266px;
}

.vt-menu .nav-item a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 16px;
}

.vt-menu .nav-item a:hover {
  color: #ffffff;
}

.vt-menu .nav-item .is-active {
  font-weight: 500;
  opacity: 1;
}

.vt-menu .form-lang {
  position: relative;
}

.vt-menu .form-lang svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.vt-menu .form-lang select {
  display: none;
  font-size: 14px;
  border-radius: 0;
  height: 44px;
  width: 100px;
  border: none;
  background-color: #1a1a1a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 24px;
}

.vt-menu .icon-wrap {
  position: absolute;
  right: 490px;
}

.vt-menu .icon-wrap a:not(:last-child) {
  margin-right: 32px;
}

.region-header .block-logomenudropdown-2,
.region-header .navbar-brand,
.region-header .icon-menu-des {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.region-header.show .block-logomenudropdown-2,
.region-header.show .navbar-brand,
.region-header.show .icon-menu-des {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.region-header.show .vt-menu .vt-bar-top .btn-cart {
  display: none;
}

.region-header.show .vt-link-menu {
  height: 100vh;
}

.region-header.show .vt-menu .vt-bar-top {
  background-color: #002245;
  padding: 32px;
  height: unset;
}

.region-header.show .icon-menu-res,
.region-header.show .language-switcher-language-url {
  display: block;
}

.region-header.show .language-switcher-language-url {
  right: unset;
  left: 32px;
  top: 76vh;
}

.region-header.show .language-switcher-language-url .btn-danger {
  display: none;
}

.region-header.show .language-switcher-language-url .language-link.is-active,
.region-header.show .language-switcher-language-url .dropdown-menu {
  display: block;
}

.region-header.show .language-switcher-language-url .dropdown-menu {
  top: 0;
  overflow: unset;
  height: 44px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

.region-header.show .language-switcher-language-url .dropdown-menu li {
  float: left;
  color: transparent;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a:hover {
  color: transparent;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a.is-active {
  opacity: 1;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=en]::before {
  content: "EN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=vi]::before {
  content: "VN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .block-mpire-search {
  display: block;
  right: unset;
  top: 150px;
  left: 32px;
}

.region-header.show .block-mpire-search .vt-input-search {
  padding-right: 32px;
}

.region-header.show .block-mpire-search .vt-input-search input {
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}

.region-header.show .block-mpire-search .btn-search {
  right: 48px;
}

.t-main-header .who {
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 1001;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.t-main-header .who .dropdown {
  margin-left: 5px;
}
.t-main-header .who .dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 0;
  color: #002245;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline: none;
}
.t-main-header .who .dropdown .dropdown-toggle svg {
  margin-left: 10px;
}
.t-main-header .who .dropdown .dropdown-toggle::after {
  content: none;
}
.t-main-header .vt-menu .icon-wrap {
  top: 10px;
}
.t-main-header .list-socials {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.t-main-header .list-socials li {
  line-height: 1;
  width: 24px;
  text-align: center;
}
.t-main-header .list-socials li img {
  max-height: 24px;
}
.t-main-header .list-socials li a svg path {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .list-socials li a:hover svg path {
  fill: #FDD000;
}
.t-main-header .list-socials li + li {
  margin-left: 14px;
}
.t-main-header .visually-hidden {
  display: none;
}
.t-main-header .block-mpire-search {
  right: 0px;
}
.t-main-header .vt-menu .icon-wrap {
  right: 330px;
}
.t-main-header .vt-menu .vt-link-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.t-main-header .vt-menu .vt-link-menu ul {
  list-style: none;
}
.t-main-header .vt-menu .vt-link-menu > li.has-child > a {
  padding-right: 20px;
  box-shadow: none !important;
  background-image: url(../images/icons/arrow-down.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 3px center;
}
.t-main-header .vt-menu .vt-link-menu > li > a {
  padding: 22px 12px;
}
.t-main-header .vt-menu .vt-link-menu > li > a:before {
  content: "";
  position: absolute;
  height: 2px;
  margin: 0 auto;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #002245;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t-main-header .vt-menu .vt-link-menu > li.active > a {
  font-weight: bold;
}
.t-main-header .vt-menu .vt-link-menu > li:hover > a:before, .t-main-header .vt-menu .vt-link-menu > li.active > a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.t-main-header .vt-menu .vt-link-menu > li > ul {
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t-main-header .vt-menu .vt-link-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
.t-main-header .vt-menu .vt-link-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 90%;
}
.t-main-header .vt-menu .vt-link-menu li {
  position: relative;
}
.t-main-header .vt-menu .vt-link-menu li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
}
.t-main-header .vt-menu .vt-link-menu li ul {
  padding: 6px 0;
  background-color: #fff;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  width: 171px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.t-main-header .vt-menu .vt-link-menu li ul li a {
  padding: 15px 18px;
  position: relative;
  z-index: 0;
}
.t-main-header .vt-menu .vt-link-menu li ul li a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background-color: #FDD000;
  z-index: -1;
  -ms-transition: height 0.25s linear;
  -o-transition: height 0.25s linear;
  -moz-transition: height 0.25s linear;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
.t-main-header .vt-menu .vt-link-menu li ul li ul {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 120%;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .vt-menu .vt-link-menu li ul li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.t-main-header .vt-menu .vt-link-menu li ul li:hover > a:after {
  height: 100%;
  right: auto;
  top: 0;
}

.post .wrap-img {
  overflow: hidden;
  height: 330px;
  position: relative;
}
.post .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.post .wrap-img .video-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 119, 129, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.post .wrap-img .video-icon .icon {
  background-color: #0E76A8;
  padding: 4px;
}
.post .wrap-img .video-icon span {
  display: block;
  padding: 2px 7px;
}
.post .wrap-img:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .catgories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post .catgories li {
  display: inline-block;
}
.post .catgories li a {
  display: inline-block;
  color: #707781;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 12px;
  line-height: 20px;
}
.post .catgories li a:hover {
  color: #000;
}
.post .catgories li + li:before {
  color: #707781;
  font-size: 12px;
  content: ", ";
}
.post .content {
  background-color: #fff;
  padding: 32px 26px 28px;
  overflow: hidden;
}
.post .content .title {
  margin-bottom: 24px;
  height: 56px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1A1A1A;
}
.post .content .title a {
  display: block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: inherit;
}
.post .content .title:hover {
  color: #ffc107;
}
.post .content .desc {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #1A1A1A;
  text-align: justify;
  text-align-last: left;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .content .btn-details {
  margin-top: 32px;
  display: inline-block;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #161616;
  font-weight: 600;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post .content .btn-details:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.view-videos-multi-comfort .js-pager__items,
.video-load-more {
  background-color: #fff;
}

.home-video {
  background-color: #fff;
  padding-bottom: 2px;
  padding-top: 32px;
}
.home-video .section-title {
  margin-bottom: 32px;
}
.home-video .video-item {
  margin-bottom: 30px;
  padding: 0 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.home-video .video-item .video-content {
  position: relative;
  height: 324px;
}
.home-video .video-item .video-content .bg-video {
  height: 100%;
}
.home-video .video-item .video-content .bg-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home-video .video-item .video-content .bg-video .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-video .video-item .video-content .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
}
.home-video .video-item .video-content .btn-play svg {
  width: 24px;
  height: auto;
  margin-right: -8px;
}
.home-video .video-item .video-content .btn-play svg polygon {
  fill: #fff;
}
.home-video .video-item .video-content .btn-play:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.home-video .video-item .video-content .click-to-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video .video-item .video-content .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
}
.home-video .video-item .video-content .info .numb {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.home-video .video-item .video-content .info .title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-video .video-item:hover .btn-play {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.home-video .video-item:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-video .video-item:first-child .video-content {
  height: 504px;
}

.view.view-block-ads.view-id-block_ads {
  background-color: #f2f2f2;
}

.block-views-blockblock-ads-block-1.block-views-blockblock-ads-block-1 {
  margin-bottom: 0;
}

.view-block-ads .js-pager__items.pager {
  padding-top: 0px;
  padding-bottom: 32px;
}

.home-post-qc {
  padding-top: 32px;
  padding-bottom: 16px;
  background-color: #f2f2f2;
}
.home-post-qc .section-title {
  margin-bottom: 32px;
}
.home-post-qc + .home-post-qc {
  padding-top: 0;
}
.home-post-qc .t-wrap-block-blog {
  padding-left: 15px;
  padding-right: 15px;
}
.home-post-qc .btn-viewmore {
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  padding: 16px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 224px;
  margin: 0 auto;
  max-width: 100%;
  border: 2px solid #1a1a1a;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .btn-viewmore svg {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.home-post-qc .btn-viewmore:hover {
  background-color: #FDD000;
}
.home-post-qc .btn-viewmore:hover svg {
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.home-post-qc .block-blog {
  margin-right: -15px;
  margin-left: -15px;
}
.home-post-qc .block-blog .blog-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-post-qc .block-blog .vt-blog-wrap {
  height: 324px;
  padding: 0;
  width: auto;
  position: relative;
}
.home-post-qc .block-blog .vt-blog-wrap .btn-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.home-post-qc .block-blog .vt-blog-wrap .wrap-img {
  width: 100%;
  height: 100%;
}
.home-post-qc .block-blog .vt-blog-wrap .wrap-img img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-overplay {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .content-wrap {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #fff;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon {
  pointer-events: none;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon img {
  max-height: 99px;
  max-width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 50px 50px;
  bottom: -100px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
  align-items: center;
  padding: 15px 36px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #FDD000;
  color: #FDD000;
  width: 224px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn:hover {
  border-color: #002245;
  background-color: transparent;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
  flex-shrink: 0;
  margin-left: 5px;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg path {
  fill: #FDD000;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
  min-height: auto;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  height: 64px;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title a {
  color: inherit;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .content-wrap {
  top: -100px;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-btn {
  opacity: 1;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-icon {
  opacity: 0;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog {
  background-color: transparent;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog .vt-h2 {
  color: #1a1a1a;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog .post-title {
  color: #FDD000;
}

.home-blog {
  background-color: #f2f2f2;
  padding-bottom: 32px;
  padding-top: 32px;
}
.home-blog.home-tips {
  background-color: #fff;
}
.home-blog.home-tips .post .content .desc {
  -webkit-line-clamp: 3;
  height: 72px;
  min-height: auto;
}
.home-blog .title-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-blog .title-box .section-title {
  margin-bottom: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.home-blog .title-box .btn-viewmore {
  flex-shrink: 0;
}
.home-blog .slide-posts {
  min-height: 522px;
  overflow: hidden;
}
.home-blog .owl-carousel.owl-drag .owl-item {
  background-color: transparent;
}
.home-blog .owl-dots {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blog .owl-dots .owl-dot {
  display: block;
}
.home-blog .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.home-blog .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #707070;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.1;
}
.home-blog .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}

.vt-footer {
  margin-top: 112px;
  padding-bottom: 54px;
  background-color: #1a1a1a;
  position: relative;
  color: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
}
.vt-footer .subscibe-content {
  color: #1a1a1a;
}
.vt-footer .subscibe-content .content-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}
.vt-footer .subscibe-content .wrapper {
  background-color: #FDD000;
  padding: 48px 0px;
  -ms-transform: translateY(-112px);
  -o-transform: translateY(-112px);
  -moz-transform: translateY(-112px);
  -webkit-transform: translateY(-112px);
  transform: translateY(-112px);
}
.vt-footer .subscibe-content .wrapper > .row {
  margin: 0;
}
.vt-footer .subscibe-content .desc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.vt-footer .subscibe-content .vt-form-news,
.vt-footer .subscibe-content form {
  position: relative;
}
.vt-footer .subscibe-content .vt-form-news input,
.vt-footer .subscibe-content form input {
  border: none;
  display: block;
  width: 100%;
  padding: 0 80px 0 32px;
  height: 64px;
}
.vt-footer .subscibe-content .vt-form-news .result_message,
.vt-footer .subscibe-content form .result_message {
  position: absolute;
  top: 100%;
  padding-top: 2px;
}
.vt-footer .subscibe-content .vt-form-news input[type=email],
.vt-footer .subscibe-content form input[type=email] {
  font-size: 16px;
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]::-webkit-input-placeholder,
.vt-footer .subscibe-content form input[type=email]::-webkit-input-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]:-moz-placeholder,
.vt-footer .subscibe-content form input[type=email]:-moz-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]::-moz-placeholder,
.vt-footer .subscibe-content form input[type=email]::-moz-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]:-ms-input-placeholder,
.vt-footer .subscibe-content form input[type=email]:-ms-input-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=submit],
.vt-footer .subscibe-content .vt-form-news button[type=submit],
.vt-footer .subscibe-content form input[type=submit],
.vt-footer .subscibe-content form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background-color: transparent;
  border: none;
  font-size: 0;
  background-image: url("../images/icons/arrow-right-2.png");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.vt-footer .subscibe-content .box-content {
  padding: 0 60px;
}
.vt-footer .social-title {
  font-size: 14px;
  left: 28px;
  color: #fff;
  opacity: 0.75;
  margin-top: 20px;
  margin-bottom: 24px;
}
.vt-footer .socials {
  margin-bottom: 10px;
}
.vt-footer .socials .social-item {
  display: inline-block;
}
.vt-footer .socials .social-item img {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-footer .socials .social-item:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-footer .socials .social-item + .social-item {
  margin-left: 24px;
}
.vt-footer .vt-footer-content {
  margin-top: -100px;
}
.vt-footer .vt-footer-content .container {
  padding-top: 68px;
}
.vt-footer .vt-footer-content ul {
  padding-top: 64px;
  padding-left: 0;
  list-style: none;
}
.vt-footer .vt-footer-content ul li {
  margin-bottom: 24px;
}
.vt-footer .vt-footer-content ul li a {
  padding: 0;
  color: #fff;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-footer .vt-footer-content ul li a:hover {
  color: #ffc107;
}
.vt-footer .logo-footer {
  max-height: 65px;
  margin: 10px 0 32px;
}
.vt-footer .copyright-footer {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 14px;
}
.vt-footer .block-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.vt-footer .block-menu .col-12.col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.btn-more,
ul.js-pager__items.pager {
  padding: 0;
  padding-bottom: 32px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-more .button,
.btn-more .btn-load-more a.vt-btn,
ul.js-pager__items.pager .button,
ul.js-pager__items.pager .btn-load-more a.vt-btn {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 13px 22px;
  border: 2px solid #1a1a1a;
  border-radius: 27px;
  width: 224px;
  max-width: 100%;
  color: #1a1a1a;
  font-weight: 700;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more .button:hover,
.btn-more .btn-load-more a.vt-btn:hover,
ul.js-pager__items.pager .button:hover,
ul.js-pager__items.pager .btn-load-more a.vt-btn:hover {
  background-color: #fddc00;
  color: #1a1a1a;
  border-color: transparent;
}

@media (max-width: 1199.98px) {
  .page-container {
    padding-top: 64px;
  }
  .page-banner {
    padding: 100px 0;
  }
  .vt-menu .vt-bar-top .btn-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .t-main-header .btn-cart {
    display: none;
  }
  .block-mpire-search {
    display: none;
  }
  .vt-menu .on-des {
    visibility: hidden;
    display: none;
  }
  .vt-menu .on-res {
    visibility: visible;
    display: block;
  }
  .vt-menu {
    position: relative;
    display: block;
    text-align: right;
    padding: 0;
  }
  .vt-menu .navbar-brand .logo-mobile {
    display: block;
  }
  .vt-menu .navbar-brand .logo-des {
    display: none;
  }
  .vt-menu .navbar-logo {
    left: 138px;
  }
  .vt-menu .vt-link-menu {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
  .vt-menu .vt-form-search {
    margin-right: 0px;
  }
  .vt-menu .vt-form-search input {
    width: 100%;
  }
  .vt-menu .navbar-brand {
    display: block;
    left: 12px;
  }
  .vt-menu .navbar-collapse {
    justify-content: unset;
    padding: 32px;
    padding-top: 150px;
    background-color: #002245;
  }
  .vt-menu .nav-item a {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding-left: 0;
    opacity: 0.6;
  }
  .vt-menu .vt-bar-top {
    position: relative;
    top: unset;
  }
  .t-main-header .vt-menu .icon-wrap {
    display: block;
    position: static;
    padding-bottom: 10px;
  }
  .t-main-header .who {
    display: none;
  }
  .t-main-header .block-logomenudropdown-2 {
    top: 8px;
    left: 16px;
  }
  .t-main-header .vt-menu .vt-link-menu {
    padding-bottom: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a:after {
    content: none;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a,
  .t-main-header .vt-menu .vt-link-menu li a {
    display: inline-block;
    color: #fff;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a {
    color: #fff;
    padding: 8px 0;
  }
  .t-main-header .vt-menu .vt-link-menu > li > a {
    color: #fff;
    padding: 8px 0;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a {
    background-image: none;
    position: relative;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 2px;
    color: #fff;
  }
  .t-main-header .vt-menu .vt-link-menu > li.active > a,
  .t-main-header .vt-menu .vt-link-menu li.active > a {
    color: #FDD000;
  }
  .t-main-header .vt-menu .vt-link-menu li ul {
    position: static;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    width: auto;
    background-color: transparent;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a {
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 0;
  }
  .t-main-header .region-header.show .language-switcher-language-url {
    top: auto;
    bottom: 20px;
  }
  .t-main-header .vt-menu .navbar-collapse {
    justify-content: unset;
    padding: 0 32px;
    background-color: #002245;
  }
  .t-main-header .region-header.show .vt-menu .vt-bar-top {
    height: 64px;
    padding: 0 16px 0 0;
  }
  .t-main-header .region-header.show .block-mpire-search {
    right: 50px !important;
    top: 10px;
    left: 15px;
    padding-right: 15px;
  }
  .t-main-header .region-header.show .block-mpire-search .vt-input-search {
    padding-right: 0;
  }
  .t-main-header .region-header.show .block-mpire-search .vt-input-search input {
    max-width: none;
    padding-right: 44px;
  }
  .t-main-header .block-mpire-search .vt-btn-search {
    right: 15px;
  }
  .t-main-header .region-header.show .block-mpire-search .btn-search {
    right: 25px;
  }
  .t-main-header .region-header.show .language-switcher-language-url {
    bottom: auto;
    top: 10px;
    left: 15px;
    bottom: auto;
  }
  .t-main-header .region-header.show .language-switcher-language-url .dropdown-menu li a {
    width: 38px;
    margin: 0;
  }
  .t-main-header .region-header.show .language-switcher-language-url .dropdown-menu li + li {
    margin-left: 5px;
  }
  .t-main-header .region-header.show .vt-link-menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 90px;
    margin-top: 0 !important;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fddc00;
  }
  .post .wrap-img {
    height: 300px;
  }
  .post .content {
    padding: 15px;
  }
  .post .content .title {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  .vt-footer .subscibe-content .box-content {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .page-banner {
    padding: 80px 0;
  }
  .post .wrap-img {
    height: 200px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
    width: auto;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
    font-size: 26px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
    padding: 20px 30px;
    bottom: -80px;
  }
  .home-blog .slide-posts {
    min-height: 366px;
  }
  .vt-footer .subscibe-content .wrapper {
    padding: 30px 0;
  }
  .vt-footer .subscibe-content .content-title {
    font-size: 26px;
  }
  .vt-footer .subscibe-content .box-content {
    padding: 0;
  }
  .vt-footer .block-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sliding-popup-bottom .popup-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliding-popup-bottom .popup-content .eu-cookie-compliance-message {
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .slider-wrapper .slider-controls .btn-slider {
    display: none;
  }
  h1,
  .page-title {
    font-size: 35px;
  }
  h2,
  .section-title {
    font-size: 27px;
  }
  h3,
  .sub-title {
    font-size: 23px;
  }
  .title-bold {
    font-size: 20px;
  }
  .page-container {
    padding-top: 54px;
  }
  .section-title br {
    display: none;
  }
  .slider-content .slick-prev {
    left: 0;
  }
  .slider-content .slick-next {
    right: 0;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner .title {
    font-size: 28px;
  }
  .form .js-form-item input,
  .form .js-form-item select,
  .form .js-form-item textarea,
  form .js-form-item input,
  form .js-form-item select,
  form .js-form-item textarea {
    font-size: 16px;
  }
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  select:focus,
  textarea {
    font-size: 16px !important;
  }
  .t-main-header .block-logomenudropdown-2 {
    top: 5px;
  }
  .vt-menu .vt-bar-top {
    height: 54px;
    position: relative;
    top: unset;
  }
  .vt-menu .navbar-brand {
    max-width: 106px;
  }
  .vt-menu .navbar-brand .img-logo-sg-bg {
    width: 100%;
    max-width: 100%;
    margin-top: -25px;
  }
  .vt-menu .navbar-brand .img-logo-sg {
    width: 80%;
  }
  .post .wrap-img {
    height: 147px;
  }
  .post .content .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .post .content .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .home-post-qc {
    padding-bottom: 40px;
  }
  .home-post-qc .section-title {
    margin-bottom: 16px;
  }
  .home-post-qc .block-blog {
    margin: 0 -7.5px;
  }
  .home-post-qc .block-blog .blog-item {
    padding: 0 7.5px;
    margin-bottom: 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap {
    height: 176px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .wrap-img {
    height: 176px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .content-wrap {
    padding: 24px 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon img {
    max-height: 54px;
    max-width: 79px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
    bottom: 0;
    background-color: transparent;
    padding: 0px 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    border: none;
    font-size: 0;
    position: absolute;
    left: 16px;
    bottom: 24px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg path {
    fill: #fff;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-weight: 700;
    color: #fff;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .content-wrap {
    top: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-btn {
    opacity: 1;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-icon {
    opacity: 1;
    top: 0px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-overplay {
    opacity: 0.7;
    background-color: #000;
  }
  .home-post-qc .block-blog .vt-blog-wrap {
    height: 176px;
  }
  .home-blog {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .home-blog.home-tips {
    padding-bottom: 32px;
  }
  .home-blog.home-tips .post .content .desc {
    height: 60px;
  }
  .home-blog .title-box {
    margin-bottom: 24px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .slide-posts {
    min-height: 312px;
  }
  .home-blog .owl-dots {
    margin-top: 6px;
  }
  .home-blog .slider-item {
    padding-bottom: 10px;
    background-color: transparent;
  }
  .home-blog .post {
    -webkit-box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
    box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
  }
  .home-video {
    padding-bottom: 6px;
    padding-top: 32px;
  }
  .home-video .section-title {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 24px;
  }
  .home-video .video-list {
    margin: 0 -5px;
  }
  .home-video .video-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .home-video .video-item .video-content {
    height: 130px;
  }
  .home-video .video-item .video-content .btn-play {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
  .home-video .video-item .video-content .info {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .home-video .video-item .video-content .info .numb {
    font-size: 10px;
  }
  .home-video .video-item .video-content .info .title {
    font-size: 14px;
  }
  .home-video .video-item:first-child .video-content {
    height: 230px;
  }
  .vt-footer {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .vt-footer .subscibe-content {
    background-color: #FDD000;
  }
  .vt-footer .subscibe-content .wrapper {
    padding: 24px 0;
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .vt-footer .subscibe-content .wrapper > .row {
    margin: 0 -15px;
  }
  .vt-footer .subscibe-content .wrapper .content-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .vt-footer .subscibe-content form input {
    padding-left: 15px;
  }
  .vt-footer .vt-footer-content {
    margin-top: 0;
  }
  .vt-footer .vt-footer-content .container {
    padding-top: 0;
  }
  .vt-footer .vt-footer-content ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .vt-footer .vt-footer-content ul li {
    margin-bottom: 0;
  }
  .vt-footer .vt-footer-content ul li + li {
    margin-top: 20px;
  }
  .vt-footer .vt-footer-content .socials {
    margin-bottom: 32px;
  }
  .vt-footer .vt-footer-content .logo-footer {
    max-width: 50%;
    max-height: 40px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .view-block-ads .js-pager__items.pager {
    padding-top: 0px;
    padding-bottom: 16px;
  }
  .home-post-qc {
    padding-top: 32px;
    padding-bottom: 6px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
    width: 34px;
    height: 34px;
    font-size: 0;
    padding: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
    width: 34px;
    height: auto;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-text-blog .vt-h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .home-video .video-item:first-child .video-content .btn-play {
    width: 35px;
    height: 35px;
  }
  .home-video .video-item:first-child .video-content .btn-play svg {
    width: 12px;
  }
  .home-video .video-item .video-content .btn-play {
    width: 23px;
    height: 23px;
    margin: -11.5px 0 0 -11.5px;
    border-width: 1px;
  }
  .home-video .video-item .video-content .btn-play svg {
    width: 8px;
    height: auto;
    margin-right: -2px;
  }
  .home-blog .title-box {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .title-box .section-title {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .home-blog .slide-posts {
    padding-left: 15px;
  }
  .home-blog .slider-item .post {
    width: 250px;
  }
}
@media (max-width: 374.98px) {
  .home-post-qc .block-blog .blog-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-videos-multi-comfort .bg {
  overflow: hidden;
  height: 100%;
}

.setSize,
.view-videos-multi-comfort .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* Button template */
.vt-btn-reverse {
  background-color: #FDDC00;
  color: #1A1A1A;
  border-color: transparent;
}

.vt-btn-reverse svg path {
  fill: #1A1A1A;
}

.vt-btn-reverse:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* Footer */
.container-fluid {
  clear: both;
  float: none;
  /* overflow: hidden; */
}

body {
  padding: 0 !important;
}

footer {
  background-color: #050505;
}

.vt-newsletter {
  background-color: rgb(253, 220, 0);
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  clear: both;
}

.vt-footer-wrap,
.vt-footer {
  clear: both;
  float: none;
}

.vt-footer-wrap {
  margin-top: -120px;
}

@media screen and (max-width: 480px) {
  .vt-newsletter {
    margin-top: 0;
  }
  .vt-newsletter .vt-h2 {
    font-size: 30px;
    font-weight: 400;
  }
  .vt-body-1 {
    font-size: 14px;
    line-height: 1.5;
  }
  .vt-newsletter {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .vt-footer-wrap {
    margin-top: 0;
  }
}
.block-views-blockblock-ads-block-1 {
  padding-bottom: 170px;
}

.main-container {
  /* padding-bottom: 150px; */
}

/* quiz style */
.t-wrap-quiz {
  padding-top: 120px;
  position: relative;
  color: #fff;
  width: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 170px;
}

@media screen and (max-width: 1200px) {
  .t-wrap-quiz {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .t-wrap-quiz {
    padding-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .t-wrap-quiz {
    padding-bottom: 33px;
  }
}
.t-quiz-title-with-img {
  margin: 0 auto;
  margin-bottom: 16px;
}

.t-quiz-title-with-img h2 {
  padding: 0 5px;
  margin: 0;
  margin-top: -12px;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .t-quiz-title-with-img h2 {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-title-with-img svg {
    width: 40px;
    height: 72px;
  }
}
.t-quiz-wrap-title {
  text-transform: uppercase;
  margin-top: 72px;
}

.t-quiz-wrap-title h1 {
  margin: 0 auto;
  color: #FDDC00;
  font-size: 49px;
  line-height: 56px;
}

.t-quiz-wrap-title h2 {
  max-width: 745px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 41px;
  position: relative;
}

.t-quiz-wrap-title h2::before,
.t-quiz-wrap-title h2::after {
  content: "";
  width: 60px;
  height: 108px;
  background: url(../images/quiz-fs-title-before.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -64px;
  top: 50%;
}

.t-quiz-wrap-title h2::after {
  left: auto;
  right: -64px;
  background-image: url(../images/quiz-fs-title-after.svg);
}

.quiz-finish .t-quiz-wrap-title h2 {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 70px;
}

.quiz-finish .t-quiz-wrap-title h2::before,
.quiz-finish .t-quiz-wrap-title h2:after {
  display: none;
}

.social-sharing-description,
.t-quiz-finish-social-des {
  font-size: 14px;
  margin-bottom: 16px;
}

.t-quiz-wrap-social {
  background: #001B37;
  width: auto;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  border-radius: 32px;
}

.t-quiz-wrap-social div,
.t-quiz-wrap-social > p,
.t-quiz-wrap-social ul,
.t-quiz-wrap-social li {
  display: inline-block;
}

.t-quiz-wrap-social > p.t-quiz-social-des {
  margin: 0;
  line-height: 1;
  margin: 0 10px 0 0;
  color: #FDD000;
}

.t-quiz-wrap-social div p {
  margin-right: 28px;
}

.quiz-finish .slide-giai-phap-wrap #slide-lien-quan .block-giai-phap .content-giai-phap {
  color: #1A1A1A;
  text-align: left;
}

.quiz-finish .container .vt-title-block {
  color: #FDD000;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.quiz-finish .container .btn-view-all {
  font-size: 20px;
  font-weight: 400;
  color: #FDD000;
  margin-top: -59px;
}

@media screen and (max-width: 768px) {
  .t-quiz-wrap-title {
    margin-top: 0;
  }
  .t-quiz-wrap-title h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 201px;
  }
  .t-quiz-wrap-title h2 {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-wrap-title h2 {
    font-size: 12px;
  }
  .quiz-finish .t-quiz-wrap-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
    max-width: 300px;
  }
  .quiz-finish .owl-carousel.owl-drag .owl-item {
    background: transparent;
  }
  .quiz-finish .container .vt-title-block {
    font-size: 20px;
  }
  .quiz-finish .container .btn-view-all {
    font-size: 15px;
    margin-top: -61px;
  }
}
.t-quiz-wrap-btn {
  margin-bottom: 75px;
}

.t-quiz-wrap-btn .vt-btn {
  min-width: 196px;
  margin: 0 20px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .t-quiz-wrap-btn {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-wrap-btn {
    display: unset !important;
  }
  .t-quiz-wrap-btn .vt-btn {
    margin: 0;
  }
  .t-quiz-wrap-btn .vt-btn:not(:last-child) {
    margin-bottom: 23px;
  }
}
.t-quiz-wrap-content {
  max-width: 636px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 768px) {
  .t-quiz-wrap-content {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 35px 0;
  }
}
@media screen and (max-width: 480px) {
  .t-quiz-wrap-content {
    /* max-width: 262px; */
  }
}
.t-quiz-date {
  width: 250px;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
  color: #FDDC00;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: -48px;  */
  background: url(../images/quiz-finish-date.png) no-repeat center center;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .t-quiz-date {
    font-size: 32px;
    line-height: 37px;
  }
}
.t-quiz-date-des {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-weight: normal;
  max-width: 381px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .t-quiz-date-des {
    font-size: 12px;
    line-height: 16px;
    max-width: 288px;
  }
}
.t-quiz-wrap-social .field--name-field-social-sharing-description {
  /* font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 71px;  */
}

.t-quiz-wrap-social .field--name-field-social-sharing-description .social-media-sharing ul {
  margin-bottom: 0;
  padding: 16px 30px;
  background: #001B37;
  border-radius: 50px;
}

.t-quiz-wrap-social .field--name-field-social-sharing-description .social-media-sharing ul li:not(:last-child) {
  margin-right: 24px;
}

.t-quiz-wrap-social .field--name-field-social-sharing-description .social-media-sharing ul li a img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 480px) {
  .t-quiz-wrap-social .field--name-field-social-sharing-description {
    max-width: 207px;
  }
}
.t-quiz-wrap-voucher {
  margin-top: 21px;
  display: inline-block;
  padding: 20px;
  position: relative;
}

.t-quiz-wrap-voucher img {
  position: relative;
  z-index: 1;
}

/* .t-quiz-wrap-voucher::before {
  content: '';
  width: 15vw;
  height: 15vw;
  max-width: 155px;
  max-height: 155px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FDDC00; }
.t-quiz-wrap-voucher::after {
  content: '';
  width: 30vw;
  height: 15vw;
  max-width: 339px;
  max-height: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FDDC00; } */
/* @media screen and (max-width: 768px) {
  .t-quiz-wrap-voucher::before {
    width: 50vw;
    height: 50vw;
    max-width: 155px;
    max-height: 155px; }
  .t-quiz-wrap-voucher::after {
    width: 50vw;
    height: 50vw;
    max-width: 155px;
    max-height: 155px; } } */
.t-quiz-wrap-voucher::before,
.t-quiz-wrap-voucher::after {
  display: none;
}

.t-quiz-title-complete {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 41px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 745px;
}

@media screen and (max-width: 480px) {
  .t-quiz-title-complete {
    font-size: 16px;
    line-height: 24px;
    max-width: 267px;
  }
}
.t-wrap-question {
  text-align: unset;
}

@media screen and (max-width: 768px) {
  .t-wrap-question {
    padding-top: 55px;
    /* padding-bottom: 30px; */
  }
  .t-wrap-question .t-form-quiz-wrap {
    padding-bottom: 0;
  }
}
.t-wrap-question .webform-button--next {
  padding: 18px 24px;
  background: #FDDC00;
  border-radius: 27px;
  border: none;
  font-weight: 500;
  color: #1A1A1A;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.t-wrap-question .webform-actions {
  text-align: center;
  display: inline-block;
  margin: 30px 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .t-wrap-question .webform-actions {
    margin-bottom: 32px;
  }
}
.t-wrap-question .webform-quiz-radios {
  position: relative;
}

.t-wrap-question .webform-quiz-radios .form-item {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 0 20px;
  visibility: visible;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .t-wrap-question .webform-quiz-radios .form-item {
    padding: 0px 13px;
  }
}
.t-wrap-question .webform-quiz-radios .form-item.incorrect {
  background: #FF6F6F;
  color: #002245;
}

.t-wrap-question .webform-quiz-radios .form-item.incorrect label {
  text-decoration: line-through;
}

.t-wrap-question .webform-quiz-radios .form-item.incorrect label::before {
  background: #002245;
  color: #FF6F6F;
}

.t-wrap-question .webform-quiz-radios .form-item.correct {
  background: #A3F07F;
  color: #002245;
}

.t-wrap-question .webform-quiz-radios .form-item.correct label::before {
  background: #002245;
  color: #A3F07F;
}

.t-wrap-question .webform-quiz-radios .form-item.disabled {
  opacity: 0;
  visibility: hidden;
}

.t-wrap-question .webform-quiz-radios .form-item.disabled.incorrect,
.t-wrap-question .webform-quiz-radios .form-item.disabled.correct {
  /* top: 0; */
  /* position: absolute; */
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.t-wrap-question .webform-quiz-radios .form-item.not-selected {
  display: none;
}

.t-wrap-question .webform-quiz-radios .form-item.active {
  background: rgba(253, 208, 0, 0.5);
}

.t-wrap-question .webform-quiz-radios .form-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .t-wrap-question .webform-quiz-radios .form-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.t-wrap-question .webform-quiz-radios .form-item:hover:not(.disabled) {
  background: rgba(253, 208, 0, 0.5);
  cursor: pointer;
}

.t-wrap-question .webform-quiz-radios .form-item input {
  opacity: 0;
  position: absolute;
}

.t-wrap-question .webform-quiz-radios .form-item label {
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 16px 0 16px 40px;
}

.t-wrap-question .webform-quiz-radios .form-item label::before {
  margin-right: 16px;
  background-color: #FDDC00;
  border-radius: 50px;
  font-size: 13px;
  color: #002245;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .t-wrap-question .webform-quiz-radios .form-item label::before {
    /* width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;  */
  }
}
.t-wrap-question .webform-quiz-radios .form-item:nth-child(1) label::before {
  content: "A";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(2) label::before {
  content: "B";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(3) label::before {
  content: "C";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(4) label::before {
  content: "D";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(5) label::before {
  content: "E";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(6) label::before {
  content: "F";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(7) label::before {
  content: "G";
}

.t-wrap-question .webform-quiz-radios .form-item:nth-child(8) label::before {
  content: "H";
}

@media screen and (max-width: 768px) {
  .t-wrap-question .t-quiz-img-left {
    margin-bottom: 30px;
  }
}
.t-form-quiz-wrap {
  padding-top: 48px;
  padding-bottom: 107px;
}

@media screen and (max-width: 768px) {
  .t-form-quiz-wrap {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
.t-quiz-label {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  width: 50%;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .t-quiz-label {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 82px);
  }
}
fieldset.webform-composite-hidden-title {
  margin: 0;
}

fieldset.webform-composite-hidden-title legend {
  margin: 0;
}

.form-item.incorrect {
  opacity: 1;
}

.t-mb-1 {
  margin-bottom: 8px;
}

.t-mb-2 {
  margin-bottom: 16px;
}

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

.t-mb-4 {
  margin-bottom: 32px;
}

.t-mb-5 {
  margin-bottom: 40px;
}

.t-mb-6 {
  margin-bottom: 48px;
}

.t-mb-7 {
  margin-bottom: 56px;
}

.t-mb-8 {
  margin-bottom: 64px;
}

.t-mb-9 {
  margin-bottom: 72px;
}

.t-mb-10 {
  margin-bottom: 80px;
}

.t-mt-1 {
  margin-top: 8px;
}

.t-mt-2 {
  margin-top: 16px;
}

.t-mt-3 {
  margin-top: 24px;
}

.t-mt-4 {
  margin-top: 32px;
}

.t-mt-5 {
  margin-top: 40px;
}

.t-mt-6 {
  margin-top: 48px;
}

.t-mt-7 {
  margin-top: 56px;
}

.t-mt-8 {
  margin-top: 64px;
}

.t-mt-9 {
  margin-top: 72px;
}

.t-mt-10 {
  margin-top: 80px;
}

.is-desktop {
  display: block;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .is-desktop {
    display: none;
    visibility: hidden;
  }
}
.is-mobile {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .is-mobile {
    display: block;
    visibility: visible;
  }
}
/* 1014 */
.t-quiz-total-numb-wrap {
  width: 80px;
  height: 80px;
  float: right;
  line-height: 80px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.t-quiz-total-numb-wrap span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 80px;
  display: block;
}

.t-quiz-total-numb-wrap svg {
  position: absolute;
  left: 0;
  top: 0;
}

.t-quiz-total-numb-wrap svg.quiz-breadcrumb-progress circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1s ease-out forwards;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

/* @keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
} */
.quiz-game-question {
  width: 550px;
  float: left;
  overflow: hidden;
}

.quiz-game-question > div p:first-child {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  /* display: flex;
  align-items: flex-end; */
  min-height: 110px;
  padding-top: 15px;
}

.quiz-game-answer .quiz-answer-img img {
  border-radius: 8px;
  max-width: 100%;
}

.quiz-game-answer {
  width: 100%;
  float: none;
  padding-top: 10px;
  clear: both;
}

.quiz-game-answer .quiz-answer-img {
  float: left;
  margin-right: 40px;
  max-width: 50%;
}

.quiz-game-answer .webform-quiz-correct-answer-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 20px 40px;
}

.quiz-game-answer .webform-quiz-correct-answer-description ul {
  padding-left: 15px;
}

.quiz-game-answer .webform-quiz-correct-answer-description ul li {
  padding-top: 15px;
}

.quiz-game-answer .form-item--error-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #FF6F6F;
  /* padding-top: 20px; */
  /* margin-top: -31px; */
  /* position: absolute; */
  transform: translateY(-22px);
  height: 0px;
  text-align: left;
}

.quiz-result-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 40px;
}

.quiz-result-title span {
  color: #FDDC00;
}

.quiz-result-des {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding: 15px 15px 150px;
  margin: -165px auto 0;
}

.quiz-result-des em {
  color: #FDDC00;
  font-weight: 400;
  font-style: normal;
}

.quiz-result-des::before,
.quiz-result-des:after {
  content: "";
  width: 170px;
  height: 70px;
  background: url(../images/quiz-result-quote-left.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -170px;
  top: 0;
}

.quiz-result-des::after {
  left: auto;
  right: -170px;
  background-image: url(../images/quiz-result-quote-right.svg);
}

@media screen and (max-width: 480px) {
  .quiz-result-des::before,
  .quiz-result-des::after {
    width: 43px;
    height: 76px;
    left: -48px;
  }
  .quiz-result-des::after {
    right: -48px;
  }
}
.quiz-loginSocial {
  text-align: center;
  margin: 100px 0 0;
  position: relative;
  z-index: 1;
}

.quiz-loginSocial p,
.quiz-loginSocial span {
  background: #001B37;
  color: #fdd000;
  display: inline-block;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  text-align: center;
  width: auto;
  line-height: 64px;
  padding: 0 24px;
}

.quiz-loginSocial img {
  margin-left: 12px;
}

.quiz-result-form {
  clear: both;
}

.quiz-result-form input,
.quiz-result-form select {
  width: 98%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  height: 56px;
  border-radius: 6px;
  padding: 0 20px;
  opacity: 0.6;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 24px;
}

.quiz-result-form select option {
  color: #000;
}

.quiz-result-form input.error {
  background: rgba(255, 101, 101, 0.6);
  border: 2px solid #FF6F6F;
}

.quiz-result-form .form-item--error-message {
  color: #FF6F6F;
  font-size: 11px;
  font-weight: 400;
  margin: -20px 0 0 20px;
  position: absolute;
}

.quiz-result-form input::placeholder {
  color: #fff;
}

.quiz-result-form input:hover,
.quiz-result-form .form-item--error-message:hover {
  opacity: 0.7;
}

.quiz-result-form input:focus,
.quiz-result-form input:not(:placeholder-shown) {
  opacity: 1;
}

.quiz-result-form > div {
  float: left;
  width: 50%;
}

.quiz-result-form > div:nth-child(even) {
  float: right;
  text-align: right;
}

.quiz-result-form label {
  display: none;
}

.e-voucher,
.e-voucher-m {
  text-align: center;
}

.e-voucher img,
.e-voucher-m img {
  max-width: 100%;
}

.e-voucher-m {
  display: none;
}

@media screen and (max-width: 768px) {
  .quiz-game-question {
    width: 100%;
    overflow: visible;
  }
  .quiz-game-question > p:last-child {
    clear: both;
  }
  .quiz-game-question > div p:first-child {
    float: left;
    width: 70%;
    margin-top: -90px;
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
  }
  .quiz-game-answer {
    width: 100%;
    padding-top: 0;
  }
  .quiz-result-title {
    font-size: 24px;
    padding: 30px 18% 10px;
  }
  .quiz-result-form > div {
    width: 100%;
  }
  .quiz-result-form input,
  .quiz-result-form select {
    width: 100%;
    margin-bottom: 10px;
  }
  .quiz-result-form .form-item--error-message {
    position: static;
    text-align: left;
    margin: 0 0 10px 20px;
  }
  .quiz-result-des {
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding-top: 0;
    width: 90%;
  }
  .quiz-loginSocial {
    margin: 130px 0 20px;
  }
  .quiz-game-answer .form-item--error-message {
    transform: translateY(0);
    padding: 0 0 20px 0;
    margin: 0;
    height: auto;
    position: relative;
  }
  .t-quiz-total-numb-wrap {
    margin-right: -15px;
  }
  .quiz-game-answer .quiz-answer-img {
    /* max-width: 50%; */
  }
}
@media screen and (max-width: 480px) {
  .e-voucher {
    display: none;
  }
  .e-voucher-m {
    display: block;
  }
  .quiz-game-answer .quiz-answer-img {
    max-width: 100%;
    float: none;
    padding: 20px 0 30px;
    clear: both;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}
/* Disable drupal ajax loading */
.ajax-progress,
.ajax-progress-throbber {
  display: none !important;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9000px;
  top: -9000px;
  overflow: hidden;
  z-index: -1;
}


:root {
  --dark-blue: #002245;
  --main: #FDD000;
  --gray: #f2f4f5;
  --hover: #ffc107;
  --pink: #ff6f6f;
  --black: #1a1a1a;
}

body {
  font-family: "Inter";
  font-display: swap;
  color: #1a1a1a;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
body.nav-is-show {
  overflow: hidden;
  max-height: 100vh;
}

img {
  max-width: 100%;
}

.btn {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn,
select,
textarea,
input,
button {
  cursor: pointer;
  outline: none;
  max-width: 100%;
  box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
input:hover,
input:focus,
input:active,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

.btn,
button:hover,
button:focus,
button:active,
button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.btn:disabled,
button:hover:disabled,
button:focus:disabled,
button:active:disabled,
button:disabled {
  color: #66696d;
  cursor: not-allowed;
}

.webform-popup .js-hide {
  display: none !important;
}
.webform-popup .form-item {
  margin-bottom: 16px;
}
.webform-popup .form-item label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .form-item .form-text, .webform-popup .journey-landing .contact-form .form-contact form .form-item textarea, .journey-landing .contact-form .form-contact form .webform-popup .form-item textarea {
  margin-top: 0;
}
.webform-popup .form-item .form-item--error-message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  padding-left: 0 !important;
}
.webform-popup .form-item .form-item--error-message strong {
  font-weight: normal;
}
.webform-popup .form-item input,
.webform-popup .form-item textarea,
.webform-popup .form-item select {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fafbfc;
  border: 1px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-item input::-webkit-input-placeholder,
.webform-popup .form-item textarea::-webkit-input-placeholder,
.webform-popup .form-item select::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-moz-placeholder,
.webform-popup .form-item textarea:-moz-placeholder,
.webform-popup .form-item select:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input::-moz-placeholder,
.webform-popup .form-item textarea::-moz-placeholder,
.webform-popup .form-item select::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-ms-input-placeholder,
.webform-popup .form-item textarea:-ms-input-placeholder,
.webform-popup .form-item select:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:not(.error):placeholder-shown,
.webform-popup .form-item textarea:not(.error):placeholder-shown,
.webform-popup .form-item select:not(.error):placeholder-shown {
  border: 1px solid #f0f0f0;
}
.webform-popup .form-item input:not(.error):focus, .webform-popup .form-item input:not(.error):hover,
.webform-popup .form-item textarea:not(.error):focus,
.webform-popup .form-item textarea:not(.error):hover,
.webform-popup .form-item select:not(.error):focus,
.webform-popup .form-item select:not(.error):hover {
  box-shadow: none;
  border: 1px solid #fdd000;
}
.webform-popup .form-item input.error,
.webform-popup .form-item textarea.error,
.webform-popup .form-item select.error {
  border-color: #dc3545;
}
.webform-popup .form-item select.webform-entity-select {
  background-image: url(../images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
  border: 1px solid #f0f0f0;
  color: #1a1a1a;
}
.webform-popup .form-item input[type=text], .webform-popup .form-item input[type=tel] {
  cursor: text;
}
.webform-popup .form-item textarea {
  resize: none;
  height: 150px;
  cursor: text;
}
.webform-popup .form-item.js-form-type-checkbox {
  flex: inherit;
  max-width: inherit;
  position: inherit;
  width: inherit;
  padding-right: inherit;
  padding-left: inherit;
}
.webform-popup .form-item.js-form-type-checkbox input {
  display: none;
}
.webform-popup .form-item.js-form-type-checkbox label {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.webform-popup .form-item.js-form-type-checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1.33px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.webform-popup .form-item.js-form-type-checkbox input:checked + label:after {
  background-color: #fdd000;
  border-color: #fdd000;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="pajamas:check-sm"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M12.5688 3.04496C12.7326 3.20902 12.8247 3.43142 12.8247 3.66329C12.8247 3.89517 12.7326 4.11756 12.5688 4.28162L5.45562 11.3948C5.37351 11.4768 5.27589 11.5417 5.16845 11.5856C5.06101 11.6296 4.94591 11.6517 4.82984 11.6507C4.71377 11.6498 4.59905 11.6257 4.49237 11.58C4.38569 11.5342 4.28918 11.4677 4.20846 11.3843L1.40496 8.48629C1.24508 8.31923 1.15783 8.09567 1.16227 7.86448C1.16672 7.63329 1.2625 7.41325 1.42868 7.25246C1.59487 7.09167 1.81794 7.0032 2.04916 7.00639C2.28037 7.00957 2.50093 7.10415 2.66262 7.26946L4.84779 9.52812L11.3321 3.04496C11.4962 2.8811 11.7186 2.78906 11.9505 2.78906C12.1823 2.78906 12.4047 2.8811 12.5688 3.04496Z" fill="%23191919"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper {
  padding: 0 8px;
  margin-bottom: 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label {
  padding: 5px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label:after {
  top: 8px;
  left: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label img {
  display: block;
  max-width: 100%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper input:checked + label {
  border-color: #002245;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit {
  margin: 0 8px 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-webform-image-file > label {
  display: inline-block;
  margin-bottom: 0;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #c4c4c4;
  padding: 54px 6px 22px;
  cursor: pointer;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  background-image: url(../images/icons/add-file.svg);
  background-repeat: no-repeat;
  background-position: top 15px center;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-webform-image-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a {
  color: #1a1a1a;
  text-decoration: underline;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a:hover {
  color: #fdd000;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit {
  margin-bottom: 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-managed-file > label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-image: url("../images/icons/add-file-white.svg");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 18px;
  padding-left: 30px;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-managed-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-radios {
  margin-bottom: 16px;
}
.webform-popup .form-radios .form-type-radio {
  margin-bottom: 8px;
}
.webform-popup .form-radios .form-type-radio input {
  display: none;
}
.webform-popup .form-radios .form-type-radio label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.webform-popup .form-radios .form-type-radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio input:checked + label:after {
  background-color: #fdd000;
}
.webform-popup .form-radios .form-type-radio input:checked + label:before {
  border-color: #fdd000;
}
.webform-popup .form-actions input {
  background: #fdd000;
  border: 1px solid rgba(152, 152, 154, 0.2);
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px;
  min-width: 150px;
}
.webform-popup .form-actions input:not(:disabled):hover {
  border: 1px solid rgba(152, 152, 154, 0.2);
  background-color: #ffc107;
  color: #000;
}
.webform-popup .form-actions input:disabled {
  background: #e1e1e1;
  cursor: not-allowed;
  border: 1px solid rgba(152, 152, 154, 0.2);
  color: #98989a;
}
.webform-popup .modal-dialog {
  max-width: 500px;
}
.webform-popup .modal-dialog .modal-content {
  padding-bottom: 16px;
  border-radius: 16px;
  border: 0;
}
.webform-popup .modal-dialog .modal-content .hero {
  border-radius: 16px 16px 0 0;
  margin: -16px -16px 16px -16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 180px;
}
.webform-popup .modal-dialog .modal-content .hero img {
  max-width: 100%;
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.webform-popup .modal-dialog .modal-content .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -7px;
  margin-left: -7px;
  position: relative;
}
.webform-popup .modal-dialog .modal-content .main-content .webform-ajax-form-wrapper {
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  margin: auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  align-self: stretch;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-1 {
  color: var(--black-900, #191919);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 0;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  opacity: 0.8;
}
.webform-popup .modal-dialog .modal-content .main-content form {
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll {
  overflow-y: scroll;
  height: 350px;
  width: 100%;
  margin-bottom: 28px;
  -webkit-overflow-scrolling: touch;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .selected-option {
  border-color: #fdd000;
  background-color: rgb(232, 240, 254);
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .form-item--error > label {
  color: #dc3545;
  opacity: 1;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll fieldset legend span.fieldset-legend {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll fieldset .fieldset-wrapper .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll input::placeholder {
  font-family: "Helvetica";
  font-weight: 500;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-div {
  gap: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > * {
  max-width: 386px;
  margin: auto;
  margin-bottom: 16px;
  padding-left: 7px;
  padding-right: 7px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > *:last-child {
  margin-bottom: 0px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title {
  margin-bottom: 4px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .modal-dialog .modal-content .main-content form .form-actions {
  text-align: center;
}
.webform-popup .modal-dialog .thankyou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 372px;
  margin: auto;
  align-self: stretch;
  padding-top: 27px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title1 {
  color: #191919;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  opacity: 0.8;
}
.webform-popup .modal-dialog .thankyou-content .btn-action {
  background: #fdd000;
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 80px;
  min-width: 150px;
  text-align: center;
  line-height: 18px;
}
.webform-popup .modal-dialog .thankyou-content .btn-action:hover {
  background-color: #ffc107;
}
@media (min-width: 992px) {
  .webform-popup .modal-dialog {
    margin-top: 37.5px;
  }
}

.popup-event .js-hide {
  display: none !important;
}
.popup-event .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
  padding: 0 22.5px;
}
.popup-event .modal-dialog .modal-content {
  border-radius: 16px;
  background-color: transparent;
  border: 0;
}
.popup-event .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  align-self: stretch;
  gap: 34px;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero {
  margin: -16px;
  position: relative;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero .close:focus {
  outline: 0;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .hero img {
  max-width: 100%;
  width: 100%;
  max-height: 78.6vh;
  border-radius: 16px;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action {
  margin: 0 auto;
  color: #000;
  background: #fdd000;
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 32px 10px 40px;
  min-width: 150px;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.0509803922);
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action:hover {
  background-color: #ffc107;
}
.popup-event .modal-dialog .modal-content .modal-body .popup-content .btn-action svg {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .popup-event .modal-dialog {
    margin: 0.75rem auto;
    max-width: 437px;
  }
}

.popup-360 .js-hide {
  display: none !important;
}
.popup-360 .modal-dialog {
  max-width: 834px;
}
.popup-360 .modal-dialog .modal-content {
  padding: 0 16px 16px 16px;
  border-radius: 16px;
  border: 0;
}
.popup-360 .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
}
.popup-360 .modal-dialog .modal-content .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  width: 26px;
  height: 26px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .close {
    right: 0;
  }
}
.popup-360 .modal-dialog .modal-content h3.page-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll {
  overflow-y: scroll;
  height: 508px;
  width: calc(100% + 25px);
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll {
    height: 300px;
    width: calc(100% + 12px);
    padding-right: 7px;
  }
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .div-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .modal-download .modal-body .form-actions {
  width: 100%;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content {
  padding: 0 43px 8px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content span {
  width: 50%;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content.is-hidden {
  opacity: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 50px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset {
  line-height: 46px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 43px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset span {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form {
  padding-right: 43px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select {
  position: relative;
  z-index: 10;
  padding: 0 16px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select:after {
  content: "";
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  right: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 7px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  color: #1a1a1a;
  padding-right: 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
  border: none;
  padding-left: 0;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item {
  border: none;
  -ms-transform: translateY(-73px);
  -o-transform: translateY(-73px);
  -moz-transform: translateY(-73px);
  -webkit-transform: translateY(-73px);
  transform: translateY(-73px);
  flex-direction: column;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
    display: none;
  }
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc.is-hidden {
  opacity: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select {
  order: 2;
  padding-left: 50%;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 7px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  color: #1a1a1a;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
  border: none;
  padding-left: 15px;
  width: 100%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-actions {
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box {
  margin-bottom: 24px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td,
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th {
  padding: 16px;
  vertical-align: middle;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr {
  background-color: #ffffff;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr:nth-child(even) {
  background-color: #fafbfb;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr + tr {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th {
  background-color: #fdd000;
  color: #002245;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th:first-child {
  width: 340px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th:last-child {
  width: 189px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr th + th {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td {
  text-align: center;
  color: #707781;
  line-height: 22px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td + td {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td span {
  margin-left: 4px;
  color: rgba(112, 119, 129, 0.5);
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .link {
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .link:hover {
  color: #ffc107;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:last-child {
  width: 48px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:last-child, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td:first-child {
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .table-box table tr td .icon {
  margin-left: 14px;
  max-width: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form {
  padding: 32px 15px 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 45px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li {
  width: 50%;
  margin-bottom: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li a {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav-tabs li a.active {
  background-color: #fdd000;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group {
  width: 416px;
  max-width: 100%;
  margin: 0 auto 32px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group label {
  cursor: pointer;
  margin-bottom: 0;
  width: 50%;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group input {
  display: none;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group input:checked + span {
  background-color: #fdd000;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .radio-group span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .desc {
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item {
  padding: 0 15px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-right: 21px;
  margin-bottom: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item input {
  width: 100px;
  max-width: 100%;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height: 48px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit] {
  margin-left: 15px;
  min-width: 150px;
  padding: 0 25px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #fdd000;
  cursor: pointer;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit]:hover {
  background-color: #ffc107;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result {
  padding-bottom: 32px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse {
  margin-bottom: 20px;
  padding: 12px 26px 12px 32px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #707781;
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse svg {
  margin-top: 18px;
  flex-shrink: 0;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse strong {
  color: #002245;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price {
  color: #002245;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price span {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .note {
  color: #737373;
  font-size: 12px;
  line-height: 20px;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .button-box {
  text-align: center;
}
.popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .button-box .btn-submit {
  width: 192px;
  height: 50px;
  padding: 14px 25px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content {
    padding: 0;
    display: none;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .label-content span {
    padding: 0 15px 8px;
    width: 100%;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form {
    height: auto;
    margin-bottom: 24px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset {
    display: block;
    line-height: 46px;
    position: static;
    width: 100%;
    border: 1px solid #002245;
    color: #002245;
    -ms-transition: background-color 0.4s ease, border-color 0.4s ease;
    -o-transition: background-color 0.4s ease, border-color 0.4s ease;
    -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
    transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset span {
    display: inline-block;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .btn-reset:hover {
    background-color: #ffc107;
    border-color: transparent;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form > form .js-form-type-select:after {
    content: none;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .desc {
    width: 100%;
    padding: 0 15px 8px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select {
    padding-left: 15px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
    padding-left: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form {
    padding: 0 0 16px 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .desc {
    margin-bottom: 16px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav {
    margin-bottom: 25px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .nav .nav-item .nav-link {
    padding: 12px 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls {
    width: 185px;
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item label {
    margin-right: 10px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls .control-item input {
    flex-shrink: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .calculator-form .form-controls input[type=submit] {
    margin-top: 8px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result {
    padding-top: 16px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
    margin-bottom: 12px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse span {
    padding-right: 25px;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .btn-collapse svg {
    margin-top: 0;
  }
  .popup-360 .modal-dialog .modal-content .vt-assistance--materials .result .price-box .price {
    gap: 14px;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .popup-360 .modal-dialog {
    margin-top: 37.5px;
  }
}

.sliding-popup-bottom,
.sliding-popup-bottom#sliding-popup {
  position: fixed;
  z-index: 1020;
  left: 8px;
  right: 8px;
  bottom: 8px !important;
  width: auto !important;
  background: transparent !important;
}
.sliding-popup-bottom .popup-content,
.sliding-popup-bottom#sliding-popup .popup-content {
  width: 856px;
  max-width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-message {
  max-width: none;
  padding-right: 24px;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message p,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-message p {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons {
  flex-shrink: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .agree-button,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 8px 20px;
  background-color: #fdd000;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: block;
  margin: 0 auto 12px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .agree-button:hover,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button:hover {
  background-color: #002245;
  color: #fff;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .decline-button,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  border: none;
  text-decoration-line: underline;
  color: #484848;
  background-color: transparent;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons .decline-button:hover,
.sliding-popup-bottom#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button:hover {
  color: #fdd000;
}

img[data-align=center] {
  display: block;
  margin: 0 auto;
}

img[data-align=left] {
  display: block;
  margin-right: auto;
}

img[data-align=right] {
  display: block;
  margin-left: auto;
}

a:hover,
a:focus,
a {
  text-decoration: none;
  outline: none;
}

.form-note {
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  opacity: 0.6;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-note svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.form-note--medium {
  font-size: 16px;
  line-height: 22px;
}
.form-note a {
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #1a1a1a;
  text-decoration-line: underline;
}
.form-note a:hover {
  color: #ffc107;
}

.js-form-item-product-id {
  display: none;
}

.btn-more,
ul.js-pager__items.pager {
  padding: 0;
  padding-bottom: 32px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-more .button,
.btn-more .btn-load-more a.vt-btn,
ul.js-pager__items.pager .button,
ul.js-pager__items.pager .btn-load-more a.vt-btn {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 13px 22px;
  border: 2px solid #1a1a1a;
  border-radius: 27px;
  width: 224px;
  max-width: 100%;
  color: #1a1a1a;
  font-weight: 700;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more .button:hover,
.btn-more .btn-load-more a.vt-btn:hover,
ul.js-pager__items.pager .button:hover,
ul.js-pager__items.pager .btn-load-more a.vt-btn:hover {
  background-color: #fddc00;
  color: #1a1a1a;
  border-color: transparent;
}

.sort-content {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.sort-content .total {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.sort-content .sort {
  flex-shrink: 0;
}
.sort-content .sort .btn-dropdown {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.sort-content .sort .btn-dropdown svg {
  margin-right: 10px;
}
.sort-content .sort .btn-dropdown:after {
  content: none;
}
.sort-content .sort .sort-list {
  border: none;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
}
.sort-content .sort .sort-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sort-content .sort .sort-list a:hover {
  background-color: #ffc107;
}
.sort-content .sort .sort-list a.active {
  background-color: #FDD000;
}

.modal {
  z-index: 2050;
}

.modal-backdrop {
  z-index: 2040;
}

.checkbox-control label {
  display: block;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.checkbox-control label .check-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #002245;
  opacity: 0.7;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.checkbox-control label .text {
  font-size: 14px;
  line-height: 20px;
  color: #002245;
}
.checkbox-control label input:checked + .check-icon {
  opacity: 1;
  background-color: #002245;
  background-image: url("../images/icons/check.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-control label input:checked + .check-icon + .text {
  font-weight: 500;
}

.view-user,
section {
  overflow: visible;
  overflow-x: clip;
}

h1,
.page-title {
  font-size: 42px;
  line-height: 1.1904761905;
  margin-bottom: 16px;
  font-weight: bold;
}

h2,
.section-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: bold;
}

h3,
.sub-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 16px;
}

h4,
.box-title {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 16px;
  font-weight: bold;
}

.title-bold {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.page-title,
.section-title,
.sub-title,
.box-title {
  color: #002245;
}

.btn-submit {
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 32px;
  border: none;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #FDD000;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-submit:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}

.btn-viewmore {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-viewmore:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.slick-slider .slick-track {
  min-width: 100%;
}

.slider-content {
  width: 100%;
}
.slider-content.slick-dotted.slick-slider {
  margin-bottom: 32px;
}
.slider-content .slick-arrow {
  background-size: contain;
  width: 24px;
  height: 22px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-content .slick-prev {
  background-image: url("../images/icons/left-arrow.svg");
}
.slider-content .slick-prev:before {
  content: none;
}
.slider-content .slick-next {
  background-image: url("../images/icons/right-arrow.svg");
}
.slider-content .slick-next:before {
  content: none;
}
.slider-content .slick-dots {
  bottom: -32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-content .slick-dots li {
  display: block;
  width: 8px;
  height: 8px;
}
.slider-content .slick-dots li + li {
  margin-left: 8px;
}
.slider-content .slick-dots .slick-active button {
  background-color: #161616;
}
.slider-content .slick-dots button {
  padding: 0;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.slider-content .slick-dots button:before {
  content: none;
}

.slider-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.slider-wrapper:before, .slider-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background-color: inherit;
  z-index: 4;
}
.slider-wrapper:before {
  left: auto;
  right: 0;
}
.slider-wrapper .slider-controls .btn-slider {
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider-wrapper .slider-controls .btn-slider--next {
  left: auto;
  right: -15px;
}
.slider-wrapper .slider-controls .btn-slider.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider-wrapper .slider-controls .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  bottom: -32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 1;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.slider-wrapper .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #161616;
}

.page-container {
  padding-top: 108px;
}
.page-container > .row > section {
  width: 100%;
  padding: 0;
}

input,
textarea,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item--error-message {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
  font-weight: normal;
}
.form-item--error-message strong {
  font-weight: normal;
}

#views-exposed-form-new-articles-block-1 .form--inline .form-actions .form-submit {
  visibility: hidden;
}

.view-id-san_pham_cau_kien_loyalty .form-submit,
.js-hide,
.rating .field--name-field-rating legend,
.rating .field--name-field-rating .fieldset-legend,
.view-new-articles .form-submit,
.view-san-pham-hoan-thien .form-submit,
.view-san-pham-cau-kien .form-submit,
.form-item-title-article .journey-landing .contact-form .form-contact form .form-item textarea,
.journey-landing .contact-form .form-contact form .form-item .form-item-title-article textarea,
.form-item-field-solution-type-target-id .form-select,
.form-item-field-product-component-tags-target-id .form-select,
.form-item-field-tags-target-id .form-select,
.form-item-field-cate-overivew-article-target-id .form-select,
#views-exposed-form-new-articles-block-1 .form--inline .form-actions,
.form-item-title-article .form-text,
.view-empty .sort-content,
.visually-hidden,
#pageHome .form-item-field-solution-type-target-id,
#pageHome .form-item-field-product-component-tags-target-id {
  display: none;
}

.main-container > .row > section {
  padding: 0;
  width: 100%;
}

.style-table {
  overflow: auto;
  max-width: 100%;
  max-height: 70vh;
}
@media (max-width: 767.98px) {
  .style-table {
    max-height: 50vh;
  }
}

@font-face {
  font-family: "SlaitMonolineDEMO";
  src: url("Pacifico-Regular.eot");
  src: url("Pacifico-Regular.eot?#iefix") format("embedded-opentype"), url("Pacifico-Regular.woff2") format("woff2"), url("Pacifico-Regular.woff") format("woff"), url("Pacifico-Regular.ttf") format("truetype"), url("Pacifico-Regular.svg#Pacifico-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.product {
  height: 100%;
  background-color: #FAFAFA;
  position: relative;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.product .badges .badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}
.product .badges .badge.new {
  display: block;
  left: auto;
  right: 16px;
  top: 16px;
}
.product .badge {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  top: 0;
}
.product .badge img {
  display: inline-block;
}
.product .image {
  padding: 24px;
  overflow: hidden;
}
.product .image a {
  overflow: hidden;
  height: 187px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .image a img {
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.product .categories {
  min-height: 94px;
  padding: 0 24px;
}
.product .categories ul {
  padding-left: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .categories ul li {
  margin: 0 0 16px;
  width: 50%;
  display: inline-block;
}
.product .categories ul li .cat {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product .categories ul li .cat .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FDD000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .categories ul li .cat span {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
  line-height: 16px;
}
.product .categories ul li .cat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .categories ul li:hover .icon {
  animation: tada 1s 1;
}
.product .title {
  padding: 7px 0;
  border-top: 1px solid rgba(0, 34, 69, 0.05);
  margin-left: 24px;
  margin-right: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #002245;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product .title a {
  color: inherit;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.product .title:hover {
  color: #ffc107;
}

.post .wrap-img {
  overflow: hidden;
  height: 330px;
  position: relative;
}
.post .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.post .wrap-img .video-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 119, 129, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.post .wrap-img .video-icon .icon {
  background-color: #0E76A8;
  padding: 4px;
}
.post .wrap-img .video-icon span {
  display: block;
  padding: 2px 7px;
}
.post .wrap-img:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .catgories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post .catgories li {
  display: inline-block;
}
.post .catgories li a {
  display: inline-block;
  color: #707781;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 12px;
  line-height: 20px;
}
.post .catgories li a:hover {
  color: #000;
}
.post .catgories li + li:before {
  color: #707781;
  font-size: 12px;
  content: ", ";
}
.post .content {
  background-color: #fff;
  padding: 32px 26px 28px;
  overflow: hidden;
}
.post .content .title {
  margin-bottom: 24px;
  height: 56px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1A1A1A;
}
.post .content .title a {
  display: block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: inherit;
}
.post .content .title:hover {
  color: #ffc107;
}
.post .content .desc {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #1A1A1A;
  text-align: justify;
  text-align-last: left;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .content .btn-details {
  margin-top: 32px;
  display: inline-block;
  color: #161616;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #161616;
  font-weight: 600;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post .content .btn-details:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.dynamic-content {
  color: #484848;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.dynamic-content * {
  font-family: "Inter" !important;
  max-width: 100%;
}
.dynamic-content .text-align-right {
  text-align: right;
}
.dynamic-content .text-align-left {
  text-align: left;
}
.dynamic-content .text-align-center {
  text-align: center;
}
.dynamic-content .text-align-justify {
  text-align: justify;
  text-align-last: left;
}
.dynamic-content a {
  color: #002245;
  text-decoration: underline;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.dynamic-content a:hover {
  color: #ffc107;
  text-decoration: underline;
}
.dynamic-content p {
  display: block;
  margin-bottom: 16px;
}
.dynamic-content ul,
.dynamic-content ol {
  margin-bottom: 16px;
}
.dynamic-content ul {
  display: block;
  list-style-type: disc;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.dynamic-content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.dynamic-content ul li {
  list-style: inherit;
  list-style-position: outside;
}
.dynamic-content ul li + li {
  margin-top: 8px;
}
.dynamic-content ol li {
  list-style: inherit;
  list-style-type: decimal;
  list-style-position: outside;
}
.dynamic-content ol li + li {
  margin-top: 8px;
}
.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5,
.dynamic-content h6 {
  letter-spacing: 0.03px;
  display: block;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.dynamic-content h1 {
  font-size: 42px;
  line-height: 1.1904761905;
  margin-bottom: 16px;
  font-weight: bold;
}
.dynamic-content h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: bold;
}
.dynamic-content h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 16px;
}
.dynamic-content h4 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: bold;
}
.dynamic-content h5 {
  font-size: 1em;
  font-weight: bold;
}
.dynamic-content h6 {
  font-size: 0.67em;
  font-weight: bold;
}
.dynamic-content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  margin-bottom: 16px;
}
.dynamic-content img.align-center,
.dynamic-content img[data-align=center] {
  display: block;
  margin: 0 auto;
}
.dynamic-content img.align-left,
.dynamic-content img[data-align=left] {
  display: block;
  margin-right: auto;
}
.dynamic-content img.align-right,
.dynamic-content img[data-align=right] {
  display: block;
  margin-left: auto;
}
.dynamic-content iframe {
  max-width: 100%;
}
.dynamic-content .table-responsive {
  padding-bottom: 16px;
}
.dynamic-content .table-responsive::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.dynamic-content .table-responsive::-webkit-scrollbar {
  height: 2px;
  background-color: #f2f2f2;
}
.dynamic-content .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #002245;
}
.dynamic-content table {
  width: 100%;
}
.dynamic-content i,
.dynamic-content cite,
.dynamic-content em,
.dynamic-content var,
.dynamic-content address,
.dynamic-content dfn {
  font-style: italic;
}
.dynamic-content u {
  text-decoration: underline;
}
.dynamic-content b,
.dynamic-content strong {
  font-weight: bold;
  color: #002245;
}
.dynamic-content table tr th {
  background-color: #FDD000;
  color: #1a1a1a;
  font-weight: 500;
}
.dynamic-content table tr td,
.dynamic-content table tr th,
.dynamic-content table > tbody > tr > td,
.dynamic-content table > tbody > tr > th,
.dynamic-content table > tfoot > tr > td,
.dynamic-content table > tfoot > tr > th,
.dynamic-content table > thead > tr > td,
.dynamic-content table > thead > tr > th {
  padding: 10px 14px;
  line-height: 1.42857143;
  vertical-align: middle;
}
.dynamic-content table {
  border-spacing: 0;
  border-collapse: collapse;
  border-color: rgba(152, 152, 154, 0.2);
  overflow: hidden;
}
.dynamic-content td,
.dynamic-content th {
  padding: 0;
}
.dynamic-content table {
  border-collapse: collapse !important;
}
.dynamic-content table th,
.dynamic-content table td {
  border: 1px solid rgba(152, 152, 154, 0.2) !important;
}
.dynamic-content button {
  background-color: #FDD000;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 0 10px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.dynamic-content button:hover {
  background-color: #ffc107;
}
.dynamic-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .dynamic-content table {
    max-width: none;
    width: auto;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.call-to-action .btn-cta {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #002245;
  z-index: 100;
  display: block;
  width: auto;
  padding: 0 10px 0 0;
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #FDD000;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-to-action .btn-cta.btn-call {
  text-align: center;
  width: auto;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  right: 15px;
  bottom: 72px;
  position: fixed;
  padding-right: 10px;
}
.call-to-action .btn-cta.btn-call span {
  width: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #002245;
  white-space: nowrap;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  width: auto;
}
.call-to-action .btn-cta.btn-call svg {
  width: 40px;
  animation-name: tada;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.call-to-action .btn-cta.btn-call svg path {
  fill: #002245;
}
.call-to-action .btn-cta.btn-more {
  cursor: pointer;
  border: none;
  width: auto;
  background-color: #FDD000;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.call-to-action .btn-cta.btn-more svg {
  width: 40px;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.call-to-action .btn-cta.btn-more.active svg {
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.call-to-action .shortcutes {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 15px;
}
.call-to-action .shortcutes button {
  margin-left: auto;
}
.call-to-action .shortcutes .box {
  display: none;
  width: 170px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  bottom: 100%;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.call-to-action .shortcutes .box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.call-to-action .shortcutes .box ul li + li a {
  border-top: 1px solid rgba(0, 34, 69, 0.1);
}
.call-to-action .shortcutes .box ul li a {
  color: #6C798F;
  font-size: 12px;
  display: block;
  padding: 12px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.call-to-action .shortcutes .box ul li a .icon {
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
.call-to-action .shortcutes .box ul li a .icon img {
  margin: 0 auto;
  display: block;
}
.call-to-action .shortcutes .box ul li a:hover {
  background-color: #F9F9F9;
  color: #161616;
}
.call-to-action .shortcutes .box .title {
  padding: 5px 14px;
  font-size: 12px;
  line-height: 1.4;
  color: #002245;
  background-color: #FDD000;
}
.call-to-action .shortcutes .box .title span {
  font-weight: 500;
  display: block;
}

.btn-to-top {
  z-index: 200;
  bottom: 120px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #002245;
  padding: 0;
  border: none;
  position: fixed;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  display: none;
}
.btn-to-top svg {
  width: 18px;
  margin-top: -2px;
  height: auto;
}
.btn-to-top:hover {
  background-color: #ffc107;
}

.breadcrumb-container {
  background-color: #fff;
  padding: 12px 0;
}
.breadcrumb-container ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-container ul li {
  padding: 2px 0;
  color: #161616;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.breadcrumb-container ul li + li:before {
  content: "/";
  display: inline-block;
  padding: 0 3px;
}
.breadcrumb-container ul li a {
  color: #1a1a1a;
  opacity: 0.5;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.breadcrumb-container ul li a:hover {
  color: #ffc107;
  opacity: 1;
}

.t-main-header {
  padding: 0;
  z-index: 1111;
}
.t-main-header .btn-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 7px 8px;
  border: 1px solid #002245;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 60px;
  right: 15px;
  background-color: #FDDC00;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .btn-cart:hover {
  background-color: #000;
  color: #fff;
}
.t-main-header .btn-cart:hover svg path {
  fill: #fff;
}
.t-main-header .btn-cart svg path {
  -ms-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.t-main-header .btn-cart span {
  margin-left: 8px;
}
.t-main-header .btn-cart i {
  font-style: normal;
  color: #FF6F6F;
}

.block-mpire-search {
  position: fixed;
  top: 0;
  z-index: 1000;
  right: 115px;
}

.icon-menu-res {
  display: none;
}

.block-mpire-search .block-title {
  display: none;
}

.block-mpire-search .vt-input-search input {
  margin-top: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
  display: inline-block;
}

.block-mpire-search .btn-search {
  position: absolute;
  top: 12px;
  right: 24px;
  pointer-events: none;
}

.block-mpire-search .vt-btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

.block-mpire-search .vt-btn-search .form-group {
  margin-bottom: 0;
}

.block-mpire-search .vt-btn-search input {
  z-index: 1111;
  height: 44px;
  width: 44px;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.block-logomenudropdown-2 {
  position: fixed;
  top: 55px;
  z-index: 1000;
  left: 50px;
}
.block-logomenudropdown-2 img {
  max-height: 45px;
}
.block-logomenudropdown-2 .vt-btn-dropdown {
  display: none;
}

.region-header {
  position: fixed;
  top: 0;
  width: 100%;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.region-header.t-hide {
  opacity: 0;
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.region-header.t-show {
  opacity: 1;
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.region-header.show {
  opacity: 1;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.vt-menu {
  position: relative;
  padding: 0;
  height: 44px;
  line-height: 44px;
  display: block;
  background-color: #ffffff;
}

.vt-menu .text-dk {
  display: inline-block;
  font-size: 14px;
}

.vt-menu .text-dk a {
  font-weight: bold;
  color: #1a1a1a;
  float: left;
}

.vt-menu .text-dk a:last-child::before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.vt-menu .text-dk a:hover {
  color: #fddc00;
}

.vt-menu .text-dk p {
  margin-bottom: 0;
  float: left;
  margin-right: 5px;
}

.vt-menu .on-res.text-dk {
  display: none;
}

.vt-menu .on-res.text-dk p {
  display: none;
}

.vt-menu .on-res.text-dk.show {
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  line-height: 100%;
}

.vt-menu .on-res.text-dk.show a {
  color: #ffffff;
}

.vt-menu .navbar-brand {
  width: 26%;
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 46px;
  padding: 0;
  margin: 0;
}

.vt-menu .navbar-brand .img-logo-sg-bg {
  max-width: 162px;
}

.vt-menu .navbar-brand .img-logo-sg {
  margin-left: -4px;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vt-menu .vt-bar-top {
  width: 100%;
  height: 64px;
  background-color: #fddc00;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  position: absolute;
  top: 44px;
}
.vt-menu .vt-bar-top .btn-cart {
  display: none;
  margin-left: 15px;
  position: static;
}
.vt-menu .vt-bar-top .btn-cart span {
  margin-left: 4px;
}

.vt-menu .navbar-toggler {
  padding: 0;
  color: #1a1a1a;
  border: none;
}

.vt-menu .vt-link-menu {
  position: absolute;
  top: 44px;
  right: 150px;
}

.vt-menu .vt-link-menu .nav-item {
  position: relative;
}

.vt-menu .wrap-search {
  position: relative;
}

.vt-menu .vt-form-search {
  margin-right: 150px;
  position: relative;
}

.vt-menu .vt-form-search input {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  height: 44px;
  font-size: 14px;
  padding: 0 24px;
  width: 307px;
}

.vt-menu .btn-search {
  position: absolute;
  right: 24px;
  top: 8px;
  padding: 0;
}

.vt-menu .navbar-collapse {
  padding-left: 50px;
  justify-content: space-between;
}

.vt-menu .navbar-logo {
  position: absolute;
  left: 266px;
}

.vt-menu .nav-item a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 16px;
}

.vt-menu .nav-item a:hover {
  color: #ffffff;
}

.vt-menu .nav-item .is-active {
  font-weight: 500;
  opacity: 1;
}

.vt-menu .form-lang {
  position: relative;
}

.vt-menu .form-lang svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.vt-menu .form-lang select {
  display: none;
  font-size: 14px;
  border-radius: 0;
  height: 44px;
  width: 100px;
  border: none;
  background-color: #1a1a1a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 24px;
}

.vt-menu .icon-wrap {
  position: absolute;
  right: 490px;
}

.vt-menu .icon-wrap a:not(:last-child) {
  margin-right: 32px;
}

.region-header .block-logomenudropdown-2,
.region-header .navbar-brand,
.region-header .icon-menu-des {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.region-header.show .block-logomenudropdown-2,
.region-header.show .navbar-brand,
.region-header.show .icon-menu-des {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.region-header.show .vt-menu .vt-bar-top .btn-cart {
  display: none;
}

.region-header.show .vt-link-menu {
  height: 100vh;
}

.region-header.show .vt-menu .vt-bar-top {
  background-color: #002245;
  padding: 32px;
  height: unset;
}

.region-header.show .icon-menu-res,
.region-header.show .language-switcher-language-url {
  display: block;
}

.region-header.show .language-switcher-language-url {
  right: unset;
  left: 32px;
  top: 76vh;
}

.region-header.show .language-switcher-language-url .btn-danger {
  display: none;
}

.region-header.show .language-switcher-language-url .language-link.is-active,
.region-header.show .language-switcher-language-url .dropdown-menu {
  display: block;
}

.region-header.show .language-switcher-language-url .dropdown-menu {
  top: 0;
  overflow: unset;
  height: 44px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

.region-header.show .language-switcher-language-url .dropdown-menu li {
  float: left;
  color: transparent;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a:hover {
  color: transparent;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a.is-active {
  opacity: 1;
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=en]::before {
  content: "EN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .language-switcher-language-url .dropdown-menu li a[hreflang=vi]::before {
  content: "VN";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.region-header.show .block-mpire-search {
  display: block;
  right: unset;
  top: 150px;
  left: 32px;
}

.region-header.show .block-mpire-search .vt-input-search {
  padding-right: 32px;
}

.region-header.show .block-mpire-search .vt-input-search input {
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}

.region-header.show .block-mpire-search .btn-search {
  right: 48px;
}

.t-main-header .who {
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 1001;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.t-main-header .who .dropdown {
  margin-left: 5px;
}
.t-main-header .who .dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 0;
  color: #002245;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline: none;
}
.t-main-header .who .dropdown .dropdown-toggle svg {
  margin-left: 10px;
}
.t-main-header .who .dropdown .dropdown-toggle::after {
  content: none;
}
.t-main-header .vt-menu .icon-wrap {
  top: 10px;
}
.t-main-header .list-socials {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.t-main-header .list-socials li {
  line-height: 1;
  width: 24px;
  text-align: center;
}
.t-main-header .list-socials li img {
  max-height: 24px;
}
.t-main-header .list-socials li a svg path {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .list-socials li a:hover svg path {
  fill: #FDD000;
}
.t-main-header .list-socials li + li {
  margin-left: 14px;
}
.t-main-header .visually-hidden {
  display: none;
}
.t-main-header .block-mpire-search {
  right: 0px;
}
.t-main-header .vt-menu .icon-wrap {
  right: 330px;
}
.t-main-header .vt-menu .vt-link-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.t-main-header .vt-menu .vt-link-menu ul {
  list-style: none;
}
.t-main-header .vt-menu .vt-link-menu > li.has-child > a {
  padding-right: 20px;
  box-shadow: none !important;
  background-image: url(../images/icons/arrow-down.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 3px center;
}
.t-main-header .vt-menu .vt-link-menu > li > a {
  padding: 22px 12px;
}
.t-main-header .vt-menu .vt-link-menu > li > a:before {
  content: "";
  position: absolute;
  height: 2px;
  margin: 0 auto;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #002245;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t-main-header .vt-menu .vt-link-menu > li.active > a {
  font-weight: bold;
}
.t-main-header .vt-menu .vt-link-menu > li:hover > a:before, .t-main-header .vt-menu .vt-link-menu > li.active > a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.t-main-header .vt-menu .vt-link-menu > li > ul {
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t-main-header .vt-menu .vt-link-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
.t-main-header .vt-menu .vt-link-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 90%;
}
.t-main-header .vt-menu .vt-link-menu li {
  position: relative;
}
.t-main-header .vt-menu .vt-link-menu li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
}
.t-main-header .vt-menu .vt-link-menu li ul {
  padding: 6px 0;
  background-color: #fff;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  width: 171px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.t-main-header .vt-menu .vt-link-menu li ul li a {
  padding: 15px 18px;
  position: relative;
  z-index: 0;
}
.t-main-header .vt-menu .vt-link-menu li ul li a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background-color: #FDD000;
  z-index: -1;
  -ms-transition: height 0.25s linear;
  -o-transition: height 0.25s linear;
  -moz-transition: height 0.25s linear;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
.t-main-header .vt-menu .vt-link-menu li ul li ul {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 120%;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-main-header .vt-menu .vt-link-menu li ul li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.t-main-header .vt-menu .vt-link-menu li ul li:hover > a:after {
  height: 100%;
  right: auto;
  top: 0;
}

.view.view-block-ads.view-id-block_ads {
  background-color: #f2f2f2;
}

.block-views-blockblock-ads-block-1.block-views-blockblock-ads-block-1 {
  margin-bottom: 0;
}

.view-block-ads .js-pager__items.pager {
  padding-top: 0px;
  padding-bottom: 32px;
}

.home-post-qc {
  padding-top: 32px;
  padding-bottom: 16px;
  background-color: #f2f2f2;
}
.home-post-qc .section-title {
  margin-bottom: 32px;
}
.home-post-qc + .home-post-qc {
  padding-top: 0;
}
.home-post-qc .t-wrap-block-blog {
  padding-left: 15px;
  padding-right: 15px;
}
.home-post-qc .btn-viewmore {
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  padding: 16px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 224px;
  margin: 0 auto;
  max-width: 100%;
  border: 2px solid #1a1a1a;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .btn-viewmore svg {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.home-post-qc .btn-viewmore:hover {
  background-color: #FDD000;
}
.home-post-qc .btn-viewmore:hover svg {
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.home-post-qc .block-blog {
  margin-right: -15px;
  margin-left: -15px;
}
.home-post-qc .block-blog .blog-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-post-qc .block-blog .vt-blog-wrap {
  height: 324px;
  padding: 0;
  width: auto;
  position: relative;
}
.home-post-qc .block-blog .vt-blog-wrap .btn-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.home-post-qc .block-blog .vt-blog-wrap .wrap-img {
  width: 100%;
  height: 100%;
}
.home-post-qc .block-blog .vt-blog-wrap .wrap-img img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-overplay {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .content-wrap {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #fff;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon {
  pointer-events: none;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon img {
  max-height: 99px;
  max-width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 50px 50px;
  bottom: -100px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
  align-items: center;
  padding: 15px 36px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #FDD000;
  color: #FDD000;
  width: 224px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn:hover {
  border-color: #002245;
  background-color: transparent;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
  flex-shrink: 0;
  margin-left: 5px;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg path {
  fill: #FDD000;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
  min-height: auto;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  height: 64px;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title a {
  color: inherit;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .content-wrap {
  top: -100px;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-btn {
  opacity: 1;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-icon {
  opacity: 0;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog {
  background-color: transparent;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog .vt-h2 {
  color: #1a1a1a;
}
.home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-text-blog .post-title {
  color: #FDD000;
}

.vt-footer {
  margin-top: 112px;
  padding-bottom: 54px;
  background-color: #1a1a1a;
  position: relative;
  color: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
}
.vt-footer .subscibe-content {
  color: #1a1a1a;
}
.vt-footer .subscibe-content .content-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}
.vt-footer .subscibe-content .wrapper {
  background-color: #FDD000;
  padding: 48px 0px;
  -ms-transform: translateY(-112px);
  -o-transform: translateY(-112px);
  -moz-transform: translateY(-112px);
  -webkit-transform: translateY(-112px);
  transform: translateY(-112px);
}
.vt-footer .subscibe-content .wrapper > .row {
  margin: 0;
}
.vt-footer .subscibe-content .desc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.vt-footer .subscibe-content .vt-form-news,
.vt-footer .subscibe-content form {
  position: relative;
}
.vt-footer .subscibe-content .vt-form-news input,
.vt-footer .subscibe-content form input {
  border: none;
  display: block;
  width: 100%;
  padding: 0 80px 0 32px;
  height: 64px;
}
.vt-footer .subscibe-content .vt-form-news .result_message,
.vt-footer .subscibe-content form .result_message {
  position: absolute;
  top: 100%;
  padding-top: 2px;
}
.vt-footer .subscibe-content .vt-form-news input[type=email],
.vt-footer .subscibe-content form input[type=email] {
  font-size: 16px;
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]::-webkit-input-placeholder,
.vt-footer .subscibe-content form input[type=email]::-webkit-input-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]:-moz-placeholder,
.vt-footer .subscibe-content form input[type=email]:-moz-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]::-moz-placeholder,
.vt-footer .subscibe-content form input[type=email]::-moz-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=email]:-ms-input-placeholder,
.vt-footer .subscibe-content form input[type=email]:-ms-input-placeholder {
  color: #4f4f4f;
}
.vt-footer .subscibe-content .vt-form-news input[type=submit],
.vt-footer .subscibe-content .vt-form-news button[type=submit],
.vt-footer .subscibe-content form input[type=submit],
.vt-footer .subscibe-content form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background-color: transparent;
  border: none;
  font-size: 0;
  background-image: url("../images/icons/arrow-right-2.png");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.vt-footer .subscibe-content .box-content {
  padding: 0 60px;
}
.vt-footer .social-title {
  font-size: 14px;
  left: 28px;
  color: #fff;
  opacity: 0.75;
  margin-top: 20px;
  margin-bottom: 24px;
}
.vt-footer .socials {
  margin-bottom: 10px;
}
.vt-footer .socials .social-item {
  display: inline-block;
}
.vt-footer .socials .social-item img {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-footer .socials .social-item:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-footer .socials .social-item + .social-item {
  margin-left: 24px;
}
.vt-footer .vt-footer-content {
  margin-top: -100px;
}
.vt-footer .vt-footer-content .container {
  padding-top: 68px;
}
.vt-footer .vt-footer-content ul {
  padding-top: 64px;
  padding-left: 0;
  list-style: none;
}
.vt-footer .vt-footer-content ul li {
  margin-bottom: 24px;
}
.vt-footer .vt-footer-content ul li a {
  padding: 0;
  color: #fff;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-footer .vt-footer-content ul li a:hover {
  color: #ffc107;
}
.vt-footer .logo-footer {
  max-height: 65px;
  margin: 10px 0 32px;
}
.vt-footer .copyright-footer {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 14px;
}
.vt-footer .block-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.vt-footer .block-menu .col-12.col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.hero-banner {
  overflow: hidden;
}
.hero-banner .slider-item {
  position: relative;
  z-index: 0;
  padding-top: 26.962962963%;
}
.hero-banner .slider-item .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-banner .slider-item .bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-banner .slider-item .bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-banner .slider-item.has-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0.6;
}
.hero-banner .slider-item .slider-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .hero-banner .slider-item .slider-container {
    max-width: 86.6666666667%;
  }
}
.hero-banner .slider-item .banner-box {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.hero-banner .slider-item .banner-title {
  position: relative;
  z-index: 2;
  font-size: 42px;
  line-height: 1.1904761905;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.hero-banner .slider-item .content-box,
.hero-banner .slider-item .slider-container {
  height: 100%;
}
.hero-banner .slider-item .content-box {
  position: relative;
  z-index: 10;
  color: #fff;
  -ms-align-items: center;
  align-items: center;
}
.hero-banner .slider-item .content-box .content {
  padding: 15px 0;
}
.hero-banner .slider-item .content-box .content .title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
}
.hero-banner .slider-item .content-box .content .desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  max-width: 484px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}
.hero-banner .slider-item .content-box .content .button-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider:hover {
  color: #FDD000;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider + .btn-slider {
  margin-left: 50px;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider span {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  padding-left: 2px;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider span.icon-see-more {
  background-color: #FDD000;
}
.hero-banner .slider-item .content-box .content .button-box .btn-slider span.icon-video {
  background-color: #ff6f6f;
}

@media (max-width: 991.98px) {
  .hero-banner .slider-item .content-box .content .title {
    font-size: 28px;
    line-height: 32px;
    max-height: 32px;
  }
  .hero-banner .slider-item .content-box .content .desc {
    margin-bottom: 1rem;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0.25;
  }
}
@-moz-keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0.25;
  }
}
@-ms-keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0.25;
  }
}
.house-svg {
  overflow: hidden;
  padding-bottom: 32px;
}
.house-svg .img-box {
  overflow-x: scroll;
}
.house-svg .img-box::-webkit-scrollbar-track {
  background-color: #fff;
}
.house-svg .img-box::-webkit-scrollbar {
  height: 5px;
  background-color: #fff;
}
.house-svg .img-box::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #dedede;
}
.house-svg .current-title {
  text-align: center;
  margin-bottom: 33px;
  display: none;
}
.house-svg .current-title span {
  font-weight: bold;
  min-width: 130px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #002245;
  padding: 4px 16px;
  background-color: #FDD000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.house-svg .main-image {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.house-svg .main-image .tool-tip {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.house-svg .main-image .tool-tip svg {
  position: absolute;
  z-index: 0;
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.house-svg .main-image .tool-tip:after {
  content: "";
  top: 50%;
  border-top: 1px solid #FDD000;
  position: absolute;
  right: 10px;
  width: 40px;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.house-svg .main-image .tool-tip.one {
  top: calc(22.972972973% - 20px);
  left: calc(28.851851852% - 40px);
}
.house-svg .main-image .tool-tip.two {
  top: calc(34.555984556% - 20px);
  left: calc(31.148148148% - 40px);
}
.house-svg .main-image .tool-tip.three {
  top: calc(34.555984556% - 20px);
  left: calc(43.666666667% - 40px);
}
.house-svg .main-image .tool-tip.four {
  top: calc(73.745173745% - 20px);
  left: calc(14.62962963% - 40px);
}
.house-svg .main-image .tool-tip.five {
  top: calc(73.745173745% - 20px);
  left: calc(36.703703704% - 40px);
}
.house-svg .main-image .tool-tip.six {
  top: calc(76.061776062% - 20px);
  left: calc(67.222222222% - 40px);
}
.house-svg .main-image .tool-tip.seven {
  top: calc(58.494208494% - 20px);
  left: calc(77.592592593% - 40px);
}
.house-svg .main-image .tool-tip.eight {
  top: calc(75.096525097% - 20px);
  left: calc(82.851851852% - 40px);
}
.house-svg .main-image .tool-tip .title {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
  background-color: #fff;
  z-index: 7;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #002245;
  padding: 4px 17px;
  background-color: #FDD000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  visibility: visible;
  opacity: 1;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.house-svg .main-image .tool-tip .highlight {
  font-size: 0;
  display: block;
  z-index: 1;
  position: relative;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #1b4689;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.house-svg .main-image .tool-tip .highlight:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  margin: auto;
  border: 1px solid #1b4689;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.house-svg .main-image .tool-tip .highlight:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  margin: auto;
  border: 1px solid #002245;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -ms-transition: border-color 0.3s ease, opacity 0.3s ease;
  -o-transition: border-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: border-color 0.3s ease, opacity 0.3s ease;
  -webkit-transition: border-color 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.house-svg .main-image .tool-tip.active .highlight, .house-svg .main-image .tool-tip:hover .highlight {
  background-color: #FDD000;
}
.house-svg .main-image .tool-tip.active .highlight:after, .house-svg .main-image .tool-tip.active .highlight:before, .house-svg .main-image .tool-tip:hover .highlight:after, .house-svg .main-image .tool-tip:hover .highlight:before {
  border-color: #FDD000;
}
.house-svg .main-image .tool-tip.active .highlight:after, .house-svg .main-image .tool-tip:hover .highlight:after {
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
}
.house-svg .main-image .tool-tip.active .highlight:before, .house-svg .main-image .tool-tip:hover .highlight:before {
  visibility: visible;
  opacity: 1;
}
.house-svg .main-image .tool-tip.active:after, .house-svg .main-image .tool-tip:hover:after {
  width: 40px;
}
.house-svg .main-image .tool-tip.active svg, .house-svg .main-image .tool-tip:hover svg {
  opacity: 1;
}
.house-svg .main-image .tool-tip.active .title, .house-svg .main-image .tool-tip:hover .title {
  opacity: 1;
  visibility: visible;
}
.house-svg .main-image .tool-tip.active .title {
  pointer-events: none;
}
.house-svg .main-image img {
  display: block;
}

@media (max-width: 1199.98px) {
  .house-svg .main-image .tool-tip::after {
    width: 25px;
  }
  .house-svg .main-image .tool-tip .title {
    right: 30px;
  }
  .house-svg .main-image .tool-tip.up .title {
    top: calc(50% - 40px);
    right: unset;
    left: calc(50% + 20px);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .house-svg .main-image .tool-tip.up::after {
    width: unset;
    top: unset;
    border-top: unset;
    bottom: 25px;
    right: 4.5px;
    height: 25px;
    border-right: 1px solid #FDD000;
  }
  .house-svg .main-image .tool-tip.down .title {
    top: calc(50% + 40px);
    right: unset;
    left: calc(50% + 20px);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .house-svg .main-image .tool-tip.down::after {
    width: unset;
    top: 25px;
    border-top: unset;
    right: 4.5px;
    height: 25px;
    border-right: 1px solid #FDD000;
  }
}
@media (max-width: 767.98px) {
  .house-svg {
    margin-bottom: 32px;
  }
  .house-svg .current-title {
    display: block;
  }
  .house-svg .main-image .tool-tip {
    width: 10px;
    height: 10px;
  }
  .house-svg .main-image .tool-tip:after {
    content: none;
  }
  .house-svg .main-image .tool-tip .title {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .house-svg .main-image .tool-tip .highlight {
    margin-left: 0;
  }
  .house-svg .main-image .tool-tip .highlight:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
  }
  .house-svg .main-image .tool-tip .highlight:after {
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
  }
  .house-svg .main-image .tool-tip.up .title {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .house-svg .main-image .tool-tip.down .title {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .house-svg .main-image .tool-tip.one {
    top: calc(22.972972973% - 5px);
    left: calc(28.851851852% - 5px);
  }
  .house-svg .main-image .tool-tip.two {
    top: calc(34.555984556% - 5px);
    left: calc(31.148148148% - 5px);
  }
  .house-svg .main-image .tool-tip.three {
    top: calc(34.555984556% - 5px);
    left: calc(43.666666667% - 5px);
  }
  .house-svg .main-image .tool-tip.four {
    top: calc(73.745173745% - 5px);
    left: calc(14.62962963% - 5px);
  }
  .house-svg .main-image .tool-tip.five {
    top: calc(73.745173745% - 5px);
    left: calc(36.703703704% - 5px);
  }
  .house-svg .main-image .tool-tip.six {
    top: calc(76.061776062% - 5px);
    left: calc(67.222222222% - 5px);
  }
  .house-svg .main-image .tool-tip.seven {
    top: calc(58.494208494% - 5px);
    left: calc(77.592592593% - 5px);
  }
  .house-svg .main-image .tool-tip.eight {
    top: calc(75.096525097% - 5px);
    left: calc(82.851851852% - 5px);
  }
}
.pagination {
  display: block;
}
.pagination ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination ul li + li {
  margin-left: 10px;
}
.pagination ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #182C4F;
  padding: 11px 0;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagination ul li a {
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.pagination ul li a:hover {
  background-color: #FDD000;
}
.pagination ul li a.active {
  background-color: #DADADA;
}

.form-item .form-control {
  border: none;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 15px 23px;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  background-color: #fff;
  letter-spacing: -0.02em;
  display: block;
  color: #4e4e4e;
}
.form-item .form-control:disabled {
  color: #A2A2A2;
}
.form-item .form-control:disabled:hover {
  cursor: not-allowed;
}
.form-item .form-control:focus, .form-item .form-control:hover {
  outline: none;
}
.form-item .form-control::-webkit-input-placeholder {
  color: #a2a2a2;
}
.form-item .form-control:-moz-placeholder {
  color: #a2a2a2;
}
.form-item .form-control::-moz-placeholder {
  color: #a2a2a2;
}
.form-item .form-control:-ms-input-placeholder {
  color: #a2a2a2;
}
.form-item .form-control--rounded {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.form-item .form-control.bg-gray {
  background-color: #f6f6f6;
}
.form-item .form-control.bg-gray::-webkit-input-placeholder {
  color: #a2a2a2;
}
.form-item .form-control.bg-gray:-moz-placeholder {
  color: #a2a2a2;
}
.form-item .form-control.bg-gray::-moz-placeholder {
  color: #a2a2a2;
}
.form-item .form-control.bg-gray:-ms-input-placeholder {
  color: #a2a2a2;
}
.form-item.is-invalid .form-control {
  border-color: red;
}
.form-item .error-text {
  color: red;
  font-size: 0.75rem;
  line-height: 1.43;
  display: block;
  margin-top: 4px;
}
.form-item select.form-control {
  color: #4e4e4e;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 23px center;
  padding-right: 50px;
  background-image: url('data:image/svg+xml, <svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.766602 1.27954L5.7666 6.23832L10.7666 1.27954" stroke="rgb(161,161,161)" stroke-width="2"/></svg>');
}
.form-item select.form-control--rounded {
  padding-right: 50px;
}
.form-item--checkbox {
  position: relative;
}
.form-item--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.form-item--checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #4e4e4e;
}
.form-item--checkbox label span {
  padding-left: 28px;
  display: block;
}
.form-item--checkbox label span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 2px solid #4e4e4e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.form-item--checkbox input:checked + span {
  color: #00529c;
}
.form-item--checkbox input:checked + span:before {
  border-color: #007bff;
  background-color: #007bff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3281 1.30858C11.8607 1.84112 11.8607 2.70453 11.3281 3.23707L5.70308 8.86211C5.17055 9.39464 4.30714 9.39464 3.7746 8.86211L1.21776 6.30527C0.685225 5.77273 0.685225 4.90932 1.21776 4.37679C1.7503 3.84425 2.61371 3.84425 3.14625 4.37679L4.73884 5.96938L9.39964 1.30858C9.93217 0.776045 10.7956 0.776045 11.3281 1.30858Z" fill="rgb(255, 255, 255)"/></svg>');
}
.form-item .select2-container--open .select2-selection__arrow {
  -ms-transform: translateY(-50%) scaleY(-1) !important;
  -o-transform: translateY(-50%) scaleY(-1) !important;
  -moz-transform: translateY(-50%) scaleY(-1) !important;
  -webkit-transform: translateY(-50%) scaleY(-1) !important;
  transform: translateY(-50%) scaleY(-1) !important;
}
.form-item .select2.select2-container {
  max-width: 100%;
  min-width: 100%;
}
.form-item .select2.select2-container .select2-selection__arrow {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-item .select2.select2-container .select2-selection__arrow b {
  background-image: url('data:image/svg+xml, <svg width="20" height="10" viewBox="0 0 20 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 1.61524L10 8.2819L2 1.61523" stroke="white" stroke-width="2.66667" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  height: 12px !important;
  width: 30px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}
.form-item .select2.select2-container .select2-selection--single {
  height: auto;
  border: none;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0;
}
.form-item .select2.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #4e4e4e;
  padding: 11px 24px;
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: right 23px center;
  min-height: 50px;
}
.form-item .select2.select2-container .select2-selection__placeholder {
  color: #A2A2A2;
}
.form-item .select2.select2-container.select2-container--open.select2-container--above .select2-selection, .form-item .select2.select2-container.select2-container--open.select2-container--below .select2-selection {
  border-radius: 8px;
}
.form-item.is-invalid .select2.select2-container .select2-selection {
  border-color: #dc3545;
}

.dropdown-control {
  position: relative;
}
.dropdown-control .btn-toggle {
  color: #A2A2A2;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 10px 24px;
  background-repeat: no-repeat;
  background-position: right 23px center;
  padding-right: 50px;
  background-image: url('data:image/svg+xml, <svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.40918L4.5 5.40918L8 1.40918" stroke="rgb(161,161,161)" stroke-width="2"/></svg>');
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-control .btn-toggle--rounded {
  border-radius: 25px;
}
.dropdown-control .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  border-radius: 10px;
  padding: 24px;
  padding-right: 10px;
  z-index: 30;
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}
.dropdown-control .dropdown-list .form-item {
  margin-bottom: 0;
}
.dropdown-control .dropdown-list .form-item + .form-item {
  margin-top: 12px;
}
.dropdown-control .dropdown-list .wrapper {
  padding-right: 8px;
  max-height: 352px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.dropdown-control .dropdown-list .wrapper::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(237, 237, 237, 0.3);
}
.dropdown-control .dropdown-list .wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(237, 237, 237, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropdown-control .dropdown-list .wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #C6CCD3;
}

.select2-container .select2-dropdown,
.select2-container.select2-container--open .select2-dropdown {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 24px 0px rgba(29, 30, 32, 0.06);
}
.select2-container .select2-dropdown.select2-dropdown--below,
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-top: 8px;
}
.select2-container .select2-dropdown.select2-dropdown--above,
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
  margin-bottom: 8px;
}
.select2-container .select2-results .select2-results__options,
.select2-container.select2-container--open .select2-results .select2-results__options {
  padding: 0;
  max-height: 344px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.select2-container .select2-results .select2-results__options::-webkit-scrollbar-track,
.select2-container.select2-container--open .select2-results .select2-results__options::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}
.select2-container .select2-results .select2-results__options::-webkit-scrollbar,
.select2-container.select2-container--open .select2-results .select2-results__options::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb,
.select2-container.select2-container--open .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #c6ccd3;
}
.select2-container .select2-results .select2-results__options .select2-results__option,
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option {
  padding: 0 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: #1A1A1A;
}
.select2-container .select2-results .select2-results__options .select2-results__option + .select2-results__option,
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option + .select2-results__option {
  padding-top: 6px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #00529c;
  background-color: transparent;
}
.select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable, .select2-container .select2-results .select2-results__options .select2-results__option:hover,
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable,
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option:hover {
  background: rgba(253, 208, 0, 0.5);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.form-notice {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.form-notice p {
  font-family: "Inter";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
.form-notice .btn {
  margin-top: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 180px;
  font-weight: bold;
  padding: 14px 20px;
}
.form-notice svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.form-notice.error {
  color: #ff0000;
  margin-bottom: 24px;
}
.form-notice.error svg {
  margin-top: 2px;
}
.form-notice.success {
  text-align: center;
  max-width: 439px;
  margin: 0 auto;
}
.form-notice.success p {
  display: block;
}
.form-notice.success svg {
  margin-right: 0;
  margin-bottom: 16px;
  width: 42px;
  height: auto;
}
@media (max-width: 767.98px) {
  .form-notice.success svg {
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .form-notice .btn {
    margin-top: 1rem;
    padding: 12px;
    min-width: 106px;
  }
}

.hero-slider {
  margin-top: 108px;
  position: relative;
}
.hero-slider .swiper-container {
  overflow: hidden;
  height: 544px;
}
.hero-slider .swiper-container.swiper-container-initialized {
  height: auto;
}
.hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-slider .img-logo-hero-banner {
  max-width: 107px;
  position: absolute;
  top: 180px;
  right: 15px;
}
.hero-slider .t-icon-btn-see-more {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #fddc00;
  margin-right: 10px;
}
.hero-slider .item {
  color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 40.2962962963%;
  overflow: hidden;
}
.hero-slider .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.hero-slider .item .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slider .item.has-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.6);
  content: "";
  z-index: -1;
}
.hero-slider .item .vt-slide-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .hero-slider .item .vt-slide-content {
    max-width: 86.6666666667%;
  }
}
.hero-slider .item .vt-slide-content .title {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 32px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}
.hero-slider .item .vt-slide-content .desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
}
.hero-slider .item .vt-slide-content .content-box {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider .item .vt-slide-content .t-btn-hero,
.hero-slider .item .vt-slide-content .wrap-btn-banner-1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.hero-slider .item .vt-slide-content .t-btn-hero {
  color: #fff;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 14px;
  line-height: 17px;
}
.hero-slider .item .vt-slide-content .t-btn-hero + .t-btn-hero {
  margin-left: 50px;
}
.hero-slider .item .vt-slide-content .t-icon-btn-video {
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  padding-left: 2px;
  background-color: #ff6f6f;
}
.hero-slider .item .vt-slide-content .t-icon-btn-video svg {
  padding-left: 0px;
}
.hero-slider .item .vt-slide-content .btn-click-to-scroll {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #002245;
  display: inline-block;
  padding: 8px 24px;
  background: #fdd000;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .hero-slider .item .vt-slide-content .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .hero-slider .item .vt-slide-content .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) {
  .hero-slider .item .vt-slide-content .title {
    margin-bottom: 24px;
  }
  .hero-slider .item .vt-slide-content .desc {
    margin-bottom: 24px;
  }
}
.hero-slider .slider-wrapper {
  position: relative;
}
.hero-slider .swiper-pagination-bullets {
  bottom: 0;
  top: 0;
  left: auto;
  right: 53px;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:before, .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
  width: 0;
  right: 16px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:before {
  width: 0;
  left: 16px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 16px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:focus, .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:active {
  outline: none;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-align: center;
  padding: 0;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  background-color: transparent;
  width: 14px;
  height: 14px;
  color: #fff;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 15px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 45px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .hero-slider {
    margin-top: 64px;
  }
  .hero-slider .img-logo-hero-banner {
    top: 70px;
    right: 16px;
    max-width: 73px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider {
    margin-top: 54px;
  }
  .hero-slider .item {
    padding-top: 169.1601976006%;
  }
  .hero-slider .item .vt-slide-content {
    text-align: center;
    padding: 60px 18px;
    padding: 10vw 4.6753246753vw;
  }
  .hero-slider .item .vt-slide-content .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
    margin-bottom: 6.9565217391%;
    max-height: 64px;
  }
  .hero-slider .item .vt-slide-content .desc {
    margin-bottom: 24px;
    margin-bottom: 6.9565217391%;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
  }
  .hero-slider .item .vt-slide-content .t-btn-hero + .t-btn-hero {
    margin-left: 0;
  }
  .hero-slider .item .vt-slide-content .t-icon-btn-video {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-right: 4px;
  }
  .hero-slider .item .vt-slide-content .t-icon-btn-video svg {
    height: 10px;
  }
  .hero-slider .item .vt-slide-content .t-btn-hero + .t-btn-hero {
    margin-left: 0;
    margin-top: 8px;
  }
  .hero-slider .wrap-btn-banner-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero-slider .t-icon-btn-see-more {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .hero-slider .t-icon-btn-see-more svg {
    height: 9px;
  }
  .hero-slider .swiper-pagination-bullets {
    top: auto;
    bottom: 17px;
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: center;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    font-size: 0;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 0;
    margin-left: 8px;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:before, .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: none;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FDD000;
    font-size: 0;
    width: 10px;
    height: 10px;
  }
}
.home-features {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
.home-features .title-n-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home-features .title-n-link .section-title {
  margin-bottom: 0;
  padding-right: 10px;
}
.home-features .title-n-link .btn-viewmore {
  flex-shrink: 0;
}
.home-features .swiper-pagination-bullet:focus {
  outline: none;
}

.home-features .project-item {
  padding: 4px;
  background: #ffffff;
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-radius: 4px;
}
.home-features .project-item .img {
  position: relative;
}
.home-features .project-item .img__main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-features .project-item .img .options {
  position: absolute;
  bottom: 11px;
  right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-features .project-item .img .options .btn-view-gallery {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding: 4px 16px;
  border-radius: 14px;
  border: none;
  background-color: rgba(242, 242, 242, 0.6);
  backdrop-filter: blur(10px);
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.home-features .project-item .img .options .btn-view-gallery:hover {
  background-color: #002245;
  color: #fff;
}
.home-features .project-item .img .options .share {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-left: 20px;
}
.home-features .project-item .img .options .share li + li {
  margin-left: 10px;
}
.home-features .project-item .info {
  padding: 16px 12px 12px;
}
.home-features .project-item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  margin-bottom: 0;
}
.home-features .project-item .address, .home-features .project-item .vt-contact .main-content .top-content .department-list .item .info .phone, .vt-contact .main-content .top-content .department-list .item .info .home-features .project-item .phone {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
  margin-bottom: 4px;
}
.home-features .project-item .cat {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
}
.home-features .project-item .cat:after {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.home-features .project-item .list-info {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  color: #707781;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.home-features .project-item .list-info li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.home-features .project-item .list-info span {
  font-weight: 500;
  color: #161616;
}
.home-features .project-item .feature__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #161616;
  margin-bottom: 5px;
}
.home-features .project-item .feature__list {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-features .project-item .feature__list li {
  margin-bottom: 6px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-features .project-item .feature__list li .icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-features .project-item .feature__list li .icon img {
  display: block;
}
.home-features .project-item .feature__list li span {
  display: inline-block;
}
.home-features .project-item .feature__list li .text {
  padding-right: 5px;
  display: inline-block;
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.home-features .project-item .feature__list li .text:hover {
  color: #fdd000;
}
.home-features .project-item .bottom .row {
  margin: 0 -8px;
}
.home-features .project-item .bottom .row [class*=col-] {
  padding: 0 8px;
}
.home-features .project-item .bottom__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #161616;
  margin-bottom: 5px;
}
.home-features .project-item .bottom__list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  list-style: none;
}
.home-features .project-item .bottom__list li:before {
  content: "-";
  margin-right: 4px;
  display: inline-block;
}
.home-features .project-item .bottom__list li a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.home-features .project-item .bottom__list li a:hover {
  color: #fdd000;
}
.home-features .feature-project {
  padding-bottom: 30px;
  width: 100%;
}
.home-features .feature-project .swiper-slide {
  padding: 0 15px;
}
.home-features .feature-project .project-item {
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home-features .feature-project .project-item .img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 490px;
}
.home-features .feature-project .project-item .info {
  background-color: #002245;
  color: #fff;
  width: 470px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 35px;
  height: 490px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.home-features .feature-project .project-item .info::-webkit-scrollbar {
  width: 4px;
}
.home-features .feature-project .project-item .info::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fdd000;
}
.home-features .feature-project .project-item .info::-webkit-scrollbar-track {
  border-radius: 2px;
}
.home-features .feature-project .project-item .title {
  color: #fff;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-features .feature-project .project-item .address, .home-features .feature-project .project-item .vt-contact .main-content .top-content .department-list .item .info .phone, .vt-contact .main-content .top-content .department-list .item .info .home-features .feature-project .project-item .phone {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.home-features .feature-project .project-item .list-info {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.home-features .feature-project .project-item .list-info span {
  display: block;
  color: #fff;
}
.home-features .feature-project .project-item .list-info li {
  padding-left: 14px;
  padding-right: 5px;
  position: relative;
  margin-bottom: 4px;
}
.home-features .feature-project .project-item .list-info li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fdd000;
  opacity: 0.8;
  position: absolute;
  top: 5px;
  left: 0;
}
.home-features .feature-project .project-item .feature__title {
  color: #fff;
  margin-bottom: 8px;
}
.home-features .feature-project .project-item .feature__list {
  color: #f2f2f2;
}
.home-features .feature-project .project-item .feature__list li .icon {
  margin-right: 10px;
}
.home-features .feature-project .project-item .bottom__title {
  color: #fff;
}
.home-features .feature-project .project-item .bottom__list {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
}
.home-features .feature-project .project-item .bottom__list li:before {
  content: none;
}
.home-features .feature-project .swiper-wrapper {
  margin-bottom: 48px;
}
.home-features .feature-project .swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-features .feature-project .swiper-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  background-color: #c4c4c4;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-features .feature-project .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #161616;
}

@media (max-width: 1199px) {
  .home-features .feature-project .project-item .info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: auto;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home-features .feature-project .slider-wrapper {
    padding-bottom: 28px;
  }
  .home-features .feature-project .project-item {
    display: block;
  }
  .home-features .feature-project .project-item .img {
    height: 200px;
  }
  .home-features .feature-project .project-item .info {
    max-width: none;
    padding: 20px;
    height: 479px;
  }
  .home-features .feature-project .project-item .info .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }
  .home-features .feature-project .project-item .info .list-info {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.suggest-product {
  height: 100%;
  background-color: #FAFAFA;
  position: relative;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 4px;
  overflow: hidden;
}
.suggest-product .badges .badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}
.suggest-product .badges .badge.new {
  display: block;
  left: auto;
  right: 16px;
  top: 16px;
}
.suggest-product .badge {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  top: 0;
}
.suggest-product .badge img {
  display: inline-block;
}
.suggest-product .image {
  padding: 24px 20px 20px 20px;
  overflow: hidden;
}
.suggest-product .image a {
  overflow: hidden;
  height: 168px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suggest-product .image a img {
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.suggest-product .title {
  padding: 12px 0 0 0;
  border-top: 1px solid rgba(0, 34, 69, 0.05);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 0;
  color: #002245;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.suggest-product .title a {
  color: inherit;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.suggest-product .title:hover {
  color: #ffc107;
}
.suggest-product .button-box {
  padding: 17px 20px 24px;
}
.suggest-product .button-box .btn-action {
  background: #FAFAFA;
  border: 1px solid #002245;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #002245;
  padding: 10px 0;
  height: 46px;
  max-width: 100%;
  display: block;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.home-suggest-solution {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}
.home-suggest-solution .button-box {
  clear: both;
  width: 100%;
  text-align: center;
}
.home-suggest-solution .button-box .btn-action {
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.home-suggest-solution .button-box .btn-action:hover {
  background-color: #ffc107;
}
.home-suggest-solution .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.home-suggest-solution .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-suggest-solution.has-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 9, 18, 0.7) 0%, rgba(0, 9, 18, 0) 100%);
  content: "";
  z-index: -1;
}
.home-suggest-solution .suggestion-content {
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 63px 138px;
}
@media (max-width: 1199.98px) {
  .home-suggest-solution .suggestion-content {
    padding: 0 40px 138px;
  }
}
.home-suggest-solution .suggestion-content .content-box {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 149px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 24px;
}
.home-suggest-solution .suggestion-content .content-box .row {
  margin: 0 0 40px 0;
}
.home-suggest-solution .suggestion-content .content-box .form-group {
  margin-bottom: 0;
}
.home-suggest-solution .suggestion-content .content-box .section-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 0;
  -ms-flex: 0 0 361px;
  flex: 0 0 361px;
}
.home-suggest-solution .suggestion-content .content-box .form-item {
  -ms-flex: 0 0 399px;
  flex: 0 0 399px;
}
.home-suggest-solution .suggestion-content .content-box .form-item .select2-container .select2-selection--single {
  background: rgba(0, 0, 0, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
.home-suggest-solution .suggestion-content .content-box .form-item .select2-container .select2-selection__rendered {
  font-size: 20px;
  line-height: 56px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 24px;
}
.home-suggest-solution .suggestion-content .content-box .form-item .select2-container .select2-selection__arrow {
  right: 24px;
}
.home-suggest-solution .suggestion-content .content-box .slider-content {
  width: 100%;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 880px;
  margin: 90px 0 0 0;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  background-color: #c4c4c4;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FDD000;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper .slider-controls .btn-slider--prev {
  top: 126px;
  left: -75px;
}
.home-suggest-solution .suggestion-content .content-box .slider-wrapper .slider-controls .btn-slider--next {
  top: 126px;
  right: -75px;
}
.home-suggest-solution .suggestion-content .content-box .swiper-wrapper .swiper-slide {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: scale(0.78);
  -o-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
}
.home-suggest-solution .suggestion-content .content-box .swiper-wrapper .swiper-slide:hover {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home-suggest-solution .suggestion-content .content-box .swiper-wrapper .swiper-slide:hover .button-box .btn-action {
  background: #fdd000;
  border: none;
  padding: 11px 0;
}
.home-suggest-solution .suggestion-content .content-box a.view-all {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
}
.home-suggest-solution .suggestion-content .content-box a.view-all:hover {
  color: #FDD000;
}

.home-find {
  position: relative;
}
.home-find .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.home-find .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-find .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-find .bg2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.home-find .bg2 img {
  max-width: none;
  width: 100%;
  height: calc(100% + 62px);
  object-fit: cover;
  object-position: center -62px;
}
.home-find .bg2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-find .button-box .btn-action {
  background: #fdd000;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 27px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #002245;
  padding: 16px 12px;
  width: 182px;
  height: 50px;
  max-width: 100%;
  margin: 32px auto 0 auto;
  display: block;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.home-find .button-box .btn-action:hover {
  background-color: #ffc107;
}
.home-find .webform-ajax-form-wrapper form .form-item {
  margin-bottom: 16px;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea,
.home-find .webform-ajax-form-wrapper form .form-item input,
.home-find .webform-ajax-form-wrapper form .form-item select {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea:hover, .home-find .webform-ajax-form-wrapper form .form-item textarea:focus,
.home-find .webform-ajax-form-wrapper form .form-item input:hover,
.home-find .webform-ajax-form-wrapper form .form-item input:focus,
.home-find .webform-ajax-form-wrapper form .form-item select:hover,
.home-find .webform-ajax-form-wrapper form .form-item select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea::-webkit-input-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item input::-webkit-input-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item select::-webkit-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  opacity: 0.3;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea:-moz-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item input:-moz-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item select:-moz-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  opacity: 0.3;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea::-moz-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item input::-moz-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item select::-moz-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  opacity: 0.3;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea:-ms-input-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item input:-ms-input-placeholder,
.home-find .webform-ajax-form-wrapper form .form-item select:-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  opacity: 0.3;
}
.home-find .webform-ajax-form-wrapper form .form-item select,
.home-find .webform-ajax-form-wrapper form .form-item input {
  height: 48px;
}
.home-find .webform-ajax-form-wrapper form .form-item select {
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.home-find .webform-ajax-form-wrapper form .form-item textarea {
  padding: 12px 16px;
  resize: none;
  height: 150px;
}
.home-find .webform-ajax-form-wrapper form .form-item select:disabled,
.home-find .webform-ajax-form-wrapper form .form-item textarea:disabled,
.home-find .webform-ajax-form-wrapper form .form-item input:disabled {
  cursor: not-allowed;
  background-color: #e8e8e8;
  color: #969696;
}
.home-find .webform-ajax-form-wrapper form input[type=submit] {
  background: #fdd000;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  border: none;
  box-sizing: border-box;
  border-radius: 27px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #002245;
  padding: 16px 12px;
  width: 182px;
  max-width: 100%;
  margin: 32px auto 0 auto;
  display: block;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.home-find .webform-ajax-form-wrapper form input[type=submit]:hover {
  background-color: #ffc107;
}
.home-find .title-wrapper {
  width: 470px;
  max-width: 100%;
}
.home-find .section-title {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #002245;
  max-width: 100%;
}
.home-find .description {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1A1A1A;
  margin-bottom: 24px;
}
.home-find .tu-van {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.home-find .tu-van .webform-ajax-form-wrapper form input[type=submit] {
  margin: 32px 0 0 0;
}
.home-find .tu-van .box-wrapper {
  padding-left: 50px;
}
.home-find .tu-van .list-info {
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: -20px;
}
.home-find .tu-van .list-info li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 20px 0;
}
.home-find .tu-van .list-info li .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.home-find .tu-van .list-info li .item .icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.home-find .tu-van .list-info li .item .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.home-find .tu-van .list-info li .item .info {
  padding-left: 10px;
  flex-grow: 1;
}
.home-find .tu-van .list-info li .item .info .order {
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
}
.home-find .tu-van .list-info li .item .info .order > * {
  display: inline-block;
}
.home-find .tu-van .list-info li .item .info .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.home-find .tim-tho {
  position: relative;
  padding-bottom: 60px;
}
.home-find .tim-tho .title-block {
  position: relative;
}
.home-find .tim-tho .title-block .title-wrapper {
  background-image: url(../images/dynamic-images/home/home-find/home-tim-tho/tim-tho-title-bg.png);
  padding-top: 250px;
  padding-bottom: 50px;
  padding-left: 60px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 200px center;
  text-align: left;
  width: auto;
}
.home-find .tim-tho .bg {
  content: "";
  position: absolute;
  left: 46%;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.home-find .tim-tho .bg img {
  overflow: visible;
  object-position: 50% 100%;
}
.home-find .tim-tho .content-block {
  padding-top: 6px;
}
.home-find .tim-tho .content-block .icon {
  margin-bottom: 24px;
  width: 53px;
  height: 53px;
}
.home-find .tim-tho .content-block .icon img {
  display: block;
  width: 100%;
}
.home-find .tim-tho .content-block [class*=col-] {
  padding: 0 68px;
}
.home-find .tim-tho .content-block .content-wrapper p {
  margin-bottom: 0;
}
.home-find .phan-phoi {
  background-image: url(../images/dynamic-images/home/home-find/home-phan-phoi/phan-phoi-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  padding-bottom: 120px;
}
.home-find .phan-phoi .section-title {
  padding-top: 23px;
}
.home-find .phan-phoi p {
  margin-bottom: 0;
}
.home-find .phan-phoi .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.home-find .phan-phoi .search-form {
  margin-bottom: 0;
  position: relative;
}
.home-find .phan-phoi .search-form form .group-form-type-select {
  display: flex;
  border-radius: 4px;
  margin: 35px 0;
  border: 1px solid rgba(152, 152, 154, 0.2);
}
.home-find .phan-phoi .search-form form .js-form-type-select {
  order: -1;
  padding: 14px 0;
  padding-right: 0;
  width: 50%;
  background: #fff;
}
.home-find .phan-phoi .search-form form .js-form-type-select:first-child {
  border-radius: 4px 0 0 4px;
}
.home-find .phan-phoi .search-form form .js-form-type-select:last-child {
  border-radius: 0 4px 4px 0;
}
.home-find .phan-phoi .search-form form .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 15px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 22px;
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.home-find .phan-phoi .search-form form .js-form-type-select:not(:last-child) select {
  border-right: 1px solid rgba(152, 152, 154, 0.2);
}
.home-find .phan-phoi .search-form form .btn-submit {
  background: #fdd000;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 27px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #002245;
  padding: 16px 12px;
  width: 182px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.home-find .phan-phoi .search-form form .btn-submit:hover {
  background-color: #ffc107;
}

.home-nhan-dien {
  position: relative;
}
.home-nhan-dien .hero {
  position: relative;
  padding: 178px 0 54px;
}
@media (max-width: 767.98px) {
  .home-nhan-dien .hero {
    height: 100%;
    padding: 75px 0 46px;
  }
}
.home-nhan-dien .hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.home-nhan-dien .hero .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-nhan-dien .hero .content,
.home-nhan-dien .hero .container-content,
.home-nhan-dien .hero .content-banner {
  height: 100%;
}
.home-nhan-dien .hero .content-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 470px;
}
.home-nhan-dien .hero .content-banner .sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home-nhan-dien .hero .content-banner .sub-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.home-nhan-dien .hero .content-banner .title {
  color: #002245;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .home-nhan-dien .hero .content-banner .title {
    font-size: 36px;
    line-height: 42px;
  }
}
.home-nhan-dien .hero .btn-action {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border: 1px solid #002245;
  border-radius: 27px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #002245;
  padding: 16px 12px;
  width: 182px;
  height: 50px;
  max-width: 100%;
  display: block;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.home-nhan-dien .hero .btn-action:hover {
  background-color: #ffc107;
}

.home-why {
  position: relative;
  background-color: #002245;
}
.home-why .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  z-index: 1;
}
.home-why .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-why .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 34, 69, 0.8);
  background: -moz-linear-gradient(left, rgb(0, 34, 69) 0%, rgba(0, 34, 69, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 34, 69) 0%, rgba(0, 34, 69, 0.8) 100%);
  background: linear-gradient(to right, rgb(0, 34, 69) 0%, rgba(0, 34, 69, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002245", endColorstr="#cc002245",GradientType=1 );
}
.home-why .reason {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.home-why .reason .box-wrapper {
  padding-left: 50px;
}
.home-why .reason .title-wrapper {
  width: 470px;
  max-width: 100%;
}
.home-why .reason .section-title {
  margin-bottom: 24px;
  color: #ffffff;
  width: 331px;
  max-width: 100%;
}
.home-why .reason .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}
.home-why .reason .list-info {
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: -20px;
}
.home-why .reason .list-info li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 20px 0;
}
.home-why .reason .list-info li .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.home-why .reason .list-info li .item .icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.home-why .reason .list-info li .item .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.home-why .reason .list-info li .item .info {
  padding-left: 10px;
  flex-grow: 1;
}
.home-why .reason .list-info li .item .info .order {
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
}
.home-why .reason .list-info li .item .info .order > * {
  display: inline-block;
}
.home-why .reason .list-info li .item .info .title {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.home-counter {
  background-color: #fff;
}
.home-counter .counter-box {
  position: relative;
  z-index: 10;
}
.home-counter .counter-box .sub-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 40px;
}
.home-counter .counter-box .list-counter {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home-counter .counter-box .list-counter li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  color: #fff;
  text-align: center;
  padding: 74px 15px;
  position: relative;
}
.home-counter .counter-box .list-counter li .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home-counter .counter-box .list-counter li .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-counter .counter-box .list-counter li:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.6;
}
.home-counter .counter-box .list-counter li .icon,
.home-counter .counter-box .list-counter li .desc,
.home-counter .counter-box .list-counter li .title {
  position: relative;
  z-index: 2;
}
.home-counter .counter-box .list-counter li .icon {
  height: 44px;
}
.home-counter .counter-box .list-counter li .icon img {
  max-height: 44px;
}
.home-counter .counter-box .list-counter li .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 140.62%;
  display: flex;
  align-items: center;
  display: block;
  margin-bottom: 4px;
}
.home-counter .counter-box .list-counter li .desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.home-infographic {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 32px;
}
.home-infographic .top-content {
  margin-bottom: 24px;
  color: #000000;
}
.home-infographic .top-content .logo {
  margin-bottom: 16px;
}
.home-infographic .top-content .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.home-infographic .top-content .sub-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #161616;
}
.home-infographic .dynamic-content {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.home-infographic .dynamic-content p {
  margin-bottom: 12px;
}
.home-infographic .btn-viewmore {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #002245;
  border-color: #002245;
}
.home-infographic .btn-viewmore:hover {
  color: #ffc107;
  border-color: #ffc107;
}
.home-infographic .main-content {
  -ms-flex-align: center;
  align-items: center;
}
.home-infographic .main-content .banner {
  margin-bottom: 24px;
}
.home-infographic .main-content .banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 288px;
}
.home-infographic .main-content .list-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.home-infographic .main-content .list-info .item {
  padding: 0 20px;
}
.home-infographic .main-content .list-info .item .title {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
  color: #1a1a1a;
}
.home-infographic .main-content .list-info .item .count {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.11;
  background: rgb(239, 64, 63);
  background: -moz-linear-gradient(top, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  background: -webkit-linear-gradient(top, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  background: linear-gradient(to bottom, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef403f", endColorstr="#fbc019",GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-infographic .main-content .list-info .item:nth-child(2) .count {
  background: rgb(138, 195, 174);
  background: -moz-linear-gradient(top, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  background: -webkit-linear-gradient(top, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  background: linear-gradient(to bottom, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ac3ae", endColorstr="#e8d838",GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-brands {
  background-color: #fff;
  padding: 32px 0 64px;
}
.home-brands .slick-slider .slick-track {
  min-width: auto;
}
.home-brands .brands .section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #002245;
}
.home-brands .brands .list-brands .swiper-slide {
  width: auto;
}
.home-brands .brands .list-brands .swiper-slide .image {
  padding: 0 15px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.home-brands .brands .list-brands img {
  max-width: 100%;
  display: block;
  max-height: 40px;
  margin: 0 auto;
}

.home-contact {
  position: relative;
  z-index: 20;
  background-color: #fff;
  padding-bottom: 95px;
}
.home-contact .contact-now {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
.home-contact .contact-now .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home-contact .contact-now .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-contact .contact-now .image-box {
  position: relative;
}
.home-contact .contact-now .image-box .image {
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 525px;
  width: 486px;
}
.home-contact .contact-now .image-box .image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.home-contact .contact-now .info-container {
  padding: 133px 0;
}
.home-contact .contact-now .info-container .content {
  padding: 32px 70px 26px;
  position: relative;
  background-image: url("../images/dynamic-images/home/home-contact/bg-info.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.home-contact .contact-now .info-container .content .wrapper {
  position: relative;
  z-index: 3;
}
.home-contact .contact-now .info-container .content .totals {
  float: left;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2166666667;
  color: #FDD000;
}
.home-contact .contact-now .info-container .content .title {
  padding-top: 2px;
  overflow: hidden;
  flex-grow: 1;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1428571429;
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 35px;
}
.home-contact .contact-now .info-container .content .button-box {
  clear: both;
  width: 100%;
  text-align: center;
}
.home-contact .contact-now .info-container .content .button-box .btn-action {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #1a1a1a;
  display: inline-block;
  padding: 16px 40px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background-color: #FDD000;
  position: relative;
  z-index: 0;
  min-width: 184px;
}
.home-contact .contact-now .info-container .content .button-box .btn-action:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background-color: #fff;
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.home-contact .contact-now .info-container .content .button-box .btn-action:hover:after {
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.view-videos-multi-comfort .js-pager__items,
.video-load-more {
  background-color: #fff;
}

.home-video {
  background-color: #fff;
  padding-bottom: 2px;
  padding-top: 32px;
}
.home-video .section-title {
  margin-bottom: 32px;
}
.home-video .video-item {
  margin-bottom: 30px;
  padding: 0 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.home-video .video-item .video-content {
  position: relative;
  height: 324px;
}
.home-video .video-item .video-content .bg-video {
  height: 100%;
}
.home-video .video-item .video-content .bg-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home-video .video-item .video-content .bg-video .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.home-video .video-item .video-content .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
}
.home-video .video-item .video-content .btn-play svg {
  width: 24px;
  height: auto;
  margin-right: -8px;
}
.home-video .video-item .video-content .btn-play svg polygon {
  fill: #fff;
}
.home-video .video-item .video-content .btn-play:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.home-video .video-item .video-content .click-to-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video .video-item .video-content .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
}
.home-video .video-item .video-content .info .numb {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.home-video .video-item .video-content .info .title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-video .video-item:hover .btn-play {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.home-video .video-item:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-video .video-item:first-child .video-content {
  height: 504px;
}

.home-blog {
  background-color: #f2f2f2;
  padding-bottom: 32px;
  padding-top: 32px;
}
.home-blog.home-tips {
  background-color: #fff;
}
.home-blog.home-tips .post .content .desc {
  -webkit-line-clamp: 3;
  height: 72px;
  min-height: auto;
}
.home-blog .title-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-blog .title-box .section-title {
  margin-bottom: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.home-blog .title-box .btn-viewmore {
  flex-shrink: 0;
}
.home-blog .slide-posts {
  min-height: 522px;
  overflow: hidden;
}
.home-blog .owl-carousel.owl-drag .owl-item {
  background-color: transparent;
}
.home-blog .owl-dots {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blog .owl-dots .owl-dot {
  display: block;
}
.home-blog .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.home-blog .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #707070;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.1;
}
.home-blog .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}

.webform-popup .js-hide {
  display: none !important;
}
.webform-popup .form-item {
  margin-bottom: 16px;
}
.webform-popup .form-item label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .form-item .form-text, .webform-popup .journey-landing .contact-form .form-contact form .form-item textarea, .journey-landing .contact-form .form-contact form .webform-popup .form-item textarea {
  margin-top: 0;
}
.webform-popup .form-item .form-item--error-message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}
.webform-popup .form-item .form-item--error-message strong {
  font-weight: normal;
}
.webform-popup .form-item input,
.webform-popup .form-item textarea,
.webform-popup .form-item select {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fafbfc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-item input::-webkit-input-placeholder,
.webform-popup .form-item textarea::-webkit-input-placeholder,
.webform-popup .form-item select::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-moz-placeholder,
.webform-popup .form-item textarea:-moz-placeholder,
.webform-popup .form-item select:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input::-moz-placeholder,
.webform-popup .form-item textarea::-moz-placeholder,
.webform-popup .form-item select::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:-ms-input-placeholder,
.webform-popup .form-item textarea:-ms-input-placeholder,
.webform-popup .form-item select:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
  font-style: 14px;
}
.webform-popup .form-item input:not(.error):placeholder-shown,
.webform-popup .form-item textarea:not(.error):placeholder-shown,
.webform-popup .form-item select:not(.error):placeholder-shown {
  border: 1px solid #f0f0f0;
}
.webform-popup .form-item input:not(.error):focus, .webform-popup .form-item input:not(.error):hover,
.webform-popup .form-item textarea:not(.error):focus,
.webform-popup .form-item textarea:not(.error):hover,
.webform-popup .form-item select:not(.error):focus,
.webform-popup .form-item select:not(.error):hover {
  box-shadow: none;
  border: 1px solid #fdd000;
}
.webform-popup .form-item input.error,
.webform-popup .form-item textarea.error,
.webform-popup .form-item select.error {
  border-color: #dc3545;
}
.webform-popup .form-item select {
  background-image: url(../images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
  color: #1a1a1a;
}
.webform-popup .form-item input[type=text], .webform-popup .form-item input[type=tel] {
  cursor: text;
}
.webform-popup .form-item textarea {
  resize: none;
  height: 150px;
  cursor: text;
}
.webform-popup .form-item.form-type-checkbox input {
  display: none;
}
.webform-popup .form-item.form-type-checkbox label {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.webform-popup .form-item.form-type-checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1.33px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.webform-popup .form-item.form-type-checkbox input:checked + label:after {
  background-color: #fdd000;
  border-color: #fdd000;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="pajamas:check-sm"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M12.5688 3.04496C12.7326 3.20902 12.8247 3.43142 12.8247 3.66329C12.8247 3.89517 12.7326 4.11756 12.5688 4.28162L5.45562 11.3948C5.37351 11.4768 5.27589 11.5417 5.16845 11.5856C5.06101 11.6296 4.94591 11.6517 4.82984 11.6507C4.71377 11.6498 4.59905 11.6257 4.49237 11.58C4.38569 11.5342 4.28918 11.4677 4.20846 11.3843L1.40496 8.48629C1.24508 8.31923 1.15783 8.09567 1.16227 7.86448C1.16672 7.63329 1.2625 7.41325 1.42868 7.25246C1.59487 7.09167 1.81794 7.0032 2.04916 7.00639C2.28037 7.00957 2.50093 7.10415 2.66262 7.26946L4.84779 9.52812L11.3321 3.04496C11.4962 2.8811 11.7186 2.78906 11.9505 2.78906C12.1823 2.78906 12.4047 2.8811 12.5688 3.04496Z" fill="%23191919"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper {
  padding: 0 8px;
  margin-bottom: 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label {
  padding: 5px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label:after {
  top: 8px;
  left: 8px;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper label img {
  display: block;
  max-width: 100%;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .webform-managed-file-preview-wrapper input:checked + label {
  border-color: #002245;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit {
  margin: 0 8px 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-webform-image-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-webform-image-file > label {
  display: inline-block;
  margin-bottom: 0;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #c4c4c4;
  padding: 54px 6px 22px;
  cursor: pointer;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  background-image: url(../images/icons/add-file.svg);
  background-repeat: no-repeat;
  background-position: top 15px center;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-webform-image-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .webform-element-description h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .js-form-file.form-file {
  display: none;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item {
  margin-bottom: 8px;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a {
  color: #1a1a1a;
  text-decoration: underline;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-item a:hover {
  color: #fdd000;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit {
  margin-bottom: 10px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.webform-popup .form-item.form-type-managed-file .form-managed-file .form-submit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webform-popup .form-item.form-type-managed-file > label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-image: url("../images/icons/add-file-white.svg");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 18px;
  padding-left: 30px;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.webform-popup .form-item.form-type-managed-file > label:hover {
  background-color: #002245;
  color: #fff;
}
.webform-popup .form-radios {
  margin-bottom: 16px;
}
.webform-popup .form-radios .form-type-radio {
  margin-bottom: 8px;
}
.webform-popup .form-radios .form-type-radio input {
  display: none;
}
.webform-popup .form-radios .form-type-radio label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.webform-popup .form-radios .form-type-radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.webform-popup .form-radios .form-type-radio input:checked + label:after {
  background-color: #fdd000;
}
.webform-popup .form-radios .form-type-radio input:checked + label:before {
  border-color: #fdd000;
}
.webform-popup .form-actions input {
  background: #fdd000;
  border: 1px solid rgba(152, 152, 154, 0.2);
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px;
  min-width: 150px;
}
.webform-popup .form-actions input:not(:disabled):hover {
  background-color: #ffc107;
}
.webform-popup .form-actions input:disabled {
  background: #e1e1e1;
  cursor: not-allowed;
  border: 1px solid rgba(152, 152, 154, 0.2);
  color: #98989a;
}
.webform-popup .modal-dialog {
  max-width: 500px;
}
.webform-popup .modal-dialog .modal-content {
  padding-bottom: 16px;
  border-radius: 16px;
  border: 0;
}
.webform-popup .modal-dialog .modal-content .hero {
  border-radius: 16px 16px 0 0;
  margin: -16px -16px 16px -16px;
  overflow: hidden;
}
.webform-popup .modal-dialog .modal-content .hero img {
  max-width: 100%;
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .close {
  display: flex;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.webform-popup .modal-dialog .modal-content .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -7px;
  margin-left: -7px;
  position: relative;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  margin: auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  align-self: stretch;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-1 {
  color: var(--black-900, #191919);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 0;
}
.webform-popup .modal-dialog .modal-content .main-content .main-content__title .main-content__title-2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  opacity: 0.8;
}
.webform-popup .modal-dialog .modal-content .main-content form {
  width: 100%;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll {
  overflow-y: scroll;
  height: 350px;
  width: 100%;
  margin-bottom: 28px;
  -webkit-overflow-scrolling: touch;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll input::placeholder {
  font-family: "Helvetica";
  font-weight: 500;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-div {
  gap: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > * {
  max-width: 386px;
  margin: auto;
  margin-bottom: 16px;
  padding-left: 7px;
  padding-right: 7px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll > *:last-child {
  margin-bottom: 0px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title {
  margin-bottom: 4px;
}
.webform-popup .modal-dialog .modal-content .main-content form .div-scroll .checkbox-title span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.3;
}
.webform-popup .modal-dialog .modal-content .main-content form .form-actions {
  text-align: center;
}
.webform-popup .modal-dialog .thankyou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 372px;
  margin: auto;
  align-self: stretch;
  padding-top: 27px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title1 {
  color: #191919;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 16px;
}
.webform-popup .modal-dialog .thankyou-content .thankyou-content__title2 {
  color: #464646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  opacity: 0.8;
}
.webform-popup .modal-dialog .thankyou-content .btn-action {
  background: #fdd000;
  box-sizing: border-box;
  border-radius: 27px;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 80px;
  min-width: 150px;
  text-align: center;
  line-height: 18px;
}
@media (min-width: 992px) {
  .webform-popup .modal-dialog {
    margin-top: 37.5px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.home-blog {
  background-color: #f2f2f2;
  padding-bottom: 32px;
  padding-top: 32px;
}
.home-blog.home-tips {
  background-color: #fff;
}
.home-blog.home-tips .post .content .desc {
  -webkit-line-clamp: 3;
  height: 72px;
  min-height: auto;
}
.home-blog .title-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-blog .title-box .section-title {
  margin-bottom: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.home-blog .title-box .btn-viewmore {
  flex-shrink: 0;
}
.home-blog .slide-posts {
  min-height: 522px;
  overflow: hidden;
}
.home-blog .owl-carousel.owl-drag .owl-item {
  background-color: transparent;
}
.home-blog .owl-dots {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blog .owl-dots .owl-dot {
  display: block;
}
.home-blog .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.home-blog .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #707070;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.1;
}
.home-blog .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}

.vt-blog {
  background-color: #fff;
}
.vt-blog .page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.vt-blog .post .wrap-img {
  height: 186px;
}
.vt-blog .post .content {
  padding: 24px 24px 16px;
}
.vt-blog .post .content .title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  min-height: auto;
  height: 50px;
}
.vt-blog .post .content .desc {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  opacity: 0.8;
  -webkit-line-clamp: 4;
  min-height: auto;
  height: 80px;
}
.vt-blog .page-title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #161616;
}
.vt-blog .page-content .section-title {
  margin-bottom: 16px;
  color: #161616;
  font-size: 24px;
  line-height: 30px;
}
.vt-blog .page-content .sidebar {
  padding-left: 0;
  padding-right: 0;
}
.vt-blog .search-content {
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}
.vt-blog .search-content .form-wrapper {
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.vt-blog .search-content .form-wrapper select {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 230px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.vt-blog .search-content .form-wrapper input[type=text] {
  background-color: transparent;
  margin: 0;
  border: none;
  height: 48px;
  padding: 0 16px;
  flex-grow: 1;
}
.vt-blog .search-content .form-wrapper button,
.vt-blog .search-content .form-wrapper input[type=submit],
.vt-blog .search-content .form-wrapper button[type=submit] {
  flex-shrink: 0;
  border: none;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/icons/search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.vt-blog .blog-features {
  margin-bottom: 60px;
}
.vt-blog .blog-features .slick-dotted.slick-slider {
  margin-bottom: 14px;
}
.vt-blog .blog-features .slick-dots {
  bottom: -14px;
}
.vt-blog .blog-features .slider-item {
  padding: 0 15px 20px;
}
.vt-blog .blog-features .slider-item .post {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.vt-blog .blog-features .slider-item .post .wrap-img {
  height: 450px;
}
.vt-blog .blog-features .slider-item .post .content {
  padding: 24px;
}
.vt-blog .blog-features .slider-item .post .content .title {
  font-size: 24px;
  line-height: 28px;
  height: 56px;
  font-weight: 500;
  margin-bottom: 15px;
}
.vt-blog .blog-features .slider-item .post .content .desc {
  line-height: 20px;
  -webkit-line-clamp: 3;
  height: 60px;
}
.vt-blog .blog-item {
  margin-bottom: 30px;
}
.vt-blog .article-product-slider {
  display: none;
}
.vt-blog .blog-side-bar {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 74px;
}
.vt-blog .blog-side-bar > div:first-child {
  height: 805px;
}
.vt-blog .blog-side-bar .content-item {
  padding-bottom: 0;
}
.vt-blog .blog-side-bar .sb-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 22px;
}
.vt-blog .blog-side-bar .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.vt-blog .blog-side-bar .post-item + .post-item {
  margin-top: 24px;
}
.vt-blog .blog-side-bar .post-item .img-box {
  flex-shrink: 0;
  width: 140px;
  overflow: hidden;
  height: 80px;
  position: relative;
}
.vt-blog .blog-side-bar .post-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-blog .blog-side-bar .post-item .img-box:hover img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-blog .blog-side-bar .post-item .img-box .video-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 119, 129, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.vt-blog .blog-side-bar .post-item .img-box .video-icon .icon {
  background-color: #0e76a8;
  padding: 4px;
}
.vt-blog .blog-side-bar .post-item .img-box .video-icon span {
  display: block;
  padding: 2px 7px;
}
.vt-blog .blog-side-bar .post-item .info {
  padding-left: 16px;
}
.vt-blog .blog-side-bar .post-item .info .date {
  font-size: 14px;
  line-height: 20px;
  color: #707781;
  margin-bottom: 4px;
}
.vt-blog .blog-side-bar .post-item .info .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  height: 45px;
  color: #161616;
}
.vt-blog .blog-side-bar .post-item .info .title a {
  color: inherit;
}
.vt-blog .blog-side-bar .post-item .info .title:hover {
  color: #ffc107;
}
.vt-blog-detail {
  padding-bottom: 30px;
}
.vt-blog-detail .page-banner {
  position: relative;
  height: 350px;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-blog-detail .page-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.vt-blog-detail .page-banner .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.vt-blog-detail .page-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0.6;
}
.vt-blog-detail .page-banner .title {
  position: relative;
  z-index: 2;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.vt-blog-detail .page-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  color: #161616;
}
.vt-blog-detail .date {
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 20px;
}
.vt-blog-detail .date span {
  font-weight: 500;
  color: #161616;
}
.vt-blog-detail .rating {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vt-blog-detail .rating ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-blog-detail .rating .btn-rating {
  height: 40px;
  padding: 0 10px;
  width: 100px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #002245;
  letter-spacing: 0.02em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 34, 69, 0.1);
  margin-left: 16px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.vt-blog-detail .rating .btn-rating:hover {
  background-color: #002245;
  color: #fff;
  border-color: #002245;
}
.vt-blog-detail .rating .btn-rating--agree {
  border: none;
  background-color: #fdd000;
}
.vt-blog-detail .rating .btn-rating--agree:hover {
  background-color: #ffc107;
  color: #002245;
  border-color: #ffc107;
}
.vt-blog-detail .bottom-content {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 24px 0;
}
.vt-blog-detail .bottom-content ul {
  margin-bottom: 0;
  padding-left: 0;
}
.vt-blog-detail .bottom-content ul li {
  display: inline-block;
}
.vt-blog-detail .bottom-content .share-box {
  margin-bottom: 14px;
}
.vt-blog-detail .bottom-content .share-box .alert {
  visibility: hidden;
  position: fixed;
  top: 40px;
  right: 15px;
  z-index: 2010;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.vt-blog-detail .bottom-content .share-box .alert .close {
  height: 50px;
  font-size: 14px;
}
.vt-blog-detail .bottom-content .share-box .alert.show {
  visibility: visible;
}
.vt-blog-detail .bottom-content .share-box ul li {
  vertical-align: top;
}
.vt-blog-detail .bottom-content .share-box .btn-share {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  border: none;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}
.vt-blog-detail .bottom-content .share-box .btn-share i {
  margin-right: 12px;
  font-size: 20px;
}
.vt-blog-detail .bottom-content .share-box .btn-share-facebook {
  background-color: #3b5998;
}
.vt-blog-detail .bottom-content .share-box .btn-share-facebook:hover {
  background-color: #2b406d;
}
.vt-blog-detail .bottom-content .share-box .btn-share-linkedin {
  background-color: #0e76a8;
}
.vt-blog-detail .bottom-content .share-box .btn-share-linkedin:hover {
  background-color: #0b5d84;
}
.vt-blog-detail .bottom-content .share-box .btn-share-link {
  background-color: #dadada;
  color: #66696d;
}
.vt-blog-detail .bottom-content .share-box .btn-share-link:hover {
  background-color: #b7b7b7;
}
.vt-blog-detail .bottom-content .share-box .btn-share-zalo {
  background-color: #03a9f4;
}
.vt-blog-detail .bottom-content .share-box .btn-share-zalo svg {
  width: 30px;
  height: auto;
  margin-right: 12px;
}
.vt-blog-detail .bottom-content .share-box .btn-share-zalo:hover {
  background-color: #2196f3;
}
.vt-blog-detail .bottom-content .tags-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.vt-blog-detail .bottom-content .tags-box span {
  font-weight: 600;
}
.vt-blog-detail .bottom-content .tags-box ul {
  margin-left: 4px;
}
.vt-blog-detail .bottom-content .tags-box ul li a {
  color: #707781;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-blog-detail .bottom-content .tags-box ul li a:hover {
  color: #ffc107;
}
.vt-blog-detail .blog-side-bar {
  padding-top: 48px;
}
.vt-blog-detail .blog-side-bar > div:first-child {
  height: auto;
}
.vt-blog-detail .owl-dots {
  margin-top: 24px;
  text-align: center;
}
.vt-blog-detail .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.vt-blog-detail .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #707070;
  display: block;
  border-radius: 10px;
  opacity: 0.1;
}
.vt-blog-detail .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}
.vt-blog-detail .page-title {
  color: #161616;
  margin-bottom: 32px;
}
.vt-blog-detail .page-content {
  padding-bottom: 32px;
}
.vt-blog-detail .related-posts .section-title {
  margin-bottom: 40px;
}
.vt-blog-detail .related-posts .post .wrap-img {
  height: 330px;
}
.vt-blog-detail .related-posts .post .content .title {
  margin-bottom: 24px;
  height: 56px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
}
.vt-blog-detail .related-posts .post .content .desc {
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  text-align: justify;
  text-align-last: left;
  font-size: 16px;
}
.vt-blog .product {
  height: 100%;
  margin-bottom: 14px;
  background-color: #FAFAFA;
  -webkit-box-shadow: 2px 3px 21px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 3px 21px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vt-blog .product:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-blog .product .badges .badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}
.vt-blog .product .badges .badge.new {
  display: block;
  left: auto;
  right: 16px;
  top: 16px;
}
.vt-blog .product .badge {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  top: 0;
}
.vt-blog .product .badge img {
  display: inline-block;
}
.vt-blog .product .image {
  overflow: hidden;
}
.vt-blog .product .image a {
  overflow: hidden;
  height: 148px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-blog .product .image a img {
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-blog .product .categories {
  min-height: 94px;
  padding: 0 24px;
}
.vt-blog .product .categories ul {
  padding-left: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-blog .product .categories ul li {
  margin: 0 0 16px;
  width: 50%;
  display: inline-block;
}
.vt-blog .product .categories ul li .cat {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-blog .product .categories ul li .cat .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FDD000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-blog .product .categories ul li .cat span {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
  line-height: 16px;
}
.vt-blog .product .categories ul li .cat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-blog .product .categories ul li:hover .icon {
  animation: tada 1s 1;
}
.vt-blog .product .title {
  text-align: center;
  padding: 8px 0 12px 0;
  margin-left: 35px;
  margin-right: 35px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #002245;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.vt-blog .product .title a {
  color: inherit;
  display: inline-block;
  display: -webkit-inline-box;
  min-height: 48px;
}
.vt-blog .product .title:hover {
  color: #ffc107;
}
.vt-blog .product .button-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}
.vt-blog .product .button-box input[type=submit],
.vt-blog .product .button-box .btn-request-price {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #002245;
  height: 46px;
  font-weight: 700;
  padding: 15px 50px 15px 50px;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  margin-bottom: 16px;
  text-align: center;
  width: 225px;
  background: #fdd000;
  border: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-blog .product .button-box input[type=submit]:hover,
.vt-blog .product .button-box .btn-request-price:hover {
  background-color: #ffc107;
}

.home-blog {
  background-color: #f2f2f2;
  padding-bottom: 32px;
  padding-top: 32px;
}
.home-blog.home-tips {
  background-color: #fff;
}
.home-blog.home-tips .post .content .desc {
  -webkit-line-clamp: 3;
  height: 72px;
  min-height: auto;
}
.home-blog .title-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-blog .title-box .section-title {
  margin-bottom: 0;
  flex-grow: 1;
  padding-right: 10px;
}
.home-blog .title-box .btn-viewmore {
  flex-shrink: 0;
}
.home-blog .slide-posts {
  min-height: 522px;
  overflow: hidden;
}
.home-blog .owl-carousel.owl-drag .owl-item {
  background-color: transparent;
}
.home-blog .owl-dots {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blog .owl-dots .owl-dot {
  display: block;
}
.home-blog .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.home-blog .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #707070;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.1;
}
.home-blog .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}

.vt-products {
  background-color: #fff;
}
.vt-products .top-container {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 16px 0;
}
.vt-products .top-container .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-products .top-container .wrapper .form-box {
  flex-grow: 1;
  position: relative;
}
.vt-products .top-container .wrapper .form-box select {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 180px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.vt-products .top-container .wrapper .form-box input[type=text] {
  margin: 0;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  padding: 0 14px;
  padding-right: 48px;
}
.vt-products .top-container .wrapper .form-box input[type=text]::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-products .top-container .wrapper .form-box input[type=text]:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-products .top-container .wrapper .form-box input[type=text]::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-products .top-container .wrapper .form-box input[type=text]:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-products .top-container .wrapper .form-box .link-submit,
.vt-products .top-container .wrapper .form-box input[type=submit] {
  padding: 0;
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  right: 0;
  font-size: 0;
  background-image: url("../images/icons/search.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.vt-products .top-container .wrapper .filter-box {
  flex-shrink: 0;
}
.vt-products .top-container .wrapper .filter-box .btn-filter {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #002245;
  background-color: #FDD000;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-left: 16px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-products .top-container .wrapper .filter-box .btn-filter svg {
  margin-left: 8px;
}
.vt-products .top-container .wrapper .filter-box .btn-filter:hover {
  background-color: #ffc107;
}
.vt-products .top-container .filter-control {
  background-color: #fff;
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100%;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.vt-products .top-container .filter-control.show {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.vt-products .top-container .filter-control .button-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px 24px;
}
.vt-products .top-container .filter-control .button-box input[type=submit],
.vt-products .top-container .filter-control .button-box button {
  width: 150px;
  height: 48px;
  border: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  color: #1a1a1a;
  padding: 0;
  font-size: 14px;
  background-color: #FDD000;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-products .top-container .filter-control .button-box input[type=submit]:hover,
.vt-products .top-container .filter-control .button-box button:hover {
  background-color: #ffc107;
}
.vt-products .top-container .filter-control .button-box .btn-reset {
  text-align: center;
  display: inline-block;
  width: 150px;
  height: 48px;
  line-height: 20px;
  padding: 13px 10px;
  border: none;
  vertical-align: middle;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  color: #1a1a1a;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #002245;
  margin-left: 10px;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.vt-products .top-container .filter-control .button-box .btn-reset:hover {
  background-color: #002245;
  color: #fff;
}
.vt-products .top-container .filter-control .top-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: #FDD000;
}
.vt-products .top-container .filter-control .top-box .title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #002245;
  font-weight: 500;
}
.vt-products .top-container .filter-control .top-box .btn-close {
  background-color: transparent;
  padding: 0;
  text-align: center;
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-products .top-container .filter-control .filter-item {
  background-color: #fff;
  padding: 24px 24px 24px;
}
.vt-products .top-container .filter-control .filter-item + .filter-item {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-products .top-container .filter-control .filter-item .btn-collapse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #002245;
  padding: 5px 0;
}
.vt-products .top-container .filter-control .filter-item .btn-collapse svg {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-products .top-container .filter-control .filter-item .btn-collapse.collapsed svg {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vt-products .top-container .filter-control .filter-item .form-radios-category {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item {
  width: fit-content;
  position: relative;
  color: #000;
  display: inline-block;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 8px 12px 8px 10px;
  background-color: #FFFBEB;
  border: 2px solid #FFF6CD;
  font-size: 14px;
  line-height: 32px;
  border-radius: 80px;
  transition: all 0.2s ease;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item img {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item label {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item label::before {
  display: block;
  padding-left: 41px;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item:hover {
  background-color: #FFF6CD;
  border-color: #FFEB8F;
}
.vt-products .top-container .filter-control .filter-item .form-radios-category .form-item:has(input:checked) {
  letter-spacing: 0px;
  font-weight: 700;
  background-color: #FFEB8F;
  box-shadow: 0px 4px 0px 0px rgba(253, 208, 0, 0.1019607843);
  border: 2px solid #FDD000;
}
.vt-products .top-container .filter-control .filter-item .list-categories-alt {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vt-products .top-container .filter-control .filter-item .list-categories-alt .category-item {
  width: fit-content;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 8px 12px 8px 10px;
  background-color: #FFFBEB;
  border: 2px solid #FFF6CD;
  font-size: 14px;
  line-height: 32px;
  border-radius: 80px;
  gap: 8px;
  transition: all 0.4s ease;
}
.vt-products .top-container .filter-control .filter-item .list-categories-alt .category-item .cate-icon {
  height: 30px;
  width: 30px;
}
.vt-products .top-container .filter-control .filter-item .list-categories-alt .category-item:hover {
  background-color: #FFF6CD;
  border-color: #FFEB8F;
}
.vt-products .top-container .filter-control .filter-item .list-categories-alt .category-item.active {
  font-weight: 700;
  background-color: #FFEB8F;
  box-shadow: 0px 4px 0px 0px rgba(253, 208, 0, 0.1019607843);
  border: 2px solid #FDD000;
}
.vt-products .top-container .filter-control .filter-item ul {
  margin-bottom: 0;
  padding-top: 16px;
  list-style: none;
  padding-left: 0;
}
.vt-products .top-container .filter-control .filter-item ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 16px;
}
.vt-products .top-container .filter-control .filter-item fieldset legend {
  display: none;
}
.vt-products .top-container .filter-control .filter-item fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-products .products-section {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.vt-products .products-section .list-categories {
  background-color: #FFFAE1;
  border-radius: 0px 34px 34px 0px;
  padding: 8px 8px 8px 0px;
  width: 300px !important;
  height: fit-content;
}
.vt-products .products-section .list-categories .category-item {
  color: #000;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 18px 24px;
  font-size: 16px;
  line-height: 32px;
  gap: 8px;
  transition: all 0.4s ease;
}
.vt-products .products-section .list-categories .category-item .cate-icon {
  height: 36px;
  width: 36px;
}
.vt-products .products-section .list-categories .category-item:hover {
  border-radius: 0px 40px 40px 0px;
  background-color: #FFEB8F;
}
.vt-products .products-section .list-categories .category-item.active {
  border-radius: 0px 40px 40px 0px;
  font-weight: 700;
  background-color: #FDD000;
  box-shadow: 0px 4px 0px 0px rgba(253, 208, 0, 0.1019607843);
}
.vt-products .products-section .list-categories .category-item.active .cate-icon {
  height: 46px;
  width: 46px;
}
.vt-products .products-section .products-content {
  max-width: 918px;
  padding: 20px 15px;
  margin: 0 auto;
}
.vt-products .products-section .products-content .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.vt-products .products-section .products-content .title span {
  color: #FDD000;
}
.vt-products .products-section .products-content .desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.vt-products .products-section .products-content .sort-content {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.vt-products .products-section .products-content .product-list {
  max-width: 900px;
}
.vt-products .products-section .products-content .product-list .product-item .product {
  height: 100%;
  background-color: #FAFAFA;
  position: relative;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vt-products .products-section .products-content .product-list .product-item .product:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-products .products-section .products-content .product-list .product-item .product .badges .badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}
.vt-products .products-section .products-content .product-list .product-item .product .badges .badge.new {
  display: block;
  left: auto;
  right: 16px;
  top: 16px;
}
.vt-products .products-section .products-content .product-list .product-item .product .badge {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  top: 0;
}
.vt-products .products-section .products-content .product-list .product-item .product .badge img {
  display: inline-block;
}
.vt-products .products-section .products-content .product-list .product-item .product .image {
  padding: 24px;
  overflow: hidden;
}
.vt-products .products-section .products-content .product-list .product-item .product .image a {
  overflow: hidden;
  height: 187px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-products .products-section .products-content .product-list .product-item .product .image a img {
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories {
  min-height: 94px;
  padding: 0 24px;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul {
  padding-left: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li {
  margin: 0 0 16px;
  width: 50%;
  display: inline-block;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li .cat {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li .cat .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FDD000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li .cat span {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
  line-height: 16px;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li .cat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-products .products-section .products-content .product-list .product-item .product .categories ul li:hover .icon {
  animation: tada 1s 1;
}
.vt-products .products-section .products-content .product-list .product-item .product .title {
  padding: 7px 0;
  border-top: 1px solid rgba(0, 34, 69, 0.05);
  margin-left: 24px;
  margin-right: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #002245;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.vt-products .products-section .products-content .product-list .product-item .product .title a {
  color: inherit;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.vt-products .products-section .products-content .product-list .product-item .product .title:hover {
  color: #ffc107;
}
@media (max-width: 767.98px) {
  .vt-products .products-section .products-content .desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199.98px) {
  .vt-products .products-section .products-content {
    max-width: 650px;
  }
}
.vt-products .middle-content .title-box {
  padding-top: 32px;
  width: 770px;
  max-width: 100%;
  margin: 0 auto;
}
.vt-products .middle-content .title-box .section-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #002245;
  width: 596px;
  max-width: 100%;
  margin: 0 auto 24px;
}
.vt-products .middle-content .title-box .page-desc {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 32px;
  text-align: center;
}
.vt-products .middle-content .house-svg {
  margin-bottom: 0;
}
.vt-products .list-products {
  padding-bottom: 1rem;
}
.vt-products .list-products .sub-title {
  margin-bottom: 24px;
}
.vt-products .list-products .page-desc {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}
.vt-products .products-content .features-product {
  margin-bottom: 24px;
}
.vt-products .products-content .features-product .slider-content {
  margin-bottom: 60px;
}
.vt-products .products-content .features-product .slider-item {
  padding: 0 15px;
}
.vt-products .products-content .features-product .slider-item .product {
  width: 270px;
}
.vt-products .products-content .features-product .product.big .image {
  padding-top: 102px;
  padding-bottom: 122px;
}
.vt-products .products-content .features-product .product.big .image a {
  height: 332px;
}
.vt-products .products-content .features-product .product.big .title {
  padding: 18px 0;
}
.vt-products .products-content .product-item {
  margin-bottom: 16px;
}
.vt-products.structural .top-container .wrapper .form-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-products.structural .top-container .wrapper .form-box .js-form-type-select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vt-products.structural .top-container .wrapper .form-box select {
  width: auto;
}
.vt-products.structural .top-container .wrapper .form-box input[type=text] {
  border: none;
}
.vt-products.structural .top-container .filter-control .filter-item ul li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.vt-products.structural .middle-content .title-box {
  width: auto;
}
.vt-products.structural .middle-content .title-box .section-title {
  width: auto;
  text-align: left;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 24px;
}
.vt-products.structural .middle-content .title-box .page-desc {
  text-align: left;
}
.vt-products.structural .list-products {
  padding-top: 32px;
}
.vt-products.structural .sort-content {
  margin-bottom: 29px;
}

.vt-product-detail {
  background-color: #fff;
}
.vt-product-detail .box-title {
  margin-bottom: 24px;
  color: #002245;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
.vt-product-detail .modal-notice .modal-header {
  border: none;
  padding: 0;
}
.vt-product-detail .modal-notice .modal-header .close {
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
}
.vt-product-detail .modal-notice .modal-body {
  text-align: center;
}
.vt-product-detail .modal-notice .modal-body .title {
  color: #161616;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.vt-product-detail .modal-notice .modal-body .content {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #707781;
}
.vt-product-detail .modal-notice .modal-footer {
  padding-bottom: 32px;
  border: none;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-product-detail .modal-notice .modal-footer .btn-submit {
  width: 150px;
  height: 48px;
  padding: 0 20px;
}
.vt-product-detail .star-rating {
  color: #c4c4c4;
  position: relative;
  display: inline-block;
}
.vt-product-detail .star-rating .star-active {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  color: #fdd000;
}
.vt-product-detail .star-rating i {
  margin: 0 6px;
}
.vt-product-detail .sub-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.vt-product-detail .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}
.vt-product-detail .nav-tabs .nav-link {
  border: none;
  padding: 16px 24px;
  color: #002245;
  opacity: 0.4;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  -ms-transition: opacity 0.4s ease, background-color 0.4s ease;
  -o-transition: opacity 0.4s ease, background-color 0.4s ease;
  -moz-transition: opacity 0.4s ease, background-color 0.4s ease;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease;
}
.vt-product-detail .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  border-top: 1px solid #002245;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.vt-product-detail .nav-tabs .nav-link:hover {
  opacity: 0.7;
}
.vt-product-detail .nav-tabs .nav-link:hover:after {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vt-product-detail .nav-tabs .nav-link.active {
  font-weight: bold;
  opacity: 1;
  background-color: #fff;
}
.vt-product-detail .nav-tabs .nav-link.active:after {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vt-product-detail .nav-tabs .nav-item {
  margin-bottom: 0;
}
.vt-product-detail .top-container .images {
  margin-bottom: 32px;
  border: 1px solid rgba(0, 34, 69, 0.1);
  position: relative;
}
.vt-product-detail .top-container .images .slick-arrow {
  background-size: contain;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.vt-product-detail .top-container .images .slick-prev {
  left: 24px;
  background-image: url("../images/dynamic-images/home/home-icons/left-arrow.png");
}
.vt-product-detail .top-container .images .slick-prev:before {
  content: none;
}
.vt-product-detail .top-container .images .slick-next {
  right: 24px;
  background-image: url("../images/dynamic-images/home/home-icons/right-arrow.png");
}
.vt-product-detail .top-container .images .slick-next:before {
  content: none;
}
.vt-product-detail .top-container .images .icon-slider {
  position: absolute;
  top: 24px;
  right: 24px;
}
.vt-product-detail .top-container .images .img-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-product-detail .top-container .images .img-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.vt-product-detail .top-container .images .slider-main .wrapper {
  position: relative;
  padding: 16px;
}
.vt-product-detail .top-container .images .slider-main .wrapper .img-box {
  height: 295px;
}
.vt-product-detail .top-container .images .slider-nav {
  padding: 0 16px 16px 12px;
}
.vt-product-detail .top-container .images .slider-nav .slider-item {
  cursor: pointer;
  padding: 0 4px;
}
.vt-product-detail .top-container .images .slider-nav .slider-item .img-box {
  width: 56px;
  height: 56px;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-product-detail .top-container .images .slider-nav .slick-current .slider-item .img-box {
  border-color: #002245;
}
.vt-product-detail .top-container .product-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #002245;
  margin-bottom: 16px;
}
.vt-product-detail .top-container .product-description {
  font-size: 16px;
  line-height: 1.4;
  color: #1a1a1a;
  opacity: 0.8;
  margin-bottom: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vt-product-detail .top-container .button-group {
  margin-bottom: 24px;
  padding-bottom: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.vt-product-detail .top-container .button-group .buy-now {
  width: 220px;
}
.vt-product-detail .top-container .button-group input[type=submit],
.vt-product-detail .top-container .button-group .btn-more,
.vt-product-detail .top-container .button-group .btn-buy {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  height: 48px;
  font-weight: 500;
  padding: 0 15px;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  margin-bottom: 12px;
  text-align: center;
}
.vt-product-detail .top-container .button-group .btn-buy {
  width: 100%;
  background: #fdd000;
  border: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-product-detail .top-container .button-group .btn-buy:hover {
  background-color: #ffc107;
}
.vt-product-detail .top-container .button-group .btn-more {
  border: 1px solid #002245;
  border-radius: 4px;
}
.vt-product-detail .top-container .button-group .btn-more:hover {
  color: #fff;
  background-color: #002245;
}
@media (max-width: 767px) {
  .vt-product-detail .top-container .button-group {
    padding-bottom: 24px;
    margin-bottom: 24px;
    gap: 16px;
  }
  .vt-product-detail .top-container .button-group .buy-now {
    width: 100%;
  }
  .vt-product-detail .top-container .button-group .btn-buy {
    margin-bottom: 0;
  }
  .vt-product-detail .top-container .button-group .btn-more {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
}
.vt-product-detail .top-container .form-contact {
  margin-bottom: 34px;
}
.vt-product-detail .top-container .form-contact__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.vt-product-detail .top-container .form-contact .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.vt-product-detail .top-container .form-contact .form .form-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.vt-product-detail .top-container .form-contact .form .form-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
}
.vt-product-detail .top-container .form-contact .form .form-actions input {
  min-width: auto;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .vt-product-detail .top-container .form-contact__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .vt-product-detail .top-container .form-contact .form {
    display: block;
  }
  .vt-product-detail .top-container .form-contact .form .form-item {
    margin-bottom: 10px;
  }
  .vt-product-detail .top-container .form-contact .form .form-actions {
    width: 100%;
  }
  .vt-product-detail .top-container .form-contact .form-note {
    padding-top: 12px;
  }
}
.vt-product-detail .top-container .share-block .btnShare {
  margin-bottom: 16px;
}
.vt-product-detail .top-container .share-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
}
.vt-product-detail .top-container .share-box .btn-share {
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #be463a;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-product-detail .top-container .share-box .btn-share:hover {
  background-color: #002245;
}
.vt-product-detail .top-container .share-box .btn-share + .btn-share {
  margin-left: 14px;
}
.vt-product-detail .top-container .share-box .btn-share svg {
  width: 12px;
  height: auto;
}
.vt-product-detail .top-container .share-box .btn-share--facebook {
  background-color: #5067ae;
}
.vt-product-detail .top-container .share-box .btn-share--facebook:hover {
  background-color: #002245;
}
.vt-product-detail .top-container .share-box .btn-share--zalo {
  background-color: #0180c7;
}
.vt-product-detail .top-container .share-box .btn-share--zalo:hover {
  background-color: #002245;
}
.vt-product-detail .top-container .content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vt-product-detail .tabs-box {
  background-color: #fafbfb;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-product-detail .description-section {
  padding: 40px 0 10px;
}
.vt-product-detail .description-section .desc-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.vt-product-detail .description-section .content-box {
  margin-bottom: 20px;
}
.vt-product-detail .description-section .info {
  width: 635px;
  max-width: 100%;
}
.vt-product-detail .description-section .info .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.vt-product-detail .description-section .info .item + .item {
  margin-top: 24px;
}
.vt-product-detail .description-section .info .item .title {
  width: 210px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-product-detail .description-section .info .item .title .icon {
  flex-shrink: 0;
  margin-right: 16px;
  height: 24px;
}
.vt-product-detail .description-section .info .item .title .icon img {
  max-height: 24px;
}
.vt-product-detail .description-section .info .item .content {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.43;
  color: #1a1a1a;
  opacity: 0.8;
}
.vt-product-detail .description-section .info .item .content ul {
  margin-bottom: 0;
  padding-left: 16px;
}
.vt-product-detail .description-section .info .item .content ul li .li-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vt-product-detail .description-section .info .item .content ul li + li {
  margin-top: 12px;
}
.vt-product-detail .description-section .info .item .content ul.tags {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-product-detail .description-section .info .item .content ul.tags li + li {
  margin-top: 0px;
}
.vt-product-detail .description-section .info .item .content ul.tags li {
  margin-right: 8px;
  margin-bottom: 12px;
}
.vt-product-detail .description-section .info .item .content ul.tags .tag-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #074788;
  display: inline-block;
  padding: 7px 20px;
  border: 2px solid #074788;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  -ms-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -moz-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.vt-product-detail .description-section .info .item .content ul.tags .tag-item:hover {
  background-color: #002245 !important;
  color: #fff !important;
  border-color: #002245 !important;
}
.vt-product-detail .description-section .standard ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.vt-product-detail .description-section .standard ul li + li {
  margin-top: 28px;
}
.vt-product-detail .description-section .standard ul li .standard-item {
  padding-left: 16px;
  border-left: 4px solid #fdd000;
}
.vt-product-detail .description-section .standard ul li .standard-item .title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #002245;
}
.vt-product-detail .description-section .standard ul li .standard-item .desc {
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  opacity: 0.5;
}
.vt-product-detail .application-section {
  padding: 30px 0 4px;
}
.vt-product-detail .application-section .desc-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.vt-product-detail .application-section .desc {
  font-size: 14px;
  line-height: 1.43;
  color: #1a1a1a;
  opacity: 0.5;
  margin-bottom: 16px;
}
.vt-product-detail .application-section .item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-product-detail .application-section .item:hover .icon {
  background-color: #FDD000;
}
.vt-product-detail .application-section .item:hover .title {
  color: #002245;
}
.vt-product-detail .application-section .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vt-product-detail .application-section .item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 34, 69, 0.05);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-product-detail .application-section .item .icon img {
  display: block;
  max-height: 24px;
  max-width: 24px;
}
.vt-product-detail .application-section .item .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #161616;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-product-detail .application-section ul {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-product-detail .application-section ul li {
  padding: 0 15px;
  margin-bottom: 24px;
  width: 25%;
}
.vt-product-detail .modules-section {
  padding: 30px 0;
}
.vt-product-detail .modules-section .part-item + .part-item {
  margin-top: 40px;
}
.vt-product-detail .modules-section .part-item .item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
  color: #002245;
}
.vt-product-detail .modules-section .part-item .image-list {
  margin-bottom: 40px;
  background-color: #f2f2f2;
}
.vt-product-detail .modules-section .part-item .image-list .item .wrapper {
  padding: 24px;
}
.vt-product-detail .modules-section .part-item .image-list .item .wrapper .image {
  width: 276px;
  height: 135px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-product-detail .modules-section .part-item .image-list .item .wrapper .image img {
  max-height: 100%;
}
.vt-product-detail .modules-section .part-item .image-list .item .wrapper .title {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #66696d;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}
.vt-product-detail .modules-section .part-item .image-list .part-list {
  position: relative;
  background-color: #fafafa;
}
.vt-product-detail .modules-section .part-item .image-list .part-list:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -23px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #fafafa;
}
.vt-product-detail .modules-section .part-item .image-list .part-list .item:nth-child(2n+1) {
  position: relative;
}
.vt-product-detail .modules-section .part-item .image-list .part-list .item:nth-child(2n+1):after {
  content: "";
  width: 18px;
  height: 24px;
  position: absolute;
  z-index: 1;
  right: -9px;
  top: 50%;
  margin-top: -12px;
  background-image: url("../images/icons/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.vt-product-detail .modules-section .part-item .image-list .part-list .item:nth-child(2n+1):last-child:after {
  content: none;
}
.vt-product-detail .modules-section .part-item .image-list .part-list .item .image {
  border: 1px solid rgba(0, 34, 69, 0.1);
}
.vt-product-detail .modules-section .info-description .info {
  width: 635px;
  max-width: 100%;
}
.vt-product-detail .modules-section .info-description .info .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.vt-product-detail .modules-section .info-description .info .item + .item {
  margin-top: 24px;
}
.vt-product-detail .modules-section .info-description .info .item .title {
  width: 210px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-product-detail .modules-section .info-description .info .item .title .icon {
  flex-shrink: 0;
  margin-right: 16px;
  height: 24px;
}
.vt-product-detail .modules-section .info-description .info .item .title .icon img {
  max-height: 24px;
}
.vt-product-detail .modules-section .info-description .info .item .content {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.43;
  color: #1a1a1a;
  opacity: 0.8;
}
.vt-product-detail .modules-section .info-description .info .item .content ul {
  margin-bottom: 0;
  padding-left: 16px;
}
.vt-product-detail .modules-section .info-description .info .item .content ul li .li-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vt-product-detail .modules-section .info-description .info .item .content ul li + li {
  margin-top: 12px;
}
.vt-product-detail .modules-section .info-description .info .item .content ul.tags {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-product-detail .modules-section .info-description .info .item .content ul.tags li + li {
  margin-top: 0px;
}
.vt-product-detail .modules-section .info-description .info .item .content ul.tags li {
  margin-right: 8px;
  margin-bottom: 12px;
}
.vt-product-detail .modules-section .info-description .info .item .content ul.tags .tag-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #074788;
  display: inline-block;
  padding: 7px 20px;
  border: 2px solid #074788;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  -ms-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -moz-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.vt-product-detail .modules-section .info-description .info .item .content ul.tags .tag-item:hover {
  background-color: #002245 !important;
  color: #fff !important;
  border-color: #002245 !important;
}
.vt-product-detail .modules-section .info-description .banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.vt-product-detail .modules-section .info-description .banner .caption {
  margin-top: 12px;
  font-style: italic;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #979797;
}
.vt-product-detail .accessories-section {
  padding: 30px 0 0;
}
.vt-product-detail .accessories-section .box-title {
  margin-bottom: 32px;
}
.vt-product-detail .accessories-section .slider-content {
  width: auto;
}
.vt-product-detail .accessories-section .item {
  margin-bottom: 30px;
  position: relative;
}
.vt-product-detail .accessories-section .item .image {
  height: 136px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 34, 69, 0.1);
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-product-detail .accessories-section .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.vt-product-detail .accessories-section .item .title {
  text-align: center;
  color: #66696d;
  font-size: 14px;
  line-height: 17px;
  margin-top: 11px;
  margin-bottom: 0;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-product-detail .accessories-section .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-product-detail .accessories-section .item:hover .title {
  color: #ffc107;
}
.vt-product-detail .accessories-section .item:hover .image {
  border-color: #ffc107;
}
.vt-product-detail .recommend-section {
  padding: 20px 0;
}
.vt-product-detail .tips-section {
  padding: 20px 0 32px;
}
.vt-product-detail .tips-section .box-title {
  margin-bottom: 16px;
}
.vt-product-detail .tips-section .sub-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}
.vt-product-detail .tips-section .nav-tabs {
  background-color: #f2f2f2;
  border: none;
  padding: 6px 6px 0;
}
.vt-product-detail .tips-section .nav-tabs .nav-item {
  margin-bottom: 0;
}
.vt-product-detail .tips-section .nav-tabs .nav-link {
  font-size: 14px;
  line-height: 17px;
  padding: 16px 24px;
  color: #161616;
  opacity: 0.5;
  border: none;
}
.vt-product-detail .tips-section .nav-tabs .nav-link.active {
  opacity: 1;
  background-color: #fff;
}
.vt-product-detail .tips-section .tab-content-box {
  border: 1px solid rgba(0, 34, 69, 0.1);
  padding: 24px 16px;
  border-top-width: 0;
}
.vt-product-detail .tips-section .banner img {
  display: block;
  margin: 0 auto;
}
.vt-product-detail .combination-products-section {
  padding: 32px 0;
}
.vt-product-detail .combination-products-section .box-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #002245;
  width: 770px;
  max-width: 100%;
}
.vt-product-detail .combination-products-section .slider-item {
  padding: 0 15px;
}
.vt-product-detail .combination-products-section.related-product .box-title {
  width: auto;
}
.vt-product-detail .projects-section {
  padding: 30px 0;
}
.vt-product-detail .projects-section .box-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #002245;
}
.vt-product-detail .projects-section .slider-item {
  padding: 0 15px;
}
.vt-product-detail .projects-section .slider-item .wrapper {
  position: relative;
}
.vt-product-detail .projects-section .slider-item .image {
  height: 217px;
  overflow: hidden;
}
.vt-product-detail .projects-section .slider-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-product-detail .projects-section .slider-item .title {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #66696d;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-product-detail .projects-section .slider-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-product-detail .projects-section .slider-item:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-product-detail .projects-section .slider-item:hover .title {
  color: #ffc107;
}
.vt-product-detail .rating-section {
  padding: 32px 0;
}
.vt-product-detail .rating-section .btn-toggle-comments {
  width: 270px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-product-detail .rating-section .btn-toggle-comments span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-align: center;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-product-detail .rating-section .btn-toggle-comments span.close {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 1;
  text-shadow: none;
  -ms-transform: translateX(270px) translateY(-50%);
  -o-transform: translateX(270px) translateY(-50%);
  -moz-transform: translateX(270px) translateY(-50%);
  -webkit-transform: translateX(270px) translateY(-50%);
  transform: translateX(270px) translateY(-50%);
}
.vt-product-detail .rating-section .btn-toggle-comments.show span.add {
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
.vt-product-detail .rating-section .btn-toggle-comments.show span.close {
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.vt-product-detail .rating-section .comments-content {
  display: none;
}
.vt-product-detail .rating-section .comments-list-box {
  border: 1px solid rgba(152, 152, 154, 0.2);
  padding: 5px;
}
.vt-product-detail .rating-section .comments-list-box .viewmore {
  padding: 16px 16px 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.vt-product-detail .rating-section .comments-list {
  padding: 19px 19px 24px;
  height: 620px;
  overflow-y: scroll;
}
.vt-product-detail .rating-section .comments-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.vt-product-detail .rating-section .comments-list::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.vt-product-detail .rating-section .comments-list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #f2f2f2;
}
.vt-product-detail .rating-section .comments-list .comment-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-product-detail .rating-section .comments-list .comment-item + .comment-item {
  border-top: 1px solid #f6f6f6;
  padding-top: 24px;
  margin-top: 24px;
}
.vt-product-detail .rating-section .comments-list .comment-item .ava {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.vt-product-detail .rating-section .comments-list .comment-item .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vt-product-detail .rating-section .comments-list .comment-item .info {
  padding-left: 16px;
}
.vt-product-detail .rating-section .comments-list .comment-item .info .full-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #002245;
}
.vt-product-detail .rating-section .comments-list .comment-item .info .star-rating i {
  margin-left: 0;
}
.vt-product-detail .rating-section .comments-list .comment-item .created {
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #66696d;
}
.vt-product-detail .rating-section .comments-list .comment-item .content {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  padding-top: 20px;
}
.vt-product-detail .rating-section .form-content {
  border: 1px solid rgba(152, 152, 154, 0.2);
  padding: 16px;
}
.vt-product-detail .rating-section .form-content .box-title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #1a1a1a;
}
.vt-product-detail .rating-section .form-content .form-group {
  clear: both;
}
.vt-product-detail .rating-section .form-content .form-item--error-message {
  margin-bottom: 8px;
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
}
.vt-product-detail .rating-section .form-content .form-item--error-message strong {
  font-weight: normal;
}
.vt-product-detail .rating-section .form-content .form-item--error-message strong {
  font-weight: normal;
}
.vt-product-detail .rating-section .form-content .rating #edit-field-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio {
  padding-left: 22px;
}
.vt-product-detail .rating-section .form-content .rating input {
  display: none;
}
.vt-product-detail .rating-section .form-content .rating .half {
  position: relative;
  width: 11.25px;
  overflow: hidden;
}
.vt-product-detail .rating-section .form-content .rating .half:before {
  content: "\f089";
}
.vt-product-detail .rating-section .form-content .rating label {
  display: block;
  cursor: pointer;
  margin: 0;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  height: 16px;
  line-height: 16px;
  color: #ddd;
}
.vt-product-detail .rating-section .form-content .rating label:before {
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
}
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio.active label,
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio.active ~ .js-form-type-radio label {
  color: #FDD000;
}
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio.active label:before,
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio.active ~ .js-form-type-radio label:before {
  font-weight: 900;
  color: inherit;
}
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio:hover ~ .js-form-type-radio label,
.vt-product-detail .rating-section .form-content .rating .js-form-type-radio:hover label {
  color: #ffc107;
}
.vt-product-detail .rating-section .form-content input[type=submit] {
  width: 162px;
  max-width: 100%;
  height: 48px;
  background-color: #fdd000;
  color: #002245;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin-left: auto;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-product-detail .rating-section .form-content input[type=submit]:hover {
  background-color: #ffc107;
}
.vt-product-detail .rating-section .form-content .form-group {
  margin-bottom: 16px;
}
.vt-product-detail .rating-section .form-content .form-group .form-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  margin-bottom: 12px;
}
.vt-product-detail .rating-section .form-content .form-group--star {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-product-detail .rating-section .form-content .form-group--star .form-title {
  margin: 6px 0;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email],
.vt-product-detail .rating-section .form-content .form-group input[type=text] {
  width: 100%;
  height: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7ebe7;
  padding: 0 16px;
  color: #22252b;
  font-size: 14px;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email]::-webkit-input-placeholder,
.vt-product-detail .rating-section .form-content .form-group input[type=text]::-webkit-input-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email]:-moz-placeholder,
.vt-product-detail .rating-section .form-content .form-group input[type=text]:-moz-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email]::-moz-placeholder,
.vt-product-detail .rating-section .form-content .form-group input[type=text]::-moz-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email]:-ms-input-placeholder,
.vt-product-detail .rating-section .form-content .form-group input[type=text]:-ms-input-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group input[type=email]:focus,
.vt-product-detail .rating-section .form-content .form-group input[type=text]:focus {
  border-color: #002245;
}
.vt-product-detail .rating-section .form-content .form-group textarea {
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  width: 100%;
  height: 170px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7ebe7;
  padding: 14px 16px;
  color: #22252b;
  font-size: 14px;
}
.vt-product-detail .rating-section .form-content .form-group textarea:focus {
  border-color: #002245;
}
.vt-product-detail .rating-section .form-content .form-group textarea::-webkit-input-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group textarea:-moz-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group textarea::-moz-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .form-content .form-group textarea:-ms-input-placeholder {
  color: #707781;
}
.vt-product-detail .rating-section .rating-content .col-rating {
  border: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-product-detail .rating-section .rating-content .col-rating + .col-rating {
  border-left: none;
}
.vt-product-detail .rating-section .rating-content .total-content {
  padding: 16px 40px;
}
.vt-product-detail .rating-section .rating-content .total-content .total-rating {
  padding-right: 36px;
}
.vt-product-detail .rating-section .rating-content .total-content .total-rating .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #66696d;
  margin-bottom: 16px;
}
.vt-product-detail .rating-section .rating-content .total-content .total-rating .scores {
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  color: #002245;
  margin-bottom: 8px;
}
.vt-product-detail .rating-section .rating-content .total-content .total-rating .star-rating i {
  margin: 0;
}
.vt-product-detail .rating-section .rating-content .total-content .total-rating .star-rating i + i {
  margin-left: 24px;
}
.vt-product-detail .rating-section .rating-list {
  padding-left: 36px;
  margin-bottom: 0;
  list-style: none;
}
.vt-product-detail .rating-section .rating-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-product-detail .rating-section .rating-list li + li {
  margin-top: 8px;
}
.vt-product-detail .rating-section .rating-list li .title {
  padding-right: 16px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #002245;
}
.vt-product-detail .rating-section .rating-list li .title i {
  color: #fdd000;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
}
.vt-product-detail .rating-section .rating-list li .progress {
  flex-grow: 1;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-product-detail .rating-section .rating-list li .progress .progress-bar {
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-product-detail .home-blog.idea {
  background-color: #fff;
}
.vt-product-detail .home-blog.idea .owl-dots {
  margin-top: 10px;
}
.vt-product-detail .home-blog.idea .title-box {
  align-items: flex-end;
}
.vt-product-detail .home-blog.idea .title-box .box-title {
  margin-bottom: 0;
}
.vt-product-detail .home-blog.idea .title-box .sub-title {
  margin-top: 2px;
  margin-bottom: 0;
}

.vt-finished-products {
  background-color: #fff;
}
.vt-finished-products .main-content {
  padding: 64px 0 32px;
  background-color: #FAFAFA;
}
.vt-finished-products .top-content .section-title {
  margin-bottom: 32px;
  text-align: center;
}
.vt-finished-products .top-content .type-tabs {
  list-style: none;
  padding-left: 0px;
  border: 1px solid rgba(0, 34, 69, 0.2);
  width: 409px;
  margin: 0 auto 32px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
}
.vt-finished-products .top-content .type-tabs li {
  flex: 1;
}
.vt-finished-products .top-content .type-tabs li a {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 10px;
  display: block;
  text-align: center;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 600;
  color: #002245;
}
.vt-finished-products .top-content .type-tabs li a.active {
  background-color: #FDD000;
}
.vt-finished-products .top-content .sub-title {
  color: #161616;
  text-align: center;
  margin-bottom: 12px;
}
.vt-finished-products .top-content .page-desc {
  color: #484848;
  opacity: 0.8;
  margin: 0 auto 32px;
  width: 370px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.vt-finished-products .banner {
  margin-bottom: 10px;
}
.vt-finished-products .banner img {
  width: 100%;
}
.vt-finished-products .box-title {
  font-weight: bold;
  color: #002245;
  margin-bottom: 25px;
}
.vt-finished-products .list-item .sub-title {
  margin-bottom: 25px;
}
.vt-finished-products .list-item .item {
  height: 523px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.vt-finished-products .list-item .item .wrapper {
  position: relative;
}
.vt-finished-products .list-item .item .wrapper .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  height: 185px;
  z-index: 1;
}
.vt-finished-products .list-item .item .wrapper .image img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-finished-products .list-item .item .wrapper .image:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.vt-finished-products .list-item .item .wrapper .info {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  padding: 224px 15px 15px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vt-finished-products .list-item .item .wrapper .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vt-finished-products .list-item .item .wrapper .title a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-finished-products .list-item .item .wrapper .title:hover {
  color: #CC9900;
}
.vt-finished-products .list-item .item .wrapper .desc {
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  margin-bottom: 16px;
}
.vt-finished-products .list-item .item .wrapper .categories-box .dots {
  display: block;
  color: #CC9900;
  height: 24px;
  visibility: visible;
  overflow: hidden;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-finished-products .list-item .item .wrapper .categories {
  height: 144px;
  overflow: hidden;
}
.vt-finished-products .list-item .item .wrapper .categories ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.vt-finished-products .list-item .item .wrapper .categories ul li + li {
  margin-top: 16px;
}
.vt-finished-products .list-item .item .wrapper .categories ul a {
  font-size: 14px;
  line-height: 17px;
  color: #CC9900;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-finished-products .list-item .item .wrapper .categories ul a i {
  margin-left: 8px;
  -ms-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  -moz-transition: margin-left 0.4s ease;
  -webkit-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
}
.vt-finished-products .list-item .item .wrapper .categories ul a:hover {
  color: #002245;
}
.vt-finished-products .list-item .item .wrapper .categories ul a:hover i {
  margin-left: 12px;
}
.vt-finished-products .list-item .item.active {
  position: relative;
  z-index: 10;
}
.vt-finished-products .list-item .item:hover {
  position: relative;
  z-index: 10;
}
.vt-finished-products .list-item .item:hover .categories-box .dots {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.vt-finished-products .list-item .item:hover .wrapper .info {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.vt-finished-products .list-item .item.no-cat {
  height: auto;
}
.vt-finished-products .list-item .item.no-cat .wrapper .info {
  position: static;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vt-finished-products .list-item .item.no-cat .wrapper .info .desc {
  margin-bottom: 0;
}
.vt-finished-products .list-item .item.no-cat:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
}
.vt-finished-products .list-item .item.no-cat:hover .info {
  box-shadow: none;
}

.vt-assistance {
  background-color: #fff;
}
.vt-assistance .main-content {
  padding: 64px 0 32px;
}
.vt-assistance .page-title {
  color: #161616;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}
.vt-assistance .sidebar-col {
  position: static;
}
.vt-assistance .sidebar-col .btn-nav {
  width: 100%;
  background-color: #fddc00;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  border: none;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 14px;
  text-align: left;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-assistance .sidebar-col .btn-nav i {
  margin-left: 10px;
  float: right;
}
.vt-assistance .sidebar-col .btn-nav:hover {
  background-color: #ffc107;
}
.vt-assistance .nav-sidebar {
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.vt-assistance .nav-sidebar nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vt-assistance .nav-sidebar nav ul li + li {
  margin-top: 6px;
}
.vt-assistance .nav-sidebar nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #a2a2a2;
  padding: 8px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance .nav-sidebar nav ul li a:hover {
  background-color: #ffc107;
  opacity: 1;
  color: #1a1a1a;
}
.vt-assistance .nav-sidebar nav ul li a.active {
  opacity: 1;
  color: #002245;
  background-color: #FDD000;
}
.vt-assistance .sort-content {
  margin-bottom: 0;
}
.vt-assistance .search-form {
  margin-bottom: 32px;
  padding-top: 22px;
  position: relative;
}
.vt-assistance .search-form .form-control-item, .vt-assistance .search-form > form {
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-assistance .search-form .form-control-item .js-form-item-sort-by,
.vt-assistance .search-form .form-control-item .js-form-item-sort-order, .vt-assistance .search-form > form .js-form-item-sort-by,
.vt-assistance .search-form > form .js-form-item-sort-order {
  display: none !important;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield, .vt-assistance .search-form > form .js-form-type-textfield {
  flex-grow: 1;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield label, .vt-assistance .search-form > form .js-form-type-textfield label {
  display: none;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield input[type=text], .vt-assistance .search-form > form .js-form-type-textfield input[type=text] {
  margin: 0;
  border: none;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  font-size: 14px;
  color: #484848;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield input[type=text]::-webkit-input-placeholder, .vt-assistance .search-form > form .js-form-type-textfield input[type=text]::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield input[type=text]:-moz-placeholder, .vt-assistance .search-form > form .js-form-type-textfield input[type=text]:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield input[type=text]::-moz-placeholder, .vt-assistance .search-form > form .js-form-type-textfield input[type=text]::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .search-form .form-control-item .js-form-type-textfield input[type=text]:-ms-input-placeholder, .vt-assistance .search-form > form .js-form-type-textfield input[type=text]:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .search-form .form-control-item .js-form-type-select, .vt-assistance .search-form > form .js-form-type-select {
  order: -1;
}
.vt-assistance .search-form .form-control-item .js-form-type-select select, .vt-assistance .search-form > form .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 7px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  color: #1a1a1a;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.vt-assistance .search-form .form-control-item input[type=submit], .vt-assistance .search-form > form input[type=submit] {
  flex-shrink: 0;
  border: none;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/icons/search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.vt-assistance .search-form .sort {
  position: absolute;
  bottom: 100%;
  right: 0;
  flex-shrink: 0;
}
.vt-assistance .search-form .sort .btn-dropdown {
  font-weight: 500;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance .search-form .sort .btn-dropdown svg {
  margin-right: 10px;
}
.vt-assistance .search-form .sort .btn-dropdown:after {
  content: none;
}
.vt-assistance .search-form .sort .sort-list {
  border: none;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
}
.vt-assistance .search-form .sort .sort-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance .search-form .sort .sort-list a:hover {
  background-color: #ffc107;
}
.vt-assistance .search-form .sort .sort-list a.active {
  background-color: #FDD000;
}
.vt-assistance .modal-download .modal-header {
  border: none;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 32px 24px 0;
}
.vt-assistance .modal-download .modal-header .modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #161616;
  width: 100%;
}
.vt-assistance .modal-download .modal-header .desc {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #707781;
}
.vt-assistance .modal-download .modal-header .close {
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: -32px -24px 0 auto;
}
.vt-assistance .modal-download .modal-header .close svg {
  display: block;
  margin: 0 auto;
}
.vt-assistance .modal-download .modal-header .line {
  margin: 12px auto 24px;
  width: 414px;
  display: block;
  border-top: 1px solid #161616;
  opacity: 0.1;
}
.vt-assistance .modal-download .modal-body {
  padding: 0 24px;
}
.vt-assistance .modal-download .modal-body .docs-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.41;
  color: #161616;
  margin-bottom: 24px;
}
.vt-assistance .modal-download .modal-body select,
.vt-assistance .modal-download .modal-body textarea,
.vt-assistance .modal-download .modal-body input:not([type=submit]) {
  width: 100%;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  height: 48px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance .modal-download .modal-body select:focus,
.vt-assistance .modal-download .modal-body textarea:focus,
.vt-assistance .modal-download .modal-body input:not([type=submit]):focus {
  border-color: #002245;
}
.vt-assistance .modal-download .modal-body select::-webkit-input-placeholder,
.vt-assistance .modal-download .modal-body textarea::-webkit-input-placeholder,
.vt-assistance .modal-download .modal-body input:not([type=submit])::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .modal-download .modal-body select:-moz-placeholder,
.vt-assistance .modal-download .modal-body textarea:-moz-placeholder,
.vt-assistance .modal-download .modal-body input:not([type=submit]):-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .modal-download .modal-body select::-moz-placeholder,
.vt-assistance .modal-download .modal-body textarea::-moz-placeholder,
.vt-assistance .modal-download .modal-body input:not([type=submit])::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .modal-download .modal-body select:-ms-input-placeholder,
.vt-assistance .modal-download .modal-body textarea:-ms-input-placeholder,
.vt-assistance .modal-download .modal-body input:not([type=submit]):-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-assistance .modal-download .modal-body select {
  -ms-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/icons/arrow-down.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  padding-right: 32px;
}
.vt-assistance .modal-download .modal-body textarea {
  height: 150px;
  padding: 14px 16px;
}
.vt-assistance .modal-download .modal-body form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance .modal-download .modal-body .js-form-item {
  margin-bottom: 16px;
  width: 100%;
}
.vt-assistance .modal-download .modal-body .form-actions {
  width: 50%;
  text-align: right;
  padding: 0 8px 32px;
}
.vt-assistance .modal-download .modal-body .form-actions + .form-actions {
  text-align: left;
}
.vt-assistance .modal-download .modal-body .form-actions#email_sending_modal {
  width: 100%;
  text-align: center;
}
.vt-assistance .modal-download .modal-body .btn-submit,
.vt-assistance .modal-download .modal-body input[type=submit] {
  width: 150px;
  max-width: 100%;
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 16px;
  border: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  background-color: #FDD000;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance .modal-download .modal-body .btn-submit:hover,
.vt-assistance .modal-download .modal-body input[type=submit]:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}
.vt-assistance .modal-download .form-item--error-message {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
}
.vt-assistance .modal-download .form-item--error-message strong {
  font-weight: normal;
}
.vt-assistance .post-list .post-item,
.vt-assistance .post-list .post {
  margin-bottom: 32px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-transition: box-shadow 0.4s ease, border-color 0.4s ease;
  -o-transition: box-shadow 0.4s ease, border-color 0.4s ease;
  -moz-transition: box-shadow 0.4s ease, border-color 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease, border-color 0.4s ease;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.vt-assistance .post-list .post-item:hover,
.vt-assistance .post-list .post:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.vt-assistance .post-list .post-item .image,
.vt-assistance .post-list .post .image {
  flex-shrink: 0;
  width: 190px;
  height: 132px;
  overflow: hidden;
}
.vt-assistance .post-list .post-item .image a,
.vt-assistance .post-list .post .image a {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-assistance .post-list .post-item .image img,
.vt-assistance .post-list .post .image img {
  width: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-assistance .post-list .post-item .image:hover img,
.vt-assistance .post-list .post .image:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.vt-assistance .post-list .post-item .distribute li,
.vt-assistance .post-list .post .distribute li {
  line-height: 24px;
}
.vt-assistance .post-list .post-item .info,
.vt-assistance .post-list .post .info {
  flex-grow: 1;
  padding-left: 15px;
}
.vt-assistance .post-list .post-item .info .title,
.vt-assistance .post-list .post .info .title {
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  max-height: 48px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.vt-assistance .post-list .post-item .info .title a,
.vt-assistance .post-list .post .info .title a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance .post-list .post-item .info .title a:hover,
.vt-assistance .post-list .post .info .title a:hover {
  color: #ffc107;
}
.vt-assistance .post-list .post-item .info .date,
.vt-assistance .post-list .post .info .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #161616;
  opacity: 0.5;
  margin-bottom: 18px;
}
.vt-assistance .post-list .post-item .info .desc,
.vt-assistance .post-list .post .info .desc {
  margin-bottom: 10px;
  font-size: 14px !important;
  line-height: 1.43 !important;
  color: #484848 !important;
  opacity: 0.8 !important;
  max-height: 40.04px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vt-assistance .distribute {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance .distribute li {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #707781;
  margin-right: 32px;
}
.vt-assistance .distribute li span {
  color: #161616;
}
.vt-assistance .distribute li a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance .distribute li a:hover {
  color: #ffc107;
}
.vt-assistance .distribute li:last-child {
  margin-right: 0;
}
.vt-assistance .block-tabs {
  margin-bottom: 32px;
}
.vt-assistance .block-tabs .nav-tabs {
  background-color: #f2f2f2;
  padding: 6px 6px 0;
  border: none;
}
.vt-assistance .block-tabs .nav-tabs .nav-link {
  min-height: 49px;
  padding: 10px 24px;
  min-width: 138px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 17px;
  color: rgba(22, 22, 22, 0.5);
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance .block-tabs .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90px;
  max-width: 90%;
  margin: 0 auto;
  border-top: 1px solid #002245;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.vt-assistance .block-tabs .nav-tabs .nav-link.active {
  color: #002245;
  font-weight: 500;
}
.vt-assistance .block-tabs .nav-tabs .nav-link.active:after {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vt-assistance .block-tabs .nav-tabs .nav-link:hover {
  color: #002245;
}
.vt-assistance .block-tabs .nav-tabs .nav-link:hover:after {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vt-assistance .block-tabs .tab-box {
  padding: 24px 15px;
  border: 1px solid #f2f2f2;
  border-top-width: 0;
}
.vt-assistance .collapse-block:not(:last-child) {
  margin-bottom: 32px;
}
.vt-assistance .collapse-block .btn-collapse {
  border: none;
  border-radius: 4px 4px 0 0;
  display: block;
  width: 100%;
  background: #fdd000;
  border-radius: 4px 4px 0px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #002245;
  padding: 12px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vt-assistance .collapse-block .btn-collapse i {
  float: right;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-assistance .collapse-block .btn-collapse.collapsed i {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vt-assistance .collapse-block .collapse-content {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-top-width: 0;
  padding: 16px 16px 10px;
  border-radius: 0 0 4px 4px;
}
.vt-assistance--detail .main-content {
  padding-bottom: 0;
}
.vt-assistance--detail .btn-back {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #161616;
  display: inline-block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance--detail .btn-back i {
  margin-right: 8px;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-assistance--detail .btn-back:hover {
  color: #ffc107;
}
.vt-assistance--detail .btn-back:hover i {
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.vt-assistance--detail .title-box {
  padding-top: 32px;
  margin-top: 12px;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
}
.vt-assistance--detail .page-title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 32px;
  color: #161616;
}
.vt-assistance--detail .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #161616;
  opacity: 0.5;
}
.vt-assistance--detail .distribute {
  margin-bottom: 24px;
}
.vt-assistance--detail .distribute li {
  line-height: 2;
  margin-bottom: 8px;
}
.vt-assistance--detail .distribute li a {
  text-decoration: underline;
}
.vt-assistance--detail .rating {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
  padding: 24px 0;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  margin-bottom: 24px;
}
.vt-assistance--detail .rating .btn-rating {
  height: 40px;
  padding: 0 10px;
  width: 100px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #002245;
  letter-spacing: 0.02em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 34, 69, 0.1);
  margin-left: 16px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.vt-assistance--detail .rating .btn-rating:hover {
  background-color: #002245;
  color: #fff;
  border-color: #002245;
}
.vt-assistance--detail .rating .btn-rating--agree {
  border: none;
  background-color: #fdd000;
}
.vt-assistance--detail .rating .btn-rating--agree:hover {
  background-color: #ffc107;
  color: #002245;
  border-color: #ffc107;
}
.vt-assistance--detail .share-box {
  margin-bottom: 32px;
}
.vt-assistance--detail .share-box .btn-share {
  padding: 10px 12px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #fff;
  -ms-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  margin-right: 12px;
}
.vt-assistance--detail .share-box .btn-share i {
  width: 20px;
  margin-right: 11px;
  font-size: 20px;
  vertical-align: middle;
}
.vt-assistance--detail .share-box .btn-share img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 11px;
}
.vt-assistance--detail .share-box .btn-share:hover {
  background-color: #002245;
  color: #fff;
}
.vt-assistance--detail .share-box .btn-share--facebook {
  background-color: #3b5998;
}
.vt-assistance--detail .share-box .btn-share--zalo {
  background-color: #24acf8;
}
.vt-assistance--detail .share-box .btn-share--email {
  background-color: #dadada;
  color: #66696d;
}
.vt-assistance--detail .share-box .btn-share--download {
  background-color: #fdd000;
  color: #66696d;
}
.vt-assistance--detail .related-posts {
  padding: 32px 0;
}
.vt-assistance--detail .related-posts .section-title {
  margin-bottom: 32px;
  line-height: 1.25;
}
.vt-assistance--detail .related-posts .post-list {
  overflow: hidden;
  min-height: 252px;
}
.vt-assistance--detail .related-posts .post-list .post-item,
.vt-assistance--detail .related-posts .post-list .post {
  margin-bottom: 0;
  padding: 23px 23px 15px;
}
.vt-assistance--detail .related-posts .slider-item {
  padding: 0 15px 20px;
  width: 800px;
}
.vt-assistance--detail .related-posts .slider-item .post-item .info .title,
.vt-assistance--detail .related-posts .slider-item .post .info .title {
  height: 48px;
}
.vt-assistance--detail .related-posts .slider-item .post-item .info .desc,
.vt-assistance--detail .related-posts .slider-item .post .info .desc {
  height: 40.04px;
}
.vt-assistance--detail .related-posts .slider-item .post-item .info .distribute,
.vt-assistance--detail .related-posts .slider-item .post .info .distribute {
  margin-bottom: 0;
}
.vt-assistance--detail .related-posts .owl-dots {
  margin-top: 9px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-assistance--detail .related-posts .owl-dots .owl-dot {
  display: block;
}
.vt-assistance--detail .related-posts .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}
.vt-assistance--detail .related-posts .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #707070;
  display: block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  opacity: 0.1;
}
.vt-assistance--detail .related-posts .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #002245;
}
.vt-assistance--detail .related-posts .section-title,
.vt-assistance--detail .related-products .section-title {
  margin-bottom: 32px;
}
.vt-assistance--documents .search-form {
  margin-bottom: 32px;
  padding-top: 22px;
  position: relative;
}
.vt-assistance--documents .search-form > form {
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-assistance--documents .search-form > form .js-form-item-sort-by,
.vt-assistance--documents .search-form > form .js-form-item-sort-order {
  display: none;
}
.vt-assistance--documents .search-form > form .js-form-type-textfield {
  flex-grow: 1;
}
.vt-assistance--documents .search-form > form .js-form-type-textfield label {
  display: none;
}
.vt-assistance--documents .search-form > form .js-form-type-textfield input[type=text] {
  margin: 0;
  border: none;
  height: 48px;
  padding: 0 16px;
  width: 100%;
}
.vt-assistance--documents .search-form > form .js-form-type-select {
  order: -1;
}
.vt-assistance--documents .search-form > form .js-form-type-select select {
  height: auto;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 207px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid rgba(152, 152, 154, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.vt-assistance--documents .search-form > form input[type=submit] {
  flex-shrink: 0;
  border: none;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/icons/search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.vt-assistance--documents .search-form .sort {
  position: absolute;
  bottom: 100%;
  right: 0;
  flex-shrink: 0;
}
.vt-assistance--documents .search-form .sort .btn-dropdown {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance--documents .search-form .sort .btn-dropdown svg {
  margin-right: 10px;
}
.vt-assistance--documents .search-form .sort .btn-dropdown:after {
  content: none;
}
.vt-assistance--documents .search-form .sort .sort-list {
  border: none;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
}
.vt-assistance--documents .search-form .sort .sort-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-assistance--documents .search-form .sort .sort-list a:hover {
  background-color: #ffc107;
}
.vt-assistance--documents .search-form .sort .sort-list a.active {
  background-color: #FDD000;
}
.vt-assistance--documents .table-box {
  margin-bottom: 32px;
}
.vt-assistance--documents .table-box table tr td,
.vt-assistance--documents .table-box table tr th {
  padding: 16px;
  vertical-align: middle;
}
.vt-assistance--documents .table-box table {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-assistance--documents .table-box table tr:nth-child(odd) {
  background-color: #fafbfb;
}
.vt-assistance--documents .table-box table tr + tr {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-assistance--documents .table-box table tr th {
  background-color: #FDD000;
  color: #002245;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.vt-assistance--documents .table-box table tr th:first-child {
  width: 57px;
  text-align: center;
}
.vt-assistance--documents .table-box table tr td {
  color: #707781;
  vertical-align: top;
}
.vt-assistance--documents .table-box table tr td span {
  margin-left: 4px;
  color: rgba(112, 119, 129, 0.5);
}
.vt-assistance--documents .table-box table tr td a {
  color: #000;
}
.vt-assistance--documents .table-box table tr td .title {
  position: relative;
  padding-left: 30px;
}
.vt-assistance--documents .table-box table tr td .title .type {
  position: absolute;
  width: 20px;
  height: auto;
  left: 0;
  top: 0;
}
.vt-assistance--documents .table-box table tr td .title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance--documents .table-box table tr td .title a:hover {
  color: #ffc107;
}
.vt-assistance--documents .table-box table tr td .link {
  color: #6A6A6A;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 20px;
}
.vt-assistance--documents .table-box table tr td .link:hover {
  color: #ffc107;
}
.vt-assistance--documents .table-box table tr td:last-child {
  width: 48px;
}
.vt-assistance--documents .table-box table tr td:last-child, .vt-assistance--documents .table-box table tr td:first-child {
  text-align: center;
}
.vt-assistance--documents .table-box table tr td .icon {
  display: inline-block;
  margin-top: -3px;
  margin-left: 15px;
  max-width: none;
}
.vt-assistance--documents .modal-backdrop {
  z-index: 2040;
}
.vt-assistance--documents .modal {
  z-index: 2050;
}
.vt-assistance--qa .search-form .btn-filter {
  display: none;
  height: 48px;
  width: 48px;
  background-color: #fddc00;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  order: 2;
  margin-left: 4px;
  flex-shrink: 0;
}
.vt-assistance--qa .search-form > form {
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance--qa .search-form > form .js-form-type-select {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
  border-bottom: 1px solid rgba(152, 152, 154, 0.2);
  padding: 11px;
  width: 33.3333333333%;
  margin-bottom: 16px;
}
.vt-assistance--qa .search-form > form .js-form-type-select select {
  padding-left: 0;
  width: 100%;
}
.vt-assistance--qa .search-form > form .js-form-type-select:first-child {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--qa .search-form > form .js-form-type-select:nth-child(3) {
  border-right: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--qa .search-form > form .js-form-type-select:nth-child(3) select {
  border-right: none;
}
.vt-assistance--qa .search-form > form .js-form-type-textfield input[type=text] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-right-width: 0;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--qa .search-form > form input[type=submit] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--qa-detail .question-content .wrapper {
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 19px 17px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-assistance--qa-detail .question-content .wrapper i {
  flex-shrink: 0;
  margin-top: 2px;
}
.vt-assistance--qa-detail .question-content .wrapper .content {
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #161616;
}
.vt-assistance--qa-detail .author {
  margin: 8px 0 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  color: #aaaaaa;
}
.vt-assistance--qa-detail .author span {
  color: #000000;
}
.vt-assistance--construction .search-form {
  margin-bottom: 24px;
}
.vt-assistance--construction .search-form .btn-filter {
  display: none;
  height: 48px;
  width: 48px;
  background-color: #fddc00;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  order: 2;
  margin-left: 4px;
  flex-shrink: 0;
}
.vt-assistance--construction .search-form > form {
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance--construction .search-form > form .js-form-type-select {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
  border-bottom: 1px solid rgba(152, 152, 154, 0.2);
  padding: 11px;
  width: 33.3333333333%;
}
.vt-assistance--construction .search-form > form .js-form-type-select select {
  padding-left: 0;
  width: 100%;
}
.vt-assistance--construction .search-form > form .js-form-type-select:first-child {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--construction .search-form > form .js-form-type-select:nth-child(3) {
  border-right: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--construction .search-form > form .js-form-type-select:nth-child(3) select {
  border-right: none;
}
.vt-assistance--construction .search-form > form .js-form-type-textfield input[type=text] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  border-right-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--construction .search-form > form input[type=submit] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--construction .post-list .post-item {
  padding: 15px 16px 25px;
}
.vt-assistance--construction .post-list .post-item .image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-assistance--construction .post-list .post-item .image:after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.vt-assistance--construction .post-list .post-item .image .icon {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #eb5757;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  padding-left: 2px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.vt-assistance--construction .post-list .post-item .image a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vt-assistance--construction .post-list .post-item .distribute li a {
  border-bottom: 1px solid #707781;
  -ms-transition: border-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, color 0.4s ease;
  -moz-transition: border-color 0.4s ease, color 0.4s ease;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
}
.vt-assistance--construction .post-list .post-item .distribute li a:hover {
  border-color: #ffc107;
}
.vt-assistance--construction-detail .tags {
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  padding-top: 8px;
  margin-bottom: 32px;
}
.vt-assistance--construction-detail .tags .tag {
  margin-top: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #074788;
  border-width: 1px;
  border-style: solid;
  padding: 6.5px 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-right: 8px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.vt-assistance--construction-detail .tags .tag:hover {
  background-color: #002245;
  color: #fff !important;
  border-color: #002245 !important;
}
.vt-assistance--construction-detail .block-tabs .tab-box .banner img {
  margin: 0 auto;
  display: block;
}
.vt-assistance--construction-detail .contact {
  background-color: #fafafa;
  padding: 24px;
  margin-bottom: 24px;
}
.vt-assistance--construction-detail .contact .box-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43;
  color: #484848;
  opacity: 0.8;
  margin-bottom: 16px;
}
.vt-assistance--construction-detail .contact .box-title span {
  color: #002245;
}
.vt-assistance--construction-detail .contact .dynamic-content ul {
  margin-bottom: 0;
}
.vt-assistance--construction-detail .related-posts .image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-assistance--construction-detail .related-posts .image:after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.vt-assistance--construction-detail .related-posts .image .icon {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #eb5757;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  padding-left: 2px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.vt-assistance--construction-detail .related-posts .image a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vt-assistance--construction-detail .related-products {
  padding-top: 32px;
  padding-bottom: 32px;
}
.vt-assistance--construction-detail .related-products .section-title {
  margin-bottom: 32px;
}
.vt-assistance--construction-detail .related-products .slider-item {
  padding: 0 15px;
}
.vt-assistance--identification .search-form .btn-filter {
  display: none;
  height: 48px;
  width: 48px;
  background-color: #fddc00;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  order: 2;
  margin-left: 4px;
  flex-shrink: 0;
}
.vt-assistance--identification .search-form > form {
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance--identification .search-form > form .js-form-type-select {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
  border-bottom: 1px solid rgba(152, 152, 154, 0.2);
  padding: 11px;
  width: 33.3333333333%;
}
.vt-assistance--identification .search-form > form .js-form-type-select select {
  padding-left: 0;
  width: 100%;
}
.vt-assistance--identification .search-form > form .js-form-type-select:first-child {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--identification .search-form > form .js-form-type-select:nth-child(3) {
  border-right: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--identification .search-form > form .js-form-type-select:nth-child(3) select {
  border-right: none;
}
.vt-assistance--identification .search-form > form .js-form-type-textfield input[type=text] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  border-right-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--identification .search-form > form input[type=submit] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--identification .post-list .post-item .info .distribute li a {
  text-decoration: underline;
}
.vt-assistance--identification .post-list .post-item .info .date {
  color: #9e9e9e;
  opacity: 1;
}
.vt-assistance--identification .post-list .post-item .info .date span {
  color: #161616;
  display: inline-block;
  margin-left: 4px;
}
.vt-assistance--identification-detail .title-box .page-title {
  margin-bottom: 32px;
}
.vt-assistance--identification-detail .title-box .page-desc {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #161616;
}
.vt-assistance--identification-detail .block-content {
  margin-bottom: 20px;
}
.vt-assistance--identification-detail .block-tabs {
  margin-bottom: 0px;
}
.vt-assistance--identification-detail .block-tabs .nav-tabs-box {
  background-color: #f2f2f2;
}
.vt-assistance--identification-detail .block-tabs .nav-tabs-box .nav-tabs {
  padding: 6px 0 0;
}
.vt-assistance--identification-detail .block-tabs .nav-tabs-box .nav-tabs .nav-link {
  padding: 16px 24px;
}
.vt-assistance--identification-detail .block-tabs .tab-box {
  border: none;
  padding: 32px 0 0;
}
.vt-assistance--identification-detail .block-tabs .tab-box .box-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
  color: #161616;
}
.vt-assistance--identification-detail .related-products {
  padding-top: 32px;
  padding-bottom: 32px;
}
.vt-assistance--identification-detail .related-products .section-title {
  margin-bottom: 32px;
}
.vt-assistance--identification-detail .related-products .slider-item {
  padding: 0 15px;
}
.vt-assistance--warranty .search-form .btn-filter {
  display: none;
  height: 48px;
  width: 48px;
  background-color: #fddc00;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  order: 2;
  margin-left: 4px;
  flex-shrink: 0;
}
.vt-assistance--warranty .search-form > form {
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-assistance--warranty .search-form > form .js-form-type-select {
  display: none;
  border-top: 1px solid rgba(152, 152, 154, 0.2);
  border-bottom: 1px solid rgba(152, 152, 154, 0.2);
  padding: 11px 15px;
  padding-right: 0;
  width: 33.3333333333%;
  margin-bottom: 16px;
}
.vt-assistance--warranty .search-form > form .js-form-type-select select {
  padding-left: 0;
  width: 100%;
  padding-right: 40px;
  background-position: right 20px center;
}
.vt-assistance--warranty .search-form > form .js-form-type-select:first-child {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--warranty .search-form > form .js-form-type-select:nth-child(3) {
  border-right: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--warranty .search-form > form .js-form-type-select:nth-child(3) select {
  border-right: none;
}
.vt-assistance--warranty .search-form > form .js-form-type-textfield {
  display: none;
}
.vt-assistance--warranty .search-form > form .js-form-type-textfield input[type=text] {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-right-width: 0;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.vt-assistance--warranty .search-form > form input[type=submit] {
  display: none;
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-left-width: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-assistance--warranty-detail .date {
  line-height: 20px;
}
.vt-assistance--warranty-detail .description {
  margin-bottom: 32px;
  background-color: #fafafa;
  padding: 16px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-assistance--warranty-detail .description .img-box {
  width: 348px;
  max-width: 100%;
  flex-shrink: 0;
}
.vt-assistance--warranty-detail .description .img-box img {
  display: block;
  max-width: 100%;
}
.vt-assistance--warranty-detail .description .content {
  flex-grow: 1;
  padding-left: 28px;
  font-size: 14px;
  line-height: 22px;
  color: #66696d;
  opacity: 0.6;
}
.vt-assistance--warranty-detail .related-products {
  padding: 32px 0;
}
.vt-assistance--warranty-detail .related-products .slider-item {
  padding: 0 15px;
}
.vt-assistance--warranty-detail .related-posts {
  padding: 32px 0;
}
.vt-assistance--materials .modal-download .modal-body .form-actions {
  width: 100%;
  text-align: center;
}
.vt-assistance--materials .label-content {
  padding: 0 43px 8px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
}
.vt-assistance--materials .label-content span {
  width: 50%;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.vt-assistance--materials .label-content.is-hidden {
  opacity: 0;
}
.vt-assistance--materials .search-form {
  padding-top: 0;
  margin-bottom: 45px;
  position: relative;
  height: 50px;
}
.vt-assistance--materials .search-form .btn-reset {
  line-height: 46px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 43px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.vt-assistance--materials .search-form .btn-reset span {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.vt-assistance--materials .search-form .form-control-item, .vt-assistance--materials .search-form > form {
  padding-right: 43px;
}
.vt-assistance--materials .search-form .form-control-item .js-form-type-select, .vt-assistance--materials .search-form > form .js-form-type-select {
  position: relative;
  z-index: 10;
  padding: 0 16px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
}
.vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .vt-assistance--materials .search-form > form .js-form-type-select:after {
  content: "";
  border-left: 1px solid rgba(152, 152, 154, 0.2);
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  right: 0;
}
.vt-assistance--materials .search-form .form-control-item .js-form-type-select select, .vt-assistance--materials .search-form > form .js-form-type-select select {
  border: none;
  padding-left: 0;
  width: 100%;
}
.vt-assistance--materials .search-form .form-control-item {
  border: none;
  -ms-transform: translateY(-73px);
  -o-transform: translateY(-73px);
  -moz-transform: translateY(-73px);
  -webkit-transform: translateY(-73px);
  transform: translateY(-73px);
  flex-direction: column;
}
.vt-assistance--materials .search-form .form-control-item .desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 15px;
  padding-bottom: 8px;
}
.vt-assistance--materials .search-form .form-control-item .desc.is-hidden {
  opacity: 0;
}
.vt-assistance--materials .search-form .form-control-item .js-form-type-select {
  order: 2;
  padding-left: 50%;
  width: 100%;
}
.vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
  padding-left: 15px;
}
.vt-assistance--materials .search-form .form-actions {
  display: none;
}
.vt-assistance--materials .table-box {
  margin-bottom: 24px;
}
.vt-assistance--materials .table-box table {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-assistance--materials .table-box table tr td,
.vt-assistance--materials .table-box table tr th {
  padding: 16px;
  vertical-align: middle;
}
.vt-assistance--materials .table-box table tr {
  background-color: #ffffff;
}
.vt-assistance--materials .table-box table tr:nth-child(even) {
  background-color: #fafbfb;
}
.vt-assistance--materials .table-box table tr + tr {
  border-top: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-assistance--materials .table-box table tr th {
  background-color: #fdd000;
  color: #002245;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.vt-assistance--materials .table-box table tr th:first-child {
  width: 340px;
}
.vt-assistance--materials .table-box table tr th:last-child {
  width: 189px;
}
.vt-assistance--materials .table-box table tr th + th {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-assistance--materials .table-box table tr td {
  text-align: center;
  color: #707781;
  line-height: 22px;
}
.vt-assistance--materials .table-box table tr td + td {
  border-left: 1px solid rgba(152, 152, 154, 0.2);
}
.vt-assistance--materials .table-box table tr td span {
  margin-left: 4px;
  color: rgba(112, 119, 129, 0.5);
}
.vt-assistance--materials .table-box table tr td .link {
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-assistance--materials .table-box table tr td .link:hover {
  color: #ffc107;
}
.vt-assistance--materials .table-box table tr td:last-child {
  width: 48px;
}
.vt-assistance--materials .table-box table tr td:last-child, .vt-assistance--materials .table-box table tr td:first-child {
  text-align: center;
}
.vt-assistance--materials .table-box table tr td .icon {
  margin-left: 14px;
  max-width: none;
}
.vt-assistance--materials .calculator-form {
  background-color: #fafafa;
  padding: 32px 15px 32px;
}
.vt-assistance--materials .calculator-form .nav-tabs {
  width: 416px;
  max-width: 100%;
  margin: 0 auto 45px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-assistance--materials .calculator-form .nav-tabs li {
  width: 50%;
  margin-bottom: 0;
}
.vt-assistance--materials .calculator-form .nav-tabs li a {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-assistance--materials .calculator-form .nav-tabs li a.active {
  background-color: #fdd000;
}
.vt-assistance--materials .calculator-form .radio-group {
  width: 416px;
  max-width: 100%;
  margin: 0 auto 32px;
  border: 1px solid #c8cfd6;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-assistance--materials .calculator-form .radio-group label {
  cursor: pointer;
  margin-bottom: 0;
  width: 50%;
}
.vt-assistance--materials .calculator-form .radio-group input {
  display: none;
}
.vt-assistance--materials .calculator-form .radio-group input:checked + span {
  background-color: #fdd000;
}
.vt-assistance--materials .calculator-form .radio-group span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 32px;
  color: #002245;
  display: block;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-assistance--materials .calculator-form .desc {
  text-align: center;
  line-height: 21px;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
.vt-assistance--materials .calculator-form .form-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-assistance--materials .calculator-form .form-controls .control-item {
  padding: 0 15px;
}
.vt-assistance--materials .calculator-form .form-controls .control-item label {
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  margin-right: 21px;
  margin-bottom: 0;
}
.vt-assistance--materials .calculator-form .form-controls .control-item input {
  width: 100px;
  max-width: 100%;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height: 48px;
}
.vt-assistance--materials .calculator-form .form-controls input[type=submit] {
  padding: 0 25px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #fdd000;
  cursor: pointer;
}
.vt-assistance--materials .calculator-form .form-controls input[type=submit]:hover {
  background-color: #ffc107;
}
.vt-assistance--materials .result {
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fafafa;
}
.vt-assistance--materials .result .btn-collapse {
  margin-bottom: 20px;
  padding: 12px 26px 12px 32px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #707781;
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-assistance--materials .result .btn-collapse svg {
  margin-top: 18px;
  flex-shrink: 0;
}
.vt-assistance--materials .result .btn-collapse strong {
  color: #002245;
}
.vt-assistance--materials .result .button-box {
  text-align: center;
}
.vt-assistance--materials .result .button-box .btn-submit {
  padding: 14px 25px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.vt-assistance--materials .related-section {
  padding-top: 32px;
}
.vt-assistance--materials .related-section .sub-title {
  padding-left: 23px;
  width: 625px;
  max-width: 100%;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #707781;
}
.vt-assistance--materials .related-section .sub-title strong {
  font-weight: 500;
  color: #002245;
}
.vt-assistance--materials .related-section .sub-title span {
  display: block;
}
.vt-assistance--materials .related-section .bottom-box {
  border-top: 1px solid #efefef;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 32px;
}
.vt-assistance--materials .related-section .bottom-box .box-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.vt-assistance--materials .related-section .bottom-box .btn-send {
  display: inline-block;
  padding: 9.5px 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #002245;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-assistance--materials .related-section .bottom-box .btn-send svg {
  vertical-align: top;
  margin-right: 12px;
  margin-top: 1px;
  width: 18px;
  height: auto;
}
.vt-assistance--materials .related-section .bottom-box .btn-send:hover {
  background-color: #ffc107;
}

.home-infographic {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 32px;
}
.home-infographic .top-content {
  margin-bottom: 24px;
  color: #000000;
}
.home-infographic .top-content .logo {
  margin-bottom: 16px;
}
.home-infographic .top-content .title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.home-infographic .top-content .sub-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #161616;
}
.home-infographic .dynamic-content {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.home-infographic .dynamic-content p {
  margin-bottom: 12px;
}
.home-infographic .btn-viewmore {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #002245;
  border-color: #002245;
}
.home-infographic .btn-viewmore:hover {
  color: #ffc107;
  border-color: #ffc107;
}
.home-infographic .main-content {
  -ms-flex-align: center;
  align-items: center;
}
.home-infographic .main-content .banner {
  margin-bottom: 24px;
}
.home-infographic .main-content .banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 288px;
}
.home-infographic .main-content .list-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.home-infographic .main-content .list-info .item {
  padding: 0 20px;
}
.home-infographic .main-content .list-info .item .title {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
  color: #1a1a1a;
}
.home-infographic .main-content .list-info .item .count {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.11;
  background: rgb(239, 64, 63);
  background: -moz-linear-gradient(top, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  background: -webkit-linear-gradient(top, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  background: linear-gradient(to bottom, rgb(239, 64, 63) 0%, rgb(251, 192, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef403f", endColorstr="#fbc019",GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-infographic .main-content .list-info .item:nth-child(2) .count {
  background: rgb(138, 195, 174);
  background: -moz-linear-gradient(top, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  background: -webkit-linear-gradient(top, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  background: linear-gradient(to bottom, rgb(138, 195, 174) 0%, rgb(232, 216, 56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ac3ae", endColorstr="#e8d838",GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-brands {
  background-color: #fff;
  padding: 32px 0 64px;
}
.home-brands .slick-slider .slick-track {
  min-width: auto;
}
.home-brands .brands .section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #002245;
}
.home-brands .brands .list-brands .swiper-slide {
  width: auto;
}
.home-brands .brands .list-brands .swiper-slide .image {
  padding: 0 15px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.home-brands .brands .list-brands img {
  max-width: 100%;
  display: block;
  max-height: 40px;
  margin: 0 auto;
}

.product {
  height: 100%;
  background-color: #FAFAFA;
  position: relative;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.product .badges .badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
}
.product .badges .badge.new {
  display: block;
  left: auto;
  right: 16px;
  top: 16px;
}
.product .badge {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  top: 0;
}
.product .badge img {
  display: inline-block;
}
.product .image {
  padding: 24px;
  overflow: hidden;
}
.product .image a {
  overflow: hidden;
  height: 187px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .image a img {
  max-height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.product .categories {
  min-height: 94px;
  padding: 0 24px;
}
.product .categories ul {
  padding-left: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .categories ul li {
  margin: 0 0 16px;
  width: 50%;
  display: inline-block;
}
.product .categories ul li .cat {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product .categories ul li .cat .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FDD000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .categories ul li .cat span {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
  line-height: 16px;
}
.product .categories ul li .cat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .categories ul li:hover .icon {
  animation: tada 1s 1;
}
.product .title {
  padding: 7px 0;
  border-top: 1px solid rgba(0, 34, 69, 0.05);
  margin-left: 24px;
  margin-right: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #002245;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product .title a {
  color: inherit;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.product .title:hover {
  color: #ffc107;
}

.vt-aboutus {
  background-color: #fff;
}
.vt-aboutus .section-title {
  color: #161616;
  margin-bottom: 32px;
}
.vt-aboutus .box-title {
  font-weight: bold;
  color: #161616;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}
.vt-aboutus .dynamic-content {
  line-height: 1.43;
}
.vt-aboutus .sidebar-col {
  position: static;
}
.vt-aboutus .sidebar-col .btn-nav {
  width: 100%;
  background-color: #fddc00;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #002245;
  border: none;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 14px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-aboutus .sidebar-col .btn-nav > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vt-aboutus .sidebar-col .btn-nav i {
  margin-left: 24px;
}
.vt-aboutus .sidebar-col .btn-nav:hover {
  background-color: #ffc107;
}
.vt-aboutus .nav-sidebar {
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.vt-aboutus .nav-sidebar nav > ul > li > a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #002245;
  padding: 8px 16px;
  padding-right: 32px;
  display: block;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-aboutus .nav-sidebar nav > ul > li > a:hover, .vt-aboutus .nav-sidebar nav > ul > li > a.is-active {
  background-color: #fdd000;
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child {
  position: relative;
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child::after, .vt-aboutus .nav-sidebar nav > ul > li > a.has-child::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: #182c4f;
  right: 13px;
  top: 50%;
  margin-top: -1px;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child::after {
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child:hover, .vt-aboutus .nav-sidebar nav > ul > li > a.has-child.is-show, .vt-aboutus .nav-sidebar nav > ul > li > a.has-child.is-active {
  background-color: #fdd000;
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child.is-show::before {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vt-aboutus .nav-sidebar nav > ul > li > a.has-child.is-show::after {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vt-aboutus .nav-sidebar nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.vt-aboutus .nav-sidebar nav ul li > ul {
  display: none;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.vt-aboutus .nav-sidebar nav ul li > ul li + li {
  padding-top: 8px;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #161616;
  opacity: 0.4;
  display: block;
  padding: 7px 0;
  position: relative;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  border-bottom: 1px solid #002245;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a:hover {
  opacity: 1;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a:hover::after {
  width: 100%;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a.is-active {
  opacity: 1;
}
.vt-aboutus .nav-sidebar nav ul li > ul li a.is-active::after {
  width: 100%;
}
.vt-aboutus .banner {
  margin-bottom: 32px;
}
.vt-aboutus .banner .caption {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #979797;
  margin-top: 12px;
  font-style: italic;
}
.vt-aboutus .banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.vt-aboutus .block-content {
  margin-bottom: 36px;
}
.vt-aboutus .home-contact {
  padding-bottom: 120px;
}
.vt-aboutus .home-contact .contact-now .info-container .content .title {
  padding-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
}
.vt-aboutus .home-contact .contact-now .info-container .content .desc {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 25px;
}
.vt-aboutus .main-content {
  padding: 64px 0 32px;
}
.vt-aboutus .desc-quote {
  margin-bottom: 32px;
  padding: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #161616;
  font-style: italic;
  text-align: center;
  background-color: #fafafa;
}
.vt-aboutus .block-quote {
  margin-bottom: 32px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-aboutus .block-quote .img-box {
  flex-shrink: 0;
  width: 230px;
  position: relative;
}
.vt-aboutus .block-quote .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #fafafa 0.11%, rgba(250, 250, 250, 0) 28.68%);
}
.vt-aboutus .block-quote .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vt-aboutus .block-quote .info {
  padding: 32px;
}
.vt-aboutus .block-quote .info .content {
  font-style: italic;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.43;
  color: #161616;
}
.vt-aboutus .block-quote .info .sign .full-name {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 8px;
}
.vt-aboutus .block-quote .info .sign .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(72, 72, 72, 0.8);
}
.vt-aboutus--saintgobain .home-brands {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.vt-aboutus--saintgobain .home-brands .brands .section-title {
  display: none;
}
.vt-aboutus--saintgobain .home-infographic {
  padding: 0;
}
.vt-aboutus--saintgobain .home-infographic .main-content {
  padding: 0 0 40px;
  border: none;
}
.vt-aboutus--saintgobain .home-infographic .main-content .banner {
  margin-bottom: 0;
}
.vt-aboutus--saintgobain .home-infographic .main-content .list-info {
  padding-top: 30px;
}
.vt-aboutus--saintgobain .desc-quote {
  padding: 38px 24px;
}
.vt-aboutus--saintgobain .top-content {
  margin-bottom: 0;
}
.vt-aboutus--saintgobain .top-content .banner {
  margin-bottom: 24px;
}
.vt-aboutus--saintgobain .top-content .dynamic-content p {
  margin-bottom: 24px;
}
.vt-aboutus--saintgobain .block-quote {
  margin-top: 0;
}
.vt-aboutus--saintgobain .middle-content {
  padding-bottom: 32px;
}
.vt-aboutus--saintgobain .middle-content .banner {
  margin-top: 24px;
  margin-bottom: 32px;
}
.vt-aboutus--saintgobain .middle-content .dynamic-content p {
  margin-bottom: 20px;
}
.vt-aboutus--saintgobain .middle-content .dynamic-content p:last-child {
  margin-bottom: 0;
}
.vt-aboutus--saintgobain .rewards {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobain .rewards .content {
  padding: 24px;
  background-color: #fafafa;
}
.vt-aboutus--saintgobain .rewards .content ul {
  margin-bottom: 0;
}
.vt-aboutus--saintgobain .project {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobain .project .slider-content.slick-dotted.slick-slider {
  margin-bottom: 24px;
}
.vt-aboutus--saintgobain .project .slider-content .slick-dots {
  bottom: -24px;
}
.vt-aboutus--saintgobain .project .slider-content .slick-next {
  right: -15px;
}
.vt-aboutus--saintgobain .project .slider-content .slick-prev {
  left: -15px;
}
.vt-aboutus--saintgobain .project .project-item {
  padding: 0 15px;
  display: block !important;
}
.vt-aboutus--saintgobain .project .project-item .wrapper {
  position: relative;
}
.vt-aboutus--saintgobain .project .project-item .image {
  height: 228px;
  overflow: hidden;
}
.vt-aboutus--saintgobain .project .project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-aboutus--saintgobain .project .project-item .title {
  margin-bottom: 0;
  margin-top: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  color: #161616;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-aboutus--saintgobain .project .project-item .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.vt-aboutus--saintgobain .project .project-item:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-aboutus--saintgobain .project .project-item:hover .title {
  color: #ffc107;
}
.vt-aboutus--saintgobain .product-content .slider-content.slick-dotted.slick-slider {
  margin-bottom: 24px;
}
.vt-aboutus--saintgobain .product-content .slider-content .slick-dots {
  bottom: -24px;
}
.vt-aboutus--saintgobain .product-content .slider-content .slick-next {
  right: -15px;
}
.vt-aboutus--saintgobain .product-content .slider-content .slick-prev {
  left: -15px;
}
.vt-aboutus--saintgobain .product-content .slider-item {
  padding: 0 15px;
}
.vt-aboutus--saintgobainvn .top-content {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .top-content p {
  margin-bottom: 20px;
}
.vt-aboutus--saintgobainvn .top-content p:last-child {
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .history {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .history .box-title {
  margin-bottom: 23px;
}
.vt-aboutus--saintgobainvn .history .nav-tabs {
  margin-bottom: 28px;
  border: none;
}
.vt-aboutus--saintgobainvn .history .nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  padding: 0 12px;
  opacity: 0.5;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.vt-aboutus--saintgobainvn .history .nav-tabs .nav-link.active, .vt-aboutus--saintgobainvn .history .nav-tabs .nav-link:hover {
  opacity: 1;
}
.vt-aboutus--saintgobainvn .history .nav-tabs .nav-item {
  margin-bottom: 4px;
}
.vt-aboutus--saintgobainvn .history .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
.vt-aboutus--saintgobainvn .history .nav-tabs .nav-item:last-child .nav-link {
  padding-right: 0;
}
.vt-aboutus--saintgobainvn .history .list-item {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .history .list-item li {
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  padding: 24px 0;
}
.vt-aboutus--saintgobainvn .history .list-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.vt-aboutus--saintgobainvn .history .list-item .date {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #161616;
  opacity: 0.8;
}
.vt-aboutus--saintgobainvn .history .list-item .content {
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  opacity: 0.8;
}
.vt-aboutus--saintgobainvn .project {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .project .slider-content.slick-dotted.slick-slider {
  margin-bottom: 24px;
}
.vt-aboutus--saintgobainvn .project .slider-content .slick-dots {
  bottom: -24px;
}
.vt-aboutus--saintgobainvn .project .slider-content .slick-next {
  right: -15px;
}
.vt-aboutus--saintgobainvn .project .slider-content .slick-prev {
  left: -15px;
}
.vt-aboutus--saintgobainvn .project .project-item {
  padding: 0 15px;
  display: block !important;
}
.vt-aboutus--saintgobainvn .project .project-item .wrapper {
  position: relative;
}
.vt-aboutus--saintgobainvn .project .project-item .image {
  height: 228px;
  overflow: hidden;
}
.vt-aboutus--saintgobainvn .project .project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.vt-aboutus--saintgobainvn .project .project-item .title {
  margin-bottom: 0;
  margin-top: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  color: #161616;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-aboutus--saintgobainvn .project .project-item .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.vt-aboutus--saintgobainvn .project .project-item:hover .image img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vt-aboutus--saintgobainvn .project .project-item:hover .title {
  color: #ffc107;
}
.vt-aboutus--saintgobainvn .middle-content {
  padding-bottom: 32px;
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .middle-content .dynamic-content p {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .sg-vn {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .sg-vn .dynamic-content {
  margin-bottom: 16px;
}
.vt-aboutus--saintgobainvn .sg-vn .dynamic-content p {
  margin-bottom: 20px;
}
.vt-aboutus--saintgobainvn .sg-vn .dynamic-content p:last-child {
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .mtlv {
  padding-bottom: 32px;
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .mtlv .dynamic-content p {
  margin-bottom: 20px;
}
.vt-aboutus--saintgobainvn .mtlv .dynamic-content ul {
  padding-left: 41px;
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .mtlv .dynamic-content ul li {
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .mtlv .dynamic-content ul li + li {
  margin-top: 16px;
}
.vt-aboutus--saintgobainvn .mtlv .banner {
  margin-top: 16px;
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .educate {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .educate .dynamic-content p {
  margin-bottom: 16px;
}
.vt-aboutus--saintgobainvn .educate .dynamic-content strong {
  font-weight: 500 !important;
  color: #484848;
}
.vt-aboutus--saintgobainvn .educate .dynamic-content ul {
  padding-left: 41px;
  margin-bottom: 16px;
}
.vt-aboutus--saintgobainvn .educate .dynamic-content ul li {
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .educate .dynamic-content ul li + li {
  margin-top: 12px;
}
.vt-aboutus--saintgobainvn .health {
  margin-bottom: 32px;
}
.vt-aboutus--saintgobainvn .health .dynamic-content p {
  margin-bottom: 16px;
}
.vt-aboutus--saintgobainvn .health .dynamic-content ul {
  padding-left: 41px;
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .health .dynamic-content ul li {
  margin-bottom: 0;
}
.vt-aboutus--saintgobainvn .health .dynamic-content ul li + li {
  margin-top: 16px;
}
.vt-aboutus--saintgobainvn .block-quote {
  -ms-align-items: center;
  align-items: center;
}
.vt-aboutus--saintgobainvn .block-quote .info .content {
  font-size: 18px;
  line-height: 1.5;
  color: #161616;
}
.vt-aboutus--vision .block-quote--vision {
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
  z-index: 0;
}
.vt-aboutus--vision .block-quote--vision:before, .vt-aboutus--vision .block-quote--vision:after {
  z-index: -1;
  content: "";
  height: 154px;
  width: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.vt-aboutus--vision .block-quote--vision:after {
  top: -8px;
  left: -8px;
  background-image: url("../images/icons/bg-quote-left.png");
}
.vt-aboutus--vision .block-quote--vision:before {
  bottom: -8px;
  right: -8px;
  background-image: url("../images/icons/bg-quote-right.png");
}
.vt-aboutus--vision .block-quote--vision .wrapper {
  padding: 50px 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 156px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-aboutus--vision .block-quote--vision .wrapper:after {
  background-color: #002245;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
}
.vt-aboutus--vision .block-quote--vision .wrapper .content {
  position: relative;
  z-index: 5;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}
.vt-aboutus--vision .mission {
  margin-bottom: 30px;
}
.vt-aboutus--vision .mission .box-title {
  margin-bottom: 32px;
}
.vt-aboutus--vision .mission .list-item .item {
  margin-bottom: 30px;
}
.vt-aboutus--vision .mission .list-item .item .icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-aboutus--vision .mission .list-item .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.vt-aboutus--vision .mission .list-item .item .title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #484848;
  opacity: 0.8;
}
.vt-aboutus--vision .core {
  margin-bottom: 32px;
}
.vt-aboutus--vision .core .dynamic-content {
  padding-left: 16px;
  border-left: 1px solid #161616;
}
.vt-aboutus--vision .core .dynamic-content p {
  margin-bottom: 0;
}
.vt-aboutus--vision .core .list-item {
  margin-top: 32px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.vt-aboutus--vision .core .list-item li + li {
  margin-top: 24px;
}
.vt-aboutus--vision .core .list-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-aboutus--vision .core .list-item .item .icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.vt-aboutus--vision .core .list-item .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.vt-aboutus--vision .core .list-item .item .info {
  flex-grow: 1;
  padding-left: 15px;
}
.vt-aboutus--vision .core .list-item .item .info .num {
  padding-top: 12px;
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  color: #161616;
}
.vt-aboutus--vision .core .list-item .item .info .content {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}
.vt-aboutus--quality .medal {
  margin-bottom: 32px;
}
.vt-aboutus--quality .medal .list-item .item {
  margin-bottom: 40px;
}
.vt-aboutus--quality .medal .list-item .item .image {
  width: 144px;
  height: 144px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-aboutus--quality .medal .list-item .item .image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.vt-aboutus--quality .medal .list-item .item .content {
  width: 270px;
  font-size: 14px;
  line-height: 1.57;
  max-width: 100%;
  color: rgba(72, 72, 72, 0.8);
}
.vt-aboutus--quality .medal .list-item .item .content b,
.vt-aboutus--quality .medal .list-item .item .content strong {
  color: #002245;
}
.vt-aboutus--quality .solution {
  margin-bottom: 32px;
}
.vt-aboutus--quality .solution .list-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-aboutus--quality .solution .list-item .item + .item {
  margin-top: 16px;
}
.vt-aboutus--quality .solution .list-item .item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-aboutus--quality .solution .list-item .item .icon img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.vt-aboutus--quality .solution .list-item .item .content {
  flex-grow: 1;
  padding-left: 9px;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(72, 72, 72, 0.8);
}
.vt-aboutus--quality .solution .list-item .item .content b,
.vt-aboutus--quality .solution .list-item .item .content strong {
  color: #002245;
}
.vt-aboutus--quality .prod {
  margin-bottom: 32px;
}
.vt-aboutus--quality .prod p {
  margin-bottom: 20px;
}
.vt-aboutus--reason .block-quote--reason {
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
  z-index: 0;
}
.vt-aboutus--reason .block-quote--reason:before, .vt-aboutus--reason .block-quote--reason:after {
  z-index: -1;
  content: "";
  height: 154px;
  width: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.vt-aboutus--reason .block-quote--reason:after {
  top: -8px;
  left: -8px;
  background-image: url("../images/icons/bg-quote-left.png");
}
.vt-aboutus--reason .block-quote--reason:before {
  bottom: -8px;
  right: -8px;
  background-image: url("../images/icons/bg-quote-right.png");
}
.vt-aboutus--reason .block-quote--reason .wrapper {
  padding: 50px 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 156px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  align-items: center;
  justify-content: center;
}
.vt-aboutus--reason .block-quote--reason .wrapper:after {
  background-color: #002245;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
}
.vt-aboutus--reason .block-quote--reason .wrapper .content {
  position: relative;
  z-index: 5;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}
.vt-aboutus--reason .core--reason {
  margin-bottom: 32px;
}
.vt-aboutus--reason .core--reason .dynamic-content {
  padding-left: 16px;
  border-left: 1px solid #161616;
}
.vt-aboutus--reason .core--reason .list-item {
  margin-top: 32px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.vt-aboutus--reason .core--reason .list-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-aboutus--reason .core--reason .list-item .item + .item {
  margin-top: 32px;
}
.vt-aboutus--reason .core--reason .list-item .item .icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vt-aboutus--reason .core--reason .list-item .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.vt-aboutus--reason .core--reason .list-item .item .info {
  flex-grow: 1;
  padding-left: 15px;
}
.vt-aboutus--reason .core--reason .list-item .item .info .num {
  padding-top: 12px;
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  color: #161616;
  margin-bottom: 4px;
}
.vt-aboutus--reason .core--reason .list-item .item .info .content .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  margin-bottom: 12px;
}
.vt-aboutus--reason .core--reason .list-item .item .info .content .desc {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(72, 72, 72, 0.8);
}
.vt-aboutus--reason .banner.banner--reason {
  margin-top: 16px;
  margin-bottom: 16px;
}
.vt-aboutus--dimension .distribution {
  margin-bottom: 0;
}
.vt-aboutus--dimension .distribution .banner {
  margin-bottom: -32px;
}
.vt-aboutus--dimension .distribution .dynamic-content p {
  margin-bottom: 24px;
}
.vt-aboutus--dimension .top-content-dimension {
  margin-bottom: 32px;
}
.vt-aboutus--dimension .top-content-dimension .banner {
  margin-bottom: 16px;
}
.vt-aboutus--dimension .list-info .item {
  margin-bottom: 16px;
}
.vt-aboutus--dimension .list-info .item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #161616;
  margin-bottom: 16px;
}
.vt-aboutus--dimension .list-info .item .dynamic-content {
  line-height: 20px;
  color: #66696D;
  font-size: 14px;
}
.vt-aboutus--dimension .list-info .item .dynamic-content strong {
  color: #161616;
  font-weight: 500;
}
.vt-aboutus--dimension .list-info .item .dynamic-content p {
  margin-bottom: 16px;
}
.vt-aboutus--dimension .list-info .item .dynamic-content ul {
  margin-bottom: 16px;
}
.vt-aboutus--dimension .list-info .item .dynamic-content ul li + li {
  margin-top: 12px;
}
.vt-aboutus--culture .desc-quote--culture {
  margin-bottom: 17px;
}
.vt-aboutus--culture .top-content-culture {
  margin-bottom: 32px;
}
.vt-aboutus--culture .top-content-culture .banner {
  margin-bottom: 0px;
}
.vt-aboutus--culture .middle-content-culture {
  margin-bottom: 32px;
}
.vt-aboutus--culture .middle-content-culture .banner {
  margin-bottom: 32px;
}
.vt-aboutus--culture .middle-content-culture .dynamic-content p {
  margin-bottom: 16px;
}
.vt-aboutus--culture .middle-content-culture .dynamic-content ul {
  margin-bottom: 16px;
  padding-left: 41px;
}
.vt-aboutus--culture .middle-content-culture .dynamic-content ul li {
  margin-bottom: 0;
}
.vt-aboutus--culture .middle-content-culture .dynamic-content ul li + li {
  margin-top: 12px;
}
.vt-aboutus--culture .albums .box-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #161616;
  margin-bottom: 32px;
}
.vt-aboutus--culture .albums .slider-box {
  margin: 0 -5px;
}
.vt-aboutus--culture .albums .slider-item {
  padding: 0 5px;
}
.vt-aboutus--culture .albums .slider-item .wrapper {
  position: relative;
}
.vt-aboutus--culture .albums .slider-item .wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vt-aboutus--culture .albums .slider-item .wrapper .image-box {
  padding-top: 16px;
  height: 266px;
  -ms-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image-box {
  padding-top: 0;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image {
  height: 266px;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image:after {
  height: 0;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image:before {
  height: 100%;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image .total {
  opacity: 0.8;
}
.vt-aboutus--culture .albums .slider-item .wrapper:hover .image .desc {
  opacity: 0.8;
  visibility: visible;
  bottom: 16px;
}
.vt-aboutus--culture .albums .slider-item .image {
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 250px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.vt-aboutus--culture .albums .slider-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vt-aboutus--culture .albums .slider-item .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69.5%, rgba(22, 22, 22, 0) 69.5%, #161616 100%, #161616 100%);
}
.vt-aboutus--culture .albums .slider-item .image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.32) 0%, rgba(22, 22, 22, 0.8) 87.1%);
}
.vt-aboutus--culture .albums .slider-item .image .total {
  font-size: 12px;
  line-height: 1.67;
  color: #ffffff;
  opacity: 0;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 7px;
  right: 7px;
}
.vt-aboutus--culture .albums .slider-item .image .icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 9;
}
.vt-aboutus--culture .albums .slider-item .image .desc {
  padding-right: 35px;
  position: absolute;
  bottom: -20px;
  left: 16px;
  right: 16px;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  line-height: 1.33;
  color: #ffffff;
  opacity: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-aboutus--culture .albums .slider-item .title {
  margin-bottom: 0px;
  margin-top: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
  text-align: center;
}

.vt-shop-list {
  background-color: #fff;
}
.vt-shop-list .main-content {
  padding-bottom: 30px;
}
.vt-shop-list .top-content {
  padding: 38px 0 46px;
  background-color: #002245;
}
.vt-shop-list .top-content .page-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.29;
  color: #fff;
  margin-bottom: 8px;
}
.vt-shop-list .top-content .page-desc {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.vt-shop-list .top-content .button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vt-shop-list .top-content .button-group .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #161616;
  padding: 12px 14px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.vt-shop-list .top-content .button-group .link + .link {
  margin-left: 16px;
}
.vt-shop-list .top-content .button-group .link.active, .vt-shop-list .top-content .button-group .link:hover {
  background-color: #fff;
  box-shadow: none;
}
.vt-shop-list .top-content .button-group .link img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 8px;
}
.vt-shop-list .block-content {
  padding: 30px 0 0;
}
.vt-shop-list .block-content .search-form {
  margin-bottom: 40px;
  position: relative;
}
.vt-shop-list .block-content .search-form > form {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.vt-shop-list .block-content .search-form > form .form-item-field-cate-dealer-target-id,
.vt-shop-list .block-content .search-form > form .js-form-item-sort-by,
.vt-shop-list .block-content .search-form > form .js-form-item-sort-order {
  display: none;
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield {
  padding-right: 15px;
  padding-left: 15px;
  flex-grow: 1;
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield label {
  display: none;
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text] {
  margin: 0;
  border: none;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  font-size: 14px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #1a1a1a;
  padding-right: 48px;
  -ms-transition: border-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, color 0.4s ease;
  -moz-transition: border-color 0.4s ease, color 0.4s ease;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text]::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text]:-moz-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text]::-moz-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text]:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.3);
}
.vt-shop-list .block-content .search-form > form .js-form-type-textfield input[type=text]:focus {
  border-color: #002245;
  color: #1a1a1a;
}
.vt-shop-list .block-content .search-form > form .shs-field-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vt-shop-list .block-content .search-form > form .shs-field-container .shs-widget-container {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 16px;
}
.vt-shop-list .block-content .search-form > form .js-form-type-select {
  order: -1;
  width: 100%;
  padding: 0 15px;
  flex-shrink: 0;
}
.vt-shop-list .block-content .search-form > form .js-form-type-select select {
  height: auto;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow-down.png");
  background-position: right 20px center;
  background-size: 10px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 12.5px 16px;
  padding-right: 40px;
  padding-left: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: rgba(26, 26, 26, 0.3);
  -ms-transition: border-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, color 0.4s ease;
  -moz-transition: border-color 0.4s ease, color 0.4s ease;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
}
.vt-shop-list .block-content .search-form > form .js-form-type-select select:hover, .vt-shop-list .block-content .search-form > form .js-form-type-select select:focus {
  border-color: #002245;
  color: #1a1a1a;
}
.vt-shop-list .block-content .search-form > form .js-form-type-select select.hidden {
  display: none;
}
.vt-shop-list .block-content .search-form > form input[type=submit] {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 15px;
  border: none;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/icons/search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.vt-shop-list .map {
  height: 600px;
}
.vt-shop-list .map .map-info {
  padding: 6px 16px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #161616;
}
.vt-shop-list .address-list {
  min-height: 100%;
  background-color: #fafafa;
  padding: 24px;
}
.vt-shop-list .address-list .col-title {
  font-size: 12px;
  line-height: 20px;
  min-height: 40px;
  color: #707781;
  margin-bottom: 16px;
}
.vt-shop-list .address-list .col-title span {
  font-weight: bold;
  color: #161616;
}
.vt-shop-list .address-list .list-wrapper {
  overflow-y: scroll;
  padding-right: 2px;
  height: 648px;
}
.vt-shop-list .address-list .list-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.vt-shop-list .address-list .list-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.vt-shop-list .address-list .list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #d7d7d7;
}
.vt-shop-list .address-list .item {
  background-color: #fff;
  padding: 16px 16px 21px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #66696d;
  font-size: 14px;
  line-height: 1.43;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-shop-list .address-list .item:hover, .vt-shop-list .address-list .item.active {
  border-color: #002245;
}
.vt-shop-list .address-list .item .title {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  color: #161616;
  margin-bottom: 16px;
}
.vt-shop-list .address-list .item .text a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.vt-shop-list .address-list .item .text a:hover {
  color: #ffc107;
}
.vt-shop-list .address-list .item .text a + a:before {
  content: " - ";
  color: #66696d;
}
.vt-shop-list .address-list .item .text span {
  font-weight: 500;
}
.vt-shop-list .address-list .item .text + .text {
  margin-top: 12px;
}
.vt-shop-list .address-list .item .btn-to-cart {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #fddc00;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-shop-list .address-list .item .btn-to-cart:hover {
  background-color: #ffc107;
}
.vt-shop-list .address-list .item + .item {
  margin-top: 16px;
}

.vt-contact .main-content {
  padding: 64px 0 0;
  background-color: #fff;
}
.vt-contact .main-content .top-content {
  padding-bottom: 32px;
}
.vt-contact .main-content .top-content .banner img {
  display: block;
  margin: 0 auto;
}
.vt-contact .main-content .top-content .page-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  margin-bottom: 24px;
  text-align: center;
}
.vt-contact .main-content .top-content .hotline {
  background: #fdd000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 17px 20px;
  margin-bottom: 24px;
}
.vt-contact .main-content .top-content .hotline .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 371px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
}
.vt-contact .main-content .top-content .hotline .wrapper svg {
  margin-right: 18px;
  flex-shrink: 0;
}
.vt-contact .main-content .top-content .hotline .wrapper .info p {
  margin-bottom: 0;
}
.vt-contact .main-content .top-content .hotline .wrapper .info p a {
  font-size: 18px;
  line-height: 20px;
  color: inherit;
  font-weight: 500;
}
.vt-contact .main-content .top-content .hotline .wrapper .info p a:hover {
  text-decoration: underline;
}
.vt-contact .main-content .top-content .hotline .wrapper .info p + p {
  margin-top: 10px;
}
.vt-contact .main-content .top-content .block-form {
  padding: 32px 100px 24px;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text],
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email],
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel],
.vt-contact .main-content .top-content .block-form .js-form-item select,
.vt-contact .main-content .top-content .block-form .js-form-item textarea {
  width: 100%;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #161616;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text]::-webkit-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]::-webkit-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]::-webkit-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item select::-webkit-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item textarea::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text]:-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]:-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]:-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item select:-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item textarea:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text]::-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]::-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]::-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item select::-moz-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item textarea::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text]:-ms-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]:-ms-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]:-ms-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item select:-ms-input-placeholder,
.vt-contact .main-content .top-content .block-form .js-form-item textarea:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.vt-contact .main-content .top-content .block-form .js-form-item input[type=text]:focus, .vt-contact .main-content .top-content .block-form .js-form-item input[type=text]:hover,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]:focus,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=email]:hover,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]:focus,
.vt-contact .main-content .top-content .block-form .js-form-item input[type=tel]:hover,
.vt-contact .main-content .top-content .block-form .js-form-item select:focus,
.vt-contact .main-content .top-content .block-form .js-form-item select:hover,
.vt-contact .main-content .top-content .block-form .js-form-item textarea:focus,
.vt-contact .main-content .top-content .block-form .js-form-item textarea:hover {
  border-color: #002245;
}
.vt-contact .main-content .top-content .block-form .js-form-item input {
  height: 48px;
}
.vt-contact .main-content .top-content .block-form .js-form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  background-image: url(../images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 30px;
}
.vt-contact .main-content .top-content .block-form .js-form-item textarea {
  height: 120px;
  padding: 10px 18px;
  display: block;
}
.vt-contact .main-content .top-content .block-form .form-item--error-message {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
  font-weight: normal;
}
.vt-contact .main-content .top-content .block-form .form-item--error-message strong {
  font-weight: normal;
}
.vt-contact .main-content .top-content .block-form input[type=submit] {
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  padding: 0 5px;
  border: none;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #fddc00;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-contact .main-content .top-content .block-form input[type=submit]:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}
.vt-contact .main-content .top-content .block-form .form-desc {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #707781;
  width: 322px;
  max-width: 100%;
  margin: 0 auto 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.vt-contact .main-content .top-content .block-form .js-form-item {
  margin-bottom: 16px;
}
.vt-contact .main-content .top-content .block-form .js-form-type-textarea {
  margin-bottom: 24px;
}
.vt-contact .main-content .top-content .block-form input[type=submit] {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.vt-contact .main-content .top-content .department-list {
  padding-top: 32px;
}
.vt-contact .main-content .top-content .department-list .slider-item {
  padding: 0 15px;
}
.vt-contact .main-content .top-content .department-list .item {
  background-color: #fff;
  padding: 17px 17px 47px;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-contact .main-content .top-content .department-list .item:hover {
  border-color: #002245;
}
.vt-contact .main-content .top-content .department-list .item .img-box {
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}
.vt-contact .main-content .top-content .department-list .item .img-box img {
  max-width: none;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.vt-contact .main-content .top-content .department-list .item .info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #161616;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px;
  min-height: 32px;
  margin-bottom: 10px;
}
.vt-contact .main-content .top-content .department-list .item .info .address, .vt-contact .main-content .top-content .department-list .item .info .phone {
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  margin-bottom: 14px;
  min-height: 70px;
}
.vt-contact .main-content .top-content .department-list .item .info .address span, .vt-contact .main-content .top-content .department-list .item .info .phone span {
  font-weight: 500;
}
.vt-contact .main-content .top-content .department-list .item .info .phone {
  margin-bottom: 0;
  min-height: auto;
}
.vt-contact .main-content .top-content .department-list .slick-arrow {
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.vt-contact .main-content .top-content .department-list .slick-disabled {
  opacity: 0;
}
.vt-contact .main-content .top-content .department-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vt-contact .main-content .top-content .department-list .slick-track .slick-slide {
  height: inherit;
}
.vt-contact .main-content .top-content .department-list .slick-track .slick-slide > div {
  height: 100%;
}
.vt-contact .main-content .top-content .department-list .slick-track .slick-slide > div > .slider-item {
  height: 100%;
}
.vt-contact .main-content .top-content .department-list .slick-track .slick-slide > div > .slider-item .item {
  height: 100%;
}
.vt-contact .main-content .cta-content {
  padding: 38px 0 46px;
  background-color: #002245;
  color: #fff;
}
.vt-contact .main-content .cta-content .page-title {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.29;
  margin-bottom: 8px;
}
.vt-contact .main-content .cta-content .page-desc {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin-bottom: 0;
  font-weight: normal;
}
.vt-contact .main-content .cta-content .button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vt-contact .main-content .cta-content .button-group .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #161616;
  padding: 12px 14px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.vt-contact .main-content .cta-content .button-group .link + .link {
  margin-left: 16px;
}
.vt-contact .main-content .cta-content .button-group .link.active, .vt-contact .main-content .cta-content .button-group .link:hover {
  background-color: #fff;
  box-shadow: none;
}
.vt-contact .main-content .cta-content .button-group .link img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 8px;
}
.vt-contact .main-content .home-contact {
  padding: 0;
}
.vt-contact .main-content .home-contact .contact-now {
  padding: 107px 0;
}
.vt-contact .main-content .home-contact .contact-now .image-box .image {
  position: static;
}
.vt-contact .main-content .home-contact .contact-now .info-container {
  padding: 13px 0;
}
.vt-contact .main-content .home-contact .contact-now .info-container .content {
  padding: 37px 40px 12px;
}
.vt-contact .main-content .home-contact .contact-now .info-container .content .title {
  text-align: center;
  padding: 0;
  margin-bottom: 16px;
  line-height: 38px;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.vt-contact .main-content .home-contact .contact-now .info-container .content .desc {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 53px;
}
.vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action {
  min-width: 170px;
  padding: 14px 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #002245;
}
.vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action + .btn-action {
  margin-left: 30px;
}

.page-not-found {
  background-image: url("../images/not-found/bg-404.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 144px;
  text-align: center;
}
.page-not-found .banner {
  margin-bottom: 16px;
}
.page-not-found .banner img {
  display: block;
  margin: 0 auto;
}
.page-not-found .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #ff6f6f;
  margin-bottom: 32px;
}
.page-not-found .desc {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.thanks {
  background-image: url("../images/not-found/bg-404.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.thanks .page-title {
  margin-top: 102px;
  margin-bottom: 8px;
  text-align: center;
}
.thanks .page-desc {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 2px;
}
.thanks .desc {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 33px;
}
.thanks .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thanks .list li {
  margin: 0 16px 10px;
}
.thanks .list a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  padding: 14px 24px;
  background: #fdd000;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.thanks .list a:hover {
  background-color: #ffc107;
}
.thanks .banner img {
  display: block;
  margin: 0 auto;
}

.search-results {
  background-color: #fff;
  padding-bottom: 32px;
  padding-top: 16px;
}
.search-results .pagination {
  margin-top: 12px;
}
.search-results .btn-back {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #161616;
  display: inline-block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.search-results .btn-back i {
  margin-right: 8px;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.search-results .btn-back:hover {
  color: #ffc107;
}
.search-results .btn-back:hover i {
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.search-results .main-content {
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 22, 22, 0.1);
}
.search-results .main-content .section-title {
  margin-bottom: 32px;
  color: #161616;
}
.search-results .main-content .form-content {
  position: relative;
}
.search-results .main-content .form-content .js-form-item input[type=text] {
  width: 100%;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid rgba(152, 152, 154, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #161616;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.search-results .main-content .form-content .js-form-item input[type=text]::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.search-results .main-content .form-content .js-form-item input[type=text]:-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.search-results .main-content .form-content .js-form-item input[type=text]::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.search-results .main-content .form-content .js-form-item input[type=text]:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}
.search-results .main-content .form-content .js-form-item input[type=text]:focus, .search-results .main-content .form-content .js-form-item input[type=text]:hover {
  border-color: #002245;
}
.search-results .main-content .form-content .js-form-item input {
  height: 48px;
}
.search-results .main-content .form-content .form-item--error-message {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #dd2727;
  line-height: 18px;
  padding-left: 16px;
  font-weight: normal;
}
.search-results .main-content .form-content .form-item--error-message strong {
  font-weight: normal;
}
.search-results .main-content .form-content input[type=submit] {
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  padding: 0 5px;
  border: none;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #fddc00;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-results .main-content .form-content input[type=submit]:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}
.search-results .main-content .form-content form {
  position: relative;
  padding-right: 216px;
}
.search-results .main-content .form-content .js-form-type-textfield input {
  padding-right: 50px;
}
.search-results .main-content .form-content .js-form-type-select {
  display: none;
}
.search-results .main-content .form-content .form-actions {
  position: absolute;
  top: 0;
  right: 216px;
}
.search-results .main-content .form-content .form-actions input[type=submit] {
  background-color: transparent;
  font-size: 0;
  background-image: url(../images/icons/search.png);
  background-repeat: no-repeat;
  width: 48px;
  background-position: center;
}
.search-results .main-content .form-content .sort-content {
  margin-bottom: 0;
  position: absolute;
  bottom: -46px;
  right: 0;
}
.search-results .main-content .form-content .dropdown-cate {
  position: absolute;
  top: 0;
  right: 0;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-toggle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 12px 14px;
  border: none;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 200px;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-toggle svg {
  margin-left: 35px;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-toggle::after {
  content: none;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  background-color: #fff;
  padding: 6px;
  width: 200px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-menu a:hover {
  background-color: #ffc107;
}
.search-results .main-content .form-content .dropdown-cate .dropdown-menu a.active {
  background-color: #fddc00;
}
.search-results .main-content .sort-content {
  margin-top: 24px;
}
.search-results .main-content .list-content {
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  padding-top: 14px;
}
.search-results .main-content .list-content .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 14px;
}
.search-results .main-content .list-content .item .img {
  flex-shrink: 0;
  width: 170px;
  height: 100px;
}
.search-results .main-content .list-content .item .img img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.search-results .main-content .list-content .item .info {
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  padding-left: 30px;
  padding-bottom: 14px;
  flex-grow: 1;
}
.search-results .main-content .list-content .item .info .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-results .main-content .list-content .item .info .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  margin-bottom: 6px;
  width: 400px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}
.search-results .main-content .list-content .item .info .title a {
  color: inherit;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.search-results .main-content .list-content .item .info .title:hover {
  color: #ffc107;
}
.search-results .main-content .list-content .item .info .cat {
  margin-bottom: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 4px 16px;
  background-color: #f2f2f2;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.search-results .main-content .list-content .item .info .desc {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  opacity: 0.8;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

.vt-order {
  background-color: #fff;
  padding-bottom: 64px;
  padding-top: 64px;
}
.vt-order .wrapper {
  padding: 32px 15px 20px;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.vt-order .wrapper .title-bold {
  text-align: center;
}
.vt-order .wrapper .page-desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #707781;
  margin-bottom: 8px;
}
.vt-order .wrapper .line {
  display: block;
  opacity: 0.1;
  border-top: 1px solid #161616;
  width: 322px;
  max-width: 100%;
  margin: 0 auto 32px;
}
.vt-order .wrapper form {
  font-size: 14px;
}
.vt-order .wrapper form input[type=submit] {
  cursor: pointer;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 48px;
  padding: 0 5px;
  border: none;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #fddc00;
  font-weight: 500;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vt-order .wrapper form input[type=submit]:hover {
  color: #1a1a1a;
  background-color: #ffc107;
}
.vt-order .wrapper form fieldset legend {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  margin-bottom: 16px;
  display: none;
}
.vt-order .wrapper form fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vt-order .wrapper form fieldset:nth-child(1) {
  margin-bottom: 32px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.vt-order .wrapper form fieldset:nth-child(1) legend {
  display: block;
}
.vt-order .wrapper form fieldset:nth-child(1) .form-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
.vt-order .wrapper form fieldset:nth-child(2) legend {
  display: block;
}
.vt-order .wrapper form fieldset:nth-child(2) .form-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
.vt-order .wrapper form fieldset:nth-child(2) .form-wrapper.radios--wrapper {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}
.vt-order .wrapper form fieldset:nth-child(3) .form-wrapper {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.vt-order .wrapper form fieldset:nth-child(3) legend {
  display: none;
}
.vt-order .wrapper form fieldset:nth-child(4) .fieldset-wrapper .form-wrapper {
  max-width: none;
  flex: 0 0 100%;
  width: 100%;
}
.vt-order .wrapper form textarea,
.vt-order .wrapper form select,
.vt-order .wrapper form input[type=text],
.vt-order .wrapper form input[type=email],
.vt-order .wrapper form input[type=tel] {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(152, 152, 154, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 18px;
}
.vt-order .wrapper form select {
  background-image: url("../images/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
}
.vt-order .wrapper form textarea {
  height: 120px;
  padding: 14px 18px;
  width: 100%;
}
.vt-order .wrapper form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #747474;
  margin-bottom: 8px;
}
.vt-order .wrapper form label.visually-hidden {
  display: none;
}
.vt-order .wrapper form .form-wrapper {
  padding: 0 15px;
  margin-bottom: 13px;
}
.vt-order .wrapper form .radios--wrapper.form-wrapper {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}
.vt-order .wrapper form .form-radios {
  width: 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vt-order .wrapper form .form-radios .form-item {
  margin-bottom: 13px;
  padding: 0 15px;
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.vt-order .wrapper form .form-radios .form-item label {
  margin-bottom: 0;
}
.vt-order .wrapper form .js-form-type-radio input {
  display: none;
}
.vt-order .wrapper form .js-form-type-radio label {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  position: relative;
  padding-left: 30px;
  opacity: 1;
  cursor: pointer;
}
.vt-order .wrapper form .js-form-type-radio label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #999999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.vt-order .wrapper form .js-form-type-radio label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vt-order .wrapper form .js-form-type-radio input:checked + label:after {
  background-color: #fdd000;
}
.vt-order .wrapper form .js-form-type-radio input:checked + label:before {
  border-color: #fdd000;
}
.vt-order .wrapper form .form-item-upload-file label {
  cursor: pointer;
  opacity: 1;
}
.vt-order .wrapper form .form-item-upload-file label span.btn-upload {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  background: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #000000;
  text-align: center;
  margin-top: 16px;
}
.vt-order .wrapper form .form-item-upload-file label span.btn-upload + span {
  display: inline-block;
  margin-left: 5px;
}
.vt-order .wrapper form input[type=file] {
  display: none;
}
.vt-order .wrapper form input[type=submit] {
  max-width: 100%;
  display: block;
  margin: 32px auto 0;
  width: 150px;
}
.vt-order .wrapper form input[type=submit].js-hide {
  display: none;
}

.loyalty-landing {
  background-color: #fff;
}
.loyalty-landing img[data-align=center] {
  display: block;
  margin: 0 auto;
}
.loyalty-landing img[data-align=left] {
  display: block;
  margin-right: auto;
}
.loyalty-landing img[data-align=right] {
  display: block;
  margin-left: auto;
}
.loyalty-landing a {
  color: #1b4689;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.loyalty-landing a:hover {
  color: #ffc107;
}
.loyalty-landing .page-title,
.loyalty-landing .section-title,
.loyalty-landing .box-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}
.loyalty-landing .btn-viewmore {
  color: #1b4689;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  border: none;
  text-decoration: underline;
}
.loyalty-landing .btn-viewmore:hover {
  color: #ffc107;
}
.loyalty-landing .section {
  padding: 32px 0;
}
.loyalty-landing .section-desc {
  font-size: 16px;
  line-height: 24px;
  color: #6a6a6a;
  margin-bottom: 16px;
}
.loyalty-landing .section-desc p {
  margin-bottom: 0;
}
.loyalty-landing .section-desc p + p {
  margin-top: 12px;
}
.loyalty-landing .slider-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.loyalty-landing .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.loyalty-landing .slider-wrapper .slider-controls .btn-slider {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #4d647d;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.loyalty-landing .slider-wrapper .slider-controls .btn-slider:not(.slick-disabled):hover {
  background-color: #002245;
}
.loyalty-landing .slider-wrapper .slider-controls .btn-slider:not(.slick-arrow) {
  display: none;
}
.loyalty-landing .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots {
  position: static;
  height: 32px;
  padding: 11px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1px;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li + li {
  margin-left: 8px;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  background-color: #002245;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  -ms-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li button:before {
  content: none;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li button:hover {
  opacity: 1;
}
.loyalty-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fdd000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.loyalty-landing .video-section {
  text-align: center;
}
.loyalty-landing .video-section .page-title {
  margin-bottom: 24px;
}
.loyalty-landing .video-section .video-box {
  margin-top: 28px;
  position: relative;
  height: 390px;
}
.loyalty-landing .video-section .video-box img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.loyalty-landing .video-section .video-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loyalty-landing .video-section .video-box .icon svg path {
  -ms-transition: stroke 0.4s ease, fill 0.4s ease;
  -o-transition: stroke 0.4s ease, fill 0.4s ease;
  -moz-transition: stroke 0.4s ease, fill 0.4s ease;
  -webkit-transition: stroke 0.4s ease, fill 0.4s ease;
  transition: stroke 0.4s ease, fill 0.4s ease;
}
.loyalty-landing .video-section .video-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loyalty-landing .video-section .video-box:hover .icon svg > path {
  stroke: #ffc107;
}
.loyalty-landing .video-section .video-box:hover .icon svg > path + path {
  fill: #ffc107;
}
.loyalty-landing .quote-section {
  background-color: #052850;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.loyalty-landing .quote-section:after {
  content: "";
  right: 0;
  width: 100%;
  background: #1b4689;
  height: 82px;
  bottom: 0;
  position: absolute;
}
.loyalty-landing .quote-section:before {
  content: "";
  right: 45.8333335%;
  width: 100%;
  background: #002245;
  top: 0;
  bottom: 0;
  position: absolute;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 4;
}
.loyalty-landing .quote-section .wrapper {
  padding-top: 66px;
  padding-bottom: 70px;
}
.loyalty-landing .quote-section .wrapper.main-info {
  position: relative;
  z-index: 10;
}
.loyalty-landing .quote-section .section-title {
  color: #fff;
  margin-bottom: 63px;
}
.loyalty-landing .quote-section .content {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}
.loyalty-landing .quote-section .content .title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.loyalty-landing .quote-section .content .title span {
  line-height: 1;
  margin-right: 8px;
  font-weight: bold;
  font-size: 60px;
  color: #fdd000;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  margin-top: -13px;
}
.loyalty-landing .quote-section .content p {
  opacity: 0.8;
}
.loyalty-landing .quote-section .content p + p {
  margin-top: 20px;
}
.loyalty-landing .quote-section .btn-viewmore {
  color: #fff;
}
.loyalty-landing .quote-section .btn-viewmore:hover {
  color: #ffc107;
}
.loyalty-landing .quote-section .man {
  height: 100%;
}
.loyalty-landing .quote-section .man .wrapper {
  padding-top: 28px;
  padding-bottom: 82px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.loyalty-landing .quote-section .man .wrapper .ava {
  padding-left: 100px;
}
.loyalty-landing .quote-section .man .wrapper .ava img {
  display: block;
  margin-left: auto;
}
.loyalty-landing .quote-section .man .wrapper .info {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b4689;
  padding: 16px 0;
  padding-left: 100px;
}
.loyalty-landing .quote-section .man .wrapper .info:before {
  top: 0;
  width: 800px;
  left: 100%;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #1b4689;
}
.loyalty-landing .quote-section .man .wrapper .info .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 2px;
}
.loyalty-landing .quote-section .man .wrapper .info .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  margin-bottom: 0;
}
.loyalty-landing .rules-section .banner {
  height: 550px;
  overflow: hidden;
}
.loyalty-landing .rules-section .banner img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loyalty-landing .rules-section .section-desc {
  color: #000;
}
.loyalty-landing .rules-section .top-content {
  margin-top: -179px;
}
.loyalty-landing .rules-section .top-content .wrapper {
  color: #fff;
  background-color: #1b4689;
  padding: 60px;
  -webkit-box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
  box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
}
.loyalty-landing .rules-section .top-content .wrapper .page-title {
  color: #fff;
  margin-bottom: 24px;
}
.loyalty-landing .rules-section .top-content .wrapper .section-desc {
  color: #fff;
}
.loyalty-landing .rules-section .top-content .wrapper .list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.loyalty-landing .rules-section .top-content .wrapper .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.loyalty-landing .rules-section .top-content .wrapper .list li + li {
  margin-top: 14px;
}
.loyalty-landing .rules-section .top-content .wrapper .list li .icon {
  flex-shrink: 0;
}
.loyalty-landing .rules-section .top-content .wrapper .list li .info {
  padding-left: 14px;
}
.loyalty-landing .rules-section .top-content .wrapper .list li .info .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #ffffff;
}
.loyalty-landing .rules-section .top-content .wrapper .list li .info .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
}
.loyalty-landing .rules-section .middle-content {
  padding-top: 100px;
}
.loyalty-landing .rules-section .middle-content .section-desc {
  margin-bottom: 36px;
  color: #000;
}
.loyalty-landing .rules-section .middle-content .section-desc a {
  color: #1b4689;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.loyalty-landing .rules-section .middle-content .section-desc a:hover {
  color: #ffc107;
}
.loyalty-landing .rules-section .middle-content .steps {
  padding-bottom: 50px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
  position: relative;
}
.loyalty-landing .rules-section .middle-content .steps li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.loyalty-landing .rules-section .middle-content .steps li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 80px;
  left: 15px;
  right: -15px;
  border-top: 1px solid #fdd000;
  opacity: 0.8;
  z-index: 1;
}
.loyalty-landing .rules-section .middle-content .steps li .step {
  width: 270px;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.loyalty-landing .rules-section .middle-content .steps li .step:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  top: 77px;
  left: 4px;
  z-index: 3;
}
.loyalty-landing .rules-section .middle-content .steps li .step:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffa800;
  top: 73px;
  left: 0px;
  z-index: 2;
  background-color: #fff;
}
.loyalty-landing .rules-section .middle-content .steps .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  color: #1b4689;
  margin-bottom: 32px;
  display: block;
}
.loyalty-landing .rules-section .middle-content .steps .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 6px;
}
.loyalty-landing .rules-section .middle-content .steps .desc {
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
}
.loyalty-landing .rules-section .middle-content .steps .desc a {
  text-decoration: underline;
  word-break: break-all;
}
.loyalty-landing .rules-section .foot-content {
  padding: 50px 0;
}
.loyalty-landing .rules-section .foot-content .section-desc {
  margin-bottom: 36px;
  width: 726px;
  max-width: 100%;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slick-track .slick-slide {
  height: inherit;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slick-track .slick-slide > div {
  height: 100%;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slick-track .slick-slide > div > .slider-item {
  height: 100%;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slick-track .slick-slide > div > .slider-item .wrapper {
  height: 100%;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .btn-slider.btn-prev {
  left: 0px;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .btn-slider.btn-next {
  right: 0px;
  left: auto;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item {
  padding: 0 15px 15px;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper {
  padding: 24px 24px 20px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.04);
  text-align: center;
  -ms-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: border-color 0.4s ease, box-shadow 0.4s ease;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper.active, .loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper:hover {
  border: 1px solid #fdd000;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .icon {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .icon img {
  max-height: 100%;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #000000;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .desc {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #484848;
}
.loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loyalty-landing .rules-section .foot-content .gift-slider {
  background-color: #002245;
  color: #fff;
  -webkit-box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
  box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box {
  position: relative;
  padding-left: 150px;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav {
  width: 86px;
  position: absolute;
  left: 24px;
  padding: 24px 0 0;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav .slider-item {
  cursor: pointer;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav .slider-item .img {
  border: 1px solid #ffffff;
  width: 86px;
  height: 86px;
  opacity: 0.4;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav .slider-item .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav .slick-slide.slick-active.slick-current .slider-item .img {
  opacity: 1;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .img {
  padding: 24px 0;
  padding-right: 48px;
  height: 322px;
}
.loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loyalty-landing .rules-section .foot-content .info-box {
  background-color: #062852;
  padding: 48px 44px;
  height: 100%;
}
.loyalty-landing .rules-section .foot-content .info-box .title {
  color: #f8f8f8;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 26px;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list li .icon {
  flex-shrink: 0;
  margin-right: 16px;
  opacity: 0.4;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list li + li {
  margin-top: 14px;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list li.active {
  text-decoration: underline;
}
.loyalty-landing .rules-section .foot-content .info-box .check-list li.active .icon {
  opacity: 1;
}
.loyalty-landing .product-section {
  background-color: #f2f2f2;
  padding: 50px 0 25px;
}
.loyalty-landing .product-section .page-title {
  text-align: center;
  width: 570px;
  max-width: 100%;
  margin: 0 auto 16px;
}
.loyalty-landing .product-section .section-desc {
  text-align: center;
  width: 770px;
  max-width: 100%;
  margin: 0 auto 24px;
}
.loyalty-landing .product-section .btn-scroll {
  display: block;
  margin: 0 auto 7px;
  background-color: transparent;
  border: 1px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #002245;
  padding: 4px 16px;
  -ms-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -moz-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.loyalty-landing .product-section .btn-scroll:hover {
  background-color: #002245;
  border-color: #002245;
  color: #fff;
}
.loyalty-landing .product-section .product-content {
  padding: 25px 0;
}
.loyalty-landing .product-section .product-content .section-title {
  margin-bottom: 24px;
}
.loyalty-landing .product-section .product-content .list-cate {
  padding-left: 0;
  list-style: none;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loyalty-landing .product-section .product-content .list-cate li {
  margin-bottom: 10px;
}
.loyalty-landing .product-section .product-content .list-cate li:not(:last-child) {
  margin-right: 16px;
}
.loyalty-landing .product-section .product-content .list-cate li a {
  font-size: 16px;
  line-height: 20px;
  color: #9a9a9a;
}
.loyalty-landing .product-section .product-content .list-cate li a.active {
  color: #002245;
  font-weight: bold;
}
.loyalty-landing .product-section .product-content .slider-wrapper {
  width: 100%;
  position: relative;
}
.loyalty-landing .product-section .product-content .slider-wrapper .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.loyalty-landing .product-section .product-content .slider-wrapper .btn-slider.btn-prev {
  left: 0px;
}
.loyalty-landing .product-section .product-content .slider-wrapper .btn-slider.btn-next {
  right: 0px;
  left: auto;
}
.loyalty-landing .product-section .product-content .slider-wrapper .slider-item {
  padding: 0 15px;
}
.loyalty-landing .product-section .product-content .slider-wrapper .slider-controls .slider-dots .slick-dots {
  margin-top: 11px;
}
.loyalty-landing .product-section .product-content .slider-wrapper .product .scores {
  border-top: 1px solid #e8e8e8;
  padding: 16px 8px 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  margin-bottom: 0;
  list-style: none;
}
.loyalty-landing .product-section .product-content .slider-wrapper .product .scores li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.loyalty-landing .product-section .product-content .slider-wrapper .product .scores li + li {
  margin-top: 4px;
}
.loyalty-landing .product-section .product-content .slider-wrapper .product .scores li .score {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background-color: #fdd000;
  color: #002245;
  font-size: 8px;
  line-height: 10px;
  flex-shrink: 0;
  text-align: center;
  padding: 2px 0;
}
.loyalty-landing .product-section .product-content .slider-wrapper .product .scores li .score strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.loyalty-landing .scores-section {
  padding: 100px 0;
}
.loyalty-landing .scores-section .section-title {
  margin-bottom: 40px;
  padding-left: 50px;
}
.loyalty-landing .scores-section .wrapper {
  padding: 50px 0;
  border: 1px solid #f2f2f2;
}
.loyalty-landing .scores-section .wrapper + .wrapper {
  margin-top: 24px;
}
.loyalty-landing .scores-section .nav-tabs {
  border: none;
  padding-left: 50px;
}
.loyalty-landing .scores-section .nav-tabs .nav-item {
  margin: 0;
}
.loyalty-landing .scores-section .nav-tabs .nav-link {
  border: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  opacity: 0.3;
  -ms-transition: opacity 0.4s ease, border-color 0.4s ease;
  -o-transition: opacity 0.4s ease, border-color 0.4s ease;
  -moz-transition: opacity 0.4s ease, border-color 0.4s ease;
  -webkit-transition: opacity 0.4s ease, border-color 0.4s ease;
  transition: opacity 0.4s ease, border-color 0.4s ease;
  border-bottom: 2px solid transparent;
}
.loyalty-landing .scores-section .nav-tabs .nav-link.active {
  opacity: 1;
  border-color: #fdd000;
}
.loyalty-landing .scores-section .table-responsive {
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.04);
  margin: 24px 0 16px;
}
.loyalty-landing .scores-section .note {
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
  margin-top: 16px;
  padding-left: 50px;
  width: 620px;
  max-width: 100%;
}
.loyalty-landing .scores-section .note span {
  color: #000;
  font-weight: bold;
}
.loyalty-landing .scores-section table {
  background-color: #fff;
  width: 100%;
}
.loyalty-landing .scores-section table tr {
  border-top: 1px solid #f2f2f2;
}
.loyalty-landing .scores-section table tr th {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding: 24px 10px 16px;
}
.loyalty-landing .scores-section table tr td {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding: 16px 10px;
}
.loyalty-landing .scores-section table tr td:first-child {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.loyalty-landing .scores-section ul.list {
  padding: 0 50px;
  margin-bottom: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.loyalty-landing .scores-section ul.list li {
  padding-left: 20px;
  position: relative;
}
.loyalty-landing .scores-section ul.list li + li {
  margin-top: 8px;
}
.loyalty-landing .scores-section ul.list li:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1b4689;
}
.loyalty-landing .contact-section {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.loyalty-landing .contact-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.loyalty-landing .contact-section .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.loyalty-landing .contact-section:after {
  position: absolute;
  z-index: -1;
  background-color: #66696d;
  opacity: 0.51;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.loyalty-landing .contact-section .page-title {
  text-align: center;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
.loyalty-landing .contact-section .page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 4px solid #ffffff;
  width: 170px;
  margin-left: -85px;
}
.loyalty-landing .contact-section .quick-contact {
  text-align: center;
}
.loyalty-landing .contact-section .quick-contact .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #fff;
}
.loyalty-landing .contact-section .quick-contact__item {
  padding: 0 25px;
  margin-bottom: 30px;
}
.loyalty-landing .contact-section .call-now {
  color: #fff;
}
.loyalty-landing .contact-section .call-now span {
  display: block;
  margin-bottom: 8px;
}
.loyalty-landing .contact-section .call-now a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1b4689;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.loyalty-landing .contact-section .call-now a svg {
  margin-right: 24px;
  vertical-align: middle;
  margin-top: -4px;
}
.loyalty-landing .contact-section .call-now a:hover {
  background-color: #ffc107;
}
.loyalty-landing .contact-section .share-box a {
  display: inline-block;
}
.loyalty-landing .contact-section .share-box a + a {
  margin-left: 10px;
}
.loyalty-landing .contact-section .form-box {
  padding: 40px;
  background-color: #fff;
}
.loyalty-landing .contact-section .form-box .form-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #484848;
  margin-bottom: 18px;
}
.loyalty-landing .contact-section .form-box form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.loyalty-landing .contact-section .form-box form .form-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.loyalty-landing .contact-section .form-box form .form-actions {
  width: 100%;
}
.loyalty-landing .contact-section .form-box .form-item {
  margin-bottom: 10px;
}
.loyalty-landing .contact-section .form-box .form-item label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66696d;
  margin-bottom: 4px;
}
.loyalty-landing .contact-section .form-box .form-item label.visually-hidden {
  display: none;
}
.loyalty-landing .contact-section .form-box .form-item select,
.loyalty-landing .contact-section .form-box .form-item input:not([type=submit]) {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  font-size: 16px;
  padding: 0 15px;
  font-size: 12px;
}
.loyalty-landing .contact-section .form-box .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/arrow-down.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.loyalty-landing .contact-section .form-box .form-actions {
  padding: 0 20px;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
}
.loyalty-landing .contact-section .form-box .form-actions:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  border-top: 1px solid #f2f2f2;
  top: 0;
}
.loyalty-landing .contact-section .form-box input[type=submit] {
  font-weight: 500;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #002245;
  padding: 9px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fdd000;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.loyalty-landing .contact-section .form-box input[type=submit]:hover {
  background-color: #ffc107;
}
.loyalty-landing .news-section {
  padding: 50px 0 10px;
}
.loyalty-landing .news-section .title-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.loyalty-landing .news-section .title-wrapper .section-title {
  padding-right: 10px;
  margin-bottom: 10px;
}
.loyalty-landing .news-section .title-wrapper .btn-viewmore {
  font-size: 16px;
}
.loyalty-landing .news-section .slider-wrapper {
  margin-bottom: 0;
}
.loyalty-landing .news-section .post {
  margin-bottom: 42px;
}
.loyalty-landing .news-section .post .wrap-img {
  height: 300px;
}
.loyalty-landing .news-section .post .content {
  padding: 24px 0 0;
}
.loyalty-landing .news-section .post .content .title {
  margin-bottom: 8px;
}
.loyalty-landing .news-section .post .content .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #66696d;
  margin-bottom: 16px;
}
.loyalty-landing .news-section .post .content .desc {
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  min-height: auto;
}
.loyalty-landing .news-section .slider-item {
  padding: 0 15px;
}

.coffee-talk {
  background-color: #fff;
}
.coffee-talk .section-desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.coffee-talk .btn-viewmore {
  color: #1b4689;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.coffee-talk .btn-viewmore:hover {
  color: #ffc107;
}
.coffee-talk .page-title,
.coffee-talk .section-title {
  color: #000;
  position: relative;
}
.coffee-talk .title-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 6px;
}
.coffee-talk .slider-wrapper {
  margin-bottom: 0;
  width: 100%;
}
.coffee-talk .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.coffee-talk .slider-wrapper .slider-controls .btn-slider {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0, 34, 69, 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .slider-wrapper .slider-controls .btn-slider:not(.slick-disabled):hover {
  background-color: #002245;
}
.coffee-talk .slider-wrapper .slider-controls .btn-slider:not(.slick-arrow) {
  display: none;
}
.coffee-talk .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots {
  margin-top: 24px;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li + li {
  margin-left: 8px;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  background-color: #002245;
  opacity: 0.8;
  width: 8px;
  height: 8px;
  border: none;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li button:before {
  content: none;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li button:hover {
  opacity: 1;
}
.coffee-talk .slider-wrapper .slider-controls .slider-dots .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fdd000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.coffee-talk .nav-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  border: none;
}
.coffee-talk .nav-tabs .nav-item {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
}
.coffee-talk .nav-tabs .nav-item .nav-link {
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0 15px 10px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.coffee-talk .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background-color: transparent;
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.coffee-talk .nav-tabs .nav-item .nav-link.active {
  color: #000;
}
.coffee-talk .nav-tabs .nav-item .nav-link.active:after {
  background-color: #fdd000;
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.coffee-talk .main-banner {
  position: relative;
}
.coffee-talk .main-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.coffee-talk .main-banner .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.coffee-talk .main-banner .wrapper {
  padding: 157px 0 179px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.coffee-talk .main-banner .wrapper .page-title {
  color: #fff;
  width: 570px;
  max-width: 100%;
  margin: 0 auto 16px;
}
.coffee-talk .main-banner .wrapper .section-desc {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 40px;
  color: #fff;
  opacity: 0.8;
}
.coffee-talk .main-banner .wrapper .btn-submit {
  padding: 8px 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.coffee-talk .main-banner .wrapper.has-overlay:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.5;
}
.coffee-talk .intro-section {
  padding-top: 64px;
  padding-bottom: 30px;
}
.coffee-talk .intro-section .page-title {
  margin-bottom: 26px;
  padding-bottom: 24px;
  position: relative;
}
.coffee-talk .intro-section .page-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 4px;
  background: #1b4689;
  content: "";
}
.coffee-talk .intro-section .info-box {
  margin-bottom: 32px;
}
.coffee-talk .intro-section .video-box {
  position: relative;
  height: 326px;
}
.coffee-talk .intro-section .video-box img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.coffee-talk .intro-section .video-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coffee-talk .intro-section .video-box .icon svg path {
  -ms-transition: stroke 0.4s ease, fill 0.4s ease;
  -o-transition: stroke 0.4s ease, fill 0.4s ease;
  -moz-transition: stroke 0.4s ease, fill 0.4s ease;
  -webkit-transition: stroke 0.4s ease, fill 0.4s ease;
  transition: stroke 0.4s ease, fill 0.4s ease;
}
.coffee-talk .intro-section .video-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coffee-talk .intro-section .video-box:hover .icon svg > path {
  stroke: #ffc107;
}
.coffee-talk .intro-section .video-box:hover .icon svg > path + path {
  fill: #ffc107;
}
.coffee-talk .intro-section .info-wrapper .title-bold {
  margin-bottom: 16px;
}
.coffee-talk .intro-section .info-wrapper .cate {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.coffee-talk .intro-section .info-wrapper .dynamic-content {
  font-size: 14px;
  line-height: 1.5;
  color: #6a6a6a;
}
.coffee-talk .intro-section .info-wrapper .content-collapse {
  height: 310px;
  overflow: hidden;
  position: relative;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.coffee-talk .intro-section .info-wrapper .content-collapse:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.coffee-talk .intro-section .info-wrapper .btn-viewmore {
  padding: 0;
  background-color: transparent;
}
.coffee-talk .intro-section .form-box .wrapper {
  height: 100%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}
.coffee-talk .intro-section .form-box .title-bold {
  margin-bottom: 14px;
}
.coffee-talk .intro-section .form-box .form-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.coffee-talk .intro-section .form-box .form-item {
  margin-bottom: 8px;
}
.coffee-talk .intro-section .form-box label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66696d;
  margin-bottom: 4px;
}
.coffee-talk .intro-section .form-box select,
.coffee-talk .intro-section .form-box input:not([type=submit]) {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  font-size: 16px;
  padding: 0 15px;
  font-size: 12px;
}
.coffee-talk .intro-section .form-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/arrow-down.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.coffee-talk .intro-section input[type=submit] {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #002245;
  padding: 9px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fdd000;
  border: none;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .intro-section input[type=submit]:hover {
  background-color: #ffc107;
}
.coffee-talk .counter-section {
  padding: 82px 0 50px;
  position: relative;
  z-index: 0;
}
.coffee-talk .counter-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.coffee-talk .counter-section .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.coffee-talk .counter-section:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.7;
}
.coffee-talk .counter-section .wrapper {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
.coffee-talk .counter-section .wrapper .icon {
  width: 70px;
  height: 70px;
  background-color: #fdd000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.coffee-talk .counter-section .wrapper .icon img {
  max-width: 30px;
  max-height: 30px;
  display: block;
}
.coffee-talk .counter-section .wrapper .info {
  padding-left: 16px;
}
.coffee-talk .counter-section .wrapper .info .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #ffffff;
}
.coffee-talk .counter-section .wrapper .info .title-bold {
  margin-bottom: 0;
  color: #fff;
}
.coffee-talk .schedule-section {
  padding: 80px 0 40px;
}
.coffee-talk .schedule-section .section-title {
  padding-bottom: 16px;
  margin-bottom: 44px;
}
.coffee-talk .schedule-section .section-title:before {
  position: absolute;
  left: 85px;
  top: 100%;
  margin-left: -85px;
  width: 170px;
  height: 4px;
  background: #1b4689;
  content: "";
}
.coffee-talk .schedule-section .nav-tabs {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  border: none;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 2px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.coffee-talk .schedule-section .nav-tabs::-webkit-scrollbar-track {
  background-color: transparent;
}
.coffee-talk .schedule-section .nav-tabs::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}
.coffee-talk .schedule-section .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 2px;
}
.coffee-talk .schedule-section .nav-tabs .nav-item {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0;
}
.coffee-talk .schedule-section .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0 15px 10px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.coffee-talk .schedule-section .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background-color: transparent;
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.coffee-talk .schedule-section .nav-tabs .nav-item .nav-link.active {
  color: #000;
}
.coffee-talk .schedule-section .nav-tabs .nav-item .nav-link.active:after {
  background-color: #fdd000;
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.coffee-talk .schedule-section .tab-container {
  background-color: #f8f8f8;
}
.coffee-talk .schedule-section .tab-container .date {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.coffee-talk .schedule-section .tab-container .date svg {
  margin-top: -2px;
  margin-right: 8px;
}
.coffee-talk .schedule-section .tab-container .date span {
  font-weight: 500;
}
.coffee-talk .schedule-section .tab-container .content {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
  margin-bottom: 40px;
}
.coffee-talk .schedule-section .tab-container .button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.coffee-talk .schedule-section .tab-container .btn-signupnow {
  display: inline-block;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 16px;
  color: #002245;
  border: 1px solid #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .schedule-section .tab-container .btn-signupnow:hover {
  background-color: #ffc107;
}
.coffee-talk .schedule-section .tab-container .link {
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #484848;
  display: inline-block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.coffee-talk .schedule-section .tab-container .link:hover {
  color: #ffc107;
}
.coffee-talk .schedule-section .tab-container .banner {
  height: 400px;
  overflow: hidden;
}
.coffee-talk .schedule-section .tab-container .banner img {
  max-width: none;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.coffee-talk .team-section {
  padding: 40px 0 25px;
}
.coffee-talk .team-section .section-title {
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.coffee-talk .team-section .section-title:before {
  position: absolute;
  left: 85px;
  top: 100%;
  margin-left: -85px;
  width: 170px;
  height: 4px;
  background: #1b4689;
  content: "";
}
.coffee-talk .team-section .slick-slide {
  opacity: 0.3;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.coffee-talk .team-section .slick-slide.slick-current {
  opacity: 1;
}
.coffee-talk .team-section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
}
.coffee-talk .team-section .slick-track .slick-slide {
  height: inherit;
}
.coffee-talk .team-section .slick-track .slick-slide > div,
.coffee-talk .team-section .slick-track .slick-slide .slider-item,
.coffee-talk .team-section .slick-track .slick-slide .wrapper {
  height: 100%;
}
.coffee-talk .team-section .slick-track .slick-slide .wrapper > .row {
  height: 100%;
}
.coffee-talk .team-section .slider-item {
  padding: 15px;
}
.coffee-talk .team-section .slider-item .wrapper {
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}
.coffee-talk .team-section .slider-item .wrapper > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.coffee-talk .team-section .slider-item .wrapper .info {
  padding: 59px 70px;
}
.coffee-talk .team-section .slider-item .wrapper .info .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #000000;
  display: block;
  margin-bottom: 6px;
}
.coffee-talk .team-section .slider-item .wrapper .info .name {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.coffee-talk .team-section .slider-item .wrapper .info .name span {
  text-transform: uppercase;
}
.coffee-talk .team-section .slider-item .wrapper .info .name strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.coffee-talk .team-section .slider-item .wrapper .info .name strong + span {
  display: block;
  margin-top: 6px;
  margin-bottom: 24px;
}
.coffee-talk .team-section .slider-item .wrapper .info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.coffee-talk .team-section .slider-item .wrapper .info ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
}
.coffee-talk .team-section .slider-item .wrapper .info ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fdd000;
  top: 7px;
  left: 0;
  position: absolute;
}
.coffee-talk .team-section .slider-item .wrapper .info ul li + li {
  margin-top: 8px;
}
.coffee-talk .team-section .slider-item .wrapper .banner {
  height: 400px;
}
.coffee-talk .team-section .slider-item .wrapper .banner img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.coffee-talk .team-section .slider-wrapper {
  position: relative;
}
.coffee-talk .team-section .slider-wrapper .slider-controls .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.coffee-talk .team-section .slider-wrapper .slider-controls .btn-slider.btn-next {
  right: 0;
  left: auto;
}
.coffee-talk .team-section .slider-wrapper .slider-controls .btn-slider.btn-prev {
  left: 0;
}
.coffee-talk .team-section .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.coffee-talk .team-section .slider-wrapper .slider-controls .slider-dots {
  margin-top: 9px;
}
.coffee-talk .event-section {
  padding: 25px 0 50px;
}
.coffee-talk .event-section .section-title {
  padding-bottom: 20px;
}
.coffee-talk .event-section .section-title:before {
  position: absolute;
  left: 85px;
  top: 100%;
  margin-left: -85px;
  width: 170px;
  height: 4px;
  background: #1b4689;
  content: "";
}
.coffee-talk .event-section .slider-item {
  padding: 0 15px;
}
.coffee-talk .event-section .section-content {
  background-color: #f2f2f2;
  margin-top: 325px;
}
.coffee-talk .event-section .top-content {
  padding-bottom: 33px;
  -ms-transform: translateY(-325px);
  -o-transform: translateY(-325px);
  -moz-transform: translateY(-325px);
  -webkit-transform: translateY(-325px);
  transform: translateY(-325px);
}
.coffee-talk .event-section .top-content .section-title {
  margin-bottom: 44px;
}
.coffee-talk .event-section .top-content .main-slider {
  position: relative;
}
.coffee-talk .event-section .top-content .main-slider .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.coffee-talk .event-section .top-content .main-slider .btn-slider.btn-prev {
  left: 0;
}
.coffee-talk .event-section .top-content .main-slider .btn-slider.btn-next {
  right: 0;
  left: auto;
}
.coffee-talk .event-section .top-content .slider-for .wrapper {
  position: relative;
}
.coffee-talk .event-section .top-content .slider-for .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: #1b4689;
  padding: 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info {
  width: 100%;
  padding: 16px;
  position: relative;
  padding-right: 50px;
  display: none;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info .numb {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #1b4689;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info .title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info .icon {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fdd000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info .icon svg {
  margin-top: 2px;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info.active {
  background-color: #1b4689;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info.active .title,
.coffee-talk .event-section .top-content .slider-for .info .top-info.active .numb {
  color: #fff;
}
.coffee-talk .event-section .top-content .slider-for .info .top-info.active .icon svg {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.coffee-talk .event-section .top-content .slider-for .info .content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.coffee-talk .event-section .top-content .slider-for .info p {
  margin-bottom: 0;
}
.coffee-talk .event-section .top-content .slider-for .info p + p {
  margin-top: 20px;
}
.coffee-talk .event-section .top-content .slider-for .img-box {
  height: 450px;
}
.coffee-talk .event-section .top-content .slider-for .img-box img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coffee-talk .event-section .top-content .slider-nav {
  margin-top: 17px;
}
.coffee-talk .event-section .top-content .slider-nav:not(.slick-initialized) {
  display: none;
}
.coffee-talk .event-section .top-content .slider-nav .wrapper .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #000000;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.coffee-talk .event-section .top-content .slider-nav .wrapper .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.coffee-talk .event-section .top-content .slider-nav .slick-slide {
  opacity: 0.2;
  cursor: pointer;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.coffee-talk .event-section .top-content .slider-nav .slick-slide.active {
  opacity: 1;
}
.coffee-talk .event-section .top-content .slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.coffee-talk .event-section .top-content .slider-nav .slick-slide.slick-current .numb {
  color: #1b4689;
}
.coffee-talk .event-section .schedule-content {
  padding: 33px 0 264px;
  margin-top: -325px;
}
.coffee-talk .event-section .schedule-content .slider-wrapper .slider-controls .slider-dots {
  margin-top: 0;
}
.coffee-talk .event-section .schedule-content .slider-wrapper .slider-controls .slider-dots .slick-dots {
  margin-top: 16px;
}
.coffee-talk .event-section .schedule-content .title-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs {
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  width: 100%;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs::-webkit-scrollbar-track {
  background-color: transparent;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 2px;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs .nav-item {
  white-space: nowrap;
  display: inline-block;
}
.coffee-talk .event-section .schedule-content .title-box .nav-tabs .nav-item + .nav-item {
  margin-left: -4px;
}
.coffee-talk .event-section .schedule-content .section-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 84px;
  margin-bottom: 0;
}
.coffee-talk .event-section .schedule-content .slider-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item:nth-child(4n+1) .item:after, .coffee-talk .event-section .schedule-content .slider-content .slider-item:nth-child(4n+2) .item:after, .coffee-talk .event-section .schedule-content .slider-content .slider-item:nth-child(4n+3) .item:after {
  content: "";
  position: absolute;
  top: 51px;
  width: 13px;
  border-top: 2px dashed #fdd000;
  left: 100%;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item:last-child .item:after {
  content: none;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item {
  position: relative;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 24px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .wrapper .time {
  margin-left: 21px;
  width: 112px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .wrapper .title {
  font-weight: normal;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .icon {
  background: #fdd000;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .icon:after {
  content: "";
  position: absolute;
  top: -4.5px;
  left: -4.5px;
  right: -4.5px;
  bottom: -4.5px;
  border: 1px dashed #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20.5px;
  border-top: 1px dashed #ededed;
  width: 16px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .icon img {
  max-height: 32px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1b4689;
  padding: 4px 10px;
  background: #ededed;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.coffee-talk .event-section .schedule-content .slider-content .slider-item .item .title {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized {
  display: block;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item {
  max-width: none;
  flex: unset;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .icon {
  margin: 0 auto 8px;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .icon::before {
  content: none;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .time {
  max-width: 100%;
  margin: 0 auto 8px;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .title {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide {
  height: inherit;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div {
  height: 100%;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div .slider-item {
  height: 100%;
}
.coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div .slider-item .item {
  height: 100%;
  padding: 17px;
}
.coffee-talk .event-section .document-content {
  margin-top: -223px;
  padding-top: 40px;
}
.coffee-talk .event-section .document-content .section-title {
  margin-bottom: 20px;
}
.coffee-talk .event-section .document-content .section-title span {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}
.coffee-talk .event-section .document-content .wrapper {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.coffee-talk .event-section .document-content .wrapper .content {
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
  opacity: 0.8;
}
.coffee-talk .event-section .document-content .wrapper .content p {
  margin-bottom: 0;
}
.coffee-talk .event-section .document-content .wrapper .content p + p {
  margin-top: 20px;
}
.coffee-talk .event-section .document-content .wrapper .docs {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  height: 250px;
  overflow: auto;
  padding-right: 4px;
}
.coffee-talk .event-section .document-content .wrapper .docs::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.coffee-talk .event-section .document-content .wrapper .docs::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.coffee-talk .event-section .document-content .wrapper .docs::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.coffee-talk .event-section .document-content .wrapper .docs li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
}
.coffee-talk .event-section .document-content .wrapper .docs li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.coffee-talk .event-section .document-content .wrapper .docs .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.coffee-talk .event-section .document-content .wrapper .docs .item .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.coffee-talk .event-section .document-content .wrapper .docs .item .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.coffee-talk .event-section .document-content .wrapper .docs .item .title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  flex-grow: 1;
  padding-left: 24px;
  padding-right: 14px;
}
.coffee-talk .event-section .document-content .wrapper .docs .item .link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
  color: #002245;
  padding: 2px 16px;
  background: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .event-section .document-content .wrapper .docs .item .link:hover {
  background-color: #ffc107;
}
.coffee-talk .event-section .document-content .wrapper .btn-viewmore {
  font-weight: normal;
  display: block;
  text-align: center;
}
.coffee-talk .contact-form {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.coffee-talk .contact-form .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.coffee-talk .contact-form .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.coffee-talk .contact-form:after {
  position: absolute;
  z-index: -1;
  background-color: #66696d;
  opacity: 0.51;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.coffee-talk .contact-form .page-title {
  text-align: center;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
.coffee-talk .contact-form .page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 4px solid #ffffff;
  width: 170px;
  margin-left: -85px;
}
.coffee-talk .contact-form .quick-contact {
  text-align: center;
}
.coffee-talk .contact-form .quick-contact .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #fff;
}
.coffee-talk .contact-form .quick-contact__item {
  padding: 0 25px;
  margin-bottom: 30px;
}
.coffee-talk .contact-form .call-now {
  color: #fff;
}
.coffee-talk .contact-form .call-now span {
  display: block;
  margin-bottom: 8px;
}
.coffee-talk .contact-form .call-now a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1b4689;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .contact-form .call-now a svg {
  margin-right: 24px;
  vertical-align: middle;
  margin-top: -4px;
}
.coffee-talk .contact-form .call-now a:hover {
  background-color: #ffc107;
}
.coffee-talk .contact-form .share-box a {
  display: inline-block;
}
.coffee-talk .contact-form .share-box a + a {
  margin-left: 10px;
}
.coffee-talk .contact-form .form-box {
  padding: 40px;
  background-color: #fff;
}
.coffee-talk .contact-form .form-box .form-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #484848;
  margin-bottom: 18px;
}
.coffee-talk .contact-form .form-box form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.coffee-talk .contact-form .form-box form .form-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.coffee-talk .contact-form .form-box form .form-actions {
  width: 100%;
}
.coffee-talk .contact-form .form-box .form-item {
  margin-bottom: 10px;
}
.coffee-talk .contact-form .form-box .form-item label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66696d;
  margin-bottom: 4px;
}
.coffee-talk .contact-form .form-box .form-item select,
.coffee-talk .contact-form .form-box .form-item input:not([type=submit]) {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  font-size: 16px;
  padding: 0 15px;
  font-size: 12px;
}
.coffee-talk .contact-form .form-box .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/arrow-down.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.coffee-talk .contact-form .form-box .form-actions {
  padding: 0 20px;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
}
.coffee-talk .contact-form .form-box .form-actions:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  border-top: 1px solid #f2f2f2;
  top: 0;
}
.coffee-talk .contact-form .form-box input[type=submit] {
  font-weight: 500;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #002245;
  padding: 9px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fdd000;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.coffee-talk .contact-form .form-box input[type=submit]:hover {
  background-color: #ffc107;
}
.coffee-talk .news-section {
  padding: 50px 0 10px;
}
.coffee-talk .news-section .title-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coffee-talk .news-section .title-wrapper .section-title {
  padding-right: 20px;
  margin-bottom: 0px;
}
.coffee-talk .news-section .title-wrapper .btn-viewmore {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
}
.coffee-talk .news-section .section-desc {
  width: 670px;
  max-width: 100%;
}
.coffee-talk .news-section .post {
  margin-bottom: 40px;
}
.coffee-talk .news-section .post .wrap-img {
  height: 300px;
}
.coffee-talk .news-section .post .content {
  padding: 24px 0 0;
}
.coffee-talk .news-section .post .content .title {
  margin-bottom: 8px;
}
.coffee-talk .news-section .post .content .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #66696d;
  margin-bottom: 16px;
}
.coffee-talk .news-section .post .content .desc {
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  min-height: auto;
}
.coffee-talk .news-section .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 62px;
}
.coffee-talk .news-section .slider-content.slick-initialized .post {
  margin-bottom: 0;
}
.coffee-talk .news-section .slider-content.slick-initialized .post .wrap-img {
  height: 147px;
}
.coffee-talk .news-section .slider-content.slick-initialized .post .content {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-top: none;
  padding: 16px;
}
.coffee-talk .news-section .slider-content.slick-initialized .post .content .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  margin-bottom: 6px;
}
.coffee-talk .news-section .slider-item {
  padding: 0 15px;
}
.coffee-talk .news-section .slider-wrapper {
  position: relative;
}
.coffee-talk .news-section .slider-wrapper .slider-controls .slider-dots {
  margin-top: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.journey-landing {
  background-color: #fff;
}
.journey-landing img[data-align=center] {
  display: block;
  margin: 0 auto;
}
.journey-landing img[data-align=left] {
  display: block;
  margin-right: auto;
}
.journey-landing img[data-align=right] {
  display: block;
  margin-left: auto;
}
.journey-landing form .messages--error.custom-messages {
  display: none;
}
.journey-landing a {
  color: #1b4689;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.journey-landing a:hover {
  color: #ffc107;
}
.journey-landing .block-title {
  padding: 0;
  margin: 0;
}
.journey-landing .page-title,
.journey-landing .section-title,
.journey-landing .box-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}
.journey-landing .btn-viewmore {
  color: #1b4689;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  border: none;
  text-decoration: underline;
}
.journey-landing .btn-viewmore:hover {
  color: #ffc107;
}
.journey-landing .section {
  padding: 32px 0;
}
.journey-landing .section-desc {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}
.journey-landing .section-desc p {
  margin-bottom: 0;
}
.journey-landing .section-desc p + p {
  margin-top: 12px;
}
.journey-landing .slider-wrapper {
  margin-bottom: 0;
  width: 100%;
}
.journey-landing .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.journey-landing .slider-wrapper .slider-controls .btn-slider {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #4d647d;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .slider-wrapper .slider-controls .btn-slider:not(.slick-disabled):hover {
  background-color: #002245;
}
.journey-landing .slider-wrapper .slider-controls .btn-slider.slick-hidden, .journey-landing .slider-wrapper .slider-controls .btn-slider:not(.slick-arrow) {
  display: none;
}
.journey-landing .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li + li {
  margin-left: 8px;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  padding: 0;
  background-color: #002245;
  width: 9px;
  height: 9px;
  -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li button:before {
  content: none;
}
.journey-landing .slider-wrapper .slider-controls .slider-dots .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fdd000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.journey-landing .slider-section .slider-wrapper {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.journey-landing .slider-section .slider-wrapper .slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.journey-landing .slider-section .slider-wrapper .wrapper {
  position: relative;
}
.journey-landing .slider-section .slider-wrapper .btn-slider {
  position: absolute;
  bottom: 0;
  background-color: #002245;
}
.journey-landing .slider-section .slider-wrapper .btn-slider.btn-prev {
  right: 40px;
}
.journey-landing .slider-section .slider-wrapper .btn-slider.btn-next {
  right: 0px;
  left: auto;
}
.journey-landing .slider-section .slider-item {
  position: relative;
}
.journey-landing .slider-section .slider-item.has-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#848484), color-stop(49.92%, rgba(151, 151, 151, 0)));
  background: -o-linear-gradient(top, #848484 0%, rgba(151, 151, 151, 0) 49.92%);
  background: linear-gradient(180deg, #848484 0%, rgba(151, 151, 151, 0) 49.92%);
  z-index: 5;
}
.journey-landing .slider-section .slider-item .img {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.journey-landing .slider-section .slider-item .img img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.journey-landing .slider-section .slider-item .info {
  color: #fff;
  position: absolute;
  padding: 60px 0 48px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
}
.journey-landing .slider-section .slider-item .info .page-title {
  color: #fff;
}
.journey-landing .slider-section .slider-item .info .cat {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}
.journey-landing .video-section {
  text-align: center;
  padding: 50px 0;
}
.journey-landing .video-section .section-title {
  margin-bottom: 32px;
}
.journey-landing .video-section .small-desc {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}
.journey-landing .video-section .section-desc {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
}
.journey-landing .video-section .video-box {
  margin-top: 30px;
  position: relative;
  height: 390px;
}
.journey-landing .video-section .video-box img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.journey-landing .video-section .video-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.journey-landing .video-section .video-box .icon svg path {
  -ms-transition: stroke 0.4s ease, fill 0.4s ease;
  -o-transition: stroke 0.4s ease, fill 0.4s ease;
  -moz-transition: stroke 0.4s ease, fill 0.4s ease;
  -webkit-transition: stroke 0.4s ease, fill 0.4s ease;
  transition: stroke 0.4s ease, fill 0.4s ease;
}
.journey-landing .video-section .video-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.journey-landing .video-section .video-box:hover .icon svg > path {
  stroke: #ffc107;
}
.journey-landing .video-section .video-box:hover .icon svg > path + path {
  fill: #ffc107;
}
.journey-landing .counter-section {
  padding: 24px 0 42px;
  background: #1b4689;
  background: -moz-linear-gradient(top, #1b4689 0%, #012346 100%);
  background: -webkit-linear-gradient(top, #1b4689 0%, #012346 100%);
  background: linear-gradient(to bottom, #1b4689 0%, #012346 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b4689", endColorstr="#012346",GradientType=0 );
}
.journey-landing .counter-section .slider-item {
  padding: 0 15px;
}
.journey-landing .counter-section .slider-wrapper {
  margin-bottom: 0;
  position: relative;
}
.journey-landing .counter-section .slider-wrapper .slider-dots .slick-dots {
  margin-top: 24px;
}
.journey-landing .counter-section .slider-wrapper .slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #484848;
}
.journey-landing .counter-section .slider-wrapper .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -15px;
}
.journey-landing .counter-section .slider-wrapper .btn-slider.btn-next {
  right: -15px;
  left: auto;
}
.journey-landing .counter-section .slider-wrapper .slider-content:not(.slick-initialized) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
.journey-landing .counter-section .slider-wrapper .slider-content:not(.slick-initialized) .slider-item {
  max-width: 25%;
  flex: 0 0 25%;
}
.journey-landing .counter-section .count-item .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #fdd000;
  margin-bottom: 8px;
  border-bottom: 3px solid #fdd000;
  display: inline-block;
  vertical-align: bottom;
}
.journey-landing .counter-section .count-item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f2f2f2;
  margin-bottom: 0;
}
.journey-landing .main-section {
  padding: 50px 0 17px;
}
.journey-landing .main-section .section-title {
  text-align: center;
}
.journey-landing .main-section .section-desc {
  width: 770px;
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: center;
}
.journey-landing .main-section .section-desc {
  text-align: center;
  margin-bottom: 32px;
}
.journey-landing .main-section .btn-viewmore {
  margin-bottom: 17px;
}
.journey-landing .main-section .top-info {
  margin-bottom: 10px;
}
.journey-landing .main-section .top-info .slider-item {
  padding: 20px 15px 20px;
}
.journey-landing .main-section .top-info .slider-item .item {
  padding: 40px;
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1), 0px -5px 12px rgba(0, 0, 0, 0.1);
}
.journey-landing .main-section .top-info .slider-item .item .icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fdd000;
  padding: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.journey-landing .main-section .top-info .slider-item .item .icon img {
  max-height: 44px;
  display: block;
}
.journey-landing .main-section .top-info .slider-item .item .dynamic-content {
  font-size: 18px;
  line-height: 1.5;
}
.journey-landing .main-section .top-info .slider-wrapper {
  position: relative;
}
.journey-landing .main-section .top-info .slider-wrapper .btn-slider {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.journey-landing .main-section .top-info .slider-wrapper .btn-slider.btn-next {
  right: 0;
  left: auto;
}
.journey-landing .main-section .top-info .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.journey-landing .main-section .top-info .slick-track .slick-slide {
  height: inherit;
}
.journey-landing .main-section .top-info .slick-track .slick-slide > div {
  height: 100%;
}
.journey-landing .main-section .top-info .slick-track .slick-slide > div .slider-item,
.journey-landing .main-section .top-info .slick-track .slick-slide > div .item {
  height: 100%;
}
.journey-landing .main-section .timeline {
  padding: 20px 0 25px;
}
.journey-landing .main-section .timeline .slider-wrapper {
  margin-bottom: 0;
}
.journey-landing .main-section .timeline .title-bold {
  margin-bottom: 32px;
}
.journey-landing .main-section .timeline .item {
  padding-top: 28px;
  height: 100%;
}
.journey-landing .main-section .timeline .item .wrapper {
  height: 100%;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 36px 15px 15px;
  min-height: 140px;
}
.journey-landing .main-section .timeline .item .wrapper .icon {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fdd000;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.journey-landing .main-section .timeline .item .wrapper .icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px dashed #fdd000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.journey-landing .main-section .timeline .item .wrapper .icon img {
  max-height: 30px;
  display: block;
  max-width: 30px;
}
.journey-landing .main-section .timeline .item .wrapper .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1b4689;
  margin-bottom: 4px;
}
.journey-landing .main-section .timeline .item .wrapper .time {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.journey-landing .main-section .timeline .slider-item {
  padding: 0 15px;
}
.journey-landing .main-section .timeline .slider-controls {
  margin-top: 20px;
}
.journey-landing .main-section .timeline .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.journey-landing .main-section .timeline .slick-track .slick-slide {
  height: inherit;
}
.journey-landing .main-section .timeline .slick-track .slick-slide .wrapper,
.journey-landing .main-section .timeline .slick-track .slick-slide .slider-item, .journey-landing .main-section .timeline .slick-track .slick-slide > div,
.journey-landing .main-section .timeline .slick-track .slick-slide .item {
  height: 100%;
}
.journey-landing .main-section .timeline .slider-content:not(.slick-initialized) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item {
  max-width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 30px;
}
.journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item .item {
  position: relative;
  z-index: 0;
}
.journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item .item:before {
  content: "";
  position: absolute;
  top: 92px;
  right: 50%;
  left: -30px;
  border-top: 1px dashed #fdd000;
  z-index: -1;
}
.journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item:nth-child(5n+1) .item:before {
  content: none;
}
.journey-landing .main-section .timeline .slider-content.slick-initialized .slider-item .item {
  position: relative;
  z-index: 0;
}
.journey-landing .main-section .timeline .slider-content.slick-initialized .slider-item .item:before {
  content: "";
  position: absolute;
  top: 92px;
  right: -15px;
  left: -15px;
  border-top: 1px dashed #fdd000;
  z-index: -1;
}
.journey-landing .main-section .timeline .slider-content.slick-initialized .slick-slide:first-child .slider-item .item:before {
  left: 0;
}
.journey-landing .main-section .timeline .slider-content.slick-initialized .slick-slide:last-child .slider-item .item:before {
  right: 0;
}
.journey-landing .main-section .middle-content {
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
}
.journey-landing .main-section .middle-content .banner {
  height: 100%;
  overflow: hidden;
}
.journey-landing .main-section .middle-content .banner img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.journey-landing .main-section .middle-content .wrapper {
  padding: 40px;
}
.journey-landing .main-section .download .col-item {
  margin-bottom: 8px;
}
.journey-landing .main-section .download .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #1b4689;
  height: 100%;
}
.journey-landing .main-section .download .item .icon {
  flex-shrink: 0;
  width: 40px;
  margin-right: 16px;
}
.journey-landing .main-section .download .item .info {
  flex-grow: 1;
}
.journey-landing .main-section .download .item .info .title {
  font-size: 16px;
  line-height: 22px;
  color: #fdd000;
  margin-bottom: 0;
  font-weight: bold;
}
.journey-landing .main-section .download .item .info .link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.journey-landing .main-section .download .item .info .link:hover {
  text-decoration: underline;
  color: #ffc107;
}
.journey-landing .contact-form {
  padding: 25px 0 50px;
}
.journey-landing .contact-form .page-title {
  color: #000000;
  margin-bottom: 20px;
}
.journey-landing .contact-form .quick-contact {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 20px;
}
.journey-landing .contact-form .quick-contact .title {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1b4689;
}
.journey-landing .contact-form .quick-contact .wrapper {
  padding: 16px;
  text-align: center;
}
.journey-landing .contact-form .quick-contact .call-now a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1b4689;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .quick-contact .call-now a svg {
  margin-right: 24px;
  vertical-align: middle;
  margin-top: -4px;
}
.journey-landing .contact-form .quick-contact .call-now a:hover {
  background-color: #ffc107;
}
.journey-landing .contact-form .quick-contact .share-box a {
  display: inline-block;
}
.journey-landing .contact-form .quick-contact .share-box a img {
  height: 38px;
}
.journey-landing .contact-form .quick-contact .share-box a + a {
  margin-left: 10px;
}
.journey-landing .contact-form .form-contact .form-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #484848;
  margin-bottom: 16px;
}
.journey-landing .contact-form .form-contact form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.journey-landing .contact-form .form-contact form .js-hide,
.journey-landing .contact-form .form-contact form .visually-hidden {
  display: none;
}
.journey-landing .contact-form .form-contact form > .form-wrapper {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
.journey-landing .contact-form .form-contact form .form-item {
  margin-bottom: 14px;
}
.journey-landing .contact-form .form-contact form .form-item label {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66696d;
  display: block;
  margin-bottom: 4px;
}
.journey-landing .contact-form .form-contact form .form-item label.visually-hidden {
  display: none;
}
.journey-landing .contact-form .form-contact form .form-item .form-text, .journey-landing .contact-form .form-contact form .form-item textarea {
  margin: 0;
  height: 34px;
  padding: 0 12px;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  color: #1a1a1a;
}
.journey-landing .contact-form .form-contact form .form-item .form-text::-webkit-input-placeholder, .journey-landing .contact-form .form-contact form .form-item textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #979797;
}
.journey-landing .contact-form .form-contact form .form-item .form-text:-moz-placeholder, .journey-landing .contact-form .form-contact form .form-item textarea:-moz-placeholder {
  font-size: 12px;
  color: #979797;
}
.journey-landing .contact-form .form-contact form .form-item .form-text::-moz-placeholder, .journey-landing .contact-form .form-contact form .form-item textarea::-moz-placeholder {
  font-size: 12px;
  color: #979797;
}
.journey-landing .contact-form .form-contact form .form-item .form-text:-ms-input-placeholder, .journey-landing .contact-form .form-contact form .form-item textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #979797;
}
.journey-landing .contact-form .form-contact form .form-item textarea {
  height: 86px;
  padding: 12px;
  resize: none;
}
.journey-landing .contact-form .form-contact form .radios--wrapper.form-item {
  margin-bottom: 0;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item {
  margin-bottom: 0;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border: 1px solid #fdd000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item input {
  display: none;
}
.journey-landing .contact-form .form-contact form .form-radios .form-item input:checked + label:after {
  background-color: #fdd000;
}
.journey-landing .contact-form .form-contact form .edit-container-upload {
  padding-bottom: 80px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload > .form-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item {
  margin-bottom: 0;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-type-processed-text {
  margin-bottom: 0;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-type-processed-text > h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .description {
  width: 100%;
  order: -1;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  opacity: 0.6;
  margin-bottom: 16px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload input[type=file] {
  display: none;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file label.button-action {
  width: 100%;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file label.button-action span {
  display: inline-block;
  margin-bottom: 0;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #c4c4c4;
  padding: 22px 6px;
  padding-top: 54px;
  cursor: pointer;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  background-image: url("../images/icons/add-file.svg");
  background-repeat: no-repeat;
  background-position: top 22px center;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file label.button-action i {
  font-style: normal;
  margin-top: 8px;
  display: block;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file label.button-action span:hover {
  border-color: #002245;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file label.button-action span:hover i {
  color: #002245;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper {
  margin-top: 10px;
  display: block;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper:nth-child(2n+1) {
  padding-right: 5px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper:nth-child(2n+2) {
  padding-left: 5px;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper .webform-image-file-preview {
  height: 120px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  padding: 5px;
  margin-bottom: 0;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper .webform-image-file-preview img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .webform-image-file-preview-wrapper input:checked + .webform-image-file-preview {
  border-color: #002245;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .form-submit {
  margin-top: 20px;
  background-color: #002245;
  color: #fff;
  height: 34px;
  padding: 0 15px;
  width: 100%;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-image-upload .form-managed-file .form-submit:hover {
  background-color: #001327;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file .file {
  margin-top: 10px;
  display: inline-block;
  color: #1a1a1a;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file .file a {
  color: inherit;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file .description {
  display: none;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file .form-submit {
  margin-top: 20px;
  background-color: #002245;
  color: #fff;
  height: 34px;
  padding: 0 15px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file .form-submit:hover {
  background-color: #001327;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
  padding: 6px 20px;
  background-color: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .edit-container-upload .form-item-upload-file label:hover {
  background-color: #ffc107;
}
.journey-landing .contact-form .form-contact form .form-actions {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 50%;
}
.journey-landing .contact-form .form-contact form .form-actions .form-submit {
  cursor: pointer;
  height: 40px;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
  background-color: #fdd000;
  color: #002245;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .contact-form .form-contact form .form-actions .form-submit:hover {
  background-color: #ffc107;
}
.journey-landing .testimoials {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.journey-landing .testimoials .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.journey-landing .testimoials .staff-content {
  padding-bottom: 40px;
}
.journey-landing .testimoials .staff-content .slider-wrapper {
  position: relative;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item {
  padding: 0 15px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper {
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .banner {
  overflow: hidden;
  width: 370px;
  flex-shrink: 0;
  height: 400px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .banner img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box {
  padding: 50px 72px 64px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top .ava {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top .ava img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top .info .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top .info .desc {
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content__text {
  height: 180px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 6px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content .icon {
  position: absolute;
  top: 0;
  left: -36px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slick-slide {
  opacity: 0.3;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slick-slide.slick-current {
  opacity: 1;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-controls .slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  padding: 0 15px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-controls .wrapper .btn-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
.journey-landing .testimoials .staff-content .slider-wrapper .slider-controls .wrapper .btn-slider.btn-next {
  left: auto;
  right: 0;
}
.journey-landing .testimoials .donors-content {
  padding-top: 40px;
}
.journey-landing .testimoials .donors-content .slider-wrapper {
  position: relative;
  padding: 0 54px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item {
  padding: 0 15px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .ava {
  height: 230px;
  overflow: hidden;
  width: 230px;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .ava img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box {
  padding: 15px 70px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 4px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .desc {
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
  margin-bottom: 0;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content .icon {
  position: absolute;
  top: 0;
  left: -36px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content__text {
  height: 180px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 6px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content__text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-controls {
  margin-top: 25px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-controls .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
}
.journey-landing .testimoials .donors-content .slider-wrapper .slider-controls .btn-slider.btn-next {
  left: auto;
  right: 0;
}
.journey-landing .diary-section {
  padding: 50px 0;
}
.journey-landing .diary-section .slider-wrapper {
  margin-bottom: 0;
}
.journey-landing .diary-section .page-title,
.journey-landing .diary-section .title-bold {
  text-align: center;
}
.journey-landing .diary-section .title-bold {
  margin-bottom: 8px;
}
.journey-landing .diary-section .page-title {
  margin-bottom: 40px;
}
.journey-landing .diary-section .block-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #6a6a6a;
}
.journey-landing .diary-section .block-content .album-content {
  margin-bottom: 40px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper {
  position: relative;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item {
  padding: 0 15px 15px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col {
  padding-right: 15px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .item .img-box {
  overflow: hidden;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-for .slick-slide {
  height: 383px;
  overflow: hidden;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-for .item .img-box {
  height: 383px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav {
  padding: 16px 12px;
  border-right: 1px solid #f2f2f2;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .slick-slide {
  height: 85px;
  overflow: hidden;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .item {
  cursor: pointer;
  padding: 0 4px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .item .img-box {
  height: 85px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .item .img-box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .slick-current .item .img-box img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info {
  padding: 40px 54px 70px 15px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .title-bold {
  text-align: left;
  margin-bottom: 16px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .title-bold a {
  color: inherit;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .title-bold:hover {
  color: #ffc107;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .date {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 24px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .date span {
  color: #6a6a6a;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .desc {
  font-size: 18px;
  line-height: 24px;
  color: #6a6a6a;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 168px;
  margin-bottom: 40px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  display: inline-block;
  padding: 6px 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .link:hover {
  background-color: #ffc107;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .btn-slider {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #4d647d;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  z-index: 20;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .btn-slider:focus, .journey-landing .diary-section .block-content .album-content .slider-wrapper .btn-slider:hover {
  background-color: #002245;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .btn-slider.btn-next {
  left: auto;
  right: 0;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots {
  position: absolute;
  bottom: 31px;
  left: 58.333333%;
  right: 0;
  padding: 0 15px;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots .owl-dot {
  padding: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 34, 69, 0.8);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots .owl-dot span {
  display: none;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots .owl-dot.active {
  background: #fdd000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.journey-landing .diary-section .block-content .timeline .block-wrapper {
  margin-bottom: 40px;
  padding-bottom: 32px;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .year {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002245;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item {
  position: relative;
  z-index: 0;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.02%, rgba(196, 196, 196, 0)), color-stop(86.46%, rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 63.02%, rgba(0, 0, 0, 0.4) 86.46%);
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 63.02%, rgba(0, 0, 0, 0.4) 86.46%);
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item .img {
  height: 300px;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #f2f2f2;
  position: absolute;
  bottom: 20px;
  left: 23px;
  right: 23px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.journey-landing .diary-section .block-content .timeline .block-wrapper .item:hover .title {
  color: #ffc107;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper {
  position: relative;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slick-slide {
  height: 300px;
  overflow: hidden;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slider-item {
  padding: 0 15px;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slider-controls .slider-dots {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slider-controls .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
}
.journey-landing .diary-section .block-content .timeline .slider-wrapper .slider-controls .btn-slider.btn-next {
  left: auto;
  right: 0;
}
.journey-landing .diary-section .section-desc {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
  width: 571px;
  margin: 0 auto 24px;
  max-width: 100%;
}
.journey-landing .diary-section .read-more {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #002245;
  background-color: #fdd000;
  padding: 6px 24px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-emphasis: uppercase;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.journey-landing .diary-section .read-more:hover {
  background-color: #ffc107;
}

.construction-training {
  background-color: #fff;
}
.construction-training .section-title,
.construction-training .page-title {
  color: #1a1a1a;
}
.construction-training .section-desc {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 16px;
}
.construction-training .btn-action {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002245;
  padding: 8px 24px;
  display: inline-block;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.construction-training .btn-action:hover {
  background-color: #ffc107;
}
.construction-training .btn-viewmore {
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  border: none;
  color: #1b4689;
  font-weight: normal;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.construction-training .btn-viewmore:hover {
  color: #ffc107;
}
.construction-training .slider-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.construction-training .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.construction-training .slider-wrapper .slider-controls .btn-slider {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #4d647d;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.construction-training .slider-wrapper .slider-controls .btn-slider:not(.slick-disabled):hover {
  background-color: #002245;
}
.construction-training .slider-wrapper .slider-controls .btn-slider.slick-hidden, .construction-training .slider-wrapper .slider-controls .btn-slider:not(.slick-arrow) {
  display: none;
}
.construction-training .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots li + li {
  margin-left: 8px;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots li button {
  padding: 0;
  background-color: #002245;
  width: 9px;
  height: 9px;
  -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots li button:before {
  content: none;
}
.construction-training .slider-wrapper .slider-controls .slider-dots .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fdd000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.construction-training form .messages--error.custom-messages {
  display: none;
}
.construction-training .main-banner {
  height: 650px;
  overflow: hidden;
}
.construction-training .main-banner .slider-item {
  position: relative;
}
.construction-training .main-banner .slider-item .img {
  height: 650px;
  overflow: hidden;
  position: relative;
}
.construction-training .main-banner .slider-item .img img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.construction-training .main-banner .slider-item .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.construction-training .main-banner .slider-item .info .page-title {
  color: #fff;
}
.construction-training .main-banner .slider-item .info .content {
  margin-bottom: 16px;
}
.construction-training .main-banner .slider-item .info .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.construction-training .main-banner .slider-item .info .content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.construction-training .main-banner .slider-item .info .content ul li + li {
  margin-top: 6px;
}
.construction-training .main-banner .slider-item .info .content ul li span {
  flex-shrink: 0;
  padding-right: 14px;
  color: #c4c4c4;
}
.construction-training .main-banner .slider-item .info.has-overlay:before {
  background: rgba(0, 34, 69, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
.construction-training .video-section {
  text-align: center;
  padding: 50px 0 25px;
}
.construction-training .video-section .section-title {
  margin-bottom: 32px;
}
.construction-training .video-section .small-desc {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}
.construction-training .video-section .section-desc {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
}
.construction-training .video-section .video-box {
  margin-top: 30px;
  position: relative;
  height: 390px;
}
.construction-training .video-section .video-box img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.construction-training .video-section .video-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.construction-training .video-section .video-box .icon svg path {
  -ms-transition: stroke 0.4s ease, fill 0.4s ease;
  -o-transition: stroke 0.4s ease, fill 0.4s ease;
  -moz-transition: stroke 0.4s ease, fill 0.4s ease;
  -webkit-transition: stroke 0.4s ease, fill 0.4s ease;
  transition: stroke 0.4s ease, fill 0.4s ease;
}
.construction-training .video-section .video-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.construction-training .video-section .video-box:hover .icon svg > path {
  stroke: #ffc107;
}
.construction-training .video-section .video-box:hover .icon svg > path + path {
  fill: #ffc107;
}
.construction-training .counter-section {
  padding: 25px 0;
}
.construction-training .counter-section .col-item {
  margin-bottom: 8px;
  padding: 0 7px;
}
.construction-training .counter-section .col-item:nth-child(4n+1) {
  padding-left: 0;
}
.construction-training .counter-section .col-item:nth-child(4n+4) {
  padding-right: 0;
}
.construction-training .counter-section .col-item .item {
  box-shadow: 0px 8px 24px rgba(54, 59, 75, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 15px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.construction-training .counter-section .col-item .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.construction-training .counter-section .col-item .item .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.construction-training .counter-section .col-item .item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(24, 44, 79, 0.6);
  z-index: -1;
}
.construction-training .counter-section .col-item .item .desc {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 2px;
}
.construction-training .counter-section .col-item .item .numb {
  margin-bottom: 7px;
}
.construction-training .counter-section .col-item .item sup {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 1;
  color: #fdd000;
}
.construction-training .counter-section .col-item .item .counter {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #fdd000;
}
.construction-training .counter-section .col-item .item .unit {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.construction-training .courses-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.construction-training .courses-section .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.construction-training .courses-section .courses-list {
  padding: 16px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.construction-training .courses-section .courses-list .item:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 16px;
  margin-left: 200px;
}
.construction-training .courses-section .courses-list .item + .item {
  margin-top: 16px;
}
.construction-training .courses-section .courses-list .item .info {
  width: 210px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
}
.construction-training .courses-section .courses-list .item .info .wrapper {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.construction-training .courses-section .courses-list .item .info__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 4px;
}
.construction-training .courses-section .courses-list .item .info__title a {
  color: inherit;
}
.construction-training .courses-section .courses-list .item .info__title a:hover {
  color: #ffc107;
}
.construction-training .courses-section .courses-list .item .info__list {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}
.construction-training .courses-section .courses-list .item .info__list span {
  color: #878787;
}
.construction-training .courses-section .courses-list .item .info__view {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #002245;
  padding: 8px 20px;
  background: #fdd000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.construction-training .courses-section .courses-list .item .info__view svg {
  margin-top: -2px;
  margin-left: 9px;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.construction-training .courses-section .courses-list .item .info__view.click-to-expand.active svg {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.construction-training .courses-section .courses-list .item .info__view:hover {
  background-color: #ffc107;
}
.construction-training .courses-section .courses-list .item__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.construction-training .courses-section .courses-list .item__box .img {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  height: 130px;
}
.construction-training .courses-section .courses-list .item__box .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.construction-training .courses-section .courses-list .item__detail {
  display: none;
  width: 100%;
  padding-left: 200px;
  padding-top: 16px;
}
.construction-training .courses-section .courses-list .item__detail .item {
  padding: 16px 24px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.construction-training .courses-section .courses-list .item__detail .item:not(:last-child):after {
  content: none;
}
.construction-training .courses-section .courses-list .item__detail .item + .item {
  margin-top: 8px;
}
.construction-training .courses-section .courses-list .item__detail .item .info {
  width: 100%;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.construction-training .courses-section .courses-list .item__detail .item .info__title {
  font-size: 18px;
  line-height: 24px;
}
.construction-training .courses-section .courses-list .item__detail .item .info__list {
  font-size: 14px;
  line-height: 20px;
}
.construction-training .courses-section .courses-list .item__detail .item .info__view {
  padding: 4px 14px;
  background-color: #fff;
  border: 1px solid #fdd000;
}
.construction-training .courses-section .courses-list .item__detail .item .info__view:hover {
  background-color: #fdd000;
}
.construction-training .courses-section .courses-list .item__detail .item:hover {
  border-color: #fdd000;
}
.construction-training .reason-section {
  padding: 0 0 40px;
  background: #1b4689;
  margin-top: 330px;
}
.construction-training .reason-section .page-title {
  text-align: center;
  width: 482px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.construction-training .reason-section .top-content {
  -ms-transform: translateY(-305px);
  -o-transform: translateY(-305px);
  -moz-transform: translateY(-305px);
  -webkit-transform: translateY(-305px);
  transform: translateY(-305px);
}
.construction-training .reason-section .middle-content {
  margin-top: -305px;
}
.construction-training .reason-section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
}
.construction-training .reason-section .slick-track .slick-slide {
  height: inherit;
}
.construction-training .reason-section .slick-track .slick-slide > div,
.construction-training .reason-section .slick-track .slick-slide .slider-item,
.construction-training .reason-section .slick-track .slick-slide .item {
  height: 100%;
}
.construction-training .reason-section .row.row--slider {
  margin: 0 -6px;
  margin: 0;
}
.construction-training .reason-section .slider-wrapper .slider-item {
  padding: 0 6px;
}
.construction-training .reason-section .slider-nav {
  position: relative;
}
.construction-training .reason-section .slider-nav .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -42px;
}
.construction-training .reason-section .slider-nav .btn-slider.btn-next {
  left: auto;
  right: -42px;
}
.construction-training .reason-section .slider-nav .slick-dots {
  margin-top: 10px;
}
.construction-training .reason-section .slider-nav .slick-current .slider-item .item {
  background-color: #163f7b;
}
.construction-training .reason-section .slider-nav .slider-item {
  padding: 0 6px 24px;
}
.construction-training .reason-section .slider-nav .slider-item .item {
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
  color: #fff;
  padding: 24px;
  background-color: #002245;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.construction-training .reason-section .slider-nav .slider-item .item .number {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #1b4689;
  display: block;
  margin-bottom: 43px;
}
.construction-training .reason-section .slider-nav .slider-item .item .icon {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
.construction-training .reason-section .slider-nav .slider-item .item .icon img {
  max-height: 56px;
  display: block;
}
.construction-training .reason-section .slider-nav .slider-item .item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.construction-training .reason-section .slider-nav .slider-item .item .title strong {
  color: #fdd000;
  font-size: 24px;
  line-height: 28px;
}
.construction-training .reason-section .slider-nav .slick-current .slider-item {
  position: relative;
}
.construction-training .reason-section .slider-nav .slick-current .slider-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-right: 4px dashed rgba(0, 34, 69, 0.4);
  height: 24px;
}
.construction-training .reason-section .slider-main .slider-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: rgba(0, 34, 69, 0.2);
  border: 1px solid #002245;
  padding: 24px;
}
.construction-training .reason-section .slider-main .slider-item .item .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.construction-training .reason-section .slider-main .slider-item .item .icon img {
  max-height: 40px;
  display: block;
}
.construction-training .reason-section .slider-main .slider-item .item .content {
  padding-left: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #f2f2f2;
}
.construction-training .reason-section .slider-main .slider-item .item .content .dynamic-content {
  font-size: 18px;
  color: inherit;
}
.construction-training .reason-section .bottom-box {
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.construction-training .reason-section .bottom-box .link {
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #f2f2f2;
  display: inline-block;
  margin-top: 16px;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.construction-training .reason-section .bottom-box .link:hover {
  color: #ffc107;
}
.construction-training .target-section {
  padding: 40px 0;
  background-color: #f2f2f2;
}
.construction-training .target-section .section-title {
  text-align: center;
  width: 641px;
  max-width: 100%;
  margin: 0 auto 16px;
}
.construction-training .target-section .section-desc {
  text-align: center;
  margin: 0 auto 40px;
  width: 641px;
  max-width: 100%;
}
.construction-training .target-section .target__post {
  background: #ffffff;
  border: 1px solid #fdd000;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06);
  padding: 4px;
  margin-bottom: 30px;
}
.construction-training .target-section .target__post .img {
  position: relative;
  height: 162px;
}
.construction-training .target-section .target__post .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.construction-training .target-section .target__post .img .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  bottom: -12px;
}
.construction-training .target-section .target__post .img .icon svg {
  display: block;
}
.construction-training .target-section .target__post .info {
  padding: 20px;
}
.construction-training .target-section .target__post .info .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #696969;
  height: 44px;
  font-weight: normal;
  margin-bottom: 0;
}
.construction-training .target-section .target__post .info .title strong {
  color: #000000;
}
.construction-training .speakers-section {
  padding: 50px 0;
}
.construction-training .speakers-section .page-title {
  margin-bottom: 15px;
  text-align: center;
}
.construction-training .speakers-section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
}
.construction-training .speakers-section .slick-track .slick-slide {
  height: inherit;
}
.construction-training .speakers-section .slick-track .slick-slide > div,
.construction-training .speakers-section .slick-track .slick-slide .slider-item,
.construction-training .speakers-section .slick-track .slick-slide .wrapper {
  height: 100%;
}
.construction-training .speakers-section .slick-track .slick-slide .wrapper > .row {
  height: 100%;
}
.construction-training .speakers-section .slick-slide {
  opacity: 0.3;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.construction-training .speakers-section .slick-slide.slick-current {
  opacity: 1;
}
.construction-training .speakers-section .slider-item {
  padding: 15px;
}
.construction-training .speakers-section .slider-item .wrapper {
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}
.construction-training .speakers-section .slider-item .wrapper > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.construction-training .speakers-section .slider-item .wrapper .info {
  padding: 59px 70px;
}
.construction-training .speakers-section .slider-item .wrapper .info .numb {
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
  color: #000000;
  display: block;
  margin-bottom: 6px;
}
.construction-training .speakers-section .slider-item .wrapper .info .name {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.construction-training .speakers-section .slider-item .wrapper .info .name span {
  text-transform: uppercase;
}
.construction-training .speakers-section .slider-item .wrapper .info .name strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.construction-training .speakers-section .slider-item .wrapper .info .name strong + span {
  display: block;
  margin-top: 6px;
  margin-bottom: 24px;
}
.construction-training .speakers-section .slider-item .wrapper .info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.construction-training .speakers-section .slider-item .wrapper .info ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
}
.construction-training .speakers-section .slider-item .wrapper .info ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fddc00;
  top: 7px;
  left: 0;
  position: absolute;
}
.construction-training .speakers-section .slider-item .wrapper .info ul li + li {
  margin-top: 8px;
}
.construction-training .speakers-section .slider-item .wrapper .banner {
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.construction-training .speakers-section .slider-item .wrapper .banner img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.construction-training .speakers-section .slider-wrapper {
  position: relative;
}
.construction-training .speakers-section .slider-wrapper .slider-controls .btn-slider {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.construction-training .speakers-section .slider-wrapper .slider-controls .btn-slider.btn-next {
  right: 0;
  left: auto;
}
.construction-training .speakers-section .slider-wrapper .slider-controls .btn-slider.btn-prev {
  left: 0;
}
.construction-training .speakers-section .slider-wrapper .slider-controls .btn-slider.slick-disabled {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.construction-training .speakers-section .slider-wrapper .slider-controls .slider-dots {
  margin-top: 9px;
}
.construction-training .signup-section {
  padding-bottom: 25px;
}
.construction-training .signup-section .page-title {
  text-align: center;
  margin-bottom: 29px;
}
.construction-training .signup-section .signup-wrapper {
  padding: 40px 100px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 32px;
}
.construction-training .signup-section .signup-wrapper form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.construction-training .signup-section .signup-wrapper form .form-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.construction-training .signup-section .signup-wrapper form .form-actions {
  width: 100%;
}
.construction-training .signup-section .signup-wrapper .form-item {
  margin-bottom: 16px;
}
.construction-training .signup-section .signup-wrapper .form-item label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66696d;
  margin-bottom: 4px;
}
.construction-training .signup-section .signup-wrapper .form-item select,
.construction-training .signup-section .signup-wrapper .form-item input[type=email],
.construction-training .signup-section .signup-wrapper .form-item input[type=tel],
.construction-training .signup-section .signup-wrapper .form-item input[type=text] {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  font-size: 16px;
  padding: 0 15px;
  font-size: 12px;
  display: block;
}
.construction-training .signup-section .signup-wrapper .form-item textarea {
  display: block;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 68px;
  resize: none;
  font-size: 16px;
  padding: 8px 15px;
  font-size: 12px;
}
.construction-training .signup-section .signup-wrapper .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/arrow-down.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.construction-training .signup-section .signup-wrapper .form-type-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.construction-training .signup-section .signup-wrapper .form-type-radio input {
  display: none;
}
.construction-training .signup-section .signup-wrapper .form-type-radio label {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
}
.construction-training .signup-section .signup-wrapper .form-type-radio label:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 1px solid #fdd000;
}
.construction-training .signup-section .signup-wrapper .form-type-radio label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  content: "";
}
.construction-training .signup-section .signup-wrapper .form-type-radio input:checked + label:after {
  content: "";
  background-color: #fddc00;
}
.construction-training .signup-section .signup-wrapper .form-actions {
  padding: 0 15px;
  margin-top: 14px;
}
.construction-training .signup-section .signup-wrapper .form-actions:before {
  content: "";
  display: block;
  border-top: 1px solid #f2f2f2;
  margin-bottom: 24px;
}
.construction-training .signup-section .signup-wrapper .form-actions input[type=submit] {
  font-weight: 500;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #002245;
  padding: 9px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fdd000;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.construction-training .signup-section .signup-wrapper .form-actions input[type=submit]:hover {
  background-color: #ffc107;
}
.construction-training .signup-section .quick-contact {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0 0;
  text-align: center;
}
.construction-training .signup-section .quick-contact .title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #1b4689;
  font-weight: bold;
  margin-bottom: 6px;
}
.construction-training .signup-section .quick-contact__item {
  padding: 0 15px;
  margin-bottom: 16px;
}
.construction-training .signup-section .call-now {
  color: #fff;
}
.construction-training .signup-section .call-now span {
  display: block;
  margin-bottom: 8px;
}
.construction-training .signup-section .call-now a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1b4689;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fdd000;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.construction-training .signup-section .call-now a svg {
  margin-right: 24px;
  vertical-align: middle;
  margin-top: -4px;
}
.construction-training .signup-section .call-now a:hover {
  background-color: #ffc107;
}
.construction-training .signup-section .share-box a {
  display: inline-block;
}
.construction-training .signup-section .share-box a + a {
  margin-left: 10px;
}
.construction-training .signup-section .form-box {
  padding: 40px;
  background-color: #fff;
}
.construction-training .after-training {
  padding: 25px 0 10px;
}
.construction-training .after-training .page-title {
  width: 571px;
  max-width: 100%;
  margin: 0 auto 16px;
  padding-top: 50px;
  position: relative;
}
.construction-training .after-training .page-title:after {
  content: "";
  position: absolute;
  width: 248px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 2px solid #fdd000;
}
.construction-training .after-training .section-desc {
  width: 571px;
  max-width: 100%;
  margin: 0 auto 24px;
}
.construction-training .after-training .btn-action {
  margin-bottom: 40px;
  background-color: transparent;
  border: 1px solid #fdd000;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.construction-training .after-training .btn-action:hover {
  background-color: #ffc107;
}
.construction-training .after-training .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.construction-training .after-training .item--content {
  display: block;
}
.construction-training .after-training .item .img {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.construction-training .after-training .item .img img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.construction-training .after-training .item .info {
  padding: 30px;
}
.construction-training .after-training .item .info__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}
.construction-training .after-training .item .info__title:not(.title-bold) {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.construction-training .after-training .item .info__title .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.construction-training .after-training .item .info__title .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.construction-training .after-training .item .info .content {
  font-size: 14px;
  line-height: 20px;
}
.construction-training .after-training .item .info .content p {
  margin-bottom: 4px;
}
.construction-training .after-training .item .info .content .dynamic-content {
  font-size: 14px;
  line-height: 20px;
}
.construction-training .after-training .item .info .content .dynamic-content strong {
  color: #000;
}
.construction-training .after-training .item .info .content .dynamic-content table {
  margin-top: 8px;
}
.construction-training .testimonial-section {
  padding: 80px 0 139px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.construction-training .testimonial-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.construction-training .testimonial-section .bg img {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.construction-training .testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 66, 140, 0.6);
  z-index: -1;
}
.construction-training .testimonial-section .page-title {
  text-align: center;
  color: #fff;
  width: 466px;
  max-width: 100%;
  margin: 0 auto 46px;
}
.construction-training .testimonial-section .slider-wrapper {
  position: relative;
}
.construction-training .testimonial-section .slider-wrapper .btn-slider {
  position: absolute;
  top: 50%;
  left: -1px;
}
.construction-training .testimonial-section .slider-wrapper .btn-slider.btn-next {
  left: auto;
  right: -1px;
}
.construction-training .testimonial-section .slider-wrapper .slider-dots {
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
}
.construction-training .testimonial-section .slider-item {
  padding: 0 15px;
}
.construction-training .testimonial-section .slider-item .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 35px 56px;
}
.construction-training .testimonial-section .slider-item .wrapper .ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.construction-training .testimonial-section .slider-item .wrapper .ava img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.construction-training .testimonial-section .slider-item .wrapper .content {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.construction-training .testimonial-section .slider-item .wrapper .content__text {
  max-height: 96px;
  overflow-y: auto;
}
.construction-training .testimonial-section .slider-item .wrapper .content__text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.construction-training .testimonial-section .slider-item .wrapper .content__text::-webkit-scrollbar {
  width: 4px;
  background-color: #f1f1f1;
}
.construction-training .testimonial-section .slider-item .wrapper .content__text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #002245;
}
.construction-training .testimonial-section .slider-item .wrapper .content .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
}
.construction-training .news-section {
  padding: 50px 0 10px;
}
.construction-training .news-section .title-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.construction-training .news-section .title-wrapper .section-title {
  padding-right: 20px;
  margin-bottom: 0px;
}
.construction-training .news-section .title-wrapper .btn-viewmore {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
}
.construction-training .news-section .section-desc {
  width: 670px;
  max-width: 100%;
}
.construction-training .news-section .post {
  margin-bottom: 40px;
}
.construction-training .news-section .post .wrap-img {
  height: 300px;
}
.construction-training .news-section .post .content {
  padding: 24px 0 0;
}
.construction-training .news-section .post .content .title {
  margin-bottom: 8px;
}
.construction-training .news-section .post .content .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #66696d;
  margin-bottom: 16px;
}
.construction-training .news-section .post .content .desc {
  font-size: 14px;
  line-height: 20px;
  color: #66696d;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  min-height: auto;
}
.construction-training .news-section .slider-wrapper .slider-content.slick-dotted.slick-slider {
  margin-bottom: 62px;
}
.construction-training .news-section .slider-content.slick-initialized .post {
  margin-bottom: 0;
}
.construction-training .news-section .slider-content.slick-initialized .post .wrap-img {
  height: 147px;
}
.construction-training .news-section .slider-content.slick-initialized .post .content {
  border: 1px solid rgba(152, 152, 154, 0.2);
  border-top: none;
  padding: 16px;
}
.construction-training .news-section .slider-content.slick-initialized .post .content .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  margin-bottom: 6px;
}
.construction-training .news-section .slider-item {
  padding: 0 15px;
}
.construction-training .news-section .slider-wrapper {
  position: relative;
}
.construction-training .news-section .slider-wrapper .slider-controls .slider-dots {
  margin-top: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.construction-training .news-section .title-wrapper {
  margin-bottom: 20px;
}
.construction-training .news-section .section-desc {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1210px;
  }
}
@media screen and (min-width: 576px) {
  .loyalty-landing .news-section .slider-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
  .loyalty-landing .news-section .slider-content .slider-item {
    flex: 0 0 50%;
    max-width: 0 0 50%;
  }
  .loyalty-landing .news-section .slider-content .slider-item .post .wrap-img {
    height: 200px;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-section .slider-content:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
  .news-section .slider-content:not(.slick-initialized) .slider-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .loyalty-landing .news-section .slider-content .slider-item {
    flex: 0 0 33.3333333333%;
    max-width: 0 0 33.3333333333%;
  }
  .loyalty-landing .news-section .slider-content .slider-item:nth-child(2), .loyalty-landing .news-section .slider-content .slider-item:first-child {
    flex: 0 0 50%;
    max-width: 0 0 50%;
  }
  .loyalty-landing .news-section .slider-content .slider-item:nth-child(2) .post .wrap-img, .loyalty-landing .news-section .slider-content .slider-item:first-child .post .wrap-img {
    height: 300px;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item {
    flex: 0 0 33.3333333333%;
    max-width: 0 0 33.3333333333%;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item .post .wrap-img {
    height: 200px;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item:nth-child(2), .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item:nth-child(2) .post .wrap-img, .coffee-talk .news-section .slider-content:not(.slick-initialized) .slider-item:first-child .post .wrap-img {
    height: 300px;
  }
  .news-section .slider-content:not(.slick-initialized) .slider-item {
    flex: 0 0 33.3333333333%;
    max-width: 0 0 33.3333333333%;
  }
  .news-section .slider-content:not(.slick-initialized) .slider-item .post .wrap-img {
    height: 200px;
  }
  .news-section .slider-content:not(.slick-initialized) .slider-item:nth-child(2), .news-section .slider-content:not(.slick-initialized) .slider-item:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-section .slider-content:not(.slick-initialized) .slider-item:nth-child(2) .post .wrap-img, .news-section .slider-content:not(.slick-initialized) .slider-item:first-child .post .wrap-img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .vt-aboutus .home-contact .contact-now .info-container {
    padding: 120px 0;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content {
    padding: 36px 23px 5px;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content .title {
    font-size: 28px;
    line-height: 1.29;
  }
  .vt-aboutus--saintgobain .product-content .product .image a {
    height: 119px;
  }
  .vt-assistance .pagination {
    padding-bottom: 32px;
  }
  .vt-assistance--construction-detail .post-list .post-item .image, .vt-assistance--construction .post-list .post-item .image {
    height: 164px;
  }
}
@media (max-width: 1199.98px) {
  .page-container {
    padding-top: 64px;
  }
  .page-banner {
    padding: 100px 0;
  }
  .vt-menu .vt-bar-top .btn-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .t-main-header .btn-cart {
    display: none;
  }
  .block-mpire-search {
    display: none;
  }
  .vt-menu .on-des {
    visibility: hidden;
    display: none;
  }
  .vt-menu .on-res {
    visibility: visible;
    display: block;
  }
  .vt-menu {
    position: relative;
    display: block;
    text-align: right;
    padding: 0;
  }
  .vt-menu .navbar-brand .logo-mobile {
    display: block;
  }
  .vt-menu .navbar-brand .logo-des {
    display: none;
  }
  .vt-menu .navbar-logo {
    left: 138px;
  }
  .vt-menu .vt-link-menu {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
  .vt-menu .vt-form-search {
    margin-right: 0px;
  }
  .vt-menu .vt-form-search input {
    width: 100%;
  }
  .vt-menu .navbar-brand {
    display: block;
    left: 12px;
  }
  .vt-menu .navbar-collapse {
    justify-content: unset;
    padding: 32px;
    padding-top: 150px;
    background-color: #002245;
  }
  .vt-menu .nav-item a {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding-left: 0;
    opacity: 0.6;
  }
  .vt-menu .vt-bar-top {
    position: relative;
    top: unset;
  }
  .t-main-header .vt-menu .icon-wrap {
    display: block;
    position: static;
    padding-bottom: 10px;
  }
  .t-main-header .who {
    display: none;
  }
  .t-main-header .block-logomenudropdown-2 {
    top: 8px;
    left: 16px;
  }
  .t-main-header .vt-menu .vt-link-menu {
    padding-bottom: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a:after {
    content: none;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a,
  .t-main-header .vt-menu .vt-link-menu li a {
    display: inline-block;
    color: #fff;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a {
    color: #fff;
    padding: 8px 0;
  }
  .t-main-header .vt-menu .vt-link-menu > li > a {
    color: #fff;
    padding: 8px 0;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a {
    background-image: none;
    position: relative;
  }
  .t-main-header .vt-menu .vt-link-menu > li.has-child > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 2px;
    color: #fff;
  }
  .t-main-header .vt-menu .vt-link-menu > li.active > a,
  .t-main-header .vt-menu .vt-link-menu li.active > a {
    color: #fddc00;
  }
  .t-main-header .vt-menu .vt-link-menu li ul {
    position: static;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    width: auto;
    background-color: transparent;
  }
  .t-main-header .vt-menu .vt-link-menu li ul li a {
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 0;
  }
  .t-main-header .region-header.show .language-switcher-language-url {
    top: auto;
    bottom: 20px;
  }
  .t-main-header .vt-menu .navbar-collapse {
    justify-content: unset;
    padding: 0 32px;
    background-color: #002245;
  }
  .t-main-header .region-header.show .vt-menu .vt-bar-top {
    height: 64px;
    padding: 0 16px 0 0;
  }
  .t-main-header .region-header.show .block-mpire-search {
    right: 50px !important;
    top: 10px;
    left: 15px;
    padding-right: 15px;
  }
  .t-main-header .region-header.show .block-mpire-search .vt-input-search {
    padding-right: 0;
  }
  .t-main-header .region-header.show .block-mpire-search .vt-input-search input {
    max-width: none;
    padding-right: 44px;
  }
  .t-main-header .block-mpire-search .vt-btn-search {
    right: 15px;
  }
  .t-main-header .region-header.show .block-mpire-search .btn-search {
    right: 25px;
  }
  .t-main-header .region-header.show .language-switcher-language-url {
    bottom: auto;
    top: 10px;
    left: 15px;
    bottom: auto;
  }
  .t-main-header .region-header.show .language-switcher-language-url .dropdown-menu li a {
    width: 38px;
    margin: 0;
  }
  .t-main-header .region-header.show .language-switcher-language-url .dropdown-menu li + li {
    margin-left: 5px;
  }
  .t-main-header .region-header.show .vt-link-menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 90px;
    margin-top: 0 !important;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .t-main-header .region-header.show .vt-link-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fddc00;
  }
  .vt-footer .subscibe-content .box-content {
    padding: 0 30px;
  }
  .post .wrap-img {
    height: 300px;
  }
  .post .content {
    padding: 15px;
  }
  .post .content .title {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  .vt-blog .post .content {
    padding: 16px;
  }
  .home-counter .counter-box .list-counter li {
    padding: 50px 15px;
  }
  .home-counter .counter-box .list-counter li .title {
    font-size: 45px;
  }
  .home-contact {
    padding-bottom: 0;
  }
  .home-contact .contact-now {
    padding-top: 40px;
  }
  .home-contact .contact-now .info-container {
    padding: 10px 0;
  }
  .home-contact .contact-now .image-box .image {
    position: static;
  }
  .vt-product-detail .top-container .button-group .btn-more {
    text-align: center;
  }
  .vt-product-detail .form-part-section .info-description .info .item .title {
    width: 190px;
  }
  .vt-product-detail .rating-section .rating-content .comments-list {
    height: 1032px;
  }
  .vt-assistance--detail .related-posts .slider-item {
    width: auto;
  }
  .vt-shop-list .top-content .page-desc {
    margin-bottom: 10px;
  }
  .vt-shop-list .top-content .button-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vt-shop-list .top-content .button-group .link {
    margin-top: 10px;
  }
  .vt-contact .main-content .cta-content .button-group {
    margin-top: 16px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for {
    padding-bottom: 24px;
    padding-right: 48px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .img {
    padding-right: 0;
  }
  .journey-landing .diary-section .block-content .year {
    padding: 10px;
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .home-blog .slide-posts {
    min-height: 366px;
  }
  .vt-blog .blog-side-bar {
    display: none;
  }
  .vt-blog-detail .blog-side-bar {
    padding-top: 0px;
  }
  .vt-blog-detail .bottom-content {
    margin-bottom: 32px;
  }
  .vt-blog-detail .related-posts .post .wrap-img {
    height: 200px;
  }
  .vt-blog .article-product-slider {
    display: block;
  }
  .vt-blog .article-product-slider .slider-content .slick-dots {
    bottom: 0;
  }
  .vt-blog .article-product-slider .slider-item {
    padding: 15px 20px;
  }
  .page-banner {
    padding: 80px 0;
  }
  .post .wrap-img {
    height: 200px;
  }
  .vt-footer .subscibe-content .wrapper {
    padding: 30px 0;
  }
  .vt-footer .subscibe-content .content-title {
    font-size: 26px;
  }
  .vt-footer .subscibe-content .box-content {
    padding: 0;
  }
  .vt-footer .block-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-why .reason .box-wrapper {
    padding-left: 0;
  }
  .home-why .reason .list-info li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-counter .counter-box .list-counter li {
    padding: 40px 15px;
  }
  .home-counter .counter-box .list-counter li .title {
    font-size: 35px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-text-blog .vt-btn {
    width: auto;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
    font-size: 26px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
    padding: 20px 30px;
    bottom: -80px;
  }
  .home-blog .slide-posts {
    min-height: 366px;
  }
  .vt-product-detail .rating-section .rating-content .col-rating + .col-rating {
    border-left: 1px solid #eaeaeb;
    border-top: none;
  }
  .vt-product-detail .rating-section .rating-content .comments-list {
    height: 850px;
  }
  .vt-product-detail .form-part-section .info-description .info {
    margin-bottom: 20px;
  }
  .vt-product-detail .modules-section .part-item .image-list {
    margin-bottom: 16px;
  }
  .vt-product-detail .modules-section .part-item .image-list .part-list:after {
    top: 100%;
    left: 50%;
    border-top: 23px solid #fafafa;
    border-bottom: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    margin-top: 0;
    margin-left: -23px;
    z-index: 9;
  }
  .vt-assistance--detail .related-posts .post-list {
    min-height: 284px;
  }
  .vt-contact .main-content .top-content .department-list .slick-next {
    right: -15px;
  }
  .vt-contact .main-content .top-content .department-list .slick-prev {
    left: -15px;
  }
  .vt-contact .main-content .top-content .block-form {
    padding: 16px;
  }
  .loyalty-landing .quote-section {
    padding: 32px 0 0;
  }
  .loyalty-landing .quote-section .section-title {
    margin-bottom: 32px;
  }
  .loyalty-landing .quote-section:before {
    z-index: -1;
  }
  .loyalty-landing .quote-section .wrapper {
    padding: 0;
  }
  .loyalty-landing .quote-section .man .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .loyalty-landing .quote-section .man .wrapper .ava {
    padding-left: 0;
  }
  .loyalty-landing .quote-section .man .wrapper .info {
    padding-left: 0;
    text-align: center;
  }
  .loyalty-landing .rules-section .top-content .wrapper {
    padding: 32px;
  }
  .loyalty-landing .rules-section .top-content .wrapper .section-desc {
    margin-bottom: 32px;
  }
  .loyalty-landing .rules-section .middle-content {
    padding-top: 72px;
  }
  .loyalty-landing .rules-section .middle-content .steps {
    padding-bottom: 32px;
  }
  .loyalty-landing .rules-section .middle-content .section-desc {
    margin-bottom: 24px;
  }
  .loyalty-landing .rules-section .foot-content {
    padding-top: 32px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box {
    padding-left: 132px;
  }
  .loyalty-landing .rules-section .foot-content .info-box {
    padding: 24px;
  }
  .loyalty-landing .product-section {
    padding: 40px 0 25px;
  }
  .loyalty-landing .scores-section {
    padding: 64px 0;
  }
  .loyalty-landing .scores-section .table-responsive {
    padding-bottom: 10px;
  }
  .loyalty-landing .scores-section .table-responsive::-webkit-scrollbar-track {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
  }
  .loyalty-landing .scores-section .table-responsive::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5;
  }
  .loyalty-landing .scores-section .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #c7c7c7;
  }
  .loyalty-landing .scores-section .note,
  .loyalty-landing .scores-section .nav-tabs,
  .loyalty-landing .scores-section .section-title {
    padding-left: 32px;
  }
  .loyalty-landing .scores-section ul.list {
    padding-left: 32px;
    padding-right: 32px;
  }
  .loyalty-landing .contact-section {
    padding: 32px 0;
  }
  .loyalty-landing .contact-section .form-box {
    margin-top: 24px;
    padding: 40px;
  }
  .loyalty-landing .news-section {
    padding: 64px 0 30px;
  }
  .coffee-talk .intro-section {
    padding-bottom: 20px;
  }
  .coffee-talk .intro-section .form-box .wrapper {
    height: auto;
    margin-bottom: 30px;
  }
  .coffee-talk .schedule-section .tab-wrapper {
    padding: 40px 0 0;
  }
  .coffee-talk .schedule-section .tab-wrapper .link {
    margin-bottom: 40px;
  }
  .coffee-talk .team-section .slider-item .wrapper {
    padding: 8px 15px;
  }
  .coffee-talk .team-section .slider-item .wrapper > .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .coffee-talk .team-section .slick-track .slick-slide .wrapper > .row {
    height: auto;
  }
  .coffee-talk .event-section .schedule-content .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coffee-talk .event-section .schedule-content .title-box .section-title {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .coffee-talk .event-section .schedule-content .title-box .section-title:before {
    left: 50%;
  }
  .coffee-talk .event-section .schedule-content .slider-content .slider-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .coffee-talk .event-section .schedule-content .slider-content .slider-item .item .wrapper .time {
    margin-left: auto;
  }
  .coffee-talk .event-section .document-content .section-title {
    margin-bottom: 16px;
  }
  .coffee-talk .event-section .document-content .wrapper .content {
    margin-bottom: 32px;
  }
  .coffee-talk .contact-form {
    padding: 32px 0;
  }
  .coffee-talk .contact-form .form-box {
    margin-top: 24px;
    padding: 40px;
  }
  .coffee-talk .news-section {
    padding: 64px 0 20px;
  }
  .vt-shop-list .address-list {
    margin-top: 20px;
  }
  .journey-landing .counter-section .slider-wrapper .slider-content:not(.slick-initialized) .slider-item {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .journey-landing .main-section .top-info .slider-item .item {
    padding: 38px 22px 35px;
  }
  .journey-landing .main-section .top-info .slider-item .item .icon {
    margin-bottom: 32px;
  }
  .journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item:nth-child(5n+1) .item:before {
    content: "";
  }
  .journey-landing .main-section .timeline .slider-content:not(.slick-initialized) .slider-item:nth-child(4n+1) .item:before {
    content: none;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slick-track .slick-slide {
    height: inherit;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slick-track .slick-slide > div,
  .journey-landing .testimoials .staff-content .slider-wrapper .slick-track .slick-slide .slider-item,
  .journey-landing .testimoials .staff-content .slider-wrapper .slick-track .slick-slide .wrapper {
    height: 100%;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .banner {
    height: 300px;
    width: 100%;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box {
    height: auto;
  }
  .journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .ava {
    margin: 0 auto 16px;
  }
  .journey-landing .diary-section .block-content .timeline .block-wrapper .year {
    margin-bottom: 8px;
    height: auto;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .owl-dots {
    left: 22px;
    right: 22px;
    bottom: 40px;
    padding: 0 16px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col {
    padding-right: 0;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav {
    border: none;
    padding: 15px 0;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .item {
    padding: 0 7px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info {
    padding: 17px 22px 72px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .album-item .info .desc {
    height: auto;
    margin-bottom: 36px;
  }
  .journey-landing .contact-form .form-contact form #edit-container-upload > .form-wrapper {
    padding: 30px 22px 32px;
  }
  .construction-training .main-banner .slider-item .info.has-overlay:before {
    right: 0;
  }
  .construction-training .counter-section .col-item {
    padding: 0 7px;
  }
  .construction-training .counter-section .col-item:nth-child(4n+1) {
    padding-left: 7px;
  }
  .construction-training .counter-section .col-item:nth-child(4n+4) {
    padding-right: 7px;
  }
  .construction-training .speakers-section .slider-item .wrapper {
    padding: 8px;
  }
  .construction-training .speakers-section .slider-item .wrapper > .row {
    margin: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .construction-training .speakers-section .slider-item .wrapper > .row > [class*=col-] {
    padding: 0;
  }
  .construction-training .speakers-section .slick-track .slick-slide .wrapper > .row {
    height: auto;
  }
  .construction-training .signup-section .signup-wrapper {
    padding: 40px;
  }
  .home-blog .slide-posts {
    min-height: 366px;
  }
  .vt-products .top-container .wrapper .filter-box .btn-filter span {
    display: none;
  }
  .vt-products .top-container .wrapper .filter-box .btn-filter svg {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .sliding-popup-bottom .popup-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliding-popup-bottom .popup-content .eu-cookie-compliance-message {
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .slider-wrapper .slider-controls .btn-slider {
    display: none;
  }
  h1,
  .page-title {
    font-size: 35px;
  }
  h2,
  .section-title {
    font-size: 27px;
  }
  h3,
  .sub-title {
    font-size: 23px;
  }
  .title-bold {
    font-size: 20px;
  }
  .page-container {
    padding-top: 54px;
  }
  .section-title br {
    display: none;
  }
  .slider-content .slick-prev {
    left: 0;
  }
  .slider-content .slick-next {
    right: 0;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner .title {
    font-size: 28px;
  }
  .form .js-form-item input,
  .form .js-form-item select,
  .form .js-form-item textarea,
  form .js-form-item input,
  form .js-form-item select,
  form .js-form-item textarea {
    font-size: 16px;
  }
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  select:focus,
  textarea {
    font-size: 16px !important;
  }
  .t-main-header .block-logomenudropdown-2 {
    top: 5px;
  }
  .vt-menu .vt-bar-top {
    height: 54px;
    position: relative;
    top: unset;
  }
  .vt-menu .navbar-brand {
    max-width: 106px;
  }
  .vt-menu .navbar-brand .img-logo-sg-bg {
    width: 100%;
    max-width: 100%;
    margin-top: -25px;
  }
  .vt-menu .navbar-brand .img-logo-sg {
    width: 80%;
  }
  .hero-banner .slider-item {
    padding-top: 106.6666666667%;
  }
  .hero-banner .slider-item .content-box {
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 43px;
  }
  .hero-banner .slider-item .content-box .content .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .hero-banner .slider-item .content-box .content .title br {
    display: none;
  }
  .hero-banner .slider-item .content-box .content .desc {
    margin-bottom: 10px;
  }
  .hero-banner .slider-item .content-box .content .button-box .btn-slider {
    font-weight: 300;
    font-size: 14px;
  }
  .hero-banner .slider-item .content-box .content .button-box .btn-slider span {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    padding-left: 1px;
  }
  .hero-banner .slider-item .content-box .content .button-box .btn-slider span svg {
    width: 6px;
    height: auto;
  }
  .hero-banner .slider-item .content-box .content .button-box .btn-slider span.icon-video svg {
    width: 10px;
  }
  .hero-banner .slider-item .content-box .content .button-box .btn-slider + .btn-slider {
    margin-left: 20px;
  }
  .house-svg {
    margin-bottom: 32px;
  }
  .house-svg .current-title {
    display: block;
  }
  .house-svg .main-image .tool-tip:after {
    content: none;
  }
  .house-svg .main-image .tool-tip .title {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .house-svg .main-image .tool-tip .highlight {
    margin-left: 0;
  }
  .house-svg .main-image .tool-tip .highlight:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
  }
  .house-svg .main-image .tool-tip .highlight:after {
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
  }
  .post .wrap-img {
    height: 147px;
  }
  .post .content .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .post .content .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .home-why .bg {
    left: 0;
    top: 30%;
    height: auto;
    bottom: 0;
  }
  .home-why .bg:after {
    background: rgba(0, 34, 69, 0.8);
    background: -moz-linear-gradient(top, #002245 30%, rgba(0, 34, 69, 0.8) 100%);
    background: -webkit-linear-gradient(top, #002245 30%, rgba(0, 34, 69, 0.8) 100%);
    background: linear-gradient(to bottom, #002245 30%, rgba(0, 34, 69, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002245", endColorstr="#cc002245",GradientType=1 );
  }
  .home-why .reason {
    padding-bottom: 22px;
    padding-top: 32px;
  }
  .home-why .reason .title-wrapper {
    width: 100%;
  }
  .home-why .reason .section-title {
    margin-bottom: 16px;
  }
  .home-why .reason .main-title {
    font-size: 28px;
    line-height: 32px;
  }
  .home-why .reason .description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .home-counter .counter-box .list-counter li {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 17px 15px 13px;
  }
  .home-counter .counter-box .list-counter li .title {
    margin-top: 2px;
    font-size: 60px;
  }
  .home-video {
    padding-bottom: 6px;
    padding-top: 32px;
  }
  .home-video .section-title {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 24px;
  }
  .home-video .video-list {
    margin: 0 -5px;
  }
  .home-video .video-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .home-video .video-item .video-content {
    height: 130px;
  }
  .home-video .video-item .video-content .btn-play {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
  .home-video .video-item .video-content .info {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .home-video .video-item .video-content .info .numb {
    font-size: 10px;
  }
  .home-video .video-item .video-content .info .title {
    font-size: 14px;
  }
  .home-video .video-item:first-child .video-content {
    height: 230px;
  }
  .home-blog {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .home-blog.home-tips {
    padding-bottom: 32px;
  }
  .home-blog.home-tips .post .content .desc {
    height: 60px;
  }
  .home-blog .title-box {
    margin-bottom: 24px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .slide-posts {
    min-height: 312px;
  }
  .home-blog .owl-dots {
    margin-top: 6px;
  }
  .home-blog .slider-item {
    padding-bottom: 10px;
    background-color: transparent;
  }
  .home-blog .post {
    -webkit-box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
    box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
  }
  .home-post-qc {
    padding-bottom: 40px;
  }
  .home-post-qc .section-title {
    margin-bottom: 16px;
  }
  .home-post-qc .block-blog {
    margin: 0 -7.5px;
  }
  .home-post-qc .block-blog .blog-item {
    padding: 0 7.5px;
    margin-bottom: 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap {
    height: 176px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .wrap-img {
    height: 176px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .content-wrap {
    padding: 24px 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-icon img {
    max-height: 54px;
    max-width: 79px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog {
    bottom: 0;
    background-color: transparent;
    padding: 0px 16px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    border: none;
    font-size: 0;
    position: absolute;
    left: 16px;
    bottom: 24px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg path {
    fill: #fff;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .post-title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-weight: 700;
    color: #fff;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .content-wrap {
    top: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-btn {
    opacity: 1;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog:hover .vt-icon {
    opacity: 1;
    top: 0px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-overplay {
    opacity: 0.7;
    background-color: #000;
  }
  .home-post-qc .block-blog .vt-blog-wrap {
    height: 176px;
  }
  .home-infographic {
    padding-bottom: 0;
    padding-top: 48px;
  }
  .home-infographic .top-content {
    margin-bottom: 24px;
  }
  .home-infographic .btn-viewmore {
    font-size: 14px;
    line-height: 17px;
  }
  .home-infographic .main-content {
    padding-top: 69px;
    border-bottom: 1px solid rgba(0, 36, 71, 0.21);
    padding-bottom: 32px;
  }
  .home-infographic .main-content .list-info {
    padding-top: 18px;
  }
  .home-infographic .main-content .list-info .item {
    width: 50%;
    padding: 0 5px;
  }
  .home-infographic .main-content .list-info .item .title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .home-infographic .main-content .list-info .item .count {
    font-size: 38px;
    line-height: 40px;
  }
  .home-contact {
    padding-bottom: 65px;
  }
  .home-contact .contact-now .image-box {
    order: 1;
    -ms-transform: translateY(72px);
    -o-transform: translateY(72px);
    -moz-transform: translateY(72px);
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
  }
  .home-contact .contact-now .info-container {
    padding-top: 0;
    margin-bottom: -72px;
  }
  .home-contact .contact-now .info-container .content {
    padding: 15px;
  }
  .home-contact .contact-now .info-container .content .title {
    font-size: 18px;
    padding-left: 12px;
    margin-bottom: 15px;
  }
  .home-contact .contact-now .info-container .content .totals {
    font-size: 70px;
  }
  .vt-footer {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .vt-footer .subscibe-content {
    background-color: #fddc00;
  }
  .vt-footer .subscibe-content .wrapper {
    padding: 24px 0;
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .vt-footer .subscibe-content .wrapper > .row {
    margin: 0 -15px;
  }
  .vt-footer .subscibe-content .wrapper .content-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .vt-footer .subscibe-content form input {
    padding-left: 15px;
  }
  .vt-footer .vt-footer-content {
    margin-top: 0;
  }
  .vt-footer .vt-footer-content .container {
    padding-top: 0;
  }
  .vt-footer .vt-footer-content ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .vt-footer .vt-footer-content ul li {
    margin-bottom: 0;
  }
  .vt-footer .vt-footer-content ul li + li {
    margin-top: 20px;
  }
  .vt-footer .vt-footer-content .socials {
    margin-bottom: 32px;
  }
  .vt-footer .vt-footer-content .logo-footer {
    max-width: 50%;
    max-height: 40px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .home-brands {
    padding-bottom: 48px;
    padding-top: 24px;
  }
  .home-brands .brands .section-title {
    width: 271px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 26px;
  }
  .home-brands .brands .list-brands li {
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-blog {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .home-blog.home-tips {
    padding-bottom: 32px;
  }
  .home-blog.home-tips .post .content .desc {
    height: 60px;
  }
  .home-blog .title-box {
    margin-bottom: 24px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .slide-posts {
    min-height: 312px;
  }
  .home-blog .owl-dots {
    margin-top: 6px;
  }
  .home-blog .slider-item {
    padding-bottom: 10px;
    background-color: transparent;
  }
  .home-blog .post {
    -webkit-box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
    box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
  }
  .vt-products .top-container .wrapper .filter-box .btn-filter span {
    display: none;
  }
  .vt-products .top-container .wrapper .filter-box .btn-filter {
    padding: 0;
    text-align: center;
    width: 48px;
    -ms-justify-content: center;
    justify-content: center;
  }
  .vt-products .top-container .wrapper .filter-box .btn-filter svg {
    margin-left: 0;
  }
  .vt-products .middle-content .title-box {
    padding-top: 23px;
  }
  .vt-products .middle-content .title-box .section-title {
    margin-bottom: 16px;
    text-align: left;
  }
  .vt-products .middle-content .title-box .page-desc {
    margin-bottom: 30px;
    text-align: left;
  }
  .vt-products .product-item {
    margin-bottom: 16px;
  }
  .vt-products .section-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .vt-products .sub-title {
    margin-bottom: 16px;
  }
  .vt-products .sort-content {
    margin-bottom: 24px;
  }
  .vt-products.structural .top-container .wrapper {
    display: block;
    position: relative;
  }
  .vt-products.structural .top-container .wrapper .form-box {
    display: block;
    border: none;
  }
  .vt-products.structural .top-container .wrapper .form-box input[type=text] {
    border: 1px solid rgba(152, 152, 154, 0.2);
  }
  .vt-products.structural .top-container .wrapper .filter-box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .vt-products.structural .top-container .wrapper .filter-box .btn-filter {
    margin-left: 0;
  }
  .vt-products.structural .top-container .wrapper .form-box select {
    width: 100%;
    position: relative;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 48px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .vt-products.structural .top-container .wrapper .form-box input[type=text] {
    padding-left: 16px;
    padding-right: 96px;
  }
  .vt-products.structural .top-container .wrapper .form-box .link-submit,
  .vt-products.structural .top-container .wrapper .form-box input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 48px;
    top: auto;
  }
  .vt-products.structural .middle-content .title-box .section-title {
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .vt-products.structural .middle-content .title-box .page-desc {
    margin-bottom: 10px;
  }
  .home-blog {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .home-blog.home-tips {
    padding-bottom: 32px;
  }
  .home-blog.home-tips .post .content .desc {
    height: 60px;
  }
  .home-blog .title-box {
    margin-bottom: 24px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .slide-posts {
    min-height: 312px;
  }
  .home-blog .owl-dots {
    margin-top: 6px;
  }
  .home-blog .slider-item {
    padding-bottom: 10px;
    background-color: transparent;
  }
  .home-blog .post {
    -webkit-box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
    box-shadow: 2px 3px 6px rgba(10, 31, 68, 0.1);
  }
  .vt-blog .page-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .vt-blog .page-title {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 1.4;
  }
  .vt-blog .section-title {
    margin-bottom: 6px;
  }
  .vt-blog .blog-features .slider-item .post .wrap-img {
    height: 190px;
  }
  .vt-blog .post .content {
    padding: 16px;
  }
  .vt-blog .search-content .form-wrapper select {
    width: 200px;
  }
  .vt-blog .search-content .form-wrapper input {
    width: 150px;
  }
  .vt-blog .blog-features {
    margin-bottom: 32px;
  }
  .vt-blog .blog-features .slider-item .post .content {
    padding: 16px 16px 24px;
  }
  .vt-blog .blog-features .slider-item .post .content .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #161616;
    -webkit-line-clamp: 3;
    height: 80px;
  }
  .vt-blog .blog-features .slider-item .post .content .desc {
    line-height: 20px;
    -webkit-line-clamp: 4;
    height: 80px;
  }
  .vt-blog .blog-features .slider-item .post .content .btn-details {
    margin-top: 24px;
  }
  .vt-blog .blog-side-bar .content-item {
    padding-bottom: 40px;
  }
  .vt-blog .blog-side-bar .post-item .info .title {
    -webkit-line-clamp: 3;
    height: 66px;
  }
  .vt-blog .blog-item {
    margin-bottom: 16px;
  }
  .vt-blog .blog-item .post {
    border-bottom: 1px solid #f1f1f1;
  }
  .vt-blog-detail .page-title {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 1.4;
  }
  .vt-blog-detail .owl-dots {
    margin-top: 10px;
  }
  .vt-blog-detail .related-posts .section-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .vt-blog-detail .related-posts .post .wrap-img {
    height: 147px;
  }
  .vt-blog-detail .related-posts .post .content .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
  }
  .vt-blog-detail .related-posts .post .content .desc {
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
  }
  .vt-product-detail .box-title {
    margin-bottom: 24px;
  }
  .vt-product-detail .description-section,
  .vt-product-detail .tips-section,
  .vt-product-detail .application-section,
  .vt-product-detail .modules-section,
  .vt-product-detail .accessories-section,
  .vt-product-detail .rating-section,
  .vt-product-detail .standard-section {
    padding: 12px 0;
  }
  .vt-product-detail .top-container .product-description,
  .vt-product-detail .top-container .share-box,
  .vt-product-detail .top-container .product-name {
    margin-bottom: 16px;
  }
  .vt-product-detail .top-container .product-description {
    line-height: 20px;
  }
  .vt-product-detail .top-container .product-description,
  .vt-product-detail .top-container .product-name {
    order: -1;
  }
  .vt-product-detail .top-container .product-name {
    padding-top: 12px;
  }
  .vt-product-detail .top-container .content-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .vt-product-detail .top-container .images {
    border: none;
    margin-bottom: 0;
  }
  .vt-product-detail .top-container .images .icon-slider {
    display: none;
  }
  .vt-product-detail .top-container .images .slick-next {
    right: 8px;
  }
  .vt-product-detail .top-container .images .slick-prev {
    left: 8px;
  }
  .vt-product-detail .top-container .images .slider-nav {
    padding: 12px 0;
  }
  .vt-product-detail .top-container .images .slider-main {
    border: 1px solid rgba(0, 34, 69, 0.1);
  }
  .vt-product-detail .top-container .images .slider-main .wrapper {
    padding: 17px 30px;
  }
  .vt-product-detail .top-container .images .slider-main .wrapper .img-box {
    height: 166px;
  }
  .vt-product-detail .top-container .images .slider-main .wrapper .caption {
    top: auto;
    bottom: 13px;
  }
  .vt-product-detail .top-container .share-box .btn-share {
    width: 32px;
    height: 32px;
  }
  .vt-product-detail .tabs-box {
    margin-bottom: 0px;
    padding-top: 0;
  }
  .vt-product-detail .tabs-box .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .vt-product-detail .tabs-box .nav-tabs .nav-link {
    padding: 10px 12px;
    text-align: center;
  }
  .vt-product-detail .application-section ul {
    margin: 0 -6px;
  }
  .vt-product-detail .application-section ul li {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 16px;
  }
  .vt-product-detail .application-section ul .item .title {
    padding-left: 6px;
  }
  .vt-product-detail .modules-section .info-description .info .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-product-detail .modules-section .info-description .info .item .title {
    width: 100%;
    margin-bottom: 16px;
  }
  .vt-product-detail .modules-section .info-description .info .item .content {
    width: 100%;
  }
  .vt-product-detail .modules-section .part-item .image-list {
    margin-bottom: 16px;
  }
  .vt-product-detail .modules-section .part-item .image-list .item .wrapper {
    padding: 16px;
  }
  .vt-product-detail .modules-section .part-item .image-list .part-list:after {
    top: 100%;
    left: 50%;
    border-top: 23px solid #fafafa;
    border-bottom: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    margin-top: 0;
    margin-left: -23px;
    z-index: 9;
  }
  .vt-product-detail .modules-section .part-item .image-list .part-full .item .wrapper {
    padding: 0 0 24px;
  }
  .vt-product-detail .modules-section .part-item .image-list .part-full .item .wrapper .image {
    width: 100%;
    height: 225px;
  }
  .vt-product-detail .modules-section .part-item .image-list .part-full .item .wrapper .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vt-product-detail .modules-section .part-item .image-list .item .wrapper .image {
    height: 105px;
  }
  .vt-product-detail .accessories-section .box-title {
    margin-bottom: 24px;
  }
  .vt-product-detail .accessories-section .row {
    margin: 0 -8px;
  }
  .vt-product-detail .accessories-section .slider-content {
    display: block;
    width: 100%;
    margin: 0 0 16px;
  }
  .vt-product-detail .accessories-section .slider-content .slick-dots {
    bottom: -16px;
  }
  .vt-product-detail .accessories-section .slider-content .item {
    width: 100% !important;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .vt-product-detail .projects-section {
    padding: 20px 0;
  }
  .vt-product-detail .projects-section .slider-item .image {
    height: 200px;
  }
  .vt-product-detail .description-section {
    padding-top: 44px;
  }
  .vt-product-detail .description-section .desc-title {
    color: #002245;
  }
  .vt-product-detail .description-section .content-box {
    margin-bottom: 20px;
  }
  .vt-product-detail .description-section .content-box .dynamic-content p,
  .vt-product-detail .description-section .content-box .dynamic-content ul {
    margin-bottom: 8px;
  }
  .vt-product-detail .description-section .content-box:last-child {
    margin-bottom: 0;
  }
  .vt-product-detail .description-section .content-box .dynamic-content {
    padding-bottom: 16px;
    overflow-x: scroll;
  }
  .vt-product-detail .description-section .content-box .dynamic-content table {
    width: auto;
    max-width: none;
    white-space: nowrap;
  }
  .vt-product-detail .description-section .content-box .dynamic-content::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .vt-product-detail .description-section .content-box .dynamic-content::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: transparent;
  }
  .vt-product-detail .description-section .content-box .dynamic-content::-webkit-scrollbar-thumb {
    background-color: #002245;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .vt-product-detail .description-section .info .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-product-detail .description-section .info .item .title {
    width: 100%;
    margin-bottom: 12px;
  }
  .vt-product-detail .description-section .info .item .content {
    width: 100%;
  }
  .vt-product-detail .recommend-section {
    padding: 32px 0 10px;
  }
  .vt-product-detail .tips-section {
    padding: 34px 0 10px;
  }
  .vt-product-detail .tips-section .sub-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    margin-bottom: 24px;
  }
  .vt-product-detail .tips-section .nav-tabs .nav-link {
    padding: 10px 12px;
  }
  .vt-product-detail .combination-products-section {
    padding: 34px 0 10px;
  }
  .vt-product-detail .combination-products-section .box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .vt-product-detail .projects-section {
    padding: 34px 0 10px;
  }
  .vt-product-detail .projects-section .box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .vt-product-detail .home-blog.idea {
    padding: 34px 0 12px;
  }
  .vt-product-detail .rating-section {
    padding: 34px 0 10px;
  }
  .vt-product-detail .rating-section .form-content {
    margin-bottom: 24px;
  }
  .vt-product-detail .rating-section .rating-content {
    margin-bottom: 24px;
  }
  .vt-product-detail .rating-section .rating-content .col-rating {
    margin-bottom: 24px;
  }
  .vt-product-detail .rating-section .rating-content .total-content .total-rating .star-rating {
    margin-bottom: 16px;
  }
  .vt-assistance .page-title {
    font-size: 27px;
    line-height: 32px;
  }
  .vt-assistance .section-title {
    font-size: 27px;
    line-height: 1.14;
    margin-bottom: 32px;
  }
  .vt-assistance .main-content {
    padding: 32px 0;
  }
  .vt-assistance .sidebar-col {
    margin-bottom: 32px;
  }
  .vt-assistance .nav-sidebar {
    margin-top: 16px;
    display: none;
  }
  .vt-assistance .block-tabs .nav-tabs .nav-link {
    padding: 15px 11px;
    min-width: auto;
  }
  .vt-assistance .block-tabs .nav-tabs .nav-link:after {
    width: 46px;
  }
  .vt-assistance .post-list .post-item,
  .vt-assistance .post-list .post {
    padding: 15px;
  }
  .vt-assistance--warranty-detail .description {
    padding: 24px 24px 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-assistance--warranty-detail .description .img-box {
    margin-bottom: 24px;
    width: 100%;
  }
  .vt-assistance--warranty-detail .description .img-box img {
    margin: 0 auto;
  }
  .vt-assistance--warranty-detail .description .content {
    padding-left: 0;
  }
  .vt-assistance--warranty-detail .related-products {
    padding-top: 32px;
  }
  .vt-assistance--warranty-detail .related-posts {
    padding-top: 32px;
  }
  .vt-assistance--warranty-detail .related-posts .section-title {
    margin-bottom: 16px;
  }
  .vt-assistance--detail .main-content {
    padding-bottom: 0;
  }
  .vt-assistance--detail .rating .btn-rating {
    margin-left: 5px;
  }
  .vt-assistance--detail .share-box .btn-share {
    margin-bottom: 8px;
  }
  .vt-assistance--detail .related-posts .post-list .post-item,
  .vt-assistance--detail .related-posts .post-list .post {
    padding: 15px 15px 8px;
  }
  .vt-assistance--detail .related-posts .section-title {
    margin-bottom: 16px;
  }
  .vt-assistance--detail .related-posts .section-title,
  .vt-assistance--detail .related-products .section-title {
    margin-bottom: 24px;
  }
  .vt-assistance--qa .search-form .btn-filter, .vt-assistance--vision .search-form .btn-filter {
    display: block;
  }
  .vt-assistance--qa .search-form > form, .vt-assistance--vision .search-form > form {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-assistance--qa .search-form > form .js-form-type-select, .vt-assistance--vision .search-form > form .js-form-type-select {
    order: 3;
    width: 100%;
    border: 1px solid rgba(152, 152, 154, 0.2);
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }
  .vt-assistance--qa .search-form > form .js-form-type-select select, .vt-assistance--vision .search-form > form .js-form-type-select select {
    border-right: none;
    background-image: url("../images/icons/arrow-down-2.png");
    background-size: 16px;
  }
  .vt-assistance--identification .search-form > form, .vt-assistance--construction .search-form > form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vt-assistance--identification .search-form > form .js-form-type-select, .vt-assistance--construction .search-form > form .js-form-type-select {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .vt-assistance--identification .search-form > form .js-form-type-select select, .vt-assistance--construction .search-form > form .js-form-type-select select {
    border: none;
  }
  .vt-assistance--identification .search-form > form .js-form-type-textfield, .vt-assistance--construction .search-form > form .js-form-type-textfield {
    width: 100%;
  }
  .vt-assistance--identification .search-form > form .js-form-type-textfield input[type=text],
  .vt-assistance--identification .search-form > form .js-form-type-textfield input, .vt-assistance--construction .search-form > form .js-form-type-textfield input[type=text],
  .vt-assistance--construction .search-form > form .js-form-type-textfield input {
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 48px;
  }
  .vt-assistance--identification .search-form > form input[type=submit], .vt-assistance--construction .search-form > form input[type=submit] {
    border: none;
    position: absolute;
    right: 1px;
    bottom: 1px;
  }
  .vt-assistance--documents .search-form {
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .vt-assistance--documents .table-box {
    margin-bottom: 32px;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 16px;
  }
  .vt-assistance--documents .table-box table {
    width: auto;
    max-width: none;
    white-space: nowrap;
  }
  .vt-assistance--documents .table-box::-webkit-scrollbar-track {
    background-color: #e5e9ec;
  }
  .vt-assistance--documents .table-box::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: #e5e9ec;
  }
  .vt-assistance--documents .table-box::-webkit-scrollbar-thumb {
    background-color: #002245;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .vt-assistance--documents .table-box table tr td .title a {
    width: 350px;
    white-space: normal;
  }
  .vt-assistance--documents .search-form > form .js-form-type-select select {
    width: 180px;
  }
  .vt-assistance--documents .search-form > form .js-form-type-textfield {
    width: 150px;
  }
  .vt-assistance--materials .label-content {
    padding: 0;
  }
  .vt-assistance--materials .label-content span {
    padding: 0 15px 8px;
    width: 100%;
  }
  .vt-assistance--materials .search-form {
    height: auto;
    margin-bottom: 24px;
  }
  .vt-assistance--materials .search-form .btn-reset {
    display: block;
    line-height: 46px;
    position: static;
    width: 100%;
    border: 1px solid #002245;
    color: #002245;
    -ms-transition: background-color 0.4s ease, border-color 0.4s ease;
    -o-transition: background-color 0.4s ease, border-color 0.4s ease;
    -moz-transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
    transition: background-color 0.4s ease, border-color 0.4s ease;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  .vt-assistance--materials .search-form .btn-reset span {
    display: inline-block;
  }
  .vt-assistance--materials .search-form .btn-reset:hover {
    background-color: #ffc107;
    border-color: transparent;
  }
  .vt-assistance--materials .search-form .form-control-item, .vt-assistance--materials .search-form > form {
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .vt-assistance--materials .search-form .form-control-item .js-form-type-select, .vt-assistance--materials .search-form > form .js-form-type-select {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .vt-assistance--materials .search-form .form-control-item .js-form-type-select:after, .vt-assistance--materials .search-form > form .js-form-type-select:after {
    content: none;
  }
  .vt-assistance--materials .search-form .form-control-item {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .vt-assistance--materials .search-form .form-control-item .desc {
    width: 100%;
    padding: 0 15px 8px;
  }
  .vt-assistance--materials .search-form .form-control-item .js-form-type-select {
    padding-left: 15px;
  }
  .vt-assistance--materials .search-form .form-control-item .js-form-type-select select {
    padding-left: 0;
  }
  .vt-assistance--materials .calculator-form {
    padding-top: 32px;
    padding-bottom: 16px;
    margin: 0 -15px;
  }
  .vt-assistance--materials .calculator-form .radio-group {
    margin-bottom: 40px;
  }
  .vt-assistance--materials .calculator-form .desc {
    margin-bottom: 16px;
  }
  .vt-assistance--materials .calculator-form .form-controls {
    width: 185px;
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  .vt-assistance--materials .calculator-form .form-controls .control-item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vt-assistance--materials .calculator-form .form-controls .control-item label {
    margin-right: 10px;
  }
  .vt-assistance--materials .calculator-form .form-controls .control-item input {
    flex-shrink: 0;
  }
  .vt-assistance--materials .result {
    margin: 0 -15px 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
  }
  .vt-assistance--materials .result .btn-collapse {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
    margin-bottom: 12px;
  }
  .vt-assistance--materials .result .btn-collapse span {
    padding-right: 25px;
  }
  .vt-assistance--materials .result .btn-collapse svg {
    margin-top: 0;
  }
  .vt-assistance--materials .related-section {
    margin-top: 0px;
  }
  .vt-assistance--materials .related-section .sub-title {
    margin-bottom: 17px;
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #1a1a1a;
  }
  .vt-assistance--materials .related-section .bottom-box {
    margin-top: 16px;
  }
  .vt-assistance--construction-detail .tags .tag {
    font-size: 14px;
    border-width: 2px;
    line-height: 16px;
    padding: 7px 22px;
    border-radius: 17px;
  }
  .vt-assistance--construction-detail .related-products {
    display: none;
  }
  .home-infographic {
    padding-bottom: 0;
    padding-top: 48px;
  }
  .home-infographic .top-content {
    margin-bottom: 24px;
  }
  .home-infographic .btn-viewmore {
    font-size: 14px;
    line-height: 17px;
  }
  .home-infographic .main-content {
    padding-top: 69px;
    border-bottom: 1px solid rgba(0, 36, 71, 0.21);
    padding-bottom: 32px;
  }
  .home-infographic .main-content .list-info {
    padding-top: 18px;
  }
  .home-infographic .main-content .list-info .item {
    width: 50%;
    padding: 0 5px;
  }
  .home-infographic .main-content .list-info .item .title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .home-infographic .main-content .list-info .item .count {
    font-size: 38px;
    line-height: 40px;
  }
  .vt-aboutus .home-contact {
    margin-bottom: 0;
  }
  .vt-aboutus .main-content {
    padding: 28px 0 32px;
  }
  .vt-aboutus .sidebar-col {
    margin-bottom: 32px;
  }
  .vt-aboutus .nav-sidebar {
    display: none;
    margin-top: 16px;
  }
  .vt-aboutus .home-contact {
    padding-top: 0;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content .button-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content .button-box .btn-action {
    padding: 15px;
  }
  .vt-aboutus .box-title {
    margin-bottom: 24px;
  }
  .vt-aboutus--saintgobain .home-brands {
    display: none;
  }
  .vt-aboutus--saintgobain .home-infographic .main-content {
    padding-bottom: 32px;
  }
  .vt-aboutus--saintgobain .home-infographic .main-content .list-info .item .count {
    font-size: 36px;
    line-height: 40px;
  }
  .vt-aboutus--saintgobain .top-content .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px 24px;
  }
  .vt-aboutus--saintgobain .top-content .dynamic-content {
    margin-bottom: 40px;
  }
  .vt-aboutus--saintgobain .top-content .dynamic-content p {
    line-height: 1.57;
  }
  .vt-aboutus--saintgobain .middle-content {
    margin-bottom: 64px;
  }
  .vt-aboutus--saintgobain .middle-content .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 21px -15px;
  }
  .vt-aboutus--saintgobain .desc-quote {
    padding: 28px 11px;
  }
  .vt-aboutus--saintgobain .block-quote {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 24px 36px 56px;
    margin-bottom: 64px;
  }
  .vt-aboutus--saintgobain .block-quote .img-box {
    width: 100%;
  }
  .vt-aboutus--saintgobain .block-quote .img-box::after {
    content: none;
  }
  .vt-aboutus--saintgobain .block-quote .info {
    padding: 24px 0 0;
  }
  .vt-aboutus--saintgobain .rewards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px 64px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-aboutus--saintgobain .rewards .box-title {
    padding: 0 15px;
  }
  .vt-aboutus--saintgobain .rewards .content {
    padding: 24px 20px;
    padding-left: 10px;
  }
  .vt-aboutus--saintgobain .project {
    margin-bottom: 64px;
  }
  .vt-aboutus--saintgobain .product-content {
    margin-bottom: 32px;
  }
  .vt-aboutus--saintgobainvn .home-infographic .caption {
    margin-bottom: 32px;
  }
  .vt-aboutus--saintgobainvn .history .nav-tabs .nav-link {
    padding: 0 8px;
  }
  .vt-aboutus--saintgobainvn .history .list-item .content {
    padding-left: 30px;
  }
  .vt-aboutus--saintgobainvn .health {
    margin-bottom: 64px;
  }
  .vt-aboutus--saintgobainvn .block-quote {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 24px 28px 24px;
    margin-bottom: 48px;
  }
  .vt-aboutus--saintgobainvn .block-quote .img-box {
    width: 230px;
    margin: 0 auto 24px;
    max-width: 100%;
  }
  .vt-aboutus--saintgobainvn .block-quote .img-box::after {
    content: none;
  }
  .vt-aboutus--saintgobainvn .block-quote .content {
    text-align: center;
  }
  .vt-aboutus--saintgobainvn .block-quote .info {
    padding: 0;
    text-align: center;
  }
  .vt-aboutus--saintgobainvn .block-quote .info .content {
    margin-bottom: 48px;
  }
  .vt-aboutus--saintgobainvn .block-quote .info .sign {
    width: 214px;
    max-width: 100%;
    margin: 0 auto;
  }
  .vt-aboutus--saintgobainvn .last {
    margin-bottom: 0;
    padding-bottom: 36px;
  }
  .vt-aboutus--vision .block-quote.block-quote--vision .wrapper {
    padding: 24px 20px;
  }
  .vt-aboutus--vision .block-quote {
    margin-bottom: 64px;
  }
  .vt-aboutus--vision .mission {
    margin-bottom: 32px;
  }
  .vt-aboutus--vision .mission .list-item .item {
    margin-bottom: 32px;
  }
  .vt-aboutus--vision .core {
    margin-bottom: 68px;
  }
  .vt-aboutus--vision .core .list-item {
    margin-top: 64px;
  }
  .vt-aboutus--vision .core .list-item li + li {
    margin-top: 32px;
  }
  .vt-aboutus--quality .medal {
    margin-bottom: 6px;
  }
  .vt-aboutus--quality .medal .list-item .item {
    margin-bottom: 49px;
  }
  .vt-aboutus--quality .medal .list-item .item + .item .image {
    display: none;
  }
  .vt-aboutus--quality .medal .list-item .item .content {
    width: 100%;
  }
  .vt-aboutus--quality .solution .box-title {
    margin-bottom: 42px;
  }
  .vt-aboutus--quality .solution .list-item .item + .item {
    margin-top: 32px;
  }
  .vt-aboutus--quality .prod {
    margin-bottom: 48px;
  }
  .vt-aboutus--quality .prod .box-title {
    margin-bottom: 62px;
  }
  .vt-aboutus--reason .block-quote.block-quote--reason {
    margin-bottom: 45px;
  }
  .vt-aboutus--reason .core.core--reason .list-item .item + .item {
    margin-top: 56px;
  }
  .vt-aboutus--reason .core.core--reason {
    margin-bottom: 32px;
  }
  .vt-aboutus--reason .core.core--reason .list-item .item .info {
    padding-left: 12px;
  }
  .vt-aboutus--reason .banner.banner--reason {
    margin-bottom: 42px;
    margin-bottom: 56px;
  }
  .vt-aboutus--culture .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .vt-aboutus--culture .desc-quote {
    margin-bottom: 32px;
  }
  .vt-aboutus--culture .top-content {
    margin-bottom: 64px;
  }
  .vt-aboutus--culture .top-content .dynamic-content p {
    margin-bottom: 32px;
  }
  .vt-aboutus--culture .top-content .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .vt-aboutus--culture .middle-content {
    margin-bottom: 64px;
  }
  .vt-aboutus--culture .middle-content .box-title {
    margin-bottom: 32px;
  }
  .vt-aboutus--culture .middle-content .dynamic-content {
    line-height: 1.57;
  }
  .vt-aboutus--culture .middle-content .dynamic-content p {
    margin-bottom: 32px;
  }
  .vt-aboutus--culture .middle-content .dynamic-content ul {
    padding-left: 16px;
    margin-bottom: 24px;
  }
  .vt-aboutus--culture .albums .box-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .vt-aboutus--dimension .box-title {
    margin-bottom: 32px;
  }
  .vt-aboutus--dimension .top-content {
    margin-bottom: 64px;
  }
  .vt-aboutus--dimension .top-content .banner {
    padding-top: 12px;
    margin-bottom: 0;
  }
  .vt-aboutus--dimension .list-info .item {
    margin-bottom: 32px;
  }
  .vt-aboutus--dimension .distribution .banner {
    margin-bottom: -32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .vt-aboutus--dimension .distribution .dynamic-content p {
    margin-bottom: 32px;
  }
  .vt-finished-products .top-content .page-desc,
  .vt-finished-products .top-content .section-title {
    margin-bottom: 24px;
  }
  .vt-finished-products .top-content .type-tabs {
    margin-bottom: 24px;
  }
  .vt-finished-products .top-content .sub-title {
    margin-bottom: 24px;
  }
  .vt-finished-products .main-content {
    padding: 32px 0;
  }
  .vt-finished-products .main-content .banner {
    margin-bottom: 32px;
  }
  .vt-finished-products .list-item .sub-title {
    margin-bottom: 16px;
  }
  .vt-finished-products .list-item .item {
    height: auto;
    margin-bottom: 17px;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .vt-finished-products .list-item .item .wrapper .info {
    position: static;
    padding: 0;
  }
  .vt-finished-products .list-item .item .wrapper .categories {
    height: auto;
  }
  .vt-finished-products .list-item .item .wrapper .image {
    height: 235px;
  }
  .vt-finished-products .list-item .item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
    box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1), 0px 0px 1px rgba(10, 31, 68, 0.08);
  }
  .vt-finished-products .list-item .item:hover .wrapper .info {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .vt-shop-list .top-content .button-group .link {
    margin-right: 15px;
  }
  .vt-shop-list .top-content .button-group .link + .link {
    margin-left: 0;
  }
  .vt-shop-list .block-content {
    padding-bottom: 0;
  }
  .vt-shop-list .block-content .address-list {
    padding-bottom: 24px;
  }
  .vt-contact .main-content {
    padding-top: 32px;
  }
  .vt-contact .main-content .top-content {
    padding-bottom: 32px;
  }
  .vt-contact .main-content .top-content .page-title {
    margin-bottom: 32px;
  }
  .vt-contact .main-content .top-content .banner {
    display: none;
  }
  .vt-contact .main-content .top-content .hotline {
    text-align: center;
    position: relative;
    padding: 52px 17px 16px;
  }
  .vt-contact .main-content .top-content .hotline .wrapper .icon {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fdd000;
    padding: 8px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .vt-contact .main-content .top-content .hotline .wrapper svg {
    margin-right: 0;
    width: 44px;
    height: auto;
  }
  .vt-contact .main-content .top-content .hotline .wrapper .info {
    width: 100%;
  }
  .vt-contact .main-content .top-content .hotline .wrapper .info p + p {
    margin-top: 6px;
  }
  .vt-contact .main-content .top-content .department-list {
    padding-top: 32px;
  }
  .vt-contact .main-content .top-content .department-list .item .img-box {
    height: 174px;
  }
  .vt-contact .main-content .cta-content {
    padding: 32px 0;
  }
  .vt-contact .main-content .cta-content .button-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vt-contact .main-content .cta-content .button-group .link {
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .vt-contact .main-content .cta-content .button-group .link + .link {
    margin-left: 0;
  }
  .vt-contact .main-content .home-contact .contact-now {
    padding: 32px 0 32px;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container {
    margin: 0;
    padding: 0;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content {
    padding: 24px 0 0;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .title {
    margin-bottom: 8px;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .desc {
    margin-bottom: 32px;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action {
    min-width: 164px;
    margin: 10px 5px 0;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action + .btn-action {
    margin-left: 5px;
  }
  .vt-contact .main-content .home-contact .contact-now .image-box {
    padding-top: 32px;
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .vt-contact .main-content .home-contact .contact-now .image-box .image {
    margin: 0;
  }
  .search-results .main-content {
    margin-top: 18px;
    padding-top: 18px;
  }
  .search-results .main-content .section-title {
    margin-bottom: 18px;
  }
  .search-results .main-content .form-content form {
    padding-right: 64px;
  }
  .search-results .main-content .form-content .form-actions {
    right: 64px;
  }
  .search-results .main-content .form-content .dropdown-cate .dropdown-toggle {
    font-size: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
  }
  .search-results .main-content .form-content .dropdown-cate .dropdown-toggle svg {
    margin-left: 0;
  }
  .search-results .main-content .form-content .dropdown-cate .dropdown-menu {
    width: 180px;
  }
  .search-results .main-content .list-content .item .img {
    width: 90px;
    height: 55px;
  }
  .search-results .main-content .list-content .item .info {
    padding-left: 8px;
  }
  .search-results .main-content .list-content .item .info .top {
    display: block;
  }
  .search-results .main-content .list-content .item .info .top .title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
  }
  .search-results .main-content .list-content .item .info .top .cat {
    margin-bottom: 6px;
    display: inline-block;
  }
  .vt-order .wrapper form fieldset:nth-child(3) .form-wrapper,
  .vt-order .wrapper form .form-radios .form-item,
  .vt-order .wrapper form fieldset:nth-child(2) .form-wrapper,
  .vt-order .wrapper form fieldset:nth-child(1) .form-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .loyalty-landing .video-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .loyalty-landing .video-section .page-title {
    margin-bottom: 24px;
  }
  .loyalty-landing .video-section .video-box {
    margin-top: 22px;
    height: 171px;
  }
  .loyalty-landing .quote-section {
    padding-top: 40px;
  }
  .loyalty-landing .quote-section .content {
    margin-bottom: 24px;
  }
  .loyalty-landing .rules-section .middle-content {
    padding-top: 40px;
  }
  .loyalty-landing .rules-section .foot-content .section-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper {
    padding: 24px;
  }
  .loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .title {
    margin-bottom: 0;
  }
  .loyalty-landing .rules-section .foot-content .slider-wrapper .slider-item .wrapper .desc {
    display: none;
  }
  .loyalty-landing .product-section .product-content {
    padding: 20px 0;
  }
  .loyalty-landing .product-section .product-content .list-cate {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .loyalty-landing .product-section .product-content .list-cate::-webkit-scrollbar-track {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
  }
  .loyalty-landing .product-section .product-content .list-cate::-webkit-scrollbar {
    height: 4px;
    background-color: #f5f5f5;
  }
  .loyalty-landing .product-section .product-content .list-cate::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #c7c7c7;
  }
  .loyalty-landing .product-section .product-content .list-cate li {
    display: inline-block;
  }
  .loyalty-landing .scores-section {
    padding: 40px 0;
  }
  .loyalty-landing .scores-section .nav-tabs,
  .loyalty-landing .scores-section .section-title {
    padding-left: 10px;
  }
  .loyalty-landing .scores-section .nav-tabs .nav-item + .nav-item {
    margin-left: 16px;
  }
  .loyalty-landing .scores-section .nav-tabs .nav-link {
    padding: 8px 0;
  }
  .loyalty-landing .scores-section .table-responsive {
    margin: 16px 0 24px;
  }
  .loyalty-landing .scores-section .note {
    padding-left: 10px;
    margin-top: 0;
  }
  .loyalty-landing .scores-section .wrapper {
    padding: 40px 0;
  }
  .loyalty-landing .scores-section ul.list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .loyalty-landing .contact-section .quick-contact {
    margin-bottom: 13px;
  }
  .loyalty-landing .contact-section .quick-contact__item {
    margin-bottom: 10px;
  }
  .loyalty-landing .contact-section .form-box form .form-actions {
    padding: 0;
    margin-top: 14px;
  }
  .loyalty-landing .contact-section .form-box form .form-actions:after {
    content: none;
  }
  .loyalty-landing .contact-section .form-box {
    margin-top: 0;
  }
  .loyalty-landing .contact-section .form-box .messages--error.custom-messages {
    display: none;
  }
  .loyalty-landing .contact-section .form-box form {
    margin: 0;
  }
  .loyalty-landing .contact-section .form-box form .form-item {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .loyalty-landing .contact-section .form-box .form-item select,
  .loyalty-landing .contact-section .form-box .form-item input:not([type=submit]) {
    font-size: 16px;
  }
  .loyalty-landing .news-section {
    padding: 40px 0 10px;
  }
  .loyalty-landing .news-section .post {
    margin-bottom: 30px;
  }
  .loyalty-landing .news-section .post .wrap-img {
    height: 147px;
  }
  .loyalty-landing .news-section .post .content {
    padding: 16px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    border-top: none;
  }
  .loyalty-landing .news-section .post .content .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    margin-bottom: 6px;
  }
  .coffee-talk .main-banner .wrapper {
    min-height: 500px;
    padding: 84px 0 156px;
  }
  .coffee-talk .intro-section {
    padding-top: 50px;
    padding-bottom: 16px;
  }
  .coffee-talk .intro-section .page-title {
    margin-bottom: 32px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .coffee-talk .intro-section .page-title:before {
    top: 0;
    bottom: auto;
    left: 50%;
    width: 170px;
    margin-left: -85px;
  }
  .coffee-talk .intro-section .info-box {
    margin-bottom: 16px;
  }
  .coffee-talk .intro-section .wrapper {
    padding: 0 0 50px;
  }
  .coffee-talk .intro-section .wrapper:after {
    left: -15px;
    right: -15px;
    top: 100px;
  }
  .coffee-talk .intro-section .form-box .title-bold {
    text-align: center;
  }
  .coffee-talk .intro-section .form-box .wrapper {
    padding: 16px 8px;
    margin-bottom: 8px;
  }
  .coffee-talk .intro-section .video-box {
    height: 200px;
  }
  .coffee-talk .intro-section .info-wrapper {
    padding-top: 32px;
  }
  .coffee-talk .intro-section .info-wrapper .top-box {
    margin-bottom: 32px;
  }
  .coffee-talk .intro-section .info-wrapper .bottom-box .title-bold {
    margin-bottom: 24px;
  }
  .coffee-talk .intro-section .info-wrapper .bottom-box .desc {
    margin-bottom: 24px;
  }
  .coffee-talk .intro-section .info-wrapper .content-collapse {
    height: 100px;
  }
  .coffee-talk .intro-section input[type=submit] {
    width: 270px;
  }
  .coffee-talk .counter-section {
    padding: 40px 0 8px;
  }
  .coffee-talk .schedule-section {
    padding: 50px 0 0;
  }
  .coffee-talk .schedule-section .section-title {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-top: 24px;
    text-align: center;
  }
  .coffee-talk .schedule-section .section-title:before {
    top: 0;
    left: 50%;
  }
  .coffee-talk .schedule-section .tab-container .content {
    margin-bottom: 32px;
  }
  .coffee-talk .schedule-section .tab-container .button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coffee-talk .schedule-section .nav-tabs {
    text-align: left;
  }
  .coffee-talk .schedule-section .nav-tabs .nav-item .nav-link::after {
    width: 100%;
  }
  .coffee-talk .schedule-section .nav-tabs .nav-item:first-child a {
    padding-left: 0;
  }
  .coffee-talk .schedule-section .nav-tabs .nav-item:last-child a {
    padding-right: 0;
  }
  .coffee-talk .team-section {
    padding: 50px 0 25px;
  }
  .coffee-talk .team-section .section-title {
    text-align: center;
    margin-bottom: 17px;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .coffee-talk .team-section .section-title:before {
    left: 50%;
    top: 0;
  }
  .coffee-talk .team-section .slider-item .wrapper {
    padding: 8px;
  }
  .coffee-talk .team-section .slider-item .wrapper .row {
    margin-right: 0;
    margin-left: 0;
  }
  .coffee-talk .team-section .slider-item .wrapper .row > .col, .coffee-talk .team-section .slider-item .wrapper .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .coffee-talk .team-section .slider-item .wrapper .banner {
    height: 300px;
  }
  .coffee-talk .team-section .slider-item .wrapper .info {
    padding: 16px 7px 8px;
  }
  .coffee-talk .team-section .slider-item .wrapper .info .numb {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .coffee-talk .team-section .slider-dots {
    margin-top: 9px;
  }
  .coffee-talk .event-section {
    padding: 25px 0 50px;
  }
  .coffee-talk .event-section .page-title {
    padding-bottom: 0;
    margin-bottom: 32px;
    padding-top: 0;
  }
  .coffee-talk .event-section .title-box .nav-tabs {
    text-align: left;
  }
  .coffee-talk .event-section .title-box .nav-tabs .nav-item .nav-link::after {
    width: 100%;
  }
  .coffee-talk .event-section .title-box .nav-tabs .nav-item:first-child a {
    padding-left: 0;
  }
  .coffee-talk .event-section .title-box .nav-tabs .nav-item:last-child a {
    padding-right: 0;
  }
  .coffee-talk .event-section .section-title {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .coffee-talk .event-section .section-title:before {
    top: 0;
  }
  .coffee-talk .event-section .top-content {
    padding-bottom: 25px;
  }
  .coffee-talk .event-section .top-content .section-title {
    margin-bottom: 32px;
    padding-top: 0;
  }
  .coffee-talk .event-section .top-content .section-title:before {
    content: none;
  }
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .img-box {
    height: 200px;
    display: none;
  }
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .info {
    padding: 0;
    background-color: #fff;
    position: static;
    width: 100%;
  }
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .info .top-info {
    display: block;
  }
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .info .content {
    padding: 0 16px 16px;
    display: none;
    background-color: #1b4689;
  }
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .slider-item:first-child .info .content,
  .coffee-talk .event-section .top-content .slider-for:not(.slick-initialized) .slider-item:first-child .img-box {
    display: block;
  }
  .coffee-talk .event-section .top-content .slider-nav {
    display: none;
  }
  .coffee-talk .event-section .schedule-content {
    padding-top: 25px;
    padding-bottom: 240px;
  }
  .coffee-talk .event-section .schedule-content .title-box {
    margin-bottom: 24px;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized {
    display: block;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item {
    max-width: none;
    flex: unset;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .icon {
    margin: 0 auto 8px;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .icon::before {
    content: none;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .time {
    max-width: 100%;
    margin: 0 auto 8px;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slider-item .item .title {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide {
    height: inherit;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div {
    height: 100%;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div .slider-item {
    height: 100%;
  }
  .coffee-talk .event-section .schedule-content .slider-content.slick-initialized .slick-track > .slick-slide > div .slider-item .item {
    height: 100%;
    padding: 17px;
  }
  .coffee-talk .event-section .document-content {
    padding-top: 25px;
  }
  .coffee-talk .event-section .document-content .wrapper {
    padding: 23px 30px 32px;
  }
  .coffee-talk .event-section .document-content .wrapper .docs .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .coffee-talk .event-section .document-content .wrapper .docs .item .info {
    display: block;
    padding-left: 20px;
  }
  .coffee-talk .event-section .document-content .wrapper .docs .item .info .title {
    padding: 0;
    margin-bottom: 9px;
  }
  .coffee-talk .contact-form .quick-contact {
    margin-bottom: 13px;
  }
  .coffee-talk .contact-form .quick-contact__item {
    margin-bottom: 10px;
  }
  .coffee-talk .contact-form .form-box {
    margin-top: 0;
  }
  .coffee-talk .contact-form .form-box form {
    margin: 0;
  }
  .coffee-talk .contact-form .form-box form .form-item {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .coffee-talk .contact-form .form-box .messages--error.custom-messages {
    display: none;
  }
  .coffee-talk .contact-form .form-box .form-actions {
    padding: 0;
    margin-top: 14px;
  }
  .coffee-talk .contact-form .form-box .form-actions:after {
    content: none;
  }
  .coffee-talk .contact-form .form-box .form-item select,
  .coffee-talk .contact-form .form-box .form-item input:not([type=submit]) {
    font-size: 16px;
  }
  .coffee-talk .news-section {
    padding: 40px 0 10px;
  }
  .coffee-talk .news-section .post {
    margin-bottom: 30px;
  }
  .coffee-talk .news-section .post .wrap-img {
    height: 147px;
  }
  .coffee-talk .news-section .post .content {
    padding: 16px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    border-top: none;
  }
  .coffee-talk .news-section .post .content .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    margin-bottom: 6px;
  }
  .journey-landing .slider-section .slider-wrapper {
    height: 500px;
  }
  .journey-landing .slider-section .slider-item .img {
    height: 500px;
  }
  .journey-landing .slider-section .slider-item .info {
    padding: 60px 0 48px;
  }
  .journey-landing .slider-section .slider-item .info .cat {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
  .journey-landing .video-section .section-desc {
    margin-bottom: 16px;
  }
  .journey-landing .video-section .video-box {
    margin-top: 22px;
    height: 174px;
  }
  .journey-landing .video-section .video-box .icon svg {
    width: 26px;
    height: auto;
  }
  .journey-landing .counter-section {
    padding: 24px 35px;
  }
  .journey-landing .counter-section .count-item .title {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
  }
  .journey-landing .counter-section .slider-wrapper .slider-content:not(.slick-initialized) .slider-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .journey-landing .main-section .middle-content {
    margin-bottom: 7px;
    margin-top: 25px;
  }
  .journey-landing .main-section .middle-content .banner {
    height: 337px;
  }
  .journey-landing .main-section .middle-content .wrapper {
    padding: 36px 22px;
  }
  .journey-landing .contact-form .page-title {
    text-align: center;
    margin-bottom: 12px;
  }
  .journey-landing .contact-form .quick-contact {
    padding: 8px 0;
    margin-bottom: 12px;
  }
  .journey-landing .contact-form .quick-contact .wrapper {
    padding: 8px 0px;
    border: none;
  }
  .journey-landing .contact-form .quick-contact .title {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
  }
  .journey-landing .contact-form .quick-contact .call-now {
    width: 100%;
    margin-right: 0;
  }
  .journey-landing .contact-form .quick-contact .share-box {
    width: 100%;
  }
  .journey-landing .testimoials {
    padding: 35px 0;
  }
  .journey-landing .testimoials .section-title {
    margin-bottom: 32px;
  }
  .journey-landing .testimoials .staff-content {
    padding-bottom: 25px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box {
    padding: 24px 16px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content {
    padding-left: 58px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content .icon {
    left: 38px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .content__text {
    padding-left: 16px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .info-box .top .ava {
    margin-right: 16px;
  }
  .journey-landing .testimoials .staff-content .slider-wrapper .slider-item .wrapper .banner {
    height: 200px;
  }
  .journey-landing .testimoials .donors-content {
    padding-top: 25px;
  }
  .journey-landing .testimoials .donors-content .slider-wrapper {
    padding: 0;
  }
  .journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box {
    padding: 0;
    text-align: center;
  }
  .journey-landing .testimoials .donors-content .slider-wrapper .slider-item .wrapper .info-box .content .icon {
    width: 20px;
    position: static;
    margin: 0 auto 18px;
  }
  .journey-landing .diary-section {
    padding: 34px 0 64px;
  }
  .journey-landing .diary-section .page-title,
  .journey-landing .diary-section .block-title,
  .journey-landing .diary-section .block-content .block-wrapper {
    margin-bottom: 32px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-for .slick-slide,
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-for .item .img-box {
    height: 300px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .slick-slide,
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .slider-item .image-col .slider-nav .item .img-box {
    height: 53px;
  }
  .journey-landing .diary-section .block-content .album-content .slider-wrapper .btn-slider {
    display: none;
  }
  .journey-landing .diary-section .block-content .timeline .block-wrapper {
    margin-bottom: 32px;
  }
  .journey-landing .contact-form .form-contact form > .form-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .journey-landing .contact-form .form-contact form #edit-container-upload {
    padding-bottom: 0;
  }
  .journey-landing .contact-form .form-contact form .form-actions {
    position: static;
    margin-top: 24px;
  }
  .thanks .page-title {
    margin-top: 54px;
  }
  .thanks .desc {
    margin-bottom: 24px;
  }
  .thanks .list {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thanks .list li {
    margin-bottom: 8px;
  }
  .thanks .list li a {
    display: inline-block;
  }
  .construction-training .main-banner {
    height: 500px;
  }
  .construction-training .main-banner .slider-item .img {
    height: 500px;
  }
  .construction-training .main-banner .slider-item .info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 64px;
    text-align: center;
  }
  .construction-training .main-banner .slider-item .info .page-title {
    text-align: center;
    margin-bottom: 26px;
  }
  .construction-training .main-banner .slider-item .info .content {
    margin-bottom: 12px;
    text-align: left;
  }
  .construction-training .video-section .section-title {
    margin-bottom: 24px;
  }
  .construction-training .video-section .video-box {
    height: 174px;
  }
  .construction-training .video-section .video-box .icon svg {
    width: 34px;
    height: auto;
  }
  .construction-training .counter-section .col-item {
    padding: 0 4px;
  }
  .construction-training .counter-section .col-item:nth-child(4n+1) {
    padding-left: 4px;
  }
  .construction-training .counter-section .col-item:nth-child(4n+4) {
    padding-right: 4px;
  }
  .construction-training .counter-section .col-item .item {
    padding: 15px;
    min-height: 223px;
  }
  .construction-training .counter-section .col-item .item .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .construction-training .counter-section .col-item .item .unit {
    font-size: 18px;
    line-height: 24px;
  }
  .construction-training .courses-section .section-title {
    margin-bottom: 32px;
  }
  .construction-training .courses-section .courses-list .item__box .img {
    width: 74px;
    height: 74px;
    margin-right: 16px;
  }
  .construction-training .courses-section .courses-list .item:not(:last-child):after {
    margin-left: 0;
  }
  .construction-training .courses-section .courses-list .item .info {
    padding-top: 0;
    display: block;
  }
  .construction-training .courses-section .courses-list .item .info .wrapper {
    padding-right: 0;
  }
  .construction-training .courses-section .courses-list .item .info__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .construction-training .courses-section .courses-list .item .info__list {
    margin-bottom: 16px;
  }
  .construction-training .courses-section .courses-list .item__detail {
    padding-left: 0;
  }
  .construction-training .reason-section {
    margin-top: 176px;
  }
  .construction-training .reason-section .page-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.1428571429;
  }
  .construction-training .reason-section .top-content {
    -ms-transform: translateY(-151px);
    -o-transform: translateY(-151px);
    -moz-transform: translateY(-151px);
    -webkit-transform: translateY(-151px);
    transform: translateY(-151px);
  }
  .construction-training .reason-section .middle-content {
    margin-top: -151px;
  }
  .construction-training .reason-section .slider-nav {
    margin-bottom: 10px;
  }
  .construction-training .reason-section .slider-nav .slider-item {
    padding-bottom: 0px;
  }
  .construction-training .reason-section .slider-nav .slider-item .item {
    padding: 30px 14px 44px;
  }
  .construction-training .reason-section .slider-nav .slider-item .item .number {
    display: none;
  }
  .construction-training .reason-section .slider-nav .slider-item .item .title {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
  .construction-training .reason-section .slider-nav .slider-item .item .title strong {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }
  .construction-training .reason-section .slider-nav .slick-current .slider-item:after {
    content: none;
  }
  .construction-training .reason-section .slider-main .slider-item .item {
    display: block;
    padding: 24px 14px;
  }
  .construction-training .reason-section .slider-main .slider-item .item .icon {
    margin: 0 auto 20px;
  }
  .construction-training .reason-section .slider-main .slider-item .item .content {
    padding-left: 0;
  }
  .construction-training .target-section {
    padding: 50px 0 25px;
  }
  .construction-training .target-section .section-title {
    margin-bottom: 32px;
  }
  .construction-training .target-section .section-desc {
    margin-bottom: 24px;
  }
  .construction-training .target-section .target__post {
    margin-bottom: 16px;
  }
  .construction-training .target-section .btn-viewmore {
    margin-top: 16px;
  }
  .construction-training .speakers-section .slider-item .wrapper .banner {
    height: 300px;
  }
  .construction-training .speakers-section .slider-item .wrapper .info {
    padding: 16px 8px 8px;
  }
  .construction-training .speakers-section .slider-item .wrapper .info .numb {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .construction-training .signup-section .signup-wrapper {
    padding: 30px 8px;
  }
  .construction-training .signup-section .signup-wrapper form {
    display: block;
    margin: 0;
  }
  .construction-training .signup-section .signup-wrapper form .form-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .construction-training .signup-section .signup-wrapper form .form-actions {
    padding: 0;
  }
  .construction-training .signup-section .signup-wrapper form .form-actions:before {
    margin-bottom: 18px;
  }
  .construction-training .signup-section .quick-contact .title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
  .construction-training .after-training .page-title {
    padding-top: 0;
  }
  .construction-training .after-training .page-title:after {
    content: none;
  }
  .construction-training .after-training .item {
    margin-bottom: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
  }
  .construction-training .after-training .item .img {
    display: none;
  }
  .construction-training .after-training .item .info {
    padding: 0;
    display: block;
  }
  .construction-training .testimonial-section {
    padding: 32px 0 72px;
  }
  .construction-training .testimonial-section .page-title {
    margin-bottom: 32px;
  }
  .construction-training .testimonial-section .slider-item .wrapper {
    padding: 32px;
    display: block;
  }
  .construction-training .testimonial-section .slider-item .wrapper .ava {
    margin: 0 auto 24px;
  }
  .construction-training .testimonial-section .slider-item .wrapper .content {
    padding-left: 0;
  }
  .construction-training .testimonial-section .slider-item .wrapper .content .name {
    margin-top: 16px;
  }
  .construction-training .news-section .post .wrap-img {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .home-blog .title-box {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .title-box .section-title {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .home-blog .slide-posts {
    padding-left: 15px;
  }
  .home-blog .slider-item .post {
    width: 250px;
  }
  .vt-blog .search-content .form-wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
    border: none;
    position: relative;
  }
  .vt-blog .search-content .form-wrapper select {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .vt-blog .search-content .form-wrapper input[type=text] {
    width: 100%;
    padding-right: 50px;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .vt-blog .search-content .form-wrapper input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .vt-blog-detail .date {
    font-size: 14px;
  }
  .vt-blog-detail .slide-posts {
    padding-left: 15px;
  }
  .vt-blog-detail .page-content {
    padding-bottom: 0;
  }
  .vt-blog-detail .rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .vt-blog-detail .rating span {
    display: block;
    padding: 0 8px;
  }
  .vt-blog-detail .rating ul {
    width: 100%;
  }
  .vt-blog-detail .rating ul li {
    padding: 0 8px;
    width: 50%;
  }
  .vt-blog-detail .rating .btn-rating {
    width: 100%;
    margin: 16px 0 0;
  }
  .vt-blog-detail .related-posts .slider-item .post {
    width: 250px;
  }
  .vt-blog-detail .related-posts .slider-item .post .content .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 9px;
  }
  .vt-blog-detail .related-posts .slider-item .post .content .desc {
    height: 36px;
    line-height: 18px;
  }
  .vt-blog-detail .bottom-content .share-box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .vt-blog-detail .bottom-content .share-box ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .vt-blog-detail .bottom-content .share-box ul li .btn-share {
    margin-bottom: 0;
    width: 100%;
    font-size: 13px;
  }
  .vt-blog-detail .bottom-content .share-box ul li .btn-share i {
    margin-right: 5px;
  }
  .product .image a {
    height: 135px;
  }
  .product .title {
    font-size: 14px;
    line-height: 1.67;
  }
  .product .badges .badge {
    left: 14px;
  }
  .product .badges .badge.bestseller {
    width: 44px;
  }
  .product .badges .badge.new {
    top: 14px;
    right: 14px;
  }
  .product .categories .cat .icon {
    width: 40px;
  }
  .view-block-ads .js-pager__items.pager {
    padding-top: 0px;
    padding-bottom: 16px;
  }
  .home-post-qc {
    padding-top: 32px;
    padding-bottom: 6px;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn {
    width: 34px;
    height: 34px;
    font-size: 0;
    padding: 0;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-blog .vt-text-blog .vt-btn svg {
    width: 34px;
    height: auto;
  }
  .home-post-qc .block-blog .vt-blog-wrap .vt-text-blog .vt-h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .home-blog .title-box {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .title-box .section-title {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .home-blog .slide-posts {
    padding-left: 15px;
  }
  .home-blog .slider-item .post {
    width: 250px;
  }
  .home-counter .counter-box .list-counter li {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 73px 15px;
  }
  .home-video .video-item:first-child .video-content .btn-play {
    width: 35px;
    height: 35px;
  }
  .home-video .video-item:first-child .video-content .btn-play svg {
    width: 12px;
  }
  .home-video .video-item .video-content .btn-play {
    width: 23px;
    height: 23px;
    margin: -11.5px 0 0 -11.5px;
    border-width: 1px;
  }
  .home-video .video-item .video-content .btn-play svg {
    width: 8px;
    height: auto;
    margin-right: -2px;
  }
  .vt-assistance .post-list .post-item,
  .vt-assistance .post-list .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 11px;
  }
  .vt-assistance .post-list .post-item .image,
  .vt-assistance .post-list .post .image {
    width: 100%;
    height: 156px;
    margin-bottom: 16px;
  }
  .vt-assistance .post-list .post-item .info,
  .vt-assistance .post-list .post .info {
    padding-left: 0;
  }
  .vt-assistance .post-list .post-item .info .title,
  .vt-assistance .post-list .post .info .title {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    max-height: 84px;
  }
  .vt-assistance .post-list .post-item .info .desc,
  .vt-assistance .post-list .post .info .desc {
    -webkit-line-clamp: 4;
    max-height: 80px;
    line-height: 20px !important;
  }
  .vt-assistance .post-list .post-item .info .distribute li,
  .vt-assistance .post-list .post .info .distribute li {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .vt-assistance--documents .search-form > form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
  .vt-assistance--documents .search-form > form .js-form-type-select {
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .vt-assistance--documents .search-form > form .js-form-type-select select {
    height: 48px;
    width: 100%;
    border: none;
  }
  .vt-assistance--documents .search-form > form .js-form-type-textfield {
    width: 100%;
    border: 1px solid rgba(152, 152, 154, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 48px;
  }
  .vt-assistance--documents .search-form > form input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .vt-assistance--detail .title-box {
    padding-top: 32px;
  }
  .vt-assistance--detail .page-title {
    margin-bottom: 10px;
  }
  .vt-assistance--detail .date {
    line-height: 20px;
  }
  .vt-assistance--detail .tags {
    padding-top: 24px;
  }
  .vt-assistance--detail .block-tabs {
    margin-bottom: 0px;
  }
  .vt-assistance--detail .block-tabs .banner {
    margin-top: 14px;
  }
  .vt-assistance--detail .related-posts .post-list {
    min-height: 430px;
  }
  .vt-assistance--detail .related-posts .post-list .post .info .title,
  .vt-assistance--detail .related-posts .post-list .post-item .info .title {
    -webkit-line-clamp: 2;
    height: 56px;
  }
  .vt-assistance--detail .related-posts .post-list .post .info .desc,
  .vt-assistance--detail .related-posts .post-list .post-item .info .desc {
    -webkit-line-clamp: 3;
    height: 60px;
    line-height: 20px !important;
  }
  .vt-assistance--detail .contact {
    margin-bottom: 60px;
  }
  .vt-assistance--detail .rating {
    padding: 16px 0;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vt-assistance--detail .rating span {
    width: 100%;
  }
  .vt-assistance--detail .rating .btn-rating {
    margin-top: 16px;
    margin-left: 0;
    width: calc(50% - 8px);
  }
  .vt-assistance--detail .share-box {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vt-assistance--detail .share-box .btn-share {
    margin-bottom: 16px;
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .vt-assistance--detail .related-posts {
    padding-top: 32px;
  }
  .vt-assistance--detail .related-products {
    padding-top: 32px;
  }
  .vt-assistance--detail .related-products .slider-item .product {
    width: 270px;
  }
  .vt-assistance--materials .calculator-form .nav-tabs li a,
  .vt-assistance--materials .calculator-form .radio-group span {
    padding: 12px;
  }
  .vt-assistance--materials .result {
    padding-bottom: 32px;
  }
  .vt-assistance--qa .search-form > form .js-form-type-textfield, .vt-assistance--vision .search-form > form .js-form-type-textfield {
    width: 230px;
  }
  .vt-assistance--construction-detail .block-tabs {
    margin: 0 -15px 48px;
  }
  .vt-assistance--construction-detail .block-tabs .nav-tabs {
    padding: 6px 0 0;
  }
  .vt-aboutus .home-contact .contact-now {
    padding-top: 64px;
  }
  .vt-aboutus .home-contact .contact-now .info-container {
    padding-bottom: 28px;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content {
    padding-top: 39px;
  }
  .vt-aboutus .home-contact .contact-now .info-container .content .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .vt-aboutus--saintgobain .product .image a {
    height: 135px;
  }
  .vt-aboutus--saintgobain .product .title {
    font-size: 14px;
    line-height: 1.67;
  }
  .vt-aboutus--saintgobain .product .badges .badge {
    left: 14px;
  }
  .vt-aboutus--saintgobain .product .badges .badge.bestseller {
    width: 44px;
  }
  .vt-aboutus--saintgobain .product .badges .badge.new {
    top: 14px;
    right: 14px;
  }
  .vt-aboutus--saintgobain .product .categories .cat .icon {
    width: 40px;
  }
  .vt-aboutus--saintgobain .project .project-item,
  .vt-aboutus--saintgobain .product-content .slider-item {
    width: 238px !important;
  }
  .vt-aboutus--culture .albums .slider-item .wrapper {
    width: 250px;
  }
  .vt-product-detail .home-blog.idea .slider-item .post,
  .vt-product-detail .projects-section .slider-item .wrapper,
  .vt-product-detail .combination-products-section .slider-item .product {
    width: 270px;
  }
  .vt-shop-list .main-content {
    padding-bottom: 0;
  }
  .vt-shop-list .top-content {
    padding: 32px 0;
  }
  .vt-shop-list .top-content .page-title {
    width: 275px;
    max-width: 100%;
    margin: 0 auto 16px;
    line-height: 34px;
    text-align: center;
  }
  .vt-shop-list .top-content .page-desc {
    width: 242px;
    max-width: 100%;
    margin: 0 auto;
  }
  .vt-shop-list .top-content .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vt-shop-list .top-content .button-group .link {
    width: 195px;
    max-width: 100%;
    margin-top: 16px;
    margin-right: 0;
    min-height: 48px;
    padding: 0 13px;
  }
  .vt-shop-list .top-content .button-group .link span {
    flex-grow: 1;
    text-align: center;
  }
  .vt-shop-list .map {
    display: none;
  }
  .vt-shop-list .block-content {
    padding-top: 24px;
  }
  .vt-shop-list .block-content .search-form {
    margin-bottom: 32px;
  }
  .vt-shop-list .block-content .search-form > form .js-form-type-select {
    width: 100%;
  }
  .vt-shop-list .block-content .search-form > form .shs-field-container .shs-widget-container {
    margin-bottom: 8px;
    width: 100%;
  }
  .vt-shop-list .address-list {
    margin: 0 -15px;
  }
  .vt-contact .main-content {
    background-color: #fafafa;
  }
  .vt-contact .main-content .top-content .hotline {
    margin-bottom: 10px;
  }
  .vt-contact .main-content .top-content .block-form {
    padding: 14px 0 16px;
  }
  .vt-contact .main-content .top-content .block-form .form-desc {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .vt-contact .main-content .top-content .department-list .item {
    padding: 18px 17px;
  }
  .vt-contact .main-content .top-content .department-list .item .info .title {
    min-height: 29px;
    margin-bottom: 8px;
  }
  .vt-contact .main-content .top-content .department-list .item .info .address, .vt-contact .main-content .top-content .department-list .item .info .phone {
    min-height: 64px;
    margin-bottom: 12px;
  }
  .vt-contact .main-content .top-content .department-list .item .info .phone {
    min-height: auto;
    margin-bottom: 0;
  }
  .vt-contact .main-content .cta-content {
    text-align: center;
  }
  .vt-contact .main-content .cta-content .page-title {
    text-align: center;
    line-height: 34px;
    min-height: 69px;
    margin-bottom: 16px;
  }
  .vt-contact .main-content .cta-content .page-desc {
    width: 242px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .vt-contact .main-content .cta-content .button-group .link {
    width: 195px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 48px;
  }
  .vt-contact .main-content .cta-content .button-group .link + .link {
    margin: 16px auto 0;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .title {
    line-height: 38px;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .desc {
    width: 235px;
    max-width: 100%;
    margin: 0 auto 32px;
  }
  .vt-contact .main-content .home-contact .contact-now .image-box .image {
    width: 311px;
    margin: 0 auto;
  }
  .vt-order {
    padding: 0;
  }
  .vt-order .wrapper {
    margin: 0 -15px;
    padding: 32px 15px 64px;
  }
  .vt-order .wrapper .title-bold {
    width: 316px;
    max-width: 100%;
    margin: 0 auto 8px;
  }
  .vt-order .wrapper .page-desc {
    width: 272px;
    max-width: 100%;
    margin: 0 auto 8px;
  }
  .vt-order .wrapper .line {
    width: 164px;
  }
  .loyalty-landing {
    padding-bottom: 20px;
  }
  .loyalty-landing .section-title,
  .loyalty-landing .page-title {
    font-size: 24px;
    line-height: 28px;
  }
  .loyalty-landing .quote-section {
    background-color: #002245;
  }
  .loyalty-landing .quote-section .main-info {
    padding-bottom: 40px;
  }
  .loyalty-landing .quote-section:after, .loyalty-landing .quote-section:before {
    content: none;
  }
  .loyalty-landing .quote-section .man {
    padding-top: 19px;
    margin: 0 -15px;
    background-color: #042850;
  }
  .loyalty-landing .quote-section .man .wrapper .info {
    padding-left: 32px;
  }
  .loyalty-landing .quote-section .man .wrapper .info:before {
    background-color: #042850;
    left: -32px;
    width: 64px;
    top: 0;
    bottom: 0;
    background-color: 32px solid #042850;
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  .loyalty-landing .rules-section .banner {
    height: 250px;
  }
  .loyalty-landing .rules-section .top-content {
    margin-top: 0;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #1b4689;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
    box-shadow: 0px 20px 35px rgba(0, 34, 69, 0.3);
  }
  .loyalty-landing .rules-section .top-content .wrapper {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 40px 16px;
  }
  .loyalty-landing .rules-section .top-content .wrapper .page-title {
    margin-bottom: 8px;
  }
  .loyalty-landing .rules-section .middle-content .section-desc {
    margin-bottom: 24px;
  }
  .loyalty-landing .rules-section .middle-content .steps {
    padding-bottom: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .loyalty-landing .rules-section .middle-content .steps li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .loyalty-landing .rules-section .middle-content .steps li:not(:last-child):after {
    border-top: none;
    border-left: 1px solid #fdd000;
    top: 30px;
    bottom: -52px;
    right: auto;
    left: 22px;
  }
  .loyalty-landing .rules-section .middle-content .steps li .step {
    width: 100%;
    padding-left: 32px;
  }
  .loyalty-landing .rules-section .middle-content .steps li .step:before {
    top: 28px;
  }
  .loyalty-landing .rules-section .middle-content .steps li .step:after {
    top: 32px;
  }
  .loyalty-landing .rules-section .middle-content .steps li .step .numb {
    margin-bottom: 4px;
  }
  .loyalty-landing .rules-section .foot-content {
    padding-top: 10px;
  }
  .loyalty-landing .rules-section .foot-content .section-title,
  .loyalty-landing .rules-section .foot-content .section-desc {
    text-align: center;
  }
  .loyalty-landing .rules-section .foot-content .section-desc {
    margin-bottom: 24px;
  }
  .loyalty-landing .rules-section .foot-content .slider-item .wrapper {
    width: 196px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider {
    margin: 0 -15px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box {
    padding: 16px 0 0;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-nav {
    display: none;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .slider-item {
    padding: 0 16px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .img {
    padding: 0;
    height: 240px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slider-for .info-box {
    padding: 16px 0 0;
    background-color: transparent;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots {
    bottom: auto;
    top: 208px;
    height: 32px;
    padding: 11px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li + li {
    margin-left: 8px;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li button {
    background-color: #002245;
    opacity: 0.6;
    width: 8px;
    height: 8px;
    -ms-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    -o-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li button:before {
    content: none;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li button:hover {
    opacity: 1;
  }
  .loyalty-landing .rules-section .foot-content .gift-slider .slider-box .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #fdd000;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  }
  .loyalty-landing .product-section .slider-item .product {
    width: 270px;
  }
  .loyalty-landing .contact-section {
    padding: 40px 0;
  }
  .loyalty-landing .contact-section .page-title {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .loyalty-landing .contact-section .page-title br {
    display: none;
  }
  .loyalty-landing .contact-section .page-title:after {
    width: 114px;
    left: 50%;
    margin-left: -57px;
  }
  .loyalty-landing .contact-section .call-now {
    text-align: center;
  }
  .loyalty-landing .contact-section .share-box {
    text-align: center;
  }
  .loyalty-landing .contact-section .form-box .form-title {
    margin-bottom: 13px;
  }
  .loyalty-landing .news-section {
    padding: 40px 0 29px;
  }
  .loyalty-landing .news-section .title-wrapper {
    margin-bottom: 14px;
  }
  .loyalty-landing .news-section .post {
    width: 253px;
    margin-bottom: 13px;
  }
  .coffee-talk .counter-section .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coffee-talk .counter-section .wrapper .icon {
    margin-bottom: 8px;
  }
  .coffee-talk .counter-section .wrapper .info {
    padding-left: 0;
    text-align: center;
  }
  .coffee-talk .schedule-section .tab-container .banner {
    margin: 0 -15px;
  }
  .coffee-talk .contact-form {
    padding: 40px 0;
  }
  .coffee-talk .contact-form .page-title {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .coffee-talk .contact-form .page-title br {
    display: none;
  }
  .coffee-talk .contact-form .page-title:after {
    width: 114px;
    left: 50%;
    margin-left: -57px;
  }
  .coffee-talk .contact-form .call-now {
    text-align: center;
  }
  .coffee-talk .contact-form .share-box {
    text-align: center;
  }
  .coffee-talk .contact-form .form-box .form-title {
    margin-bottom: 13px;
  }
  .coffee-talk .news-section {
    padding: 50px 0 20px;
  }
  .coffee-talk .news-section .title-wrapper {
    margin-bottom: 14px;
  }
  .coffee-talk .news-section .post {
    width: 253px;
    margin-bottom: 0;
  }
  .coffee-talk .news-section .post .wrap-img {
    height: 147px;
  }
  .coffee-talk .news-section .post .content {
    border: 1px solid rgba(152, 152, 154, 0.2);
    border-top: none;
    padding: 16px;
  }
  .coffee-talk .news-section .post .content .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    margin-bottom: 6px;
  }
  .journey-landing .counter-section {
    padding: 4px 30px 15px;
  }
  .journey-landing .counter-section .slider-item {
    vertical-align: top;
  }
  .journey-landing .counter-section .count-item {
    margin-bottom: 12px;
  }
  .journey-landing .counter-section .slick-slide > div + div {
    margin-top: 12px;
  }
  .journey-landing .counter-section .slider-wrapper .slider-dots .slick-dots {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .construction-training .news-section {
    padding: 50px 0 20px;
  }
  .construction-training .news-section .title-wrapper {
    margin-bottom: 14px;
  }
  .construction-training .news-section .post {
    width: 253px;
    margin-bottom: 0;
  }
  .construction-training .news-section .post .wrap-img {
    height: 147px;
  }
  .construction-training .news-section .post .content {
    border: 1px solid rgba(152, 152, 154, 0.2);
    border-top: none;
    padding: 16px;
  }
  .construction-training .news-section .post .content .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    margin-bottom: 6px;
  }
  .home-blog .title-box {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .home-blog .title-box .section-title {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .home-blog .slide-posts {
    padding-left: 15px;
  }
  .home-blog .slider-item .post {
    width: 250px;
  }
}
@media (max-width: 374.98px) {
  .vt-aboutus .home-infographic .main-content .list-info .item .count {
    font-size: 28px;
  }
  .vt-aboutus .home-infographic .main-content .list-info .item .title {
    font-size: 13px;
  }
  .home-post-qc .block-blog .blog-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-infographic .main-content .list-info .item .count {
    font-size: 28px;
  }
  .home-infographic .main-content .list-info .item .title {
    font-size: 13px;
  }
  .home-contact .contact-now .info-container .content .title {
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 15px;
  }
  .vt-assistance--qa .search-form > form .js-form-type-textfield, .vt-assistance--vision .search-form > form .js-form-type-textfield {
    width: 180px;
  }
  .vt-assistance .modal-download .modal-body .form-actions {
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
  }
  .vt-assistance .modal-download .modal-body .form-actions .btn-submit,
  .vt-assistance .modal-download .modal-body .form-actions input[type=submit] {
    width: 100%;
  }
  .vt-assistance--detail .share-box .btn-share {
    padding: 10px 8px;
  }
  .vt-assistance--detail .share-box .btn-share img,
  .vt-assistance--detail .share-box .btn-share i {
    margin-right: 5px;
    font-size: 12px;
    width: 15px;
  }
  .vt-contact .main-content .top-content .hotline .wrapper .info p a {
    display: block;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .desc {
    margin-bottom: 20px;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action {
    margin: 10px 10px 0;
  }
  .vt-contact .main-content .home-contact .contact-now .info-container .content .button-box .btn-action + .btn-action {
    margin-left: 10px;
  }
  .search-results .main-content .list-content .item {
    flex-direction: column;
  }
  .search-results .main-content .list-content .item .img {
    margin-bottom: 12px;
    width: 100%;
    height: 130px;
  }
  .search-results .main-content .list-content .item .info {
    padding-left: 0;
  }
  .journey-landing .counter-section {
    padding: 12px;
  }
  .construction-training .counter-section .col-item .item .number .counter {
    font-size: 40px;
    line-height: 1;
  }
  .construction-training .counter-section .col-item .item .number .counter sup {
    font-size: 26px;
  }
}
/*# sourceMappingURL=vinhtuong-fe.css.map */
