@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/SFProText/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/SFProText/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProText/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/SFProText/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.text-justify {
  text-align: justify !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: 1240px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

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

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #57668C;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.body-load-done {
  opacity: 1;
  transition: al 0.3s ease;
}
body.body-fix-scroll {
  overflow-y: hidden;
}
@media (min-width: 1240px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

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

.img-fullwidth {
  width: 100%;
}

svg {
  vertical-align: middle;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

::selection {
  background: #49B58F;
  color: #fff;
}

img::selection {
  background: transparent;
}

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

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #57668C;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
}

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

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

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

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

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

h5, .h5 {
  font-size: 16px;
}

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

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

a {
  color: #57668C;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #49B58F;
}

p {
  margin: 0 0 15px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

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

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

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

.pd-0 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  position: relative;
  padding: 25px 0;
  margin: 0;
}
blockquote p {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #49B58F;
  line-height: 1.57;
  margin: 0;
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #636363;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 25px;
  }
}

figure {
  margin: 15px 0;
  margin-bottom: 20px;
}
figure img {
  width: 100%;
  margin-bottom: 15px;
}

figcaption {
  position: relative;
  font-size: 14px;
  font-style: italic;
  line-height: 1.64;
  color: #57668C;
}

.skin-dark {
  color: #D5D7D9;
}

.btn-icon {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1C2735;
  letter-spacing: 0.05em;
  background-color: #F5D605;
  border-radius: 35px;
  padding: 0 55px 0 35px;
}
.btn-icon span {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.btn-icon span svg {
  max-width: 9px;
}
.btn-icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(245, 214, 5, 0.42);
  border-radius: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s;
}
.btn-icon:hover {
  color: #1C2735;
}
.btn-icon:hover:before {
  transform: translate(6px, 10px);
}

