html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
i {
  font-style: italic;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html {
  background: #fff !important;
}
html,
body {
  width: 100%;
  max-width: 1920px;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  font-family: Main, Arial;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 26px;
  background: #f4f7f6;
  position: relative;
  --paddingSection: 90px;
  --heightHeader: 70px;
  --paddingTopMain: 50px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #fff;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-radius: 50px;
}
html .mainwrapper,
body .mainwrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
html #main,
body #main {
  padding-top: var(--heightHeader);
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
html #main.menu-show,
body #main.menu-show {
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
}
html footer,
body footer {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
html section,
body section {
  padding: 66px 0 var(--paddingSection) 0;
  position: relative;
}
@media (max-height: 800px) {
  html,
  body {
    --heightHeader: 60px;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  html,
  body {
    --heightHeader: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    --paddingSection: 60px;
    --paddingTopMain: 54px;
    --heightHeader: 54px;
  }
}
html.menu-is-show,
body.menu-is-show {
  height: 100vh;
  overflow: hidden;
}
html.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(1),
body.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(1) {
  transform: rotateZ(45deg) translate(4px, 3px);
  -webkit-transform: rotateZ(45deg) translate(4px, 3px);
  -o-transform: rotateZ(45deg) translate(4px, 3px);
}
html.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(2),
body.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
html.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(3),
body.menu-is-show #header .wrap .menu-hamburger .button span:nth-child(3) {
  transform: rotateZ(-45deg) translate(5px, -5px);
  -webkit-transform: rotateZ(-45deg) translate(5px, -5px);
  -o-transform: rotateZ(-45deg) translate(5px, -5px);
}
html.menu-is-show #main,
html.menu-is-show footer,
body.menu-is-show #main,
body.menu-is-show footer {
  transform: translate(10%, 0%);
  -webkit-transform: translate(10%, 0%);
  -o-transform: translate(10%, 0%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
html.menu-is-show .nav,
body.menu-is-show .nav {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
html.menu-is-show .overlay_nav,
body.menu-is-show .overlay_nav {
  opacity: 0.85;
  visibility: visible;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
a {
  color: #222;
  text-decoration: none;
}
img {
  display: block;
  margin: auto;
  max-width: 100%;
}
small {
  font-size: 14px;
  line-height: 18px;
}
strong {
  font-family: ab;
}
button {
  border: none;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .container {
    max-width: 100%;
  }
}
.-lv1 {
  font-size: 100px;
  font-family: b;
  line-height: 100px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}
.-lv1 a {
  font-size: 100px;
  font-family: g;
  line-height: 100px;
  color: #fff;
  text-transform: none;
}
.link {
  color: #db3244;
}
.--button-main {
  border: 2px solid #fff;
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.--button-main i {
  display: block;
  margin-left: 15px;
  position: relative;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.--button-main:hover {
  background: #bea67c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.--button-main:hover i {
  margin-left: 22px;
  right: -10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .--button-main {
    padding: 8px 30px;
  }
}
.btn {
  height: 46px;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
  padding: 0 36px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: ab;
  user-select: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn.main {
  background: #db3244;
}
.btn.main:hover {
  background: #b32938;
}
.btn.round {
  border-radius: 100px;
}
.btn.overlay {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  color: #000;
}
.btn.overlay:hover {
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn.white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn.white:hover {
  background: #fff;
  color: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn.bg-white {
  background: #fff;
  color: #db3244;
  border: 1px solid #fff;
}
.btn.bg-white:hover {
  color: #fff;
  background: none;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.rect {
  height: 54px;
  line-height: 54px;
}
.btn.btn-continue {
  padding: 0 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn {
    height: 46px;
    padding: 0 36px;
    line-height: 44px;
  }
}
.badge {
  padding: 2px 8px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  background: #797979;
  border-radius: 4px;
  letter-spacing: 0.2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.badge.b2 {
  background: #f4744b;
}
.badge.b3 {
  background: #3a50bd;
}
.course {
  margin-bottom: 30px;
}
.course .wrap {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course .wrap .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
.course .wrap .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course .wrap .cover .hover {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.course .wrap .cover .hover .top {
  position: absolute;
  width: 100%;
  top: 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  justify-content: flex-end;
}
.course .wrap .cover .hover .top .user {
  display: flex;
  font-size: 16px;
}
.course .wrap .cover .hover .top .user img {
  margin-right: 5px;
}
.course .wrap .cover .hover .top .heart {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
}
.course .wrap .cover .hover .top .heart img {
  margin-right: 5px;
}
.course .wrap .cover .hover .share {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.course .wrap .cover .hover .share img {
  width: 35px;
}
.course .wrap .cover:after {
  content: '';
  display: block;
  padding-top: 65%;
}
.course .wrap .cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.course .wrap .info {
  padding: 20px 22px;
  flex: 1;
}
.course .wrap .info .name {
  font-family: ab;
  font-size: 21px;
  line-height: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course .wrap .info .name:hover {
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course .wrap .info .des {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  min-height: 80px;
  opacity: 0.6;
}
.course .wrap .bottom {
  display: flex;
  border-top: 1px solid #e7e7e7;
}
.course .wrap .bottom .teacher {
  padding: 15px 20px;
  flex: 1;
  display: flex;
  align-items: center;
  width: 1px;
  border-right: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .course .wrap .bottom .teacher .avatar {
    display: none;
  }
  .course .wrap .bottom .teacher {
    display: none;
  }
  .course .wrap .bottom .register-btn {
    flex-grow: 1;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .course .wrap .bottom .teacher {
    display: flex;
  }
  .course .wrap .bottom .register-btn {
    flex-grow: 0;
  }
}
@media (min-width: 1280px) {
  .course .wrap .bottom .teacher .avatar {
    display: block;
  }
}

.course .wrap .bottom .teacher .avatar {
  border-radius: 100px;
  overflow: hidden;
  max-width: 100%;
  width: 36px;
  min-width: 30px;
  height: 36px;
}
.course .wrap .bottom .teacher .name {
  font-family: ab;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course .wrap .bottom .register-btn {
  padding: 25px;
  cursor: pointer;
  color: #4156a6;
  font-family: ab;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course .wrap .bottom .register-btn:hover {
  background: #e0e0e0;
}
.course .wrap .cover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course .wrap .cover:hover .hover {
  visibility: visible;
  opacity: 1;
}
.course .wrap .cover:hover .badge {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .course .wrap .info .name {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .course .wrap .info .name {
    font-size: 18px;
    line-height: 26px;
  }
  .course .wrap .bottom .teacher .avatar {
    width: 40px;
  }
  .course .wrap .bottom .register-btn {
    padding: 10px 20px;
  }
}
.accordion__title {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* margin-bottom: 3px; */
  margin-top: 10px;
  text-transform: none;
  font-family: 'ab';
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.accordion__title .date {
  font-family: main;
  white-space: nowrap;
  padding-right: 30px;
}
.accordion__title h3 {
  padding-right: 35px;
  display: block;
  font-weight: normal;
  text-align: right;
}
.accordion__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  background: url('../img/arrow-right.png') no-repeat;
  top: calc(50% - 5px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.accordion__title:hover {
  background: #e8e8e8;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.accordion .content {
  padding: 25px;
  background: #fff;
  display: none;
}
.accordion.active .accordion__title {
  background: #e8e8e8;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.accordion.active .accordion__title:after {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .accordion__title {
    padding: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .accordion__title h3 {
    text-align: left;
    margin-top: 5px;
    font-size: 15px;
  }
  .accordion .content {
    padding: 15px;
    font-size: 15px;
  }
}
.textbox {
  text-align: center;
  padding: 0 15px;
}
.textbox.white {
  color: #fff;
}
.main-sub-title {
  font-size: 16px;
  text-align: center;
  font-family: ab;
  padding: 0 15px;
  text-transform: uppercase;
}
.main-title {
  font-size: 44px;
  text-align: center;
  font-family: ab;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: 0.8px;
}
.main-title.white {
  color: #fff;
}
.main-title.textleft {
  text-align: left;
}
.sub-title {
  font-size: 15px;
  font-family: ab;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.top-des {
  max-width: 700px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .top-des {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-sub-title {
    font-size: 14px;
  }
  .main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.mess-error {
  width: 100% !important;
  font-family: main !important;
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  color: red;
}
.popup-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.popup-video .wrap {
  max-width: 1100px;
  position: relative;
  padding: 40px;
}
.popup-video .wrap video {
  width: 100%;
  height: 100%;
  outline: 0;
}
.popup-video .loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.popup-video .loader .title {
  font-size: 22px;
  line-height: 32px;
  font-family: ab;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  color: #fff;
}
.popup-video .loader .icon_loader img {
  width: 50px;
}
.popup-video .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/close-button.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 20;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.popup-video .close:hover {
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1400px) {
  .popup-video .wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .popup-video .close {
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .popup-video .wrap {
    max-width: 500px;
    padding: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .popup-video .wrap {
    width: 100%;
    padding: 15px;
  }
  .popup-video .close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
    background-size: 12px;
  }
}
.section-blue {
  --position: 50px;
}
.section-blue .dots {
  position: absolute;
  left: var(--position);
  top: var(--position);
}
.section-blue .line {
  position: absolute;
  right: var(--position);
  top: -50px;
}
.section-blue .container {
  position: relative;
  z-index: 1;
}
.section-blue .text-deco {
  font-size: 36vw;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  top: -24%;
  font-family: ab;
  right: -5%;
  z-index: -1;
  user-select: none;
  color: rgba(255, 255, 255, 0.15);
  display: none;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkcontainer input:checked ~ .checkmark {
  background-color: #db3244;
}
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkcontainer .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #e0e0e0;
}
.checkcontainer .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkcontainer .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkcontainer:hover input:checked ~ .checkmark {
  background-color: #db3244;
}
.checkcontainer input:checked ~ .checkmarkradio {
  background-color: #db3244;
}
.checkcontainer input:checked ~ .checkmarkradio:after {
  display: block;
}
.checkcontainer .checkmarkradio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.checkcontainer .checkmarkradio:after {
  content: '';
  position: absolute;
  display: none;
}
.checkcontainer .checkmarkradio:hover input ~ .checkmarkradio {
  background-color: #ccc;
}
.checkcontainer .checkmarkradio:after {
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.profile .tab .tab-content .cointab .coininfo__box-ct .checkcontainer:not(:last-child) {
  padding-bottom: 10px;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container input:checked ~ .checkmark {
  background-color: #db3244;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #e0e0e0;
  transition: all 0.2s linear;
}
.check-container .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.check-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.check-container:hover input:checked ~ .checkmark {
  background-color: #db3244;
}
.check-container input:checked ~ .checkmarkradio {
  background-color: #db3244;
}
.check-container input:checked ~ .checkmarkradio:after {
  display: block;
}
.check-container .checkmarkradio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.check-container .checkmarkradio:after {
  content: '';
  position: absolute;
  display: none;
}
.check-container .checkmarkradio:hover input ~ .checkmarkradio {
  background-color: #ccc;
}
.check-container .checkmarkradio:after {
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.itemhistory {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
}
.itemhistory .name {
  font-family: ab;
  font-size: 16px;
  line-height: normal;
}
.itemhistory .date {
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.6;
}
.itemhistory .money {
  font-family: ab;
  font-size: 16px;
  padding-left: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .itemhistory {
    padding: 15px;
    flex-wrap: wrap;
  }
  .itemhistory .name {
    flex: 1;
    font-size: 14px;
  }
  .itemhistory .date {
    width: 110px;
    text-align: right;
    font-size: 14px;
  }
  .itemhistory .money {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}
.paginate {
  display: flex;
  align-items: center;
  gap: 5px;
}
.paginate .item {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.paginate .item.active,
.paginate .item:hover {
  background: #db3244;
  color: #fff;
}
.paginate .prev,
.paginate .next {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.paginate .prev:hover,
.paginate .next:hover {
  color: #db3244;
}
.category {
  display: flex;
  gap: 5px;
}
.category .item {
  display: flex;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.category .item.active,
.category .item:hover {
  background: #db3244;
  color: #fff;
}
.input-search {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  background: #fff;
}
.input-search input {
  line-height: 46px;
  outline: none;
  width: 250px;
  padding-left: 12px;
  background: #fff;
}
.input-search input:-webkit-autofill,
.input-search input:-webkit-autofill:hover,
.input-search input:-webkit-autofill:focus,
.input-search input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.input-search button {
  white-space: nowrap;
  padding: 0 12px;
}
.slider {
  height: 680px;
  background-size: cover !important;
}
.slider .item {
  width: 100%;
  height: 100%;
}
.slider .item:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.slider .content {
  color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 20;
  margin-top: -30px;
}
.slider .content .title {
  font-size: 54px;
  line-height: normal;
  font-family: ab;
  text-transform: capitalize;
}
.slider .content .des {
  font-size: 20px;
  line-height: 31px;
  margin-top: 15px;
  letter-spacing: 1px;
}
.slider .content .btn {
  margin-top: 40px;
}
.slider .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .icon-scrolldown {
  width: 12px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  bottom: 10px;
  -webkit-animation: scrolldown 2s ease-in-out infinite;
  -moz-animation: scrolldown 2s ease-in-out infinite;
  -ms-animation: scrolldown 2s ease-in-out infinite;
  -o-animation: scrolldown 2s ease-in-out infinite;
  animation: scrolldown 2s ease-in-out infinite;
}
@media (max-height: 800px) {
  .slider {
    height: calc(100vh - var(--heightHeader));
  }
}
@media (max-width: 1199px) {
  .slider {
    height: 500px;
  }
  .slider .content .title {
    font-size: 5vw;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .slider .content .title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .slider {
    height: 360px;
  }
  .slider .content {
    padding: 0;
    margin-top: -10px;
  }
  .slider .content .title {
    font-size: 32px;
  }
  .slider .content .des {
    letter-spacing: 0.5px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .slider .content .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 600px) {
  .slider {
    height: calc(100vh - 60px);
  }
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
.carousel-cell .flickity-lazyload {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.carousel-cell .flickity-lazyload.flickity-lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
#header {
  width: 100%;
  max-width: 1920px;
  background: #f4f7f6;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
#header .wrap {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  height: var(--heightHeader);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header .wrap .menu-hamburger {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-right: 1px solid #e0e0e0;
  padding: 0 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .menu-hamburger .button {
  width: 26px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}
#header .wrap .menu-hamburger .button span {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 10px;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .menu-hamburger .button span:nth-child(1) {
  top: 0px;
}
#header .wrap .menu-hamburger .button span:nth-child(2) {
  top: 6px;
}
#header .wrap .menu-hamburger .button span:nth-child(3) {
  right: 0;
  top: 12px;
}
#header .wrap .menu-hamburger .button span:not(:last-child) {
  margin-bottom: 6px;
}
#header .wrap .menu-hamburger .text {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: -1px;
  user-select: none;
}
#header .wrap .menu-hamburger:hover {
  background: #e0e0e0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#header .wrap .logo img {
  height: 50px;
}
#header .wrap .logo h1 {
  display: none;
}
#header .wrap .right {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
#header .wrap .right .have-login {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .wrap .right .have-login .account {
  display: flex;
  align-items: center;
}
#header .wrap .right .have-login .account .info {
  display: flex;
  align-items: center;
}
#header .wrap .right .have-login .account .info .name {
  width: 180px;
  text-transform: uppercase;
  margin-right: 14px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#header .wrap .right .have-login .account .info .avatar {
  border-radius: 100px;
  display: flex;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
#header .wrap .right .have-login .account .info .avatar .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  margin-top: -2px;
  font-size: 20px;
  line-height: normal;
  font-family: ab;
  color: #db3244;
  z-index: 20;
}
#header .wrap .right .have-login .account .info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header .wrap .right .have-login .hamburger {
  margin-left: 8px;
  cursor: pointer;
  width: 14px;
  height: 12px;
  background: url('../img/down-arrow.svg') no-repeat center;
}
#header .wrap .right .have-login .sub {
  background: #fff;
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  min-width: 200px;
  -webkit-box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.17);
}
#header .wrap .right .have-login .sub a,
#header .wrap .right .have-login .sub button {
  display: block;
  padding: 20px;
  white-space: nowrap;
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
  font-family: ab;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .right .have-login .sub a:hover,
#header .wrap .right .have-login .sub button:hover {
  background: #e0e0e0;
}
#header .wrap .right .have-login:hover .sub {
  display: block;
}
#header .wrap .right .not-login {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: -15px;
}
#header .wrap .right .not-login .btn-register {
  height: 100%;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .right .not-login .btn-register:hover {
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#header .wrap .right .not-login .btn {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 22px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1300px) {
  #header .wrap .right .have-login .account .info .name {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  #header .wrap .menu-mobile-hamburger {
    display: block;
  }
  #header .wrap .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
  }
  #header.active .wrap .menu-mobile-hamburger .button span:nth-child(1) {
    transform: rotateZ(45deg) translate(6px, 6px);
    -webkit-transform: rotateZ(45deg) translate(6px, 6px);
    -o-transform: rotateZ(45deg) translate(6px, 6px);
  }
  #header.active .wrap .menu-mobile-hamburger .button span:nth-child(4) {
    transform: rotateZ(-45deg) translate(6px, -6px);
    -webkit-transform: rotateZ(-45deg) translate(6px, -6px);
    -o-transform: rotateZ(-45deg) translate(6px, -6px);
  }
  #header.active .wrap .menu-mobile-hamburger .button span:nth-child(2),
  #header.active .wrap .menu-mobile-hamburger .button span:nth-child(3) {
    opacity: 0;
  }
  #header.active .wrap nav {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  #header.active .wrap nav:after {
    opacity: 1;
    pointer-events: unset;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  #header .wrap .right .not-login .btn-register,
  #header .wrap .right .not-login .btn {
    padding: 0 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .wrap .menu-hamburger .button {
    margin-right: 0;
  }
  #header .wrap .menu-hamburger .text {
    display: none;
  }
  #header .wrap nav ul li.li_login {
    display: block;
    background: #e0e0e0;
  }
  #header .wrap .logo img {
    width: 70px;
  }
  #header .wrap .right .have-login .sub a {
    padding: 15px;
  }
  #header .wrap .right .have-login .hamburger {
    margin-left: 6px;
  }
  #header .wrap .right .have-login .account .info .avatar {
    width: 36px;
    height: 36px;
  }
  #header .wrap .right .have-login .account .info .name {
    display: none;
  }
  #header .wrap .right .not-login {
    display: none;
  }
}
#header .progress {
  background: #db3244;
  height: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
  width: 0;
  opacity: 0;
}
#header .progress.active {
  width: 100%;
  opacity: 1;
}
.nav {
  position: absolute;
  width: 320px;
  height: 100vh;
  top: var(--heightHeader);
  left: 0;
  bottom: 0;
  background: #f4f7f6;
  z-index: 91;
  transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav .account {
  display: flex;
  gap: 10px;
}
.nav .account img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.nav ul {
  height: 100%;
}
.nav ul li {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: capitalize;
  font-family: ab;
  white-space: nowrap;
  padding: 20px 35px;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav ul li a:after {
  display: none;
}
.nav ul li.li_login {
  display: none;
}
.nav ul li:hover {
  background: #e0e0e0;
}
.nav ul li .active {
  background: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .nav {
    width: auto;
    min-width: 230px;
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
  .nav ul li.li_login {
    display: flex;
  }
  .nav ul li.li_login a:first-child {
    border-right: 1px solid #e0e0e0;
  }
  .nav ul li a {
    padding: 16px 30px;
  }
}
.overlay_nav {
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer {
  background: #fff;
  overflow: hidden;
}
#footer .container {
  position: relative;
}
#footer .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer .left .des {
  font-size: 17px;
  font-style: normal;
  line-height: 28px;
  font-family: ab;
  padding-right: 20px;
}
#footer .left .address {
  font-size: 14px;
  line-height: 168.09%;
  margin-top: 45px;
}
#footer .left .phone {
  font-size: 14px;
  line-height: 168.09%;
}
#footer .left .social {
  display: flex;
  margin-top: 20px;
}
#footer .left .social a {
  margin-right: 20px;
  height: 30px;
}
#footer .left .social .fb {
  width: 12px;
  -webkit-mask: url('../img/icon-fb.svg') no-repeat left center;
  mask: url('../img/icon-fb.svg') no-repeat left center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .left .social .fb:hover {
  background-color: #4064ac;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .left .social .gmail {
  width: 26px;
  -webkit-mask: url('../img/icon-gmail.svg') no-repeat left center;
  mask: url('../img/icon-gmail.svg') no-repeat left center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .left .social .gmail:hover {
  background-color: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .left .social .skype {
  width: 22px;
  -webkit-mask: url('../img/icon-skype.svg') no-repeat left center;
  mask: url('../img/icon-skype.svg') no-repeat left center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .left .social .skype:hover {
  background-color: #50abe9;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .right {
  margin-left: auto;
  padding-right: 20px;
}
#footer .right nav {
  margin-right: 20px;
}
#footer .right nav ul {
  display: flex;
  justify-content: flex-end;
}
#footer .right nav ul li a {
  margin: 0 5px;
  padding-right: 13px;
  white-space: nowrap;
  display: inline-flex;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .right nav ul li a:hover {
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#footer .back-to-top {
  position: absolute;
  right: -100px;
  display: flex;
  align-items: center;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  cursor: pointer;
  top: 50%;
  letter-spacing: 3px;
  font-size: 10px;
}
#footer .back-to-top .line {
  width: 150px;
  height: 1px;
  background: #000;
  margin-right: 10px;
}
#footer .copy-right {
  border-top: 1px solid #e6eaea;
}
#footer .copy-right .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #7e7e7e;
  font-size: 14px;
}
#footer .copy-right .container p {
  line-height: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #footer .left {
    padding-right: 30px;
  }
  #footer .right {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 0 15px;
  }
  #footer .right nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #footer .right nav ul li a {
    padding: 10px 0;
    margin: 0;
  }
  #footer .copy-right .container {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  #footer .copy-right .container p {
    text-align: center;
  }
}
.homepage .banner {
  height: 680px;
  background-size: cover !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
}
.homepage .banner:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.homepage .banner .jarallax-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.homepage .banner .video-bg {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.homepage .banner .video-bg video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.homepage .banner .content {
  color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 20;
  margin-top: -30px;
}
.homepage .banner .content .title {
  font-size: 54px;
  line-height: normal;
  font-family: ab;
  text-transform: capitalize;
}
.homepage .banner .content .des {
  font-size: 20px;
  line-height: 31px;
  margin-top: 15px;
  letter-spacing: 1px;
}
.homepage .banner .content .btn {
  margin-top: 40px;
}
.homepage .banner .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .banner .icon-scrolldown {
  width: 12px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  bottom: 10px;
  -webkit-animation: scrolldown 2s ease-in-out infinite;
  -moz-animation: scrolldown 2s ease-in-out infinite;
  -ms-animation: scrolldown 2s ease-in-out infinite;
  -o-animation: scrolldown 2s ease-in-out infinite;
  animation: scrolldown 2s ease-in-out infinite;
}
@media (max-height: 800px) {
  .homepage .banner {
    height: calc(100vh - var(--heightHeader));
  }
}
@media (max-width: 1199px) {
  .homepage .banner {
    height: 500px;
  }
  .homepage .banner .content .title {
    font-size: 5vw;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .homepage .banner .content .title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .banner {
    height: 360px;
  }
  .homepage .banner .content {
    padding: 0;
    margin-top: -10px;
  }
  .homepage .banner .content .title {
    font-size: 32px;
  }
  .homepage .banner .content .des {
    letter-spacing: 0.5px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .homepage .banner .content .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 600px) {
  .homepage .banner {
    height: calc(100vh - 60px);
  }
}
.homepage .section-courseoffline {
  padding: var(--paddingSection) 0;
  border-bottom: 1px solid #e0e0e0;
}
.homepage .section-courseoffline .top-des {
  max-width: 810px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 200px;
}
.homepage .section-courseoffline .top-des:after {
  content: '';
  display: block;
  height: 100px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.homepage .section-courseoffline .sub-title {
  text-align: center;
}
.homepage .section-courseoffline .list {
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .homepage .section-courseoffline .top-des {
    max-width: 600px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .section-courseoffline .top-des {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 100px;
    padding: 0;
  }
  .homepage .section-courseoffline .top-des:after {
    height: 50px;
    bottom: -70px;
  }
  .homepage .section-courseoffline .list {
    margin-top: 10px;
  }
}
.homepage .section-courseonline {
  background: #f4f7f6;
}
.homepage .section-courseonline .list {
  margin-top: 10px;
  justify-content: center;
}
.homepage .section-different {
  background: #111;
  color: #fff;
}
.homepage .section-different .titlebox .main-title {
  margin-bottom: 40px;
}
.homepage .section-different .titlebox .main-title span {
  color: #db3244;
}
.homepage .section-different .titlebox .videodif {
  position: relative;
  cursor: pointer;
}
.homepage .section-different .titlebox .videodif:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 1;
}
.homepage .section-different .titlebox .videodif .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 10;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
}
.homepage .section-different .titlebox .videodif .play-btn:before,
.homepage .section-different .titlebox .videodif .play-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage .section-different .titlebox .videodif .play-btn img {
  width: 20px;
  position: relative;
  left: 2px;
}
.homepage .section-different .titlebox .videodif .play-btn:hover:before {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.homepage .section-different .titlebox .videodif:hover:after {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-different .contentbox {
  margin-top: 12px;
  padding-left: 40px;
}
.homepage .section-different .item h4 {
  font-family: ab;
  font-size: 22px;
  margin-bottom: 15px;
}
.homepage .section-different .item p {
  text-align: justify;
}
.homepage .section-different .item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .section-different .titlebox .main-title {
    margin-bottom: 40px;
    font-size: 38px;
  }
  .homepage .section-different .contentbox {
    padding-left: 15px;
    margin-top: 40px;
  }
  .homepage .section-different .contentbox .item h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .homepage .section-different .contentbox .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.homepage .section-testimonial {
  --height_tes: 460px;
  --sizeCtr: 56px;
  --positionCtr: -105px;
  background: #212121;
}
.homepage .section-testimonial .textbox {
  margin-bottom: 60px;
}
.homepage .section-testimonial .testimonial {
  max-width: 900px;
  margin: 0 auto;
}
.homepage .section-testimonial .testimonial .testimonial-item {
  position: relative;
}
.homepage .section-testimonial .testimonial .testimonial-item .item {
  height: 100%;
  display: flex;
  align-items: center;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .text {
  width: 570px;
  height: calc(var(--height_tes) - 100px);
  background: #fff;
  margin-right: -50px;
  position: relative;
  z-index: 10;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct.active,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .info,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .info {
  display: flex;
  justify-content: space-between;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .info h4,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .info h4 {
  font-family: ab;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .content,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .content {
  height: 170px;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .bottom,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .bottom {
  display: flex;
  justify-content: space-between;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .bottom a img,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .bottom a img {
  width: 18px;
  position: relative;
  left: -4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .bottom a:hover img,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .bottom a:hover img {
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct .bottom span,
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .bottom span {
  font-size: 14px;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .ct_m {
  display: none;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .images {
  width: 400px;
  height: var(--height_tes);
  overflow: hidden;
  position: relative;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .images .carousel-cell {
  width: 100%;
  height: var(--height_tes);
  overflow: hidden;
  margin: 0;
}
.homepage .section-testimonial .testimonial .testimonial-item .item .images .carousel-cell picture img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.homepage .section-testimonial .testimonial .testimonial-item .dots {
  margin-top: 40px;
}
.homepage .section-testimonial .testimonial .testimonial-item .dots .flickity-page-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .section-testimonial .testimonial .testimonial-item .dots .flickity-page-dots li {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #505050;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .dots .flickity-page-dots li.is-selected {
  width: 20px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.homepage .section-testimonial .testimonial .testimonial-item .btn_ctr {
  width: var(--sizeCtr);
  height: var(--sizeCtr);
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 10;
}
.homepage .section-testimonial .testimonial .testimonial-item .btn_ctr.prev {
  left: var(--positionCtr);
  background-image: url('../img/icon-prev.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.homepage .section-testimonial .testimonial .testimonial-item .btn_ctr.next {
  right: var(--positionCtr);
  background-image: url('../img/icon-next.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.homepage .section-testimonial .testimonial .testimonial-item .btn_ctr:hover {
  border: 1px solid #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct,
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m {
    padding: 40px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .btn_ctr.prev {
    left: 0;
    top: initial;
    bottom: -30px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .btn_ctr.next {
    left: 70px;
    right: initial;
    top: initial;
    bottom: -30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .section-testimonial .testimonial .testimonial-item .item {
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: column-reverse;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .text {
    width: 100%;
    height: 420px;
    margin-right: 0;
    display: none;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m {
    width: 100%;
    height: 420px;
    background: #fff;
    position: relative;
    display: flex;
    padding: 25px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .info h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .info .quotes {
    margin-top: 5px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .info .quotes img {
    width: 34px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .ct_m .content {
    font-size: 16px;
    line-height: 26px;
    height: 260px;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .images {
    width: 100%;
    height: auto;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .item .images .list .carousel-cell {
    width: 80%;
    height: auto;
    margin: 0 8px;
  }
  .homepage .section-testimonial .testimonial .testimonial-item .btn_ctr {
    display: none;
  }
}
.homepage .section-gallery {
  --sizeCtr: 38px;
  --positionCtr: 0px;
}
.homepage .section-gallery .list {
  padding: 40px;
}
.homepage .section-gallery .item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
}
.homepage .section-gallery .item div {
  object-fit: cover;
  place-items: center;
  padding: 5px;
}
.homepage .section-gallery .item div:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 1;
}
.homepage .section-gallery .item div:nth-child(7n + 2) {
  grid-column: span 1;
  grid-row: span 2;
}
.homepage .section-gallery .item div:nth-child(7n + 4) {
  grid-column: span 1;
  grid-row: span 2;
}
.homepage .section-gallery .item div:nth-child(7n + 5) {
  grid-column: span 3;
  grid-row: span 1;
}
.homepage .section-gallery .item div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .section-gallery .controls {
  width: 220px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.homepage .section-gallery .controls span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.homepage .section-gallery .controls .timeline {
  height: 3px;
  flex: 1;
  background: #d8d8d8;
  border-radius: 10px;
  margin: 5px 15px;
  position: relative;
  overflow: hidden;
}
.homepage .section-gallery .controls .timeline .process {
  width: 10px;
  height: 100%;
  background: #db3244;
  position: absolute;
  left: 0;
}
.homepage .section-gallery .controls .btn_ctr {
  width: var(--sizeCtr);
  height: var(--sizeCtr);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 10;
  display: none;
}
.homepage .section-gallery .controls .btn_ctr.prev {
  background-image: url('../img/icon-prev.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.homepage .section-gallery .controls .btn_ctr.next {
  background-image: url('../img/icon-next.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.homepage .section-gallery .controls .btn_ctr:hover {
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .homepage .section-gallery .item {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: minmax(auto, auto);
  }
  .homepage .section-gallery .item div {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .section-gallery .item {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .homepage .section-gallery .list {
    margin-top: 40px;
  }
  .homepage .section-gallery .list img {
    height: 240px;
  }
  .homepage .section-gallery .controls {
    width: 140px;
  }
  .homepage .section-gallery .controls .btn_ctr {
    display: none;
  }
}
.homepage .section-action {
  padding: 60px 0 80px 0;
  background: #db3244;
  text-align: center;
}
.homepage .section-action h3 {
  max-width: 800px;
  font-size: 34px;
  line-height: 50px;
  font-family: ab;
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .section-action h3 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage {
    --paddingSection: 60px;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}
@-moz-keyframes scrolldown {
  0% {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}
@-ms-keyframes scrolldown {
  0% {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}
@-o-keyframes scrolldown {
  0% {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}
.profile section {
  padding: var(--paddingSection) 0;
}
.profile .top-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.profile .top-info .avatar {
  border-radius: 100%;
  width: 185px;
  height: 185px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 4px solid #cacaca;
  position: relative;
}
.profile .top-info .avatar .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 60px;
  line-height: normal;
  font-family: ab;
  color: #db3244;
  z-index: 20;
  margin-top: -2px;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .profile .top-info .avatar .text {
    font-size: 60px;
  }
}
.profile .top-info .avatar img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.profile .top-info .avatar .camera {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-clip: padding-box;
  background: url(../img/icon-camera.svg), rgba(0, 0, 0, 0.7);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 8px;
  pointer-events: none;
}
.profile .top-info .name {
  margin-top: 30px;
  font-family: ab;
  font-size: 24px;
  text-transform: capitalize;
}
.profile .top-info .des {
  opacity: 0.5;
  margin-top: 10px;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .profile .container {
    max-width: 1200px;
  }
}
.profile .tab {
  width: 100%;
  display: flex;
}
.profile .tab .tab-title {
  margin: 0 auto;
  width: 33.33%;
}
.profile .tab .tab-title a {
  white-space: nowrap;
  font-size: 16px;
  font-family: ab;
  border: 1px solid #c4c4c4;
  padding: 0 20px;
  margin-bottom: -1px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-title a.active,
.profile .tab .tab-title a:focus {
  color: #fff;
  background: #db3244;
}
.profile .tab .tab-title a.active:hover,
.profile .tab .tab-title a:focus:hover {
  background: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-title a:hover {
  background: #e0e0e0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-content {
  flex: 1;
  margin-left: 30px;
}
.profile .tab .tab-content .tab1 {
  background: #fff;
  padding-top: 50px;
}
.profile .tab .tab-content .tab1 label {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.profile .tab .tab-content .tab1 label p {
  font-size: 16px;
  font-family: ab;
  width: 160px;
  flex-shrink: 0;
}
.profile .tab .tab-content .tab1 label p span {
  color: #db3244;
}
.profile .tab .tab-content .tab1 label input,
.profile .tab .tab-content .tab1 label textarea {
  flex: 1;
  height: 58px;
  font-size: 16px;
  font-family: main;
  padding: 20px;
  outline: none;
  border: 1px solid #dbe0df;
}
.profile .tab .tab-content .tab1 label input[disabled],
.profile .tab .tab-content .tab1 label textarea[disabled] {
  cursor: no-drop;
  background: #e0e0e0;
}
.profile .tab .tab-content .tab1 label textarea {
  width: 100%;
  height: 140px;
  resize: none;
}
.profile .tab .tab-content .tab1 label .affiliate_token {
  width: 100%;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext input {
  margin-top: 0;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .link {
  flex: 1;
  padding: 0 20px;
  overflow-x: scroll;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .link::-webkit-scrollbar {
  display: none;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .link::-webkit-scrollbar-track {
  display: none;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .link::-webkit-scrollbar-thumb {
  display: none;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .copy {
  width: 120px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  flex-shrink: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-content .tab1 label .affiliate_token .inputtext .copy:hover {
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-content .tab1 label .affiliate_token .note {
  width: 100%;
  font-family: main;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  margin-top: 10px;
}
.profile .tab .tab-content .tab1 label.flex-start {
  align-items: flex-start;
}
.profile .tab .tab-content .tab1 .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.profile .tab .tab-content .tab2 .item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
}
.profile .tab .tab-content .tab2 .item .cover {
  display: flex;
  width: 330px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  position: relative;
}
.profile .tab .tab-content .tab2 .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .tab .tab-content .tab2 .item .info {
  flex: 1;
  padding: 25px;
  min-width: 340px;
}
.profile .tab .tab-content .tab2 .item .info .name {
  font-family: ab;
  font-size: 22px;
  text-transform: capitalize;
  line-height: normal;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-content .tab2 .item .info .name:hover {
  color: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.profile .tab .tab-content .tab2 .item .info .date {
  font-size: 16px;
  margin-top: 8px;
}
.profile .tab .tab-content .tab2 .item .info .row {
  margin: 0;
  margin-top: 10px;
}
.profile .tab .tab-content .tab2 .item .info .row > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.profile .tab .tab-content .tab2 .item .info .row > div:not(:last-child) {
  margin-right: 15px;
}
.profile .tab .tab-content .tab2 .item .info .row > div .icon {
  width: 18px;
  margin-right: 5px;
}
.profile .tab .tab-content .tab2 .item .info .process {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
}
.profile .tab .tab-content .tab2 .item .info .process .line {
  flex: 1;
  background: #e6eaea;
  height: 6px;
  border-radius: 100px;
  position: relative;
  margin-right: 15px;
  margin-top: 1px;
}
.profile .tab .tab-content .tab2 .item .info .process .line .rate {
  border-radius: 100px;
  position: absolute;
  background: #db3244;
  height: 6px;
  left: 0;
  top: 0;
}
.profile .tab .tab-content .tab2 .item .info .btn {
  text-transform: uppercase;
  margin-top: 15px;
}
.profile .tab .tab-content .tab3 .course {
  margin-top: 0;
  margin-bottom: 30px;
}
.profile .tab .tab-content .tab3 .btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.profile .tab .tab-content .cointab h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.profile .tab .tab-content .cointab .coininfo {
  width: 100%;
  display: flex;
  column-gap: 30px;
}
.profile .tab .tab-content .cointab .coininfo__box {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.profile .tab .tab-content .cointab .coininfo__box:first-child .coininfo__box-ct {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile .tab .tab-content .cointab .coininfo__box:first-child .coininfo__box-ct p {
  margin-top: 15px;
}
.profile .tab .tab-content .cointab .coininfo__box:first-child .coininfo__box-ct p strong {
  font-size: 25px;
  color: #db3244;
}
.profile .tab .tab-content .cointab .coininfo__box-ct {
  height: 100%;
  padding: 25px;
  background: #fff;
}
.profile .tab .tab-content .cointab .coininfo__box-ct .check-container:not(:last-child) {
  padding-bottom: 10px;
}
.profile .tab .tab-content .cointab .coininfo__box .btn {
  width: 100%;
  flex-shrink: 0;
}
.profile .tab .tab-content .cointab .coinhistory .itemhistory {
  display: grid;
  grid-template-columns: 50px 90px 1fr 120px;
  text-align: left;
  column-gap: 15px;
}
.profile .tab .tab-content .cointab .coinhistory .itemhistory .coin {
  color: #db3244;
}
.profile .tab .tab-content .cointab .coinhistory .itemhistory .coin.red {
  color: red;
}
@media (max-width: 1199px) {
  .profile .tab .tab-content .cointab .coininfo {
    flex-direction: column;
  }
  .profile .tab .tab-content .cointab .coininfo__box {
    width: 100%;
  }
  .profile .tab .tab-content .cointab .coininfo__box:nth-child(2) .coininfo__box-ct {
    columns: 2;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .profile .tab .tab-content .tab2 .item {
    flex-direction: column;
  }
  .profile .tab .tab-content .tab2 .item .cover {
    width: 100%;
  }
  .profile .tab .tab-content .cointab .coininfo {
    flex-direction: column;
  }
  .profile .tab .tab-content .cointab .coininfo__box {
    width: 100%;
  }
  .profile .tab .tab-content .cointab .coininfo__box:nth-child(2) .coininfo__box-ct {
    columns: 1;
  }
}
@media (max-width: 850px) {
  .profile .tab .tab-content .tab1 {
    padding-top: 20px;
  }
  .profile .tab .tab-content .tab1 label {
    padding: 0 25px;
    width: 100%;
    margin-bottom: 15px;
  }
  .profile .tab .tab-content .tab1 label input {
    width: 100%;
    height: 50px;
    flex: unset;
  }
  .profile .tab .tab-content .tab1 label .affiliate_token .inputtext {
    height: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .profile .top-info {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .profile .top-info .avatar {
    width: 130px;
    height: 130px;
  }
  .profile .top-info .avatar img {
    max-width: 100%;
  }
  .profile .top-info .avatar .text {
    font-size: 36px;
  }
  .profile .top-info .avatar .camera {
    bottom: 0;
  }
  .profile .top-info .name {
    margin-top: 20px;
    font-size: 24px;
  }
  .profile .top-info .des {
    margin-top: 5px;
  }
  .profile .tab {
    flex-direction: column;
  }
  .profile .tab .tab-title {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    position: fixed;
    top: var(--heightHeader);
    left: 0;
    padding-bottom: 1px;
    background: #fff;
  }
  .profile .tab .tab-title a {
    height: var(--heightHeader);
  }
  .profile .tab .tab-content {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .profile .tab .tab-content .tab1 label {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .profile .tab .tab-content .tab1 label p {
    margin-bottom: 8px;
  }
  .profile .tab .tab-content .tab1 label input {
    margin-left: 0;
  }
  .profile .tab .tab-content .tab2 .item .info {
    padding: 20px;
    min-width: unset;
  }
  .profile .tab .tab-content .tab2 .item .info .name {
    font-size: 18px;
  }
  .profile .tab .tab-content .tab2 .item .info .date {
    font-size: 14px;
  }
  .profile .tab .tab-content .tab2 .item .info .row {
    font-size: 14px;
  }
  .profile .tab .tab-content .tab2 .item .info .row > div {
    margin-right: 10px;
  }
  .profile .tab .tab-content .tab2 .item .info .btn-continue {
    width: 100%;
  }
  .profile .tab .tab-content .cointab .coininfo__box-ct {
    padding: 20px;
  }
  .profile .tab .tab-content .cointab .coininfo__box-ct img {
    width: 50px;
  }
  .profile .tab .tab-content .cointab .coinhistory .itemhistory {
    grid-template-columns: 30px 80px 1fr 50px;
    text-align: left;
    column-gap: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.course-detail .banner {
  height: 680px;
  background: #db3244;
  position: relative;
}
.course-detail .banner .container {
  height: 100%;
  position: relative;
}
.course-detail .banner .info {
  min-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.course-detail .banner .info h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  font-family: ab;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.course-detail .banner .info .row {
  margin: 0;
  color: #fff;
  display: flex;
  justify-content: space-around;
}
.course-detail .banner .info .row > * {
  padding: 0 20px;
  margin-top: 15px;
}
.course-detail .banner .info p {
  color: red;
  margin-top: 15px;
}
.course-detail .banner .info .btn {
  margin-top: 40px;
  border: 1px solid var(--color-btn);
  background: var(--color-btn);
}
.course-detail .banner .info .btn:hover {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
.course-detail .banner .bottom {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 30px;
}
.course-detail .banner .bottom .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-detail .banner .bottom .video {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: ab;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course-detail .banner .bottom .video span {
  flex: 1;
  line-height: 20px;
}
.course-detail .banner .bottom .video .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 15px;
}
.course-detail .banner .bottom .video .icon img {
  padding-left: 7px;
}
.course-detail .banner .bottom .video:hover {
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.course-detail .banner .bottom .money {
  font-size: 18px;
  font-family: ab;
}
.course-detail .banner .bottom .money del {
  font-size: 16px;
}
.course-detail .banner.style2 {
  background: var(--background);
}
.course-detail .banner.style2 .info h1,
.course-detail .banner.style2 .info .row {
  color: #222;
}
.course-detail .banner.style2 .bottom {
  color: #222;
}
@media (max-height: 800px) {
  .course-detail .banner {
    height: calc(100vh - var(--heightHeader));
  }
}
@media (max-width: 1199px) {
  .course-detail .banner {
    height: 500px;
  }
  .course-detail .banner .info {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .course-detail .banner {
    padding-top: 0px;
  }
  .course-detail .banner .info {
    max-width: 500px;
  }
  .course-detail .banner .info h1 {
    font-size: 46px;
    line-height: normal;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .course-detail .banner {
    height: 460px;
  }
  .course-detail .banner .info {
    min-width: initial;
  }
  .course-detail .banner .info h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .course-detail .banner .info .row > * {
    margin-top: 10px;
  }
  .course-detail .banner .info .btn {
    margin-top: 30px;
  }
  .course-detail .banner .bottom .money {
    white-space: nowrap;
    font-size: 18px;
  }
}
.course-detail .section-2 {
  padding: calc(var(--paddingSection) - 30px) 0;
}
.course-detail .section-2 .container {
  max-width: 789px;
}
.course-detail .section-2 .des {
  font-size: 24px;
  line-height: 44px;
}
.course-detail .section-2 .title {
  font-family: ab;
  text-transform: uppercase;
  padding-bottom: 22px;
  margin-bottom: 25px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.course-detail .section-2 .title .sub {
  font-family: main;
  text-transform: none;
  font-style: italic;
}
.course-detail .section-2 .cover img {
  max-width: 100%;
  margin: 0 auto;
}
.course-detail .section-2 .date-start {
  white-space: nowrap;
  padding-right: 10px;
}
.course-detail .section-2 .row-check > * {
  padding-left: 50px;
  position: relative;
  margin-bottom: 40px;
}
.course-detail .section-2 .row-check > *:before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url('../img/check-green.png') no-repeat;
  position: absolute;
  left: 15px;
  top: 2px;
  background-size: contain;
}
.course-detail .section-2 .teacher {
  display: flex;
  padding: 10px 0 0px 0;
}
.course-detail .section-2 .teacher .avatar {
  width: 175px;
  height: 175px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.course-detail .section-2 .teacher .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-detail .section-2 .teacher .info {
  flex: 1;
}
.course-detail .section-2 .teacher .info .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  font-family: ab;
}
.course-detail .section-2 .teacher .info .title {
  font-family: main;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px 0;
  border: none;
  padding: 0;
  display: block;
  text-transform: unset;
  margin-top: 5px;
}
.course-detail .section-2 .teacher .info p {
  font-style: normal;
  text-align: left;
  margin-bottom: 18px;
  line-height: 28px;
}
.course-detail .section-2 .teacher .info .website {
  margin-bottom: 0;
}
.course-detail .section-2 .mentors .teacher {
  margin-bottom: 30px;
}
.course-detail .section-2 .bottom {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.course-detail .section-2 .bottom .user {
  min-width: 225px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 15px;
  align-items: center;
}
.course-detail .section-2 .bottom .user img {
  margin-right: 12px;
  margin-left: 0;
}
.course-detail .section-2 .bottom .btn-share {
  width: 48px;
  height: 48px;
  padding: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.course-detail .section-2 .bottom .btn-share img {
  width: 20px;
}
.course-detail .section-2 .bottom .btn-register {
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .course-detail .section-2 p {
    font-size: 15px;
  }
  .course-detail .section-2 .des {
    font-size: 18px;
    line-height: 34px;
  }
  .course-detail .section-2 .title {
    align-items: flex-start;
    flex-direction: column;
  }
  .course-detail .section-2 .row-check > * {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .course-detail .section-2 .row-check > *:before {
    width: 18px;
    top: 4px;
  }
  .course-detail .section-2 .teacher {
    flex-direction: column;
    align-items: center;
  }
  .course-detail .section-2 .teacher .avatar {
    margin-right: 0;
  }
  .course-detail .section-2 .teacher .info {
    margin-top: 20px;
  }
  .course-detail .section-2 .teacher .info .name {
    text-align: center;
    font-size: 22px;
  }
  .course-detail .section-2 .teacher .info .title {
    text-align: center;
    font-size: 15px;
  }
  .course-detail .section-2 .teacher .info .intro {
    font-size: 15px;
  }
  .course-detail .section-2 .teacher .info p {
    font-size: 15px;
  }
  .course-detail .section-2 .bottom .user {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.course-detail .section-3 {
  padding: 0 0 var(--paddingSection) 0;
}
.course-detail .section-4 {
  background: #ededed;
  padding: var(--paddingSection) 0;
}
.register-course .register-success {
  max-width: 690px;
  margin: 0 auto;
  background: white;
}
.register-course .register-success p {
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-align: center;
}
.register-course .register-success .contain {
  padding: 50px;
}
.register-course .register-success .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.register-course .main-sub-title {
  text-transform: uppercase;
}
.register-course .main-title {
  text-transform: capitalize;
}
.register-course .main-info {
  display: flex;
  justify-content: center;
}
.register-course .main-info > div {
  padding: 0 15px;
}
.register-course .main-price {
  text-align: center;
  font-size: 30px;
  font-family: ab;
}
.register-course .section-1 {
  padding: var(--paddingSection) 0;
}
.register-course .wrap {
  max-width: 750px;
  margin: 0 auto;
}
.register-course .wrap .form {
  background: #fff;
  padding-top: 50px;
  position: relative;
  margin-top: 60px;
}
.register-course .wrap label {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.register-course .wrap label p {
  flex-shrink: 0;
  width: 180px;
  font-family: ab;
}
.register-course .wrap label .error {
  width: 100%;
  font-family: ab;
}
.register-course .wrap label p span {
  color: #db3244;
}
.register-course .wrap label small {
  font-family: main;
  font-size: 14px;
}
.register-course .wrap label textarea,
.register-course .wrap label input[type='text'],
.register-course .wrap label input[type='email'] {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #dbe0df;
  font-family: main;
  font-size: 16px;
}
.register-course .wrap label textarea[disabled],
.register-course .wrap label input[type='text'][disabled],
.register-course .wrap label input[type='email'][disabled] {
  cursor: no-drop;
  background: #e8e8e8;
}
.register-course .wrap label textarea {
  padding: 15px 20px;
  resize: none;
  font-family: Main;
  height: 120px;
}
.register-course .wrap label:last-child p {
  align-self: self-start;
}
.register-course .wrap .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.register-course .wrap .select {
  position: relative;
  height: 58px;
  flex: 1;
}
.register-course .wrap .select .head {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  line-height: 58px;
  padding: 0 25px;
  border: 1px solid #dbe0df;
  cursor: pointer;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.register-course .wrap .select .head:after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  width: 12px;
  height: 8px;
  background: url('../img/arrow-bottom.png') no-repeat;
  right: 25px;
}
.register-course .wrap .select .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 100;
}
.register-course .wrap .select .sub div {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 58px;
  line-height: 60px;
  padding: 0 25px;
  border: 1px solid #dbe0df;
  width: 100%;
  margin-top: -1px;
  display: block;
  cursor: pointer;
}
.register-course .wrap .select .sub div:hover {
  background: #f1f1f1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .register-course .wrap .form {
    padding-top: 25px;
    margin-top: 40px;
  }
  .register-course .wrap label {
    padding: 0 25px;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .register-course .wrap label p {
    margin-bottom: 8px;
  }
  .register-course .wrap label textarea,
  .register-course .wrap label input {
    flex: unset;
    height: 58px;
    width: 100%;
  }
  .register-course .wrap label textarea {
    height: 120px;
  }
  .register-course .wrap label > div {
    width: 100%;
  }
  .register-course .wrap .select {
    width: 100%;
  }
}
.team section {
  padding: var(--paddingSection) 0;
}
.team .top {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}
.team .top .main-title {
  margin-bottom: 15px;
}
.team .list {
  margin-top: 80px;
}
.team .list .item {
  margin-bottom: 30px;
}
.team .list .item .wrap {
  height: 100%;
  background: #000;
}
.team .list .item .cover {
  display: flex;
  position: relative;
}
.team .list .item .cover .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 60px;
  line-height: normal;
  font-family: ab;
  color: #db3244;
  margin-top: -1px;
}
@media screen and (max-width: 991px) and (min-height: 500px) {
  .team .list .item .cover .text {
    font-size: 60px;
  }
}
.team .list .item .cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.team .list .item .cover:hover img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.team .list .item .info {
  padding: 30px;
}
.team .list .item .name {
  font-size: 22px;
  font-style: normal;
  font-family: ab;
  margin-bottom: 6px;
  color: #fff;
}
.team .list .item .title,
.team .list .item .website a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
  color: #fff;
}
.team .list .item.col-md-3 .info {
  padding: 20px;
}
.team .list .item.col-md-3 .name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.team .list .item.col-md-3 .title {
  line-height: 20px;
  font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .team .list {
    margin-top: 60px;
  }
  .team .list .item .cover .text {
    font-size: 90px;
  }
  .team .list .item.col-md-3 {
    width: 50%;
    margin-bottom: 15px;
  }
  .team .list .item.col-md-3 .info {
    padding: 15px;
  }
  .team .list .item.col-md-3:nth-child(odd) {
    padding-right: 7.5px;
  }
  .team .list .item.col-md-3:nth-child(even) {
    padding-left: 7.5px;
  }
}
.projectpage .section-1 {
  padding: var(--paddingSection) 0;
}
.projectpage .section-1 .bottom {
  text-align: center;
  margin-top: 50px;
}
.projectpage .section-1 .bottom .btn-more {
  margin: 0 auto;
}
.projectpage .section-1 .list {
  margin-top: 80px;
}
.projectpage .section-1 .list .item {
  margin-bottom: 30px;
}
.projectpage .section-1 .list .item .wrap {
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projectpage .section-1 .list .item .wrap .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.projectpage .section-1 .list .item .wrap .cover img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .cover::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  background: #000;
  z-index: 10;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .cover:hover:before {
  opacity: 0.3;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .cover:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .info {
  padding: 20px;
}
.projectpage .section-1 .list .item .wrap .info .name {
  font-size: 20px;
  line-height: 28px;
  font-family: ab;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .info .name:hover {
  opacity: 0.7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.projectpage .section-1 .list .item .wrap .info .makeby {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #fff;
  opacity: 0.5;
}
.paypage .container {
  max-width: 790px;
  margin: 0 auto;
}
.paypage section {
  padding: var(--paddingSection) 0;
}
.paypage .content {
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  margin-top: 50px;
}
.paypage .content h2 {
  font-size: 16px;
  font-family: ab;
  text-transform: uppercase;
}
.paypage .content h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin-top: 15px;
  margin-bottom: 30px;
}
.paypage .content p {
  margin-bottom: 14px;
}
.paypage .content .section {
  background: #fff;
  margin-bottom: 30px;
  padding: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .paypage .content .section {
    padding: 25px;
  }
}
.notfound section {
  min-height: calc(100vh - var(--heightHeader) - 350px);
  text-align: center;
}
.notfound section .main-title {
  font-size: 80px;
  margin-bottom: 0;
}
.notfound section p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .notfound section .main-title {
    font-size: 60px;
  }
  .notfound section p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.faqpage .main-title {
  margin-bottom: 50px;
}
.faqpage .accordion_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.faqpage .accordion_wrap .accordion__title-main {
  text-transform: uppercase;
  font-family: ab;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.auth .wrap {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  background: #f4f7f6;
  padding: 50px 70px;
  position: relative;
}
.auth .wrap .title {
  font-size: 22px;
  font-family: ab;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.auth .wrap input {
  flex: 1;
  height: 58px;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
  outline: none;
  border: 1px solid #dbe0df;
  font-family: main;
}
.auth .wrap input[disabled] {
  cursor: no-drop;
  background: #e8e8e8;
}
.auth .wrap .remember {
  text-align: right;
  font-size: 14px;
}
.auth .wrap .remember .forget {
  white-space: nowrap;
  color: #db3244;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .remember .forget:hover {
  opacity: 0.7;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .btn {
  width: 100%;
}
.auth .wrap .btn-remember {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.auth .wrap .btn-remember input {
  width: auto;
  appearance: auto;
  height: auto;
  margin: 0 10px 5px 0;
  position: relative;
  bottom: -1px;
}
.auth .wrap .btn-remember p {
  flex: 1;
  font-style: normal;
  line-height: 20px;
  user-select: none;
}
.auth .wrap .btn-google {
  background: #fff;
  text-transform: capitalize;
  width: 100%;
  color: #222;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .btn-google img {
  width: 20px;
  margin: 0 10px 0 0;
}
.auth .wrap .btn-google:hover {
  background: #ededed;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .btn-login {
  width: 100%;
  margin-top: 20px;
}
.auth .wrap .text-register {
  margin: 30px 0 15px 0;
}
.auth .wrap .policy {
  text-align: center;
  font-size: 15px;
}
.auth .wrap .policy a {
  color: #db3244;
}
.auth .wrap .back {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 14px;
  top: 12px;
  cursor: pointer;
  background: url(../img/arrow-prev.svg) no-repeat center;
  background-size: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .back:hover {
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .close:hover {
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.auth .wrap .ct_email input {
  margin-bottom: 0;
}
.auth .wrap .ct_email .btn {
  margin-top: 25px;
}
section[aria-label] {
  padding: 0;
  position: static;
} /*# sourceMappingURL=style.min.css.map */