@media (min-width: 768px) {
  .btn-icon {
    height: 65px;
    line-height: 65px;
    font-size: 17px;
    border-radius: 35px;
    letter-spacing: 0.1em;
    padding: 0 80px 0 45px;
  }
  .btn-icon span {
    right: 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .btn-icon span svg {
    max-width: 13px;
  }
}
@media (min-width: 1600px) {
  .btn-icon {
    height: 85px;
    line-height: 85px;
    font-size: 20px;
    letter-spacing: 0.2em;
    border-radius: 42px;
    padding: 0 110px 0 60px;
  }
  .btn-icon span {
    right: 7px;
    width: 70px;
    height: 70px;
    line-height: 66px;
  }
  .btn-icon span svg {
    max-width: 16px;
  }
}
.btn-loading {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #57668C;
  margin-top: 2px;
}
.btn-loading svg {
  margin-left: 5px;
}
.btn-loading svg .dot-1,
.btn-loading svg .dot-2,
.btn-loading svg .dot-3 {
  animation: dotA 1s infinite linear;
}
.btn-loading svg .dot-2 {
  animation-delay: 0.2s;
}
.btn-loading svg .dot-3 {
  animation-delay: 0.4s;
}

@keyframes dotA {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes dotB {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea {
  font-size: 16px;
  font-weight: 400;
  color: #57668C;
  width: 100%;
  border-radius: 0;
  margin-bottom: 15px;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: inherit;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: inherit;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: inherit;
}

select {
  background: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button,
input[type=submit] {
  border: 0;
}

label {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #252A31;
  margin-bottom: 6px;
}

textarea {
  vertical-align: top;
  line-height: 1.3;
  min-height: 120px;
  padding: 20px;
}

.radiobox {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.radiobox p {
  position: relative;
  min-height: 16px;
  margin: 0;
  padding-left: 25px;
}
.radiobox p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
.radiobox input {
  display: none;
}
.radiobox input:checked ~ p:before {
  box-shadow: inset 0 0 0 3px #49B58F;
}
@media (min-width: 768px) {
  .radiobox {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .radiobox p:before {
    top: 1px;
  }
}
@media (min-width: 1600px) {
  .radiobox {
    font-size: 18px;
  }
  .radiobox p {
    min-height: 20px;
    padding-left: 25px;
  }
  .radiobox p:before {
    width: 20px;
    height: 20px;
  }
  .radiobox input:checked ~ p:before {
    box-shadow: inset 0 0 0 4px #49B58F;
  }
}

.select-custom {
  max-width: 200px;
  width: 100%;
}
.select-custom .select2 {
  transition: all 0.3s;
  padding: 0;
  width: 100% !important;
}
.select-custom .select2 .selection {
  display: block;
}
.select-custom .select2 .select2-selection--single {
  height: auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.select-custom .select2 .select2-selection--single:focus {
  outline: none;
}
.select-custom .select2 .select2-selection--single .select2-selection__placeholder {
  color: #57668C;
}
.select-custom .select2 .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  font-weight: normal;
  color: #57668C;
  border: 2px solid #DDE0EA;
  border-radius: 25px;
  padding: 0 60px 0 20px;
  box-shadow: none;
}
.select-custom .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(87, 102, 140, 0.1);
  background-image: url(../img/icon-dropdown-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  transform: translateY(-50%);
}
.select-custom .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select-custom .select2.select2-container--open .select2-selection--single .select2-selection__rendered {
  background-color: #F4F5FB;
}
.select-custom .select2.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #F4F5FB;
}
.select-custom .select2.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: #F4F5FB;
}
@media (min-width: 1600px) {
  .select-custom .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}

.select-icon {
  width: 100px;
}
.select-icon .select2 {
  transition: all 0.3s;
  padding: 0;
  width: 100% !important;
}
.select-icon .select2 .selection {
  display: block;
}
.select-icon .select2 .select2-selection--single {
  position: relative;
  height: auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.select-icon .select2 .select2-selection--single:focus {
  outline: none;
}
.select-icon .select2 .select2-selection--single .select2-selection__placeholder {
  color: #57668C;
}
.select-icon .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  font-size: 0;
  color: #fff;
}
.select-icon .select2 .select2-selection--single .select2-selection__rendered > div {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 8px;
}
.select-icon .select2 .select2-selection--single .select2-selection__rendered > div span {
  display: inline-block;
  vertical-align: 2px;
  line-height: 1;
}
.select-icon .select2 .select2-selection--single .select2-selection__rendered > div img {
  width: 35px;
}
.select-icon .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../img/icon-dropdown-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  transform: translateY(-50%);
}
.select-icon .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media (min-width: 992px) {
  .select-icon .select2 .select2-selection--single .select2-selection__rendered {
    border-width: 4px;
  }
}

.select2-container:not(.select2-container--icon) .select2-dropdown {
  display: block;
  background-color: #F4F5FB;
  border: 2px solid #DDE0EA;
  border-radius: 25px;
  margin: 0 !important;
}
.select2-container:not(.select2-container--icon) .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 20px 20px rgba(21, 26, 57, 0.2);
  border-top: 0;
}
.select2-container:not(.select2-container--icon) .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px -15px 15px rgba(21, 26, 57, 0.1);
  border-bottom: 0;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-search {
  padding: 10px 20px;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-search .select2-search__field {
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__options {
  max-height: 300px !important;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option {
  height: 40px;
  line-height: 40px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #57668C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 20px;
  transition: all 0.3s;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option[aria-selected=true] {
  background: none;
  color: #57668C;
}
.select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option[aria-selected=true]:before {
  box-shadow: inset 0 0 0 3px #49B58F;
}
.select2-container.select2-container--icon .select2-dropdown {
  border-radius: 8px;
  border: 2px solid #F4F5FB;
}
.select2-container.select2-container--icon .select2-dropdown .select2-results__option {
  font-size: 14px;
  font-weight: 500;
}
.select2-container.select2-container--icon .select2-dropdown .select2-results__option [class*=label-] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.select2-container.select2-container--icon .select2-dropdown .select2-results__option [class*=label-] img {
  max-width: 20px;
}
.select2-container.select2-container--icon .select2-dropdown .select2-results__option + .select2-results__option {
  border-top: 1px solid #F4F5FB;
}
.select2-container.select2-container--icon .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container.select2-container--icon .select2-dropdown .select2-results__option[aria-selected=true] {
  background: none;
  color: #49B58F;
}

@media (min-width: 768px) {
  .select2-container.select2-container--icon .select2-dropdown {
    width: 150px !important;
    left: 40px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1600px) {
  .select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option {
    font-size: 18px;
  }
  .select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option:before {
    width: 20px;
    height: 20px;
  }
  .select2-container:not(.select2-container--icon) .select2-dropdown .select2-results__option[aria-selected=true]:before {
    box-shadow: inset 0 0 0 4px #49B58F;
  }
}
.section,
section {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .section,
section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1240px) {
  .section,
section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1600px) {
  .section,
section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

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

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.bg-primary {
  background-color: #49B58F;
}

.bg-secondary {
  background-color: #F88126;
}

.bg-secondary-light {
  background-color: #fdf9f0;
}

.bg-gray {
  background-color: #F2F2F2;
}

.bg-grey {
  background-color: #F5F5F5;
}

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

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

.page-wrapper, .page-content {
  overflow: hidden;
}

.page-content {
  position: relative;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 70px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

.fadeInUp {
  animation-name: fadeInUp;
}

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes customZoomBg {
  from {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}
.customZoomBg {
  animation-name: customZoomBg;
}

.puro-slogan .bg,
.puro-imgGrid .item .bg,
.hero .bg {
  visibility: visible !important;
}
.puro-slogan .bg.animated,
.puro-imgGrid .item .bg.animated,
.hero .bg.animated {
  animation-duration: 3s;
}

@keyframes btnLineEffect {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(100%);
  }
  60% {
    opacity: 0;
    visibility: hidden;
  }
  65% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }
  70% {
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%);
  }
}
@keyframes showEffectOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* owl  */
button.owl-next,
button.owl-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #49B58F;
  transition: all 0.3s;
}
button.owl-next svg,
button.owl-prev svg {
  max-width: 10px;
}
button.owl-next:focus,
button.owl-prev:focus {
  outline: none;
}
button.owl-next.disabled,
button.owl-prev.disabled {
  visibility: hidden;
}
button.owl-next:hover,
button.owl-prev:hover {
  background-color: #F5B505 !important;
}
button.owl-next:hover svg path,
button.owl-prev:hover svg path {
  fill: #fff !important;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-dots button.owl-dot,
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D5D7E0;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.3s;
}
.owl-dots button.owl-dot.active,
.owl-dots .owl-dot.active {
  background-color: #F5B505;
  width: 40px;
  border-radius: 8px;
}
.owl-dots button.owl-dot:focus,
.owl-dots .owl-dot:focus {
  outline: none;
}

@media (min-width: 1600px) {
  button.owl-next,
button.owl-prev {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
  button.owl-next svg,
button.owl-prev svg {
    max-width: 15px;
  }

  .owl-dots button.owl-dot,
.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 9px;
  }
  .owl-dots button.owl-dot.active,
.owl-dots .owl-dot.active {
    width: 50px;
    border-radius: 8px;
  }
}
@media (min-width: 1600px) {
  button.owl-next,
button.owl-prev {
    width: 70px;
    height: 70px;
    line-height: 68px;
  }
  button.owl-next svg,
button.owl-prev svg {
    max-width: 15px;
  }

  .owl-dots button.owl-dot,
.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 9px;
  }
  .owl-dots button.owl-dot.active,
.owl-dots .owl-dot.active {
    width: 50px;
    border-radius: 8px;
  }
}
.header {
  position: relative;
  z-index: 50;
}
.header.header-unpin .header__content {
  transform: translateY(-100%);
}
.header.header-show-mobile .header__content, .header.header-show-search .header__content {
  transform: translateY(0) !important;
}
.header:not(.headroom--top) .header__content {
  border-bottom: 1px solid #DDE0EA;
}

.header__content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}

.header__inner {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 15px;
}

.header__logo a {
  display: inline-block;
}
.header__logo a:not(:last-child) {
  margin-right: 8px;
}
.header__logo .logo-1 {
  max-width: 120px;
}
.header__logo .logo-2 {
  max-width: 90px;
}

.header__tool {
  text-align: right;
}

.header__btn {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1C2735;
  border-radius: 30px;
  background-color: #F4F5FB;
  padding: 0 35px;
}
.header__btn:hover {
  background-color: #F88126;
  color: #fff;
}

.header__iconSearch {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
  background-color: #009963;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.header__iconSearch img {
  max-width: 17px;
}
.header__iconSearch:hover {
  background-color: #49B58F;
}

.header__iconmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #F5B505;
}
.header__iconmenu .f-wrap {
  width: 19px;
  height: 18px;
  line-height: 17px;
  text-align: center;
}
.header__iconmenu .f-wrap span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 18px;
  height: 2px;
  background-color: #fff;
  animation: effectOut_a 0.2s forwards;
  transition: all 0.3s ease;
}
.header__iconmenu .f-wrap span:before, .header__iconmenu .f-wrap span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.header__iconmenu .f-wrap span:before {
  top: -6px;
  animation: effectOut_b 0.2s forwards;
}
.header__iconmenu .f-wrap span:after {
  bottom: -6px;
  animation: effectOut_c 0.2s forwards;
}

.header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.header__search .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background-color: #F4F5FB;
  cursor: pointer;
  transition: all 0.3s;
}
.header__search .btn-close:hover {
  background-color: red;
  color: #fff;
}
.header__search .form-search {
  position: relative;
  max-width: 75%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header__search .form-search .f-icon {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  transform: translateY(-50%);
}
.header__search .form-search .f-icon svg {
  width: 16px;
  height: 16px;
}
.header__search .form-search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  padding-left: 25px;
  margin-bottom: 0;
}
.header__search .form-search .form-control::-webkit-input-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.header__search .form-search .form-control::-moz-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.header__search .form-search .form-control:-moz-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.header__search .form-search .form-control:-ms-input-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
@media (min-width: 768px) {
  .header__search .form-search {
    max-width: 540px;
  }
  .header__search .form-search .f-icon svg {
    width: 20px;
    height: 20px;
  }
  .header__search .form-search .form-control {
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .header__search .form-search .form-control {
    font-size: 30px;
  }
}
@media (min-width: 1240px) {
  .header__search .btn-close {
    top: 50%;
    right: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    transform: translateY(-50%);
  }
  .header__search .form-search .form-control {
    font-size: 32px;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .header__search .btn-close {
    right: 60px;
  }
}

.header-show-mobile .header__content {
  transform: translateY(0) !important;
}
.header-show-mobile .header__iconmenu .f-wrap span {
  animation: effectIn_a 0.3s forwards;
}
.header-show-mobile .header__iconmenu .f-wrap span:before {
  animation: effectIn_b 0.3s forwards;
}
.header-show-mobile .header__iconmenu .f-wrap span:after {
  animation: effectIn_c 0.3s forwards;
}

.header-show-search .header__search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.body-load-done .header__cart {
  transition: all 0.5s;
}

@keyframes effectOut_a {
  0% {
    background-color: transparent;
  }
  40% {
    background-color: transparent;
  }
  60% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes effectOut_b {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  40% {
    top: 0;
    transform: rotate(0);
  }
  60% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: -6px;
  }
}
@keyframes effectOut_c {
  0% {
    bottom: 0;
    transform: rotate(-45deg);
  }
  40% {
    bottom: 0;
    transform: rotate(0);
  }
  60% {
    bottom: 0;
    transform: rotate(0);
  }
  100% {
    bottom: -6px;
  }
}
@keyframes effectIn_a {
  40% {
    background-color: transparent;
  }
  60% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes effectIn_b {
  0% {
    top: -6px;
  }
  40% {
    top: 0;
    transform: rotate(0);
  }
  60% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(45deg);
  }
}
@keyframes effectIn_c {
  0% {
    bottom: -6px;
  }
  40% {
    bottom: 0;
    transform: rotate(0);
  }
  60% {
    bottom: 0;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1239.98px) {
  .header__inner {
    padding: 0 15px;
    justify-content: space-between;
  }

  .header__fixheight,
.header__inner {
    height: 70px;
  }

  .header__nav,
.header__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__logo a:not(:last-child) {
    margin-right: 10px;
  }
  .header__logo .logo-1 {
    max-width: 150px;
  }
  .header__logo .logo-2 {
    max-width: 120px;
  }
}
@media (min-width: 1240px) {
  .header__fixheight {
    height: 90px;
  }

  .header__inner {
    padding: 0 40px;
  }

  .header__logo .logo-1 {
    max-width: 180px;
  }
  .header__logo .logo-2 {
    max-width: 140px;
  }

  .header__iconmenu {
    display: none;
  }

  .header__logo, .header__tool {
    width: 35%;
  }

  .header__nav {
    width: 30%;
    text-align: center;
    padding: 0 20px;
  }
  .header__nav .menu-list {
    font-size: 0;
  }
  .header__nav .menu-list > li {
    display: inline-block;
    vertical-align: middle;
  }
  .header__nav .menu-list > li:not(:last-child) {
    margin-right: 30px;
  }
  .header__nav .menu-list > li > a {
    position: relative;
    color: rgba(87, 102, 140, 0.7);
    height: 90px;
    line-height: 90px;
  }
  .header__nav .menu-list > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    right: 0;
    height: 3px;
    bottom: 23px;
    border-radius: 2px;
    background-color: #F5D605;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .header__nav .menu-list > li.menu-has-children {
    position: relative;
  }
  .header__nav .menu-list > li:hover > a, .header__nav .menu-list > li.menu-item-current > a {
    color: #57668C;
  }
  .header__nav .menu-list > li.menu-item-current > a {
    font-weight: 600;
  }
  .header__nav .menu-list > li.menu-item-current > a:after {
    opacity: 1;
    visibility: visible;
  }
  .header__nav .menu-list a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .header__iconSearch {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .header__iconSearch img {
    max-width: 20px;
  }
}
@media (min-width: 1600px) {
  .header__fixheight {
    height: 110px;
  }

  .header__nav .menu-list > li:not(:last-child) {
    margin-right: 58px;
  }
  .header__nav .menu-list > li > a {
    height: 110px;
    line-height: 110px;
  }
  .header__nav .menu-list > li > a:after {
    height: 4px;
    bottom: 35px;
  }
  .header__nav .menu-list a {
    font-size: 18px;
  }

  .header__logo a:not(:last-child) {
    margin-right: 18px;
  }
  .header__logo .logo-1 {
    max-width: 230px;
  }
  .header__logo .logo-2 {
    max-width: 200px;
  }

  .header__btn {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 0 38px;
  }

  .header__iconSearch {
    width: 60px;
    height: 60px;
    line-height: 58px;
    margin-left: 20px;
  }
  .header__iconSearch img {
    max-width: 26px;
  }
}
.page-thuvien .header__content {
  border-bottom: 1px solid #DDE0EA;
}

.menu-mobile {
  position: fixed;
  z-index: 48;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 275px;
  padding-top: 40px;
  padding-bottom: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
.menu-mobile.menu-mobile--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.body-load-done .menu-mobile {
  transition: all 0.4s;
}

.menu-mobile__inner {
  height: 100%;
  padding: 0 30px;
}

.menu-mobile__nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 0 24px;
}
.menu-mobile__nav .menu-list {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile__nav .menu-list li.menu-item-current > a {
  color: #49B58F;
}
.menu-mobile__nav .menu-list li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  color: rgba(87, 102, 140, 0.7);
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-mobile__nav .menu-list li a:after {
  content: "";
  position: absolute;
  width: 50px;
  left: 50%;
  right: 0;
  height: 2px;
  bottom: 10px;
  border-radius: 3px;
  background-color: #F5D605;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.menu-mobile__nav .menu-list li a:hover, .menu-mobile__nav .menu-list li a:focus {
  color: #221b2f;
}
.menu-mobile__nav .menu-list li:hover > a, .menu-mobile__nav .menu-list li.menu-item-current > a {
  color: #57668C;
}
.menu-mobile__nav .menu-list li.menu-item-current > a {
  font-weight: 600;
}
.menu-mobile__nav .menu-list li.menu-item-current > a:after {
  opacity: 1;
  visibility: visible;
}

.menu-mobile__footer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 24px 35px;
}

.menu-mobile__btn {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #f5b506;
  padding: 0 35px;
}
.menu-mobile__btn:hover {
  color: #fff;
}

.titlebox__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: capitalize;
  color: #57668C;
}
.titlebox__title span {
  display: block;
  color: #49B58F;
}

.titlebox__text {
  margin: 0;
  margin-top: 16px;
}

.titlebox__btn {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .titlebox__title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .titlebox__title {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .titlebox__title {
    font-size: 48px;
  }
}
.footer {
  color: #57668C;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__content {
  padding-top: 40px;
  padding-bottom: 15px;
}

.footer__logo {
  margin-bottom: 30px;
}
.footer__logo a {
  display: inline-block;
  margin-bottom: 10px;
}

.footer__widget {
  margin-bottom: 40px;
}
.footer__widget .f-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__widget .f-list li + li {
  margin-top: 10px;
}
.footer__widget .f-list a {
  font-size: 16px;
  color: inherit;
}
.footer__widget .f-list a:hover {
  color: #49B58F;
}
.footer__widget .f-subscribe {
  position: relative;
}
.footer__widget .f-subscribe .form-control {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #57668C;
  border: 0;
  border-bottom: 1px solid rgba(87, 102, 140, 0.15);
  background-color: transparent;
  padding-right: 25px;
  margin-bottom: 0;
}
.footer__widget .f-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(87, 102, 140, 0.5);
}
.footer__widget .f-subscribe .form-control::-moz-placeholder {
  color: rgba(87, 102, 140, 0.5);
}
.footer__widget .f-subscribe .form-control:-moz-placeholder {
  color: rgba(87, 102, 140, 0.5);
}
.footer__widget .f-subscribe .form-control:-ms-input-placeholder {
  color: rgba(87, 102, 140, 0.5);
}
.footer__widget .f-subscribe .form-control:focus {
  border-color: #49B58F;
}
.footer__widget .f-subscribe button[type=submit],
.footer__widget .f-subscribe input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 25px;
  text-align: center;
  background-color: transparent;
  color: #49B58F;
}

.footer__footer {
  position: relative;
  padding: 30px 0 10px;
}
.footer__footer .f-divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  overflow: hidden;
  transform: translateY(-50%);
}
.footer__footer .f-divider h6 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 800;
}
.footer__footer .f-divider h6 span {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1500px;
  height: 1px;
  background-color: rgba(87, 102, 140, 0.15);
  transform: translate(100%, -50%);
}

.footer__social {
  margin-bottom: 25px;
}
.footer__social a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F4F5FB;
  margin-right: 6px;
}
.footer__social a img {
  width: 100%;
}
.footer__social a:hover {
  background-color: #dde1f7;
}

.footer__copyright {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 768px) {
  .footer__content {
    padding-top: 60px;
  }

  .footer__footer {
    padding: 30px 0 20px;
  }

  .footer__social {
    margin-bottom: 0;
  }
  .footer__social a {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .footer__copyright {
    font-size: 16px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer__content {
    padding-top: 80px;
  }

  .footer__widget .f-list li + li {
    margin-top: 15px;
  }

  .footer__footer {
    padding: 20px 0;
  }
  .footer__footer .f-divider h6 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .footer__content {
    padding-top: 100px;
  }

  .footer__widget .f-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .footer__footer {
    padding: 30px 0;
  }
  .footer__footer .f-divider h6 {
    font-size: 18px;
  }

  .footer__social a {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
.page-thuvien .footer {
  background-color: #fdfdfd;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.85);
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  display: flex;
  align-items: center;
}
.mfp-container:after {
  display: none;
}

.mfp-content {
  display: block;
  max-height: 100%;
}

.mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
  padding: 30px 30px;
}
@media (min-width: 768px) {
  .mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
    max-width: 80%;
    padding: 30px 0;
  }
}
@media (min-width: 1240px) {
  .mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
    max-width: 60%;
  }
}

.mfp-iframe-scaler {
  padding-top: 0;
  height: auto;
}
.mfp-iframe-scaler:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

button.mfp-arrow {
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #8c8a8a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
button.mfp-arrow:active {
  margin: 0;
}
button.mfp-arrow:after, button.mfp-arrow:before {
  display: none;
}
button.mfp-arrow.mfp-arrow-left {
  left: -30px;
  transform: translate(-100%, -50%);
}
button.mfp-arrow.mfp-arrow-right {
  right: -30px;
  transform: translate(100%, -50%);
}
button.mfp-arrow:hover {
  color: #fff;
}
button.mfp-arrow:focus {
  outline: none !important;
}
@media (max-width: 767.98px) {
  button.mfp-arrow {
    width: 30px;
    height: 30px;
  }
  button.mfp-arrow.mfp-arrow-left {
    left: 0;
    transform: translate(-50%, -50%);
  }
  button.mfp-arrow.mfp-arrow-right {
    right: 0;
    transform: translate(50%, -50%);
  }
}

.mfp-iframe-holder button.mfp-close,
.mfp-iframe-holder div.mfp-close {
  top: -30px;
  right: 0;
  background-color: red;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mfp-iframe-holder button.mfp-close,
.mfp-iframe-holder div.mfp-close {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .mfp-iframe-holder button.mfp-close,
.mfp-iframe-holder div.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -40px;
    font-size: 25px;
  }
}

img.mfp-img {
  padding: 0;
}

.mfp-gallery {
  cursor: default;
}

.mfp-image-holder .mfp-figure {
  position: relative;
  max-width: 1130px;
}
.mfp-image-holder .mfp-bottom-bar {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.mfp-image-holder .mfp-title {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 500px;
}
.mfp-image-holder .mfp-title h2 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.31;
  color: #fff;
  margin-bottom: 10px;
}
.mfp-image-holder .mfp-title p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #e1e1e1;
}

#popup-sendInformation {
  position: relative;
  max-width: 650px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #popup-sendInformation {
    margin-left: -6px;
    margin-right: -6px;
  }
}
#popup-sendInformation .popup-success {
  display: none;
  text-align: center;
}
#popup-sendInformation .popup-success img {
  max-width: 50px;
  margin-bottom: 25px;
}
#popup-sendInformation .popup-success h3 {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
}
#popup-sendInformation.form-success {
  max-width: 440px;
}
#popup-sendInformation.form-success .mfp-close,
#popup-sendInformation.form-success .popup-sendInformation__content {
  display: none;
}
#popup-sendInformation.form-success .popup-success {
  display: block;
  padding: 80px;
}

.popup-sendInformation__content {
  padding: 80px 40px;
}

.popup-sendInformation__inner {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.popup-sendInformation__title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

.popup-sendInformation__form .btn-submit {
  text-align: center;
}
.popup-sendInformation__form .form-group label {
  width: 200px;
}

@media (min-width: 992px) {
  #popup-sendInformation {
    max-width: 840px;
  }
}
.mfp-inline-holder .mfp-close {
  font-size: 0;
}

.mfp-content .form-group .form-group__inner:after {
  background-color: #CBCBCB;
}
.mfp-content .form-group .form-group__inner.focus:after {
  background-color: #F88126;
}
.mfp-content .form-group .form-group__inner .ui-button .ui-icon {
  color: #F88126;
}
.mfp-content .btn-submit {
  padding-top: 14px;
}

.popup-contactSuccess {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 50px 30px;
  margin-left: auto;
  margin-right: auto;
}
.popup-contactSuccess .f-inner img {
  max-width: 50px;
  margin-bottom: 25px;
}
.popup-contactSuccess .f-inner h3 {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
}
@media (min-width: 768px) {
  .popup-contactSuccess {
    padding: 80px;
  }
}

#popup-widget-category {
  position: relative;
  background-color: #fff;
  margin-left: -6px;
  margin-right: -6px;
  padding: 70px 26px;
}

#popup-showContentPost {
  position: relative;
  background-color: #fff;
}
#popup-showContentPost .popup-img img {
  width: 100%;
}
#popup-showContentPost .popup-body__title {
  font-size: 25px;
  color: #49B58F;
  margin-bottom: 20px;
}
#popup-showContentPost .popup-body__entry {
  font-size: 14px;
}
#popup-showContentPost .popup-body__entry h2, #popup-showContentPost .popup-body__entry h3, #popup-showContentPost .popup-body__entry h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #49B58F;
}
#popup-showContentPost .popup-body__entry h5, #popup-showContentPost .popup-body__entry h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #49B58F;
}
#popup-showContentPost .popup-body__entry h2 {
  font-size: 18px;
}
#popup-showContentPost .popup-body__entry h3 {
  font-size: 16px;
}
#popup-showContentPost .popup-body__entry h4 {
  font-size: 14px;
}
#popup-showContentPost .popup-body__entry h5 {
  font-size: 12px;
}
#popup-showContentPost .popup-body__entry h6 {
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #popup-showContentPost {
    padding-top: 60px;
    margin-left: -6px;
    margin-right: -6px;
  }
  #popup-showContentPost .popup-body {
    padding: 40px 26px;
  }
}
@media (min-width: 768px) {
  #popup-showContentPost {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #popup-showContentPost .popup-body {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  #popup-showContentPost {
    display: flex;
    max-height: 90vh;
    padding: 75px 40px 70px 60px;
  }
  #popup-showContentPost .popup-img {
    width: 45%;
  }
  #popup-showContentPost .popup-body {
    width: 55%;
    padding-left: 50px;
  }
  #popup-showContentPost .f-scroll {
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
  }
  #popup-showContentPost .popup-body__entry h2 {
    font-size: 16px;
  }
  #popup-showContentPost .popup-body__entry h3 {
    font-size: 14px;
  }
  #popup-showContentPost .popup-body__entry h4 {
    font-size: 12px;
  }
  #popup-showContentPost .popup-body__entry h5 {
    font-size: 12px;
  }
  #popup-showContentPost .popup-body__entry h6 {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  #popup-showContentPost {
    padding: 90px 50px 90px 80px;
  }
  #popup-showContentPost .popup-img {
    width: 50%;
  }
  #popup-showContentPost .popup-body {
    padding-left: 80px;
    width: 50%;
  }
  #popup-showContentPost .popup-body .f-scroll {
    padding-right: 30px;
  }
}

.post {
  height: 100%;
  padding-bottom: 15px;
}
.post[class*=label-] {
  background-color: transparent;
}

.post__inner {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 50px;
  overflow: hidden;
  transition: all 0.3s;
}

.post__media {
  display: block;
  position: relative;
  background-color: #e6e6e6;
  overflow: hidden;
}
.post__media:before {
  content: "";
  display: block;
  padding-top: 73%;
}
.post__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.post__media .f-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
  background-color: #F5B505;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.post__media .f-video:hover {
  background-color: #49B58F;
}

.post__body {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 0 !important;
  padding: 20px 10px 0;
  margin-top: -10px;
  transition: all 0.3s;
}

.post__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10px;
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #FB9F52;
  line-height: 1;
  transform: translateY(-50%);
}
.post__icon img {
  max-width: 65%;
}

.post__title {
  font-size: 16px;
  font-weight: 800;
}

.post__meta {
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #57668C;
  padding: 0 10px;
}
.post__meta a {
  font-weight: bold;
  color: #49B58F;
}
.post__meta a:hover {
  color: #F88126;
}
.post__meta > span {
  display: block;
}
.post__meta > span:not(:last-child):after {
  content: "-";
  margin: 0 3px;
}
.post__meta .meta-date {
  transition: all 0.3s;
}

.post__inner:hover,
.post__inner:hover .post__body {
  background-color: #FB9F52;
}
.post__inner:hover .post__title,
.post__inner:hover .post__body .post__title {
  color: #fff;
}
.post__inner:hover .post__title a:hover,
.post__inner:hover .post__body .post__title a:hover {
  color: #fff;
}
.post__inner:hover .post__meta,
.post__inner:hover .post__body .post__meta {
  color: #fff;
}
.post__inner:hover .post__meta a,
.post__inner:hover .post__body .post__meta a {
  color: #fff;
}

.post-list-wrap .item-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.post-list-wrap .item-col {
  width: 50%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .post {
    padding-bottom: 20px;
  }

  .post__inner {
    padding-bottom: 45px;
  }

  .post__media .f-video {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .post__body {
    padding: 24px 15px 0;
    border-radius: 15px;
  }

  .post__icon {
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .post__title {
    font-size: 18px;
  }

  .post__meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .post__meta span {
    display: inline;
  }

  .post-list-wrap .item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .post-list-wrap .item-col {
    width: 33.333333%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .post {
    padding-bottom: 30px;
  }

  .post-list-wrap .item-col {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .post__inner {
    border-radius: 20px;
  }

  .post__media .f-video {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  .post__icon {
    top: 0;
    left: 28px;
    width: 50px;
    height: 50px;
  }

  .post__body {
    border-radius: 20px;
    padding: 30px 20px 0;
    margin-top: -20px;
  }

  .post__meta {
    bottom: 15px;
    line-height: 1.4;
    padding: 0 20px;
  }
  .post__meta span {
    display: inline;
  }

  .post-list-wrap .item-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-list-wrap .item-col {
    padding: 0 15px;
  }
}
@media (min-width: 1600px) {
  .post__inner {
    padding-bottom: 50px;
  }

  .post__body {
    padding: 39px 30px 0;
  }

  .post__icon {
    width: 58px;
    height: 58px;
    border-width: 4px;
  }

  .post__title {
    font-size: 23px;
  }

  .post__meta {
    font-size: 16px;
    bottom: 17px;
    padding: 0 30px;
    letter-spacing: -0.015em;
  }
  .post__meta > span {
    display: inline;
  }

  .post-list-wrap .item-col {
    width: 20%;
  }
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-bottom: 5px;
}
.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #57668C;
  font-weight: 500;
}
.breadcrumb li a {
  line-height: 1.2;
  letter-spacing: 0.83px;
  color: inherit;
}
.breadcrumb li a:hover {
  color: #49B58F;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  font-family: "fontAwesome";
  margin: 0 5px;
}
.breadcrumb li:last-child {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .breadcrumb li {
    font-size: 14px;
  }
}
.video-popup {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #49B58F;
}
.video-popup:before {
  content: "";
  display: block;
  padding-top: 46%;
}

.video-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #49B58F;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.video-popup__btn svg {
  position: absolute;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .video-popup__btn {
    width: 60px;
    height: 60px;
  }
  .video-popup__btn svg {
    width: 18px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .video-popup__btn {
    width: 90px;
    height: 90px;
  }
}
.pagination {
  padding-top: 50px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul a, .pagination ul span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.pagination ul a:active {
  color: inherit;
}
.pagination ul li.current a {
  background: linear-gradient(#fcba4e 0%, #f87926 100%);
  color: #fff;
  pointer-events: none;
}

.textbox {
  position: relative;
  z-index: 1;
}
.textbox:after {
  content: "";
  display: block;
  padding-top: 145%;
}
.textbox[class*=label] {
  background-color: transparent;
}

.textbox__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 30px 30px 20px 20px;
  overflow: hidden;
  transition: all 0.3s;
}

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

.textbox__body,
.textbox__hover {
  padding: 15px;
}

.textbox__body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 97px;
  background-color: #4E8CF3;
  border-top-left-radius: 20px;
  padding: 15px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear;
  transition-delay: 0.3s;
}

.textbox__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 15px;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  background-color: #4E8CF3;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.textbox__circle img {
  max-width: 65%;
}

.textbox__title {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  padding-right: 20%;
  margin-bottom: 6px;
}

.textbox__text {
  font-size: 14px;
  color: #fff;
}
.textbox__text p {
  line-height: 1.4;
  margin-bottom: 0;
}

.textbox__list {
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  padding-top: 10px;
}
.textbox__list li {
  position: relative;
  padding-left: 12px;
}
.textbox__list li + li {
  margin-top: 15px;
}
.textbox__list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.textbox__hover {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  transform: translateY(calc(100% - 97px));
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.textbox__hover .textbox__circle {
  top: 10px;
  transform: translateY(0);
}

.textbox__inner:hover .textbox__body {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.textbox__inner:hover .textbox__hover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .textbox__body,
.textbox__hover {
    padding: 20px;
  }

  .textbox__body {
    height: 120px;
    border-top-left-radius: 30px;
  }

  .textbox__circle {
    right: 20px;
    width: 43px;
    height: 43px;
    border: 3px solid #fff;
  }

  .textbox__list li {
    padding-left: 20px;
  }
  .textbox__list li + li {
    margin-top: 25px;
  }
  .textbox__list li:before {
    width: 10px;
    height: 10px;
  }

  .textbox__hover {
    padding-top: 80px;
    transform: translateY(calc(100% - 120px));
  }
  .textbox__hover .textbox__circle {
    top: 20px;
  }

  .textbox__title {
    font-size: 20px;
    padding-right: 24%;
  }

  .textbox__text,
.textbox__list {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1239.98px) {
  .textbox__text,
.textbox__list {
    font-size: 14px;
  }
}
@media (min-width: 1240px) {
  .textbox:after {
    padding-top: 155%;
  }

  .textbox__inner {
    border-radius: 40px 40px 30px 30px;
  }

  .textbox__circle {
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .textbox__hover {
    padding-top: 130px;
  }
  .textbox__hover .textbox__circle {
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .textbox:after {
    padding-top: 142%;
  }

  .textbox__inner {
    border-radius: 60px 60px 30px 30px;
  }

  .textbox__title {
    font-size: 28px;
  }

  .textbox__text,
.textbox__list {
    font-size: 18px;
  }

  .textbox__hover,
.textbox__body {
    padding: 20px 35px 30px;
  }

  .textbox__body {
    height: 150px;
  }

  .textbox__circle {
    right: 42px;
    width: 55px;
    height: 55px;
  }

  .textbox__title {
    margin-bottom: 11px;
  }

  .textbox__hover {
    padding-top: 120px;
    transform: translateY(calc(100% - 150px));
  }

  .textbox__list li:before {
    top: 9px;
  }
}
.testimonialbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  direction: ltr;
}

.testimonialbox__inner {
  position: relative;
  height: 100%;
  text-align: left;
  padding-bottom: 75px;
}

.testimonialbox__header {
  position: relative;
}

.testimonialbox__img {
  display: none;
}

.testimonialbox__icon {
  display: block;
  line-height: 1;
}
.testimonialbox__icon img {
  max-width: 30px;
}
.testimonialbox__icon.up {
  margin-left: -10px;
  margin-bottom: 15px;
}
.testimonialbox__icon.down {
  text-align: right;
  margin-top: -10px;
  margin-right: -10px;
}

.testimonialbox__title {
  font-size: 16px;
  line-height: 1.6;
  padding-right: 10px;
  margin: 0;
}

.testimonialbox__number {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #57668C;
  opacity: 0.19;
}

.testimonialbox__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.testimonialbox__footer .f-avatar {
  position: relative;
  width: 60px;
}
.testimonialbox__footer .f-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.testimonialbox__footer .f-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonialbox__footer .f-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.testimonialbox__footer .f-name,
.testimonialbox__footer .f-subname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.testimonialbox__footer .f-name {
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonialbox__footer .f-subname {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #49B58F;
  margin: 0;
}

@media (min-width: 1240px) {
  .testimonialbox {
    padding: 28px 37px 31px;
  }

  .testimonialbox__inner {
    padding-bottom: 82px;
  }

  .testimonialbox__icon img {
    max-width: 40px;
  }

  .testimonialbox__number {
    font-size: 44px;
    top: 15px;
    right: 19px;
  }

  .testimonialbox__title {
    padding-right: 50px;
  }

  .testimonialbox__footer .f-avatar {
    width: 80px;
  }
  .testimonialbox__footer .f-content {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .testimonialbox__footer .f-name {
    font-size: 22px;
  }
  .testimonialbox__footer .f-subname {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .testimonialbox__inner {
    padding-bottom: 100px;
  }

  .testimonialbox__number {
    font-size: 48px;
    top: 20px;
    right: 24px;
  }

  .testimonialbox__icon.up {
    margin-left: -18px;
  }
  .testimonialbox__icon.down {
    margin-top: -18px;
    margin-right: -10px;
  }

  .testimonialbox__title {
    font-size: 18px;
    padding-right: 10px;
  }

  .testimonialbox__footer .f-name {
    font-size: 26px;
  }
}
.testimonail-featured {
  margin-bottom: 30px;
}
.testimonail-featured .f-img {
  border-radius: 20px;
  overflow: hidden;
  background-position: center center;
  background-color: #49B58F;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.testimonail-featured .f-img:before {
  content: "";
  display: block;
  padding-top: 61%;
}
.testimonail-featured .f-content__number {
  font-size: 30px;
  font-weight: 800;
  color: rgba(87, 102, 140, 0.19);
  line-height: 1;
  margin-bottom: 10px;
}
.testimonail-featured .f-content__number .f-step {
  font-size: 45px;
  color: #49B58F;
}
.testimonail-featured .f-content__number .f-step b {
  font-weight: inherit;
}
.testimonail-featured .f-content__number .f-total {
  margin-left: 3px;
}
.testimonail-featured .f-content__title {
  position: relative;
  font-size: 20px;
  line-height: 1.48;
  color: #57668C;
  padding-right: 20px;
  margin-bottom: 30px;
}
.testimonail-featured .f-content__title:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 35px;
  height: 28px;
  background-image: url("../img/testimonial-icon-featured.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonail-featured .f-content__footer {
  font-weight: bold;
}
.testimonail-featured .f-content__footer .f-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonail-featured .f-content__footer .f-subname {
  text-transform: uppercase;
  font-size: 12px;
  color: #49B58F;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonail-featured .f-img:before {
    padding-top: 90%;
  }
}
@media (min-width: 992px) {
  .testimonail-featured .f-content__number {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .testimonail-featured .f-content__number .f-step {
    font-size: 60px;
  }
  .testimonail-featured .f-content__footer .f-name {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .testimonail-featured .f-img {
    border-radius: 30px;
  }
  .testimonail-featured .f-content {
    padding-left: 30px;
  }
  .testimonail-featured .f-content__title {
    font-size: 25px;
    padding-right: 35px;
    margin-bottom: 50px;
  }
  .testimonail-featured .f-content__title:after {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 33px;
  }
}
@media (min-width: 1600px) {
  .testimonail-featured .f-content__number {
    font-size: 48px;
    margin-top: -12px;
  }
  .testimonail-featured .f-content__number .f-step {
    font-size: 70px;
  }
  .testimonail-featured .f-content {
    padding-left: 58px;
  }
  .testimonail-featured .f-content__title {
    font-size: 28px;
    padding-right: 40px;
  }
  .testimonail-featured .f-content__footer .f-name {
    font-size: 28px;
  }
}

.testimonail-wrapper.show-effect .testimonail-featured {
  animation: showEffectOpacity 0.9s;
}
.testimonail-wrapper.show-effect .testimonail-slide .slide-arrow {
  pointer-events: none;
}

.accordion__panel {
  position: relative;
  border-radius: 10px;
  background-color: #F4F5FB;
  cursor: pointer;
}
.accordion__panel + .accordion__panel {
  margin-top: 20px;
}
.accordion__panel.active {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(21, 26, 57, 0.2);
}
.accordion__panel.active .accordion__title .f-icon .active {
  display: block;
}
.accordion__panel.active .accordion__title .f-icon .no-active {
  display: none;
}
.accordion__panel.active .accordion__title:after {
  content: "";
}

.accordion__title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #57668C;
  padding: 15px 15px;
  padding-right: 40px;
}
.accordion__title .f-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.accordion__title .f-icon .active {
  display: none;
}
.accordion__title .f-icon img {
  width: 100%;
}
.accordion__title:after {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  font-size: 15px;
  top: 17px;
  right: 15px;
  line-height: 1;
}

.accordion__title,
.accordion__content .text-entry {
  padding-left: 50px;
}

.accordion__content .text-entry {
  max-width: 460px;
  padding-bottom: 25px;
  padding-right: 40px;
}
.accordion__content .text-entry p {
  margin-bottom: 0;
}
.accordion__content .text-entry p + p {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion__content .text-entry {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .accordion__content .text-entry {
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .accordion__title {
    font-size: 26px;
    padding: 17px 20px;
    padding-right: 70px;
  }
  .accordion__title .f-icon {
    top: 15px;
    left: 20px;
    width: 35px;
    height: 35px;
  }
  .accordion__title:after {
    font-size: 20px;
    top: 20px;
    right: 35px;
  }

  .accordion__title,
.accordion__content .text-entry {
    padding-left: 70px;
  }
}
.dropdown {
  background-color: #F4F5FB;
  border-radius: 25px;
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #57668C;
  margin-bottom: 20px;
}

.dropdown__title {
  position: relative;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  padding-right: 60px;
}
.dropdown__title span {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon-dropdown-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.dropdown__content {
  padding: 10px 20px 20px;
}
.dropdown__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__content ul li + li {
  margin-top: 15px;
}

@media (min-width: 1240px) {
  .dropdown__title span {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icon-dropdown-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
  }

  .dropdown__content ul li + li {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .dropdown {
    font-size: 18px;
  }
}
.label-sangtao {
  background-color: #fb9f52;
}
.label-sangtao .textbox__body,
.label-sangtao .textbox__circle,
.label-sangtao .post__icon {
  background-color: #fb9f52;
}
.label-sangtao .textbox__hover {
  background-color: rgba(251, 159, 82, 0.85);
}
@media (min-width: 768px) {
  .label-sangtao.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 10px rgba(251, 159, 82, 0.5);
  }
}
@media (min-width: 1600px) {
  .label-sangtao.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 17px rgba(251, 159, 82, 0.5);
  }
}
.label-sangtao .post__inner:hover,
.label-sangtao .post__inner:hover .post__body {
  background-color: #fb9f52;
}
.label-sangtao .post__inner:hover {
  box-shadow: 0px 15px 20px rgba(251, 159, 82, 0.5);
}

.label-camxuc {
  background-color: #EA7052;
}
.label-camxuc .textbox__body,
.label-camxuc .textbox__circle,
.label-camxuc .post__icon {
  background-color: #EA7052;
}
.label-camxuc .textbox__hover {
  background-color: rgba(234, 112, 82, 0.85);
}
@media (min-width: 768px) {
  .label-camxuc.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 10px rgba(234, 112, 82, 0.5);
  }
}
@media (min-width: 1600px) {
  .label-camxuc.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 17px rgba(234, 112, 82, 0.5);
  }
}
.label-camxuc .post__inner:hover,
.label-camxuc .post__inner:hover .post__body {
  background-color: #EA7052;
}
.label-camxuc .post__inner:hover {
  box-shadow: 0px 15px 20px rgba(234, 112, 82, 0.5);
}

.label-nhanthuc {
  background-color: #4E8CF3;
}
.label-nhanthuc .textbox__body,
.label-nhanthuc .textbox__circle,
.label-nhanthuc .post__icon {
  background-color: #4E8CF3;
}
.label-nhanthuc .textbox__hover {
  background-color: rgba(78, 140, 243, 0.85);
}
@media (min-width: 768px) {
  .label-nhanthuc.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 10px rgba(78, 140, 243, 0.5);
  }
}
@media (min-width: 1600px) {
  .label-nhanthuc.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 17px rgba(78, 140, 243, 0.5);
  }
}
.label-nhanthuc .post__inner:hover,
.label-nhanthuc .post__inner:hover .post__body {
  background-color: #4E8CF3;
}
.label-nhanthuc .post__inner:hover {
  box-shadow: 0px 15px 20px rgba(78, 140, 243, 0.5);
}

.label-xahoi {
  background-color: #F5B505;
}
.label-xahoi .textbox__body,
.label-xahoi .textbox__circle,
.label-xahoi .post__icon {
  background-color: #F5B505;
}
.label-xahoi .textbox__hover {
  background-color: rgba(245, 181, 5, 0.85);
}
@media (min-width: 768px) {
  .label-xahoi.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 10px rgba(245, 181, 5, 0.5);
  }
}
@media (min-width: 1600px) {
  .label-xahoi.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 17px rgba(245, 181, 5, 0.5);
  }
}
.label-xahoi .post__inner:hover,
.label-xahoi .post__inner:hover .post__body {
  background-color: #F5B505;
}
.label-xahoi .post__inner:hover {
  box-shadow: 0px 15px 20px rgba(245, 181, 5, 0.5);
}

.label-thechat {
  background-color: #009962;
}
.label-thechat .textbox__body,
.label-thechat .textbox__circle,
.label-thechat .post__icon {
  background-color: #009962;
}
.label-thechat .textbox__hover {
  background-color: rgba(0, 153, 98, 0.85);
}
@media (min-width: 768px) {
  .label-thechat.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 10px rgba(0, 153, 98, 0.5);
  }
}
@media (min-width: 1600px) {
  .label-thechat.textbox:hover .textbox__inner {
    box-shadow: 0px 10px 17px rgba(0, 153, 98, 0.5);
  }
}
.label-thechat .post__inner:hover,
.label-thechat .post__inner:hover .post__body {
  background-color: #009962;
}
.label-thechat .post__inner:hover {
  box-shadow: 0px 15px 20px rgba(0, 153, 98, 0.5);
}

.sec-hero {
  padding: 0;
}

.sec-hero__wrap {
  position: relative;
  z-index: 1;
  background-color: #49B58F;
  border-radius: 30px;
  padding: 70px 0 0;
  overflow: hidden;
  text-align: center;
}

.sec-hero__content {
  opacity: 1;
}

.sec-hero__title {
  display: none;
}

.sec-hero__titleimg {
  margin-bottom: 30px;
}

.sec-hero__text {
  line-height: 1.5;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 20px;
}

.sec-hero__svg {
  position: relative;
  margin-top: 20px;
}
.sec-hero__svg:before {
  content: "";
  display: block;
  padding-top: 50.7%;
}
.sec-hero__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-hero__svg .layer {
  opacity: 0;
}

.sec-hero__btn:before {
  filter: blur(0.5em);
  left: 6%;
  right: 6%;
  background-color: #151A39;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%) !important;
}
.sec-hero__btn:hover:before {
  opacity: 0.09;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .sec-hero__titleimg {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .sec-hero__wrap {
    padding: 65px 0 40px;
    text-align: left;
  }

  .sec-hero__svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64%;
    margin: 0;
    transform: translateX(9%);
  }
}
@media (min-width: 992px) {
  .sec-hero__wrap {
    border-radius: 45px;
    padding: 65px 0 40px;
  }

  .sec-hero__svg {
    width: 67%;
  }
}
@media (min-width: 1240px) {
  .sec-hero__wrap {
    border-radius: 60px;
    padding: 85px 0 100px;
  }

  .sec-hero__content {
    max-width: 440px;
  }

  .sec-hero__svg {
    width: 68%;
  }
}
@media (min-width: 1600px) {
  .sec-hero {
    padding: 0 40px;
  }

  .sec-hero__wrap {
    padding: 116px 0 99px;
  }

  .sec-hero__titleimg {
    margin-left: -18px;
  }

  .sec-hero__text {
    font-size: 20px;
    margin-bottom: 55px;
  }

  .sec-hero__svg {
    width: 69%;
    transform: translateX(10%);
  }
}
.sec-homeAbout .item-story__img {
  max-width: 600px;
  background-color: #49B58F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
}
.sec-homeAbout .item-story__img:after {
  content: "";
  display: block;
  padding-top: 116%;
}
.sec-homeAbout .item-story,
.sec-homeAbout .item-featured {
  overflow: hidden;
}
.sec-homeAbout .item-story .item__logo {
  margin-top: 20px;
}
.sec-homeAbout .item-featured .titlebox {
  margin-bottom: 30px;
}
.sec-homeAbout .item-featured .titlebox__title span {
  display: inline;
}
.sec-homeAbout .item-featured .item__logo {
  margin-bottom: 10px;
}
.sec-homeAbout .item-featured .item__logo span {
  display: inline-block;
  vertical-align: middle;
  max-width: 28%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.sec-homeAbout .item-featured .item__right {
  margin: 15px 10px 0;
}
.sec-homeAbout .item-featured__img {
  border-radius: 20px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sec-homeAbout .item-featured__img:after {
  content: "";
  display: block;
  padding-top: 67%;
}
.sec-homeAbout .item-featured__img.show-effect {
  animation: showEffectOpacity 0.4s;
}
.sec-homeAbout .item-featured__note {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-style: italic;
  color: #57668C;
  margin-top: 50px;
}
.sec-homeAbout .item-featured__note span {
  display: block;
  width: 10px;
}
.sec-homeAbout .item-featured__note p {
  width: calc(100% - 10px);
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 0;
}

.sec-homeAbout__footer {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .sec-homeAbout .item-story .item__right,
.sec-homeAbout .item-featured .item__left {
    margin-bottom: 30px;
  }

  .sec-homeAbout__footer {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-homeAbout .titlebox__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sec-homeAbout .item-story .item__logo {
    margin-top: 40px;
  }
  .sec-homeAbout .item__logo {
    margin-bottom: 25px;
  }
  .sec-homeAbout .item-featured__note span {
    width: 12px;
  }
  .sec-homeAbout .item-featured__note p {
    width: calc(100% - 12px);
  }
}
@media (min-width: 992px) {
  .sec-homeAbout .item__logo span {
    max-width: 25%;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .sec-homeAbout .item-featured__note p {
    padding-left: 25px;
  }
}
@media (min-width: 1240px) {
  .sec-homeAbout .item__left {
    margin-right: 25px;
  }
  .sec-homeAbout .item-featured__img {
    border-radius: 30px;
  }
}
@media (min-width: 1600px) {
  .sec-homeAbout .item-featured .item__logo {
    margin-bottom: 35px;
  }
  .sec-homeAbout .item-featured .item__logo span {
    max-width: 34%;
    padding-right: 30px;
  }
  .sec-homeAbout .item-featured__img {
    border-radius: 40px;
  }
}
.sec-library {
  padding-bottom: 0;
}
.sec-library:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 177px;
  background-color: #F4F5FB;
}

.sec-library__left {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.sec-library__left .titlebox {
  margin-bottom: 10px;
}
.sec-library__left .f-text {
  margin-bottom: 20px;
}
.sec-library__left .f-text p {
  margin-bottom: 0;
}
.sec-library__left .f-text p + p {
  margin-top: 10px;
}

.sec-library__filter .dropdown {
  max-width: 100%;
}

.sec-library__content .owl-carousel .item {
  padding: 0 10px 20px;
}

.sec-library__slide .owl-carousel .item {
  padding: 0 11px 16px;
}

.sec-library__footer {
  text-align: center;
  margin-top: 15px;
}
.sec-library__footer .owl-fix {
  display: inline-block;
  pointer-events: visible;
}
.sec-library__footer .owl-fix button.owl-next, .sec-library__footer .owl-fix button.owl-prev {
  background-color: #fff;
}
.sec-library__footer .owl-fix .owl-dots {
  display: inline-block;
  margin: 0 6px;
}

@media (max-width: 767.98px) {
  .sec-library__filter {
    margin-bottom: 20px;
  }
  .sec-library__filter .dropdown {
    margin-bottom: 0;
  }
  .sec-library__filter .dropdown__title {
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
  }
  .sec-library__filter .dropdown__title span {
    width: 35px;
    height: 35px;
    background-size: 8px;
  }
  .sec-library__filter .dropdown__content {
    padding: 7px 15px;
  }
  .sec-library__filter .dropdown__content ul li + li {
    margin-top: 10px;
  }
  .sec-library__filter .dropdown__content .radiobox p {
    min-height: 15px;
    padding-left: 20px;
  }
  .sec-library__filter .dropdown__content .radiobox p:before {
    top: 2px;
    width: 13px;
    height: 13px;
  }
  .sec-library__filter .dropdown__content .radiobox input:checked ~ p:before {
    box-shadow: inset 0 0 0 2px #49B58F;
  }

  .sec-library__slide {
    margin-left: 20px;
    padding-right: 20%;
    overflow: hidden;
  }
  .sec-library__slide .container {
    padding: 0;
  }
  .sec-library__slide .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .sec-library:after {
    height: 205px;
  }

  .sec-library__filter > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec-library__filter > .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-library__left {
    text-align: left;
    margin-bottom: 40px;
  }
  .sec-library__left .titlebox {
    margin-bottom: 24px;
  }

  .sec-library__slide .owl-carousel .item {
    padding: 0 11px 20px;
  }
}
@media (min-width: 992px) {
  .sec-library__filter .select-custom {
    margin-bottom: 28px;
  }

  .sec-library__content .f-text {
    margin-bottom: 50px;
  }
}
@media (min-width: 1240px) {
  .sec-library:after {
    height: 140px;
  }

  .sec-library__left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
  }
  .sec-library__left .f-text {
    margin-bottom: 30px;
  }

  .sec-library__slide {
    max-width: 63%;
    padding-right: 5%;
    margin-left: auto;
    overflow: hidden;
  }
  .sec-library__slide .container {
    max-width: 100%;
    padding: 0;
  }
  .sec-library__slide .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .sec-library__content {
    padding-top: 115px;
  }

  .sec-library__footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    text-align: right;
    margin-top: 0;
  }
  .sec-library__footer .owl-fix button.owl-next, .sec-library__footer .owl-fix button.owl-prev {
    background-color: #F4F5FB;
  }
  .sec-library__footer .owl-fix button.owl-next:hover, .sec-library__footer .owl-fix button.owl-prev:hover {
    background-color: #F4F5FB;
  }
}
@media (min-width: 1240px) and (max-width: 1599.98px) {
  .sec-library__filter > .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec-library__filter > .row > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1600px) {
  .sec-library:after {
    height: 170px;
  }

  .sec-library__left .f-text {
    margin-bottom: 40px;
    margin-right: -20px;
  }

  .sec-library__content {
    padding-top: 135px;
  }
  .sec-library__content .f-text {
    margin-bottom: 85px;
  }

  .sec-library__slide {
    max-width: 58%;
    padding-right: 7%;
  }
  .sec-library__slide .owl-carousel .item {
    padding: 0 18px 30px;
  }
}
.sec-testimonail {
  background-color: #F4F5FB;
}
.sec-testimonail .titlebox {
  margin-bottom: 40px;
}
.sec-testimonail .owl-nav button {
  background-color: #FFFFFF;
}
.sec-testimonail .owl-nav button.disabled {
  visibility: visible;
}
.sec-testimonail .owl-nav button:hover {
  background-color: #F5D605;
}
.sec-testimonail .owl-nav button:hover svg path {
  fill: #fff;
}
.sec-testimonail .testimonail-slide {
  position: relative;
  z-index: 2;
}
.sec-testimonail .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.sec-testimonail .testimonialbox {
  height: 100%;
}
.sec-testimonail .slide-arrow {
  text-align: center;
  margin-top: 20px;
}
.sec-testimonail .slide-arrow .owl-dots {
  display: none;
}
.sec-testimonail .slide-arrow .owl-nav .owl-prev.disabled,
.sec-testimonail .slide-arrow .owl-nav .owl-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.sec-testimonail .slide-arrow .owl-nav .owl-prev {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .sec-testimonail .testimonail-slide .fix-slide {
    padding-right: 40px;
  }
  .sec-testimonail .testimonail-slide .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .sec-testimonail .titlebox__text {
    margin-top: 0;
  }
  .sec-testimonail .testimonail-featured .f-img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-testimonail .titlebox {
    margin-bottom: 65px;
  }
}
@media (min-width: 1240px) {
  .sec-testimonail .titlebox {
    margin-bottom: 55px;
  }
  .sec-testimonail .testimonail-featured .f-content {
    padding-bottom: 90px;
  }
  .sec-testimonail .slide-arrow {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-top: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
  .sec-testimonail .slide-arrow .owl-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    pointer-events: visible;
    margin-left: 30px;
  }
  .sec-testimonail .slide-arrow .owl-nav .owl-next {
    transform: rotate(180deg);
  }
  .sec-testimonail .slide-arrow .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: 22px;
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  .sec-testimonail .testimonail-slide .fix-slide {
    overflow: hidden;
  }
  .sec-testimonail .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 1600px) {
  .sec-testimonail .testimonail-featured .f-content {
    padding-bottom: 105px;
  }
  .sec-testimonail .slide-arrow .owl-nav {
    margin-left: 62px;
  }
}

.sec-formUploadBlog {
  padding: 0;
  padding-bottom: 40px;
}

.sec-formUploadBlog__inner {
  position: relative;
}
.sec-formUploadBlog__inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F4F5FB;
}
.sec-formUploadBlog__inner .item {
  background-color: #49B58F;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 25px;
  box-shadow: 0px 10px 20px rgba(73, 181, 143, 0.25);
}
.sec-formUploadBlog__inner .item-left {
  margin-bottom: 40px;
}
.sec-formUploadBlog__inner .titlebox {
  text-align: center;
  margin-bottom: 40px;
}
.sec-formUploadBlog__inner .titlebox__title {
  color: #fff;
  text-transform: initial;
}
.sec-formUploadBlog__inner .titlebox__title span {
  display: inline;
  color: #fff;
}
.sec-formUploadBlog__inner .form-wrap {
  position: relative;
  z-index: 1;
}
.sec-formUploadBlog__inner .dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.36);
  background-color: transparent;
  min-height: 200px;
  margin-bottom: 20px;
}
.sec-formUploadBlog__inner .dropzone:hover {
  border-color: #fff;
}
.sec-formUploadBlog__inner .dropzone:hover .dz-message img {
  opacity: 1;
}
.sec-formUploadBlog__inner .dropzone .dz-message img {
  max-width: 40%;
  margin-bottom: 13px;
  opacity: 0.5;
  transition: all 0.3s;
}
.sec-formUploadBlog__inner .dropzone .dz-message h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
}
.sec-formUploadBlog__inner .dropzone .dz-message p {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 3px;
}
.sec-formUploadBlog__inner .dropzone .dz-preview {
  width: 20%;
  min-height: auto;
  margin: 10px;
  background-color: transparent;
}
.sec-formUploadBlog__inner .dropzone .dz-preview:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-formUploadBlog__inner .dropzone .dz-preview .dz-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20%;
}
.sec-formUploadBlog__inner .dropzone .dz-preview .dz-progress {
  width: 70%;
  height: 8%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.sec-formUploadBlog__inner .dropzone .dz-error-mark, .sec-formUploadBlog__inner .dropzone .dz-success-mark {
  margin: 0;
  max-width: 35%;
  transform: translate(-50%, -50%);
}
.sec-formUploadBlog__inner .dropzone .dz-error-mark svg, .sec-formUploadBlog__inner .dropzone .dz-success-mark svg {
  width: 100%;
  height: 100%;
}
.sec-formUploadBlog__inner .dropzone .dz-remove {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transform: translate(20%, -20%);
}
@media (min-width: 1240px) {
  .sec-formUploadBlog__inner .dropzone {
    border-width: 3px;
  }
  .sec-formUploadBlog__inner .dropzone .dz-message p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec-formUploadBlog__inner .dropzone {
    border-width: 5px;
  }
  .sec-formUploadBlog__inner .dropzone .dz-message p {
    font-size: 18px;
  }
}
.sec-formUploadBlog__inner .attach-input {
  position: relative;
}
.sec-formUploadBlog__inner .attach-input span {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  transform: translateY(-50%);
}
.sec-formUploadBlog__inner .attach-input .form-control {
  padding-left: 35px;
}
.sec-formUploadBlog__inner .form-item {
  margin-bottom: 20px;
}
.sec-formUploadBlog__inner .select-wrap {
  margin-bottom: 20px;
}
.sec-formUploadBlog__inner .select-wrap .select-custom .select2:not(.select2-container--open) .select2-selection--single .select2-selection__rendered {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.sec-formUploadBlog__inner .select-wrap .select-custom .select2:not(.select2-container--open) .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.sec-formUploadBlog__inner .select-wrap .select-custom .select2:not(.select2-container--open) .select2-selection--single .select2-selection__arrow {
  background-image: url(../img/icon-dropdown-2.png);
}
.sec-formUploadBlog__inner .form-control {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  margin: 0;
}
.sec-formUploadBlog__inner .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sec-formUploadBlog__inner .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sec-formUploadBlog__inner .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sec-formUploadBlog__inner .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sec-formUploadBlog__inner .form-control:focus {
  color: #fff;
  border-color: #fff;
}
.sec-formUploadBlog__inner .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}
.sec-formUploadBlog__inner .form-control:focus::-moz-placeholder {
  color: #fff;
}
.sec-formUploadBlog__inner .form-control:focus:-moz-placeholder {
  color: #fff;
}
.sec-formUploadBlog__inner .form-control:focus:-ms-input-placeholder {
  color: #fff;
}
.sec-formUploadBlog__inner textarea.form-control {
  background-color: rgba(24, 130, 104, 0.3);
  line-height: 1.2;
  min-height: 130px;
  resize: none;
  padding: 10px 15px;
}
.sec-formUploadBlog__inner button {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .sec-formUploadBlog__inner .titlebox__title {
    font-size: 25px;
  }
  .sec-formUploadBlog__inner .select-wrap .select-custom,
.sec-formUploadBlog__inner .select-wrap .select-icon {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .sec-formUploadBlog__inner .select-wrap .select-icon .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .sec-formUploadBlog__inner .select-wrap .select-icon .select2 .select2-selection--single .select2-selection__rendered > div span {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1239.98px) {
  .sec-formUploadBlog__inner .titlebox__title {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) {
  .sec-formUploadBlog__inner .item {
    padding: 50px 25px;
  }
  .sec-formUploadBlog__inner .dropzone {
    min-height: 270px;
    margin-bottom: 30px;
  }
  .sec-formUploadBlog__inner .select-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-formUploadBlog__inner .select-wrap .select-custom,
.sec-formUploadBlog__inner .select-wrap .select-icon {
    margin-left: 10px;
  }
  .sec-formUploadBlog__inner .form-control {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
  .sec-formUploadBlog__inner textarea.form-control {
    min-height: 220px;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .sec-formUploadBlog__inner .titlebox {
    text-align: left;
  }
  .sec-formUploadBlog__inner .item {
    padding: 50px 40px;
  }
  .sec-formUploadBlog__inner .dropzone {
    min-height: 315px;
  }
  .sec-formUploadBlog__inner .dropzone .dz-message h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .sec-formUploadBlog__inner .select-custom {
    max-width: 180px;
  }
}
@media (min-width: 1240px) {
  .sec-formUploadBlog__inner .item {
    padding: 50px 40px;
  }
  .sec-formUploadBlog__inner .dropzone {
    min-height: 380px;
    margin-bottom: 50px;
  }
  .sec-formUploadBlog__inner .dropzone .dz-message h3 {
    font-size: 35px;
  }
  .sec-formUploadBlog__inner textarea.form-control {
    margin-top: 18px;
  }
  .sec-formUploadBlog__inner button {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .sec-formUploadBlog__inner .item {
    padding: 56px 70px 30px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .sec-formUploadBlog__inner .item-left {
    padding-right: 20px;
  }
  .sec-formUploadBlog__inner .form-wrap {
    padding-left: 20px;
  }
  .sec-formUploadBlog__inner .select-wrap .select-custom,
.sec-formUploadBlog__inner .select-wrap .select-icon {
    margin-left: 18px;
  }
}
.sec-formSearch {
  padding: 40px 0 60px;
}
.sec-formSearch .form-search {
  max-width: 710px;
  text-align: center;
  margin: auto;
}
.sec-formSearch .form-control {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  border: 0;
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
}
.sec-formSearch .form-control::-webkit-input-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.sec-formSearch .form-control::-moz-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.sec-formSearch .form-control:-moz-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.sec-formSearch .form-control:-ms-input-placeholder {
  color: rgba(87, 102, 140, 0.3);
}
.sec-formSearch .form-control:focus {
  color: #57668C;
  background-color: #fff;
}
.sec-formSearch .form-search__footer {
  overflow: hidden;
}
.sec-formSearch .form-search__footer .f-fix {
  display: inline-block;
  position: relative;
}
.sec-formSearch .form-search__footer .f-fix:before, .sec-formSearch .form-search__footer .f-fix:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 400px;
  height: 2px;
  background-color: #57668C;
  opacity: 0.15;
}
.sec-formSearch .form-search__footer .f-fix:before {
  left: 0;
  transform: translateX(-100%);
}
.sec-formSearch .form-search__footer .f-fix:after {
  right: 0;
  transform: translateX(100%);
}
.sec-formSearch .form-search__footer [type=submit] {
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 2px solid rgba(87, 102, 140, 0.15);
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.sec-formSearch .form-search__footer [type=submit] svg {
  width: 14px;
  height: 14px;
}
.sec-formSearch .form-search__footer [type=submit]:hover {
  background-color: #49B58F;
  border-color: #49B58F;
  color: #fff;
}
.sec-formSearch .form-search__footer [type=submit]:hover svg path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .sec-formSearch .form-control::-webkit-input-placeholder {
    font-size: 20px;
  }
  .sec-formSearch .form-control::-moz-placeholder {
    font-size: 20px;
  }
  .sec-formSearch .form-control:-moz-placeholder {
    font-size: 20px;
  }
  .sec-formSearch .form-control:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sec-formSearch {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sec-formSearch .form-control {
    font-size: 25px;
    height: 50px;
    line-height: 50px;
  }
  .sec-formSearch .form-search__footer .f-fix:before, .sec-formSearch .form-search__footer .f-fix:after {
    top: 24px;
  }
  .sec-formSearch .form-search__footer [type=submit] {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  .sec-formSearch .form-search__footer [type=submit] svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .sec-formSearch {
    padding-top: 80px;
    padding-bottom: 75px;
  }
  .sec-formSearch .form-control {
    font-size: 30px;
  }
}
@media (min-width: 1240px) {
  .sec-formSearch {
    padding-top: 94px;
  }
  .sec-formSearch .form-control {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .sec-formSearch .form-control {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.sec-galleryFilter {
  padding: 0 20px 50px;
}
.sec-galleryFilter .galleryFilter__header {
  margin-bottom: 35px;
}
.sec-galleryFilter .galleryFilter__nav {
  position: relative;
  border: 1px solid #DDE0EA;
  background-color: #F4F5FB;
  border-radius: 35px;
  max-width: 930px;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sec-galleryFilter .galleryFilter__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  overflow-x: auto;
}
.sec-galleryFilter .galleryFilter__nav ul::-webkit-scrollbar {
  height: 3px;
}
.sec-galleryFilter .galleryFilter__nav ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sec-galleryFilter .galleryFilter__nav ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.sec-galleryFilter .galleryFilter__nav ul li {
  display: inline-block;
}
.sec-galleryFilter .galleryFilter__nav ul li.active a {
  background: linear-gradient(40deg, #ea7052 0%, #fb9f52 24.61%, #edc043 49.22%, #98c275 61.39%, #43c3a6 75.12%, #4e8cf3 100%);
  color: #fff !important;
}
.sec-galleryFilter .galleryFilter__nav ul li.active a svg path {
  fill: #fff !important;
}
.sec-galleryFilter .galleryFilter__nav ul li:hover a {
  color: #F88126;
}
.sec-galleryFilter .galleryFilter__nav ul li:hover a span svg path {
  fill: #F88126;
}
.sec-galleryFilter .galleryFilter__nav ul a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 600;
  color: #57668C;
  border-radius: 25px;
  letter-spacing: 0.02em;
  padding: 0 15px;
}
.sec-galleryFilter .galleryFilter__nav ul a span {
  display: inline-block;
  line-height: 1;
  vertical-align: 2px;
}
.sec-galleryFilter .galleryFilter__nav ul a span svg {
  width: 20px;
  height: 20px;
}
.sec-galleryFilter .galleryFilter__nav .arrow-prev,
.sec-galleryFilter .galleryFilter__nav .arrow-next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  height: 100%;
  width: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sec-galleryFilter .galleryFilter__nav .arrow-prev {
  left: 0;
  padding-left: 15px;
  background: white;
  background: linear-gradient(90deg, white 28%, rgba(255, 255, 255, 0.8015581232) 65%, rgba(255, 255, 255, 0) 100%);
}
.sec-galleryFilter .galleryFilter__nav .arrow-next {
  justify-content: flex-end;
  text-align: right;
  right: 0;
  padding-right: 15px;
  background: white;
  background: linear-gradient(-90deg, white 28%, rgba(255, 255, 255, 0.8015581232) 65%, rgba(255, 255, 255, 0) 100%);
}
.sec-galleryFilter .galleryFilter__nav.show-left .arrow-prev {
  visibility: visible;
  opacity: 1;
}
.sec-galleryFilter .galleryFilter__nav.show-right .arrow-next {
  visibility: visible;
  opacity: 1;
}
.sec-galleryFilter .galleryFilter__select .select-custom .select2:not(.select2-container--open) .select2-selection--single .select2-selection__rendered {
  background-color: #F4F5FB;
}
@media (max-width: 767.98px) {
  .sec-galleryFilter .galleryFilter__nav {
    border-width: 2px;
  }
  .sec-galleryFilter .galleryFilter__nav ul::-webkit-scrollbar {
    display: none;
  }
  .sec-galleryFilter .galleryFilter__select .select-custom {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec-galleryFilter .galleryFilter__nav ul a {
    font-size: 16px;
  }
  .sec-galleryFilter .galleryFilter__nav ul a span svg {
    width: 25px;
    height: 25px;
  }
  .sec-galleryFilter .galleryFilter__nav .arrow-prev,
.sec-galleryFilter .galleryFilter__nav .arrow-next {
    display: none;
  }
  .sec-galleryFilter .galleryFilter__select {
    display: flex;
    justify-content: center;
  }
  .sec-galleryFilter .galleryFilter__select .select-custom {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .sec-galleryFilter {
    padding: 0 60px 90px;
  }
  .sec-galleryFilter .galleryFilter__nav ul {
    height: 70px;
    line-height: 70px;
  }
  .sec-galleryFilter .galleryFilter__nav ul a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 30px;
    padding: 0 15px;
  }
  .sec-galleryFilter .galleryFilter__nav ul a span svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1240px) {
  .sec-galleryFilter .galleryFilter__nav {
    margin-bottom: 0;
  }
  .sec-galleryFilter .galleryFilter__select {
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  .sec-galleryFilter .galleryFilter__nav ul a {
    font-size: 18px;
    padding: 0 18px;
  }
  .sec-galleryFilter .galleryFilter__nav ul a span {
    margin-right: 5px;
  }
}

.sec-authorDetail {
  padding-top: 0;
  background-color: #F4F5FB;
}

.sec-authorDetail__info {
  padding-top: 50px;
  padding-bottom: 60px;
}
.sec-authorDetail__info .item-meta {
  margin-bottom: 25px;
}
.sec-authorDetail__info .item-author {
  position: relative;
  min-height: 50px;
  padding-left: 65px;
}
.sec-authorDetail__info .item-author__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-authorDetail__info .item-author__avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-authorDetail__info .item-author__title {
  font-size: 20px;
  font-weight: bold;
  color: #313C54;
  padding-top: 2px;
}
.sec-authorDetail__info .item-author__date {
  display: block;
  font-size: 14px;
}
.sec-authorDetail__info .item-left {
  margin-bottom: 30px;
}
.sec-authorDetail__info .item-img {
  border-radius: 10px;
  overflow: hidden;
}
.sec-authorDetail__info .item-img img {
  width: 100%;
}
.sec-authorDetail__info .item-content__title {
  font-size: 32px;
  font-weight: 800;
  color: #313C54;
  margin-bottom: 10px;
}
.sec-authorDetail__info .item-content__text {
  margin-bottom: 25px;
}
.sec-authorDetail__info .item-content__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.sec-authorDetail__info .item-content__label .label-featured,
.sec-authorDetail__info .item-content__label .label-select {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 10px 5px 0;
}
.sec-authorDetail__info .item-content__label .label-featured {
  position: relative;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.2em;
  border-radius: 25px;
  padding: 0 31px 0 66px;
}
.sec-authorDetail__info .item-content__label .label-featured svg {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.sec-authorDetail__info .item-content__label .label-select {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #49B58F;
  border-radius: 15px;
  padding: 0 20px;
}
.sec-authorDetail__info .item-content__social {
  margin-top: 20px;
}
.sec-authorDetail__info .item-content__social a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #57668C;
  margin-right: 15px;
}
.sec-authorDetail__info .item-content__social a svg {
  vertical-align: -2px;
}
.sec-authorDetail__info .item-content__social a:hover {
  color: #49B58F;
}
.sec-authorDetail__info .item-content__social a:hover svg path {
  fill: #49B58F;
}
.sec-authorDetail__info .item-content__btn {
  border-top: 1px solid rgba(87, 102, 140, 0.15);
  padding-top: 20px;
  margin-top: 20px;
}
.sec-authorDetail__info .item-content__btn .btn-min {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 12px;
  margin: 3px 0;
  margin-right: 3px;
}
.sec-authorDetail__info .item-content__btn .btn-min svg {
  max-width: 16px;
  vertical-align: -3px;
}
.sec-authorDetail__info .item-content__btn .btn-min:hover {
  opacity: 0.8;
}
.sec-authorDetail__info .item-content__btn .btn-messenger {
  background-color: #0373FF;
}
.sec-authorDetail__info .item-content__btn .btn-share {
  background-color: #4267B2;
}
.sec-authorDetail__info .item-content__btn .btn-like {
  background-color: #4267B2;
}

.sec-authorDetail__postList {
  padding: 0 20px;
}
.sec-authorDetail__postList .f-title {
  overflow: hidden;
  margin-bottom: 20px;
}
.sec-authorDetail__postList .f-title__title {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 800;
  max-width: 350px;
}
.sec-authorDetail__postList .f-title__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 2000px;
  height: 1px;
  background-color: #57668C;
  opacity: 0.15;
  transform: translate(100%, -50%);
}

@media (min-width: 768px) {
  .sec-authorDetail {
    padding-bottom: 90px;
  }

  .sec-authorDetail__info {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .sec-authorDetail__info .item-img {
    border-radius: 20px;
  }
  .sec-authorDetail__info .item-content__title {
    font-size: 35px;
  }

  .sec-authorDetail__postList .f-title__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sec-authorDetail__info {
    padding-bottom: 100px;
  }
  .sec-authorDetail__info .item-content__title {
    font-size: 40px;
  }
  .sec-authorDetail__info .item-content__btn {
    padding-top: 30px;
    margin-top: 30px;
  }
  .sec-authorDetail__info .item-content__btn .btn-min {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-right: 8px;
  }

  .sec-authorDetail__postList {
    padding: 0 60px;
  }
  .sec-authorDetail__postList .f-title {
    margin-bottom: 30px;
  }
  .sec-authorDetail__postList .f-title__title {
    font-size: 26px;
  }
}
@media (min-width: 1240px) {
  .sec-authorDetail__info {
    padding-bottom: 135px;
  }
  .sec-authorDetail__info .item-content {
    margin-left: 25px;
  }
  .sec-authorDetail__info .item-content__title {
    font-size: 48px;
  }
  .sec-authorDetail__info .item-content__label .label-featured,
.sec-authorDetail__info .item-content__label .label-select {
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .sec-authorDetail__info .item-left {
    margin-right: 25px;
  }
}
.dot-effect {
  position: relative;
  overflow: hidden;
}
.dot-effect .dot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .dot-effect .dot img {
    transform: scale(0.8);
  }
}
@media (max-width: 1239.98px) {
  .dot-effect .dot img {
    transform: scale(0.6);
  }
}
@media (max-width: 767.98px) {
  .dot-effect .dot img {
    transform: scale(0.5);
  }
}

.page-thuvien {
  background-color: #F4F5FB;
}
/*# sourceMappingURL=main.css.map */