/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
  }
  @-ms-viewport {
    width: device-width;
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[data-original-title],
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  dfn {
    font-style: italic;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="reset"],
  [type="submit"],
  button,
  html [type="button"] {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    -webkit-appearance: listbox;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .small,
  small {
    font-size: 80%;
    font-weight: 400;
  }
  .mark,
  mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-1 {
    margin-left: 8.333333%;
  }
  .offset-2 {
    margin-left: 16.666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.333333%;
  }
  .offset-5 {
    margin-left: 41.666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.333333%;
  }
  .offset-8 {
    margin-left: 66.666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.333333%;
  }
  .offset-11 {
    margin-left: 91.666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-invisible-blank-slide {
    visibility: hidden;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }

  .line-gray {
    border-top: 0;
    border-bottom: solid thin #40474e;
  }
  .btn-registration {
    color: #fff;
    background: #2ad38b;
    background: linear-gradient(to right, #2ad38b, #0cceb0);
    border-radius: 45px;
    display: inline-block;
    line-height: 63px;
    padding: 0 35px;
    outline: 0;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .btn-registration:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .btn-registration:hover,
  .btn-registration:focus,
  .btn-registration:active {
    color: #fff;
    text-decoration: none;
  }
  .btn-registration:hover:before,
  .btn-registration:focus:before,
  .btn-registration:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .btn-registration:hover {
    text-decoration: none;
  }
  .text-infos {
    color: #e6e6e6 !important;
  }
  .text-aqua {
    color: #22a1e6 !important;
  }
  .text-large {
    font-size: 30px;
  }
  .autoresize-image {
    max-width: 100%;
    height: auto;
    width: auto\9;
  }
  .h3-scale {
    font-size: 69px;
    font-weight: bold;
    line-height: 1.2em;
  }
  .h3-grant {
    font-size: 6.5em;
    font-weight: bold;
    line-height: 1.2em;
  }
  .caption {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 100;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .fancybox-overlay {
    background-image: url("https://www.bizweb.vn/Themes/Portal/Default/Images/video-reg-fancybg.png");
  }
  .fancybox-skin {
    background: transparent;
  }
  .fancybox-opened .fancybox-skin {
    box-shadow: none;
  }
  .fancybox-close {
    right: 25px;
    top: 30px;
    background: url("https://www.bizweb.vn/Themes/Portal/Default/Images/icon-popup-close.png")
      no-repeat center top;
    display: block;
    width: 20px;
    height: 20px;
  }
  .fancybox-close-reg-web {
    right: 40px !important;
  }
  .fancybox-close-reg {
    right: 18px;
  }
  .fa-spin-sp {
    color: #f00;
    -webkit-animation: spin-sp 2s infinite linear;
    -moz-animation: spin-sp 2s infinite linear;
    -o-animation: spin-sp 2s infinite linear;
    animation: spin-sp 2s infinite linear;
  }
  .new-fancybox-wrapper {
    position: relative;
  }
  .new-fancybox-close {
    background: url("https://www.bizweb.vn/Themes/Portal/Default/Images/popup/bt_close.png");
    width: 36px;
    height: 36px;
    position: absolute;
    right: 120px;
    top: 0;
  }
  @media (max-width: 767px) {
    .new-fancybox-close {
      right: 10px;
      top: 5px;
      width: 30px;
      height: 30px;
      background-size: 30px;
    }
    .fancybox-wrap {
      background: #f3f3f3;
      top: 0 !important;
    }
  }
  #livechat-full,
  #livechat-compact-container,
  #livechat-eye-catcher {
    right: 20px !important;
  }
  #livechat-compact-container {
    width: 270px !important;
    height: 98px !important;
  }
  #livechat-eye-catcher {
    bottom: 50px !important;
    display: none !important;
  }
  b,
  strong {
    font-weight: bold !important;
  }
  .backdrop-submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  #login-div {
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 23px 60px 33px 50px;
    width: 612px;
  }
  #login-div .popup-login-text {
    color: #17a3dd;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 5px;
  }
  #login-div .popup-login-divider {
    padding: 0 7px;
  }
  #login-div .popup-login-logo {
    width: 135px;
    height: 40px;
  }
  #login-div .padding-sm-bottom {
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    #login-div {
      text-align: center;
    }
    #login-div .popup-login-divider {
      display: none;
    }
    #login-div .popup-login-text:before {
      display: block;
    }
  }
  .form-checkbox {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .forget-pass {
    padding-right: 0 !important;
  }
  .forget-pass a {
    display: block;
    margin-top: 10px;
    float: right;
    font-size: 14px;
    color: #017dc0;
  }
  .form-input {
    border: solid thin #e0e0e0;
    border-radius: 20px;
    color: #535353;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    width: 100%;
  }
  .form-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-login {
    color: #fff;
    background-color: #7fc142;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    line-height: 41px;
    padding: 0 30px;
    text-transform: uppercase;
  }
  .checkbox-five {
    display: table;
    width: 38px;
    height: 38px;
    margin: 0 6px 0 0;
    position: relative;
    float: left;
  }
  .checkbox-five label.checkbox-tick {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 33px;
    top: 2px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 21px;
  }
  .checkbox-five label.checkbox-tick:after {
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    background: transparent;
    top: 8px;
    left: 7px;
    border: 3px solid #31b0d5;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .checkbox-five label.checkbox-tick:hover::after {
    opacity: 0.5;
  }
  .checkbox-five input[type="checkbox"]:checked + label.checkbox-tick:after {
    opacity: 1;
  }
  .big-checkbox {
    display: none;
  }
  .checkbox-label {
    display: table;
    font-size: 1.1em;
    font-weight: normal;
    padding: 9px 0;
    margin: 0;
  }
  .errors ul {
    color: #a94442;
    list-style: none;
    margin: 10px 0 0 0;
    padding-left: 16px;
  }
  .subdomain {
    position: relative;
  }
  .subdomain .form-input {
    padding: 10px 140px 10px 20px;
  }
  .subdomain-inline {
    position: absolute;
    top: 0;
    right: 16px;
    padding: 12px 0;
  }
  @media only screen and (max-width: 669px) {
    #login-div {
      width: 420px;
    }
  }
  @media only screen and (max-width: 469px) {
    #login-div {
      padding: 23px 10px;
      width: 300px;
    }
  }
  .register-bottom {
    text-align: center;
    padding: 30px 0 45px;
    color: #fff;
    background: url(/Themes/Portal/Default/Styles/images/index/bg-register-bottom.jpg)
      no-repeat top center;
  }
  .register-bottom h4 {
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    margin: 0 0 10px;
  }
  .register-bottom p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .register-bottom .reg-form input {
    width: 500px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #575757;
    padding: 0 20px;
    margin-right: 15px;
    border-radius: 38px;
    border: 0;
    outline: 0;
  }
  .register-bottom .reg-form .btn-registration {
    height: 65px;
    line-height: 61px;
    padding: 0 45px;
    font-size: 24px;
    border: 2px solid #fff;
    background: transparent;
  }
  .quick-registration {
    background: none;
    padding: 0;
    z-index: 3;
    position: relative;
  }
  .quick-registration.index {
    margin-top: 20px;
  }
  .quick-registration h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
  }
  .quick-registration p {
    font-weight: 300;
    font-size: 20px;
    color: #d8fff0;
  }
  .quick-registration .bg-register {
    width: 100%;
    margin: 0 auto;
    padding: 48px 95px 47px;
    background-image: -moz-linear-gradient(
      86.89deg,
      #00b46f -37.44%,
      #0fd186 70.27%
    );
    background-image: -webkit-linear-gradient(
      86.89deg,
      #00b46f -37.44%,
      #0fd186 70.27%
    );
    background-image: -ms-linear-gradient(
      86.89deg,
      #00b46f -37.44%,
      #0fd186 70.27%
    );
    background: linear-gradient(86.89deg, #00b46f -37.44%, #0fd186 70.27%);
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
  .quick-registration .bg-register h2 {
    margin: 0;
    margin-bottom: 10px;
  }
  .quick-registration .bg-register h2 span {
    color: #fff;
  }
  .quick-registration .bg-register p {
    color: #fff;
    margin-bottom: 30px;
  }
  .quick-registration .bg-register .reg-form input {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    width: 532px;
    color: #57575f;
    font-weight: 300;
    color: #575757;
    font-size: 16px;
  }
  .quick-registration .bg-register .reg-form .btn-registration {
    background: -moz-linear-gradient(90deg, #1377ff 0%, #08f 100%);
    background: -webkit-linear-gradient(90deg, #1377ff 0%, #08f 100%);
    background: -ms-linear-gradient(90deg, #1377ff 0%, #08f 100%);
    background: linear-gradient(90deg, #1377ff 0%, #08f 100%);
    box-shadow: 0 4px 30px rgba(0, 118, 73, 0.2);
    border-radius: 90px;
    height: 74px;
    line-height: 74px;
    font-size: 28px;
    font-weight: 500;
    padding: 0 57px;
    border: 0;
  }
  .footer {
    margin-top: -135px;
  }
  .footer .footer-menu {
    padding-top: 190px;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick-registration .bg-register {
      width: 930px;
    }
    .quick-registration .bg-register .reg-form input {
      width: 450px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .register-bottom {
      background-size: cover;
    }
    .register-bottom h4 {
      font-size: 32px;
      line-height: 42px;
    }
    .register-bottom .reg-form input {
      width: 400px;
    }
    .register-bottom .reg-form .btn-registration {
      padding: 0 33px;
    }
    .quick-registration .bg-register {
      width: 690px;
      padding: 35px 35px 40px;
      border-top-left-radius: 70px;
      border-bottom-right-radius: 70px;
    }
    .quick-registration .bg-register h2 {
      font-size: 30px;
    }
    .quick-registration .bg-register p {
      font-size: 16px;
    }
    .quick-registration .bg-register .reg-form input {
      width: 345px;
    }
    .quick-registration .bg-register .reg-form .btn-registration {
      padding: 0 40px;
    }
    .footer .footer-menu {
      padding-top: 145px;
    }
  }
  @media (max-width: 767px) {
    .register-bottom {
      background-size: cover;
    }
    .register-bottom h4 {
      font-size: 26px;
      line-height: 32px;
    }
    .register-bottom p {
      font-size: 18px;
    }
    .register-bottom .reg-form .btn-registration {
      line-height: 58px;
      height: 58px;
      font-size: 20px;
    }
    .quick-registration .bg-register {
      width: 100%;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      padding: 30px 20px;
    }
    .quick-registration .bg-register h2 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .quick-registration .bg-register p {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .quick-registration .bg-register .reg-form .btn-registration {
      margin-top: 0 !important;
      height: 46px;
      line-height: 46px !important;
      font-size: 18px;
      padding: 0 32px;
    }
    .footer .footer-menu {
      padding-top: 160px;
    }
  }
  .menu-toolbar {
    background: #fff;
    border-bottom: 1px solid #badfd2;
    box-shadow: 0 0 22px rgba(0, 60, 37, 0.1);
    position: relative;
    z-index: 99;
  }
  .menu-toolbar .filter-desktop ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    display: flex;
  }
  .menu-toolbar .filter-desktop ul li {
    margin-right: 55px;
    position: relative;
  }
  .menu-toolbar .filter-desktop ul li:nth-last-child(2) {
    margin-right: 0;
  }
  .menu-toolbar .filter-desktop ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #00b46f;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
  }
  .menu-toolbar .filter-desktop ul li:hover:after,
  .menu-toolbar .filter-desktop ul li.active:after {
    opacity: 1;
  }
  .menu-toolbar .filter-desktop ul li:hover > a,
  .menu-toolbar .filter-desktop ul li.active > a {
    font-weight: 700;
    color: #00b46f;
  }
  .menu-toolbar .filter-desktop ul li:hover > i,
  .menu-toolbar .filter-desktop ul li.active > i {
    color: #00b46f;
  }
  .menu-toolbar .filter-desktop ul li:hover ul.sub-menu {
    display: block;
  }
  .menu-toolbar .filter-desktop ul li a {
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    color: #29353e;
    margin-right: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .menu-toolbar .filter-desktop ul li a svg,
  .menu-toolbar .filter-desktop ul li a img {
    margin-right: 10px;
  }
  .menu-toolbar .filter-desktop ul li a .fa-angle-down {
    margin-left: 5px;
  }
  .menu-toolbar .filter-desktop ul li .badge {
    display: none;
  }
  .menu-toolbar .filter-desktop ul li .badge.d {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #ed1f1f;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 15px;
    position: absolute;
    top: 13px;
    right: -35px;
  }
  @media (max-width: 1199px) {
    .menu-toolbar .filter-desktop ul li .badge.d {
      right: -22px;
    }
  }
  .menu-toolbar .filter-desktop ul li i {
    font-size: 20px;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #ebebeb;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li {
    display: block;
    margin: 0 15px;
    padding: 0;
    min-width: 260px;
    border-bottom: 1px solid #ebebeb;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li:after {
    content: none;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li a {
    line-height: normal;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    margin-right: 0;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li a:hover {
    color: #363636;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li:first-child {
    font-weight: normal;
  }
  .menu-toolbar .filter-desktop ul li ul.sub-menu li:last-child {
    border: 0;
  }
  .menu-toolbar .filter-form {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .menu-toolbar .filter-form .sort-theme {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }
  .menu-toolbar .filter-form .sort-theme a {
    display: flex;
    color: #a5a5a5;
    height: 74px;
    align-items: center;
  }
  .menu-toolbar .filter-form .sort-theme a svg {
    display: block;
  }
  .menu-toolbar .filter-form .sort-theme:hover {
    color: #2d2d2d;
  }
  .menu-toolbar .filter-form .sort-theme:hover .sort-by {
    display: block;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by {
    display: none;
    position: absolute;
    top: 74px;
    left: -10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    z-index: 9;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul {
    flex-wrap: wrap;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul li {
    padding: 10px 0;
    margin: 0 10px;
    min-width: 180px;
    text-align: left;
    line-height: normal;
    height: auto;
    font-size: 14px;
    color: #7c7c7c;
    border-bottom: 1px solid #e1e1e1;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul li:after {
    content: none;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul li:first-child {
    font-weight: normal;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul li:last-child {
    border-bottom: 0;
  }
  .menu-toolbar .filter-form .sort-theme .sort-by ul li.active,
  .menu-toolbar .filter-form .sort-theme .sort-by ul li:hover {
    font-weight: 700;
    color: #2d2d2d;
  }
  .menu-toolbar .filter-form form {
    position: relative;
  }
  .menu-toolbar .filter-form form input {
    border: 0;
    border-radius: 90px;
    height: 52px;
    line-height: 52px;
    width: 435px;
    padding: 0 180px 0 25px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    background: #dbf7ed;
    color: #005736;
  }
  .menu-toolbar .filter-form form input::placeholder {
    color: #4c7465;
  }
  .menu-toolbar .filter-form form input:-ms-input-placeholder {
    color: #4c7465;
  }
  .menu-toolbar .filter-form form input::-ms-input-placeholder {
    color: #4c7465;
  }
  .menu-toolbar .filter-form form button {
    position: absolute;
    border: 0;
    background: #009cff;
    right: 7px;
    top: 7px;
    font-size: 16px;
    font-weight: 700;
    width: 156px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    outline: 0;
    border-radius: 90px;
    color: #fff;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-toolbar .filter-form form button:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .menu-toolbar .filter-form form button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .menu-toolbar .filter-form form button i {
    color: #fff;
    font-weight: 300;
  }
  .menu-toolbar .filter-mobile {
    position: relative;
  }
  .menu-toolbar .filter-mobile .title-filter-mobile {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #005736;
    margin-right: 5px;
  }
  .menu-toolbar .filter-mobile .show-search-form {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 75px;
    line-height: 75px;
    width: 45px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
  }
  .menu-toolbar .filter-mobile .show-search-form i {
    font-size: 18px;
    color: #3e3d3c;
  }
  .menu-toolbar .filter-mobile .filter-by {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .menu-toolbar .filter-mobile .filter-by ul {
    padding: 0 0;
    margin: 0;
  }
  .menu-toolbar .filter-mobile .filter-by ul li:last-child {
    border-bottom: 0;
  }
  .menu-toolbar .filter-mobile .filter-by ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #29374d;
  }
  .menu-toolbar .filter-mobile .filter-by ul li a img {
    display: none;
  }
  .menu-toolbar .filter-mobile .filter-by ul li a:hover {
    text-decoration: none;
  }
  .menu-toolbar .filter-mobile .filter-by ul li i {
    font-size: 20px;
    top: 13px;
    color: #444445;
  }
  .menu-toolbar .filter-mobile .filter-by ul li .sub-menu {
    margin-left: 20px;
    display: none;
  }
  .menu-toolbar .filter-mobile .filter-by ul li .sub-menu li {
    padding: 0 0;
  }
  .menu-toolbarSearch {
    margin-bottom: 40px;
  }
  .menu-toolbarSearch .filter-form {
    text-align: right;
  }
  .menu-toolbarSearch .filter-form .sort-theme {
    display: inline-block;
    color: #a5a5a5;
    font-size: 20px;
    line-height: 74px;
    margin-left: 0;
    position: relative;
    cursor: pointer;
  }
  .menu-toolbarSearch .filter-form .sort-theme i:before {
    content: none;
  }
  .menu-toolbarSearch .filter-form .sort-theme:hover {
    color: #2d2d2d;
  }
  .menu-toolbarSearch .filter-form .sort-theme:hover .sort-by {
    display: block;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by {
    display: block;
    top: auto;
    left: 0;
    background: transparent;
    z-index: 0;
    border: 0;
    position: relative;
    display: flex;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by span {
    display: inline-block;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #42464e;
    font-weight: bold;
    margin-right: 50px;
    cursor: default;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul {
    display: flex;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li {
    position: relative;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #42464e;
    border: 0;
    padding: 0;
    margin: 0 50px 0 0;
    display: inline-block;
    min-width: unset;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li:last-child {
    margin-right: 0;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #12d288;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li:hover,
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li.active {
    font-weight: 700;
    color: #12d288;
  }
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li:hover:after,
  .menu-toolbarSearch .filter-form .sort-theme .sort-by ul li.active:after {
    opacity: 1;
  }
  .menu-toolbarSearch .filter-form form {
    display: inline-block;
    position: relative;
  }
  .menu-toolbarSearch .filter-form form input {
    border: 0;
    border: 1px solid #e7f7f1;
    border-radius: 5px;
    margin: 18px 0 0;
    height: 40px;
    line-height: 40px;
    width: 280px;
    padding: 0 50px 0 15px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    background: #e7f7f1;
    color: #4c7465;
  }
  .menu-toolbarSearch .filter-form form input::placeholder {
    color: #4c7465;
  }
  .menu-toolbarSearch .filter-form form input:-ms-input-placeholder {
    color: #4c7465;
  }
  .menu-toolbarSearch .filter-form form input::-ms-input-placeholder {
    color: #4c7465;
  }
  .menu-toolbarSearch .filter-form form button {
    position: absolute;
    border: 0;
    background: none;
    right: 1px;
    top: 18px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0;
    line-height: 35px;
  }
  .menu-toolbarSearch .filter-form form button i {
    color: #6e8d81;
    font-weight: 300;
  }
  @media (min-width: 1200px) and (max-width: 1398px) {
    .menu-toolbar .filter-desktop ul li {
      margin-right: 48px;
    }
    .menu-toolbar .filter-form form input {
      width: 360px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu-toolbar .filter-desktop ul li {
      margin-right: 23px;
    }
    .menu-toolbar .filter-desktop ul li a {
      font-size: 15px;
    }
    .menu-toolbar .filter-form .sort-theme {
      margin-left: 0;
    }
    .menu-toolbar .filter-form form input {
      width: 245px;
      padding-right: 52px;
    }
    .menu-toolbar .filter-form form button {
      font-size: 0;
      width: 38px;
    }
    .menu-toolbar .filter-form form button i {
      font-size: 14px;
      line-height: 38px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu-toolbar .filter-desktop ul li {
      margin-right: 28px;
    }
    .menu-toolbar .filter-desktop ul li a {
      font-size: 15px;
    }
    .menu-toolbar .filter-desktop ul li ul.sub-menu {
      left: auto;
      right: 0;
    }
    .menu-toolbar .show-search-tablet {
      font-size: 16px;
      display: inline-block !important;
      line-height: 75px;
      position: absolute;
      right: 20px;
      color: #2d2d2d;
    }
    .menu-toolbar .show-search-tablet i {
      color: #6e8d81;
    }
    .menu-toolbar .filter-form {
      display: none;
      position: absolute;
      top: 78px;
      right: 0;
    }
    .menu-toolbar .filter-form .sort-theme {
      margin-right: 10px;
    }
    .menu-toolbar .filter-form form input {
      width: 360px;
      background: #fff;
      border: 1px solid #ebebeb;
    }
  }
  @media (max-width: 767px) {
    .menu-toolbar .filter-mobile {
      height: 75px;
      line-height: 75px;
    }
    .menu-toolbar .filter-mobile .title-filter-mobile {
      height: 52px;
      line-height: 52px;
      margin-top: 15px;
      background: #dbf6ed;
      width: 100%;
      padding: 0 8px 0 24px;
      border-radius: 90px;
    }
    .menu-toolbar .filter-mobile .show-search-form {
      right: 23px;
      top: 22px;
      height: 38px;
      line-height: 35px;
      width: 38px;
      z-index: 1;
      border-left: 0;
      background: #009cff;
      position: absolute;
      border-radius: 50%;
      text-align: center;
    }
    .menu-toolbar .filter-mobile .show-search-form .fa-search {
      color: #fff;
    }
    .menu-toolbar .filter-mobile .search-form-mobile {
      height: 45px;
      line-height: 45px;
      position: absolute;
      width: calc(100% - 60px);
      top: 0;
      display: none;
    }
    .menu-toolbar .filter-mobile .search-form-mobile input {
      border: 0;
      border: 1px solid #e7f7f1;
      border-radius: 5px;
      margin: 15px 0 0;
      height: 45px;
      line-height: 45px;
      width: 100%;
      padding: 0 50px 0 15px;
      outline: 0;
      font-size: 14px;
      font-weight: 400;
      background: #e7f7f1;
      color: #4c7465;
    }
    .menu-toolbar .filter-mobile .search-form-mobile input::placeholder {
      color: #4c7465;
    }
    .menu-toolbar .filter-mobile .search-form-mobile input:-ms-input-placeholder {
      color: #4c7465;
    }
    .menu-toolbar
      .filter-mobile
      .search-form-mobile
      input::-ms-input-placeholder {
      color: #4c7465;
    }
    .menu-toolbar .filter-mobile .search-form-mobile button {
      position: absolute;
      border: 0;
      background: none;
      right: 1px;
      top: 18px;
      font-size: 16px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      outline: 0;
      line-height: 35px;
      display: none;
    }
    .menu-toolbar .filter-mobile .search-form-mobile button i:before {
      content: "";
      background: url(/Themes/Portal/Default/Styles/images/index/new/search-icon.png)
        no-repeat top center;
      width: 17px;
      height: 18px;
      background-size: contain;
      position: absolute;
      top: 11px;
      right: 15px;
    }
    .menu-toolbar ul li {
      display: block;
      margin-right: 0;
      border-bottom: 1px solid #ebebeb;
    }
    .menu-toolbar ul li:last-child {
      border-bottom: 0;
    }
    .menu-toolbar ul li:hover {
      border-bottom: 1px solid #ebebeb;
    }
    .menu-toolbar ul li a {
      height: 45px;
      line-height: 45px;
    }
    .menu-toolbar ul li.has-child {
      position: relative;
    }
    .menu-toolbar ul li.has-child .fa-angle-down {
      position: absolute;
      right: 0;
      top: 10px;
    }
    .menu-toolbar ul li ul.sub-menu {
      position: static;
      border: 0;
    }
    .menu-toolbar ul li ul.sub-menu li {
      border: 0;
      padding: 10px 0;
    }
    .menu-toolbar ul li form {
      padding: 10px 0;
      position: relative;
    }
    .menu-toolbar ul li form input {
      width: 100%;
      height: 44px;
      line-height: 44px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      padding: 0 50px 0 20px;
      font-size: 14px;
      outline: 0;
    }
    .menu-toolbar ul li form button {
      position: absolute;
      border: 0;
      background: transparent;
      top: 20px;
      right: 10px;
    }
    .menu-toolbar .filter-form {
      display: none;
    }
    .menu-toolbar .filter-form form input {
      width: 245px;
    }
  }
  body.open {
    overflow: hidden;
  }
  #free-trial {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2147483644;
    visibility: visible;
  }
  #free-trial .close {
    font-size: 35px;
    color: #fff;
    text-shadow: none;
    opacity: 0.6;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 99;
  }
  #free-trial .close:hover {
    opacity: 1;
  }
  #free-trial iframe {
    border: 0;
    display: block;
    position: relative;
    height: 100%;
    z-index: 1;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #free-trial .close {
      color: #000;
      font-size: 30px;
      padding: 15px;
      top: 0;
      right: 0;
    }
  }
  @media (max-width: 767px) {
    body.open #container > div:not(#free-trial) {
      visibility: hidden;
    }
    body.open #free-trial {
      height: 100vh;
    }
    #free-trial .close {
      color: #000;
      font-size: 20px;
      padding: 15px;
      top: 0;
      right: 0;
    }
  }
  .header.WEB .main-header ul li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
  }
  b sub,
  i sub {
    bottom: 6px;
    right: 2px;
  }
  .btn-registration {
    background: linear-gradient(90deg, #1377ff 0%, #08f 100%);
    border-radius: 90px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    font-weight: 500 !important;
    text-align: center;
    padding: 0 35.2px;
    color: #fff;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 20px rgba(0, 96, 59, 0.14);
    background-image: unset;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #00b46f;
  }
  .swiper-button-next:hover i,
  .swiper-button-prev:hover i {
    color: #fff;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 24px;
    color: #00b46f;
  }
  .swiper-button-next {
    right: -22px;
  }
  .swiper-button-prev {
    left: -22px;
  }
  .theme-item .theme-info .price,
  .theme-item .theme-info b,
  .theme-item .theme-info strong {
    font-weight: 700;
  }
  .index-container {
    overflow: hidden;
  }
  @media (min-width: 1399px) {
    .index-container .container-fix {
      max-width: 1566px;
    }
  }
  .index-container .banner {
    background: url(/Themes/Portal/Default/Styles/images/index/new/bg-banner.png)
      no-repeat top center;
    padding: 110px 0 100px 0;
    position: relative;
  }
  .index-container .banner:before {
    content: "";
    background: url(/Themes/Portal/Default/Styles/images/index/new/bg-banner-before.png)
      no-repeat top center;
    position: absolute;
    right: -35px;
    top: -55px;
    width: 770px;
    height: 597px;
  }
  @media (min-width: 1200px) {
    .index-container .banner .container-banner .col-lg-5-fix {
      -ms-flex: 0 0 44%;
      flex: 0 0 44%;
      max-width: 44%;
    }
    .index-container .banner .container-banner .col-lg-7-fix {
      -ms-flex: 0 0 56%;
      flex: 0 0 56%;
      max-width: 56%;
      padding-left: 40px;
    }
  }
  .index-container .banner .account-login {
    position: absolute;
    color: #b4b8bb;
    top: 64px;
    right: 15px;
    z-index: 20;
    width: 50%;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    opacity: 0;
  }
  .index-container .banner .account-login a {
    color: #b4b8bb;
  }
  .index-container .banner .block-content ul {
    margin: 0 0 40px;
    padding: 0;
    padding-right: 20px;
    list-style: none;
  }
  .index-container .banner .block-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #56595f;
    margin: 0 0 19px;
    padding-left: 40px;
    position: relative;
  }
  .index-container .banner .block-content ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/Themes/Portal/Default/Styles/images/index/new/icon-checked.svg)
      no-repeat center center;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .index-container .banner .block-content ul li .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -5px 0 0 7px;
  }
  .index-container .banner .block-content ul li a {
    color: inherit;
  }
  .index-container .banner .block-title h1 {
    font-size: 46px;
    line-height: 54px;
    color: #008250;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
  }
  .index-container .banner .block-btn .arrow-cr-down {
    position: absolute;
    top: -22px;
    right: 57px;
    margin-left: 15px;
  }
  .index-container .banner .feature-themes .slide-feature {
    position: relative;
    margin: -20px;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-container {
    padding: 20px;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-wrapper {
    padding-top: 73px;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-slide {
    border-radius: 40px;
    overflow: hidden;
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide
    .feature-item {
    position: relative;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide
    .feature-item
    a {
    height: 356px;
    overflow: hidden;
    display: block;
  }
  @media (max-width: 767px) {
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-slide
      .feature-item
      a {
      height: 154px;
    }
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide
    .feature-item
    a
    img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 40px;
    opacity: 0.5;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-slide-active {
    z-index: 99 !important;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 111, 68, 0.1);
    margin-top: -73px;
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide-active
    .feature-info {
    display: block;
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide-active
    .feature-item {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
  }
  .index-container
    .banner
    .feature-themes
    .slide-feature
    .swiper-slide-active
    .feature-item
    a
    img {
    border: 3px solid #fff;
    border-bottom: 0;
    opacity: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-slide-next {
    transform: translate3d(-88%, 0, 0) rotateX(0deg) rotateY(0deg) !important;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-slide-prev {
    transform: translate3d(88%, 0, 0) rotateX(0deg) rotateY(0deg) !important;
  }
  .index-container .banner .feature-themes .slide-feature .swiper-slide-active {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) !important;
  }
  .index-container .banner .feature-themes .feature-info {
    padding: 26px 36px 40px 36px;
    display: none;
    position: relative;
  }
  .index-container .banner .feature-themes .feature-info:before {
    position: absolute;
    content: "";
    background: radial-gradient(
      39.84% 39.84% at 50% 50%,
      #afddcc 0%,
      rgba(175, 221, 204, 0) 100%
    );
    opacity: 0.8;
  }
  .index-container .banner .feature-themes .feature-info .title-info h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 2px;
  }
  .index-container .banner .feature-themes .feature-info .title-info h3 .a-title {
    color: #29353e;
    font-weight: bold;
    height: unset;
    overflow: visible;
    text-decoration: none;
  }
  .index-container
    .banner
    .feature-themes
    .feature-info
    .title-info
    h3
    .a-title:hover {
    color: #008250;
  }
  .index-container .banner .feature-themes .feature-info .title-info span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #56595f;
  }
  .index-container .banner .feature-themes .feature-info .price-info {
    padding: 8px 0 0;
  }
  .index-container .banner .feature-themes .feature-info .price-info .price {
    display: inline-block;
  }
  .index-container
    .banner
    .feature-themes
    .feature-info
    .price-info
    .price.has-compare
    b {
    font-weight: 700;
    font-size: 26px;
    color: #008250;
    line-height: 30px;
    display: inline-block;
    margin-right: 8px;
  }
  .index-container
    .banner
    .feature-themes
    .feature-info
    .price-info
    .price.has-compare
    i {
    display: inline-block;
    margin-left: 8px;
    text-decoration: line-through;
    font-size: 16px;
    color: #42464e;
    font-style: normal;
  }
  .index-container .banner .feature-themes .feature-info .price-info .price b {
    font-weight: 700;
    font-size: 26px;
    color: #008250;
    line-height: 30px;
  }
  .index-container .banner .feature-themes .feature-info .button .preview {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-image: -moz-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -webkit-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -ms-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    margin-right: 8px;
  }
  .index-container .banner .feature-themes .feature-info .button .view-detail {
    display: inline-block;
    border: 1px solid #32d898;
    height: 45px;
    line-height: 43px;
    border-radius: 22px;
    padding: 0 50px;
    color: #11d187;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
  }
  .index-container .banner .feature-themes .swiper-button-prev,
  .index-container .banner .feature-themes .swiper-button-next {
    background: none;
    width: 26px;
    height: 14px;
  }
  .index-container .banner .feature-themes .swiper-button-next,
  .index-container .banner .feature-themes .swiper-button-prev {
    display: block !important;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 20px rgba(0, 96, 59, 0.14);
    background-image: unset;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
  }
  .index-container .banner .feature-themes .swiper-button-next i,
  .index-container .banner .feature-themes .swiper-button-prev i {
    font-size: 24px;
    color: #00b46f;
  }
  .index-container .banner .feature-themes .swiper-button-next:hover,
  .index-container .banner .feature-themes .swiper-button-prev:hover {
    background: #00b46f;
  }
  .index-container .banner .feature-themes .swiper-button-next:hover i,
  .index-container .banner .feature-themes .swiper-button-prev:hover i {
    color: #fff;
  }
  .index-container .banner .feature-themes .swiper-button-next {
    right: 43px;
  }
  .index-container .banner .feature-themes .swiper-button-prev {
    left: 43px;
  }
  .index-container .module-base h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #008250;
    position: relative;
  }
  .index-container .module-base p.desc {
    color: #005635;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 30px;
  }
  .index-container .module-base .more-button {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .index-container .module-base .more-button img {
    width: 14px;
  }
  .index-container .module-base .more-button a {
    color: #00b46f;
  }
  .index-container .module-base .theme-item {
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 108, 66, 0.14);
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    margin-bottom: 40px;
  }
  .index-container .module-base .theme-item .theme-image {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #fff;
  }
  .index-container .module-base .theme-item .theme-image:hover .img-skin {
    background-position: center 100% !important;
  }
  .index-container .module-base .theme-item .theme-image .img-bg {
    display: block;
    height: 230px;
    position: relative;
  }
  .index-container .module-base .theme-item .theme-image .img-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 10;
    background: transparent;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
  }
  .index-container .module-base .theme-item .theme-image .img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 100% auto;
    -webkit-transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s;
  }
  .index-container .module-base .theme-item .theme-image img {
    max-width: 100%;
  }
  .index-container .module-base .theme-item .theme-info {
    padding: 15px 25px 25px 25px;
    text-align: left;
  }
  .index-container .module-base .theme-item .theme-info h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-container .module-base .theme-item .theme-info h3 a {
    display: block;
    color: #cfcfcf;
    text-align: center;
  }
  .index-container .module-base .theme-item .theme-info p {
    color: #56595f;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
  }
  .index-container .module-base .theme-item .theme-info .price {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #008250;
    font-style: normal;
    padding: 12px 0 0;
    display: block;
  }
  .index-container .module-base .theme-item .theme-info .price .dot {
    color: #29353e;
    font-size: 16px;
    font-weight: 400;
    padding: 0 2px;
  }
  .index-container .module-base .theme-item .theme-info .price i {
    color: #29353e;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .index-container .module-base .theme-item .theme-info .theme-action {
    margin-top: 12px;
  }
  .index-container .module-base .theme-item .theme-info .btn-theme {
    border-radius: 5px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    min-width: 115px;
    text-align: center;
    color: #fff;
    outline: 0;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 500;
  }
  .index-container .module-base .theme-item .theme-info .btn-theme:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .index-container .module-base .theme-item .theme-info .btn-theme:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .index-container .module-base .theme-item .theme-info .btn-theme.view-demo {
    background: #2470bc;
    margin-right: 3px;
  }
  .index-container .module-base .theme-item .theme-info .btn-theme.view-detail {
    background: #fff;
    border: 1px solid #dedede;
    color: #dedede;
  }
  .index-container .module-base-2 .list-items {
    position: relative;
    margin: -40px;
  }
  .index-container .module-base-2 .list-items .swiper-container {
    padding: 40px;
  }
  .index-container .module-base-2 .list-items .swiper-container .swiper-slide {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 108, 66, 0.14);
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    margin-bottom: 40px;
  }
  .index-container
    .module-base-2
    .list-items
    .swiper-container
    .swiper-slide
    .theme-item {
    box-shadow: unset;
    transition: unset;
    margin-bottom: unset;
  }
  .index-container
    .module-base-2
    .list-items
    .swiper-container
    .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
  .index-container
    .module-base-2
    .list-items
    .swiper-container
    .swiper-slide-active
    + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 992px) {
    .index-container
      .module-base-2
      .list-items
      .swiper-container
      .swiper-slide-active
      + .swiper-slide
      + .swiper-slide {
      opacity: 1;
      visibility: visible;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    .index-container
      .module-base-2
      .list-items
      .swiper-container
      .swiper-slide-active
      + .swiper-slide
      + .swiper-slide
      + .swiper-slide {
      opacity: 1;
      visibility: visible;
    }
  }
  .index-container .module-base-2 .swiper-button-next {
    right: 12px;
  }
  .index-container .module-base-2 .swiper-button-prev {
    left: 12px;
  }
  .index-container .favorite-themes {
    position: relative;
    padding: 75px 0 70px 0;
  }
  .index-container .favorite-themes .container {
    position: relative;
  }
  .index-container .favorite-themes .list-swiper {
    margin: -40px;
  }
  .index-container .favorite-themes .favorite-swiper {
    padding: 20px;
  }
  .index-container .favorite-themes .favorite-swiper .swiper-slide {
    margin-top: 0 !important;
  }
  .index-container .themes-new {
    position: relative;
    padding: 68px 0 70px;
    background: #e4fbf3;
  }
  .index-container .themes-new .container {
    position: relative;
  }
  .index-container .themes-new .list-items {
    margin: -40px;
  }
  .index-container .themes-new .news-swiper {
    padding: 40px;
  }
  .index-container .themes-new .news-swiper .swiper-slide {
    margin-top: 0 !important;
  }
  .index-container .themes-price {
    padding: 70px 0;
  }
  .index-container .themes-free {
    padding: 68px 0 70px 0;
    background: #e4fbf3;
  }
  .index-container .themes-free .list-items {
    position: relative;
  }
  .index-container .category {
    background: #fff;
    padding: 68px 0 0 0;
  }
  .index-container .category .block-title {
    text-align: center;
  }
  .index-container .category .block-title h2 {
    font-size: 30px;
    color: #008250;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .index-container .category .block-title p {
    font-size: 20px;
    font-weight: 300;
    color: #008250;
    line-height: 1.429;
    margin-bottom: 40px;
  }
  .index-container .category .block-content .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    margin-bottom: 60px;
  }
  .index-container .category .block-content .item:hover .thumb i {
    border-color: #fff;
  }
  .index-container .category .block-content .item .thumb i {
    border-radius: 50%;
    background-color: #fff;
    width: 115px;
    height: 115px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    border: 3px solid transparent;
  }
  .index-container .category .block-content .item .thumb i.nganh-1 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-1.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-1:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, 0.11),
      inset 2px 2px 15px rgba(65, 147, 248, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-2 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-2.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-2:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, 0.11),
      inset 2px 2px 15px rgba(65, 147, 248, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-3 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-3.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-3:hover {
    box-shadow: 1px 17px 43px 0 rgba(250, 109, 145, 0.11),
      inset 2px 2px 15px rgba(250, 109, 145, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-4 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-4.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-4:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, 0.11),
      inset 2px 2px 15px rgba(65, 147, 248, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-5 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-5.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-5:hover {
    box-shadow: 1px 17px 43px 0 rgba(250, 109, 145, 0.11),
      inset 2px 2px 15px rgba(250, 109, 145, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-6 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-6.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-6:hover {
    box-shadow: 1px 17px 43px 0 rgba(4, 108, 86, 0.11),
      inset 2px 2px 15px rgba(4, 108, 86, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-7 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-7.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-7:hover {
    box-shadow: 1px 17px 43px 0 rgba(220, 132, 77, 0.11),
      inset 2px 2px 15px rgba(220, 132, 77, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-8 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-8.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-8:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, 0.11),
      inset 2px 2px 15px rgba(65, 147, 248, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-9 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-9.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-9:hover {
    box-shadow: 1px 17px 43px 0 rgba(220, 132, 77, 0.11),
      inset 2px 2px 15px rgba(220, 132, 77, 0.11);
  }
  .index-container .category .block-content .item .thumb i.nganh-10 {
    background-image: url(/Themes/Portal/Default/Styles/images/index/new/category-10.png);
  }
  .index-container .category .block-content .item .thumb i.nganh-10:hover {
    box-shadow: 1px 17px 43px 0 rgba(65, 147, 248, 0.11),
      inset 2px 2px 15px rgba(65, 147, 248, 0.11);
  }
  .index-container .category .block-content .item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.375;
    margin-top: 18px;
    padding: 0 28px;
    margin-bottom: 0;
  }
  .index-container .category .block-content .item h3 a {
    color: #00355d;
  }
  .quick-registration .bg-register h2 span {
    color: #fff;
  }
  .quick-registration .bg-register p {
    color: #fff;
  }
  @media (min-width: 1300px) and (max-width: 1600px) {
    .index-container .favorite-themes:after {
      right: -240px;
    }
    .index-container .themes-list:after {
      left: -200px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1398px) {
    .index-container .module-base .theme-item .theme-info .btn-theme {
      min-width: 100px;
    }
  }
  @media (max-width: 1299px) {
    .index-container .favorite-themes:after {
      content: none;
    }
    .index-container .themes-list:after {
      content: none;
    }
  }
  @media (max-width: 1199px) {
    .index-container .banner .account-login {
      top: 20px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .index-container .banner {
      padding: 60px 0;
    }
    .index-container .banner .col-lg-7 {
      padding-left: 40px;
    }
    .index-container .feature-themes .slide-feature:before {
      left: -420px;
    }
    .index-container .feature-themes .slide-feature .swiper-slide-active {
      transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) !important;
    }
    .index-container .feature-themes .feature-item .feature-info .title {
      font-size: 18px;
      margin-top: 80px;
    }
    .index-container .feature-themes .feature-item .feature-info .title span {
      font-size: 26px;
    }
    .index-container .feature-themes .feature-item .feature-info .button .preview,
    .index-container
      .feature-themes
      .feature-item
      .feature-info
      .button
      .view-detail {
      padding: 0 30px;
    }
    .index-container .feature-themes .feature-item .feature-image {
      height: 430px;
    }
    .index-container .feature-themes .feature-item .feature-image .image-desktop {
      position: absolute;
      left: 63px;
      bottom: 0;
      width: 610px;
      height: 470px;
      padding-top: 88px;
      padding-left: 33px;
      margin-left: -80px;
      margin-bottom: -65px;
      background-size: contain;
    }
    .index-container
      .feature-themes
      .feature-item
      .feature-image
      .image-desktop
      a {
      display: block;
      width: 545px;
      height: 330px;
      overflow: hidden;
    }
    .index-container .feature-themes .feature-item .feature-image .image-mobile {
      width: 230px;
      height: 395px;
      position: absolute;
      z-index: 9;
      bottom: -85px;
      right: 0;
      padding-top: 81px;
      padding-left: 35px;
      background-size: contain;
    }
    .index-container
      .feature-themes
      .feature-item
      .feature-image
      .image-mobile
      a {
      display: block;
      width: 160px;
      height: 250px;
      overflow: hidden;
    }
    .index-container .feature-themes .swiper-button-prev {
      right: 325px;
      bottom: 145px;
      outline: 0;
    }
    .index-container .feature-themes .swiper-button-next {
      right: 285px;
      bottom: 145px;
      outline: 0;
    }
    .index-container .category .block-content .item h3 {
      padding: 0 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .index-container .banner {
      padding: 60px 0 20px;
    }
    .index-container .banner:before {
      display: none;
    }
    .index-container .banner .block-content {
      margin-bottom: 50px;
    }
    .index-container .banner .block-title h1 {
      font-size: 42px;
    }
    .index-container .index-title {
      margin: 0 0 30px;
    }
    .index-container .index-title h1 {
      font-size: 22px;
    }
    .index-container .feature-themes .slide-feature:before {
      left: -650px;
    }
    .index-container .feature-themes .feature-item .feature-info .title {
      font-size: 18px;
      margin-top: 20px;
    }
    .index-container .feature-themes .feature-item .feature-info .title span {
      font-size: 26px;
    }
    .index-container .feature-themes .feature-item .feature-info .button .preview,
    .index-container
      .feature-themes
      .feature-item
      .feature-info
      .button
      .view-detail {
      padding: 0 30px;
    }
    .index-container .feature-themes .feature-item .feature-info .other-info {
      padding-bottom: 15px;
    }
    .index-container
      .feature-themes
      .feature-item
      .feature-info
      .other-info
      .price {
      font-size: 20px;
    }
    .index-container .feature-themes .feature-item .feature-image {
      height: 290px;
    }
    .index-container .feature-themes .feature-item .feature-image .image-desktop {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 420px;
      height: 290px;
      background-size: cover;
      overflow: hidden;
      padding-left: 22px;
      padding-top: 26px;
      margin-left: -35px;
      margin-bottom: -30px;
    }
    .index-container
      .feature-themes
      .feature-item
      .feature-image
      .image-desktop
      a {
      width: 376px;
      height: 310px;
    }
    .index-container .feature-themes .feature-item .feature-image .image-mobile {
      right: 15px;
      width: 125px;
      height: 240px;
      background-size: cover;
      padding: 33px 0 0 4px;
    }
    .index-container
      .feature-themes
      .feature-item
      .feature-image
      .image-mobile
      a {
      width: 118px;
      height: 170px;
    }
    .index-container .feature-themes .swiper-button-prev {
      right: 244px;
      bottom: 10px;
    }
    .index-container .feature-themes .swiper-button-next {
      right: 204px;
      bottom: 10px;
    }
    .index-container .favorite-themes {
      padding-top: 50px;
    }
    .index-container .favorite-themes h2 {
      margin-top: 0;
      font-size: 30px;
    }
    .index-container .favorite-themes .more-theme {
      top: 50px;
    }
    .index-container .favorite-themes .theme-item {
      margin-bottom: 30px;
    }
    .index-container .themes-list h2 {
      margin-top: 30px;
      font-size: 30px;
    }
    .index-container .themes-list .more-theme {
      top: 50px;
    }
    .index-container .themes-list .btn-registration {
      font-size: 24px;
      line-height: 65px;
      height: 65px;
    }
    .index-container .category .block-content .item h3 {
      font-size: 15px;
      padding: 0;
    }
  }
  @media (min-width: 768px) {
    .index-container .banner .swiper-pagination {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .index-container .banner {
      padding: 40px 0 0;
      background-size: cover;
    }
    .index-container .banner:before {
      display: none;
    }
    .index-container .banner .block-title {
      text-align: center;
    }
    .index-container .banner .block-title h1 {
      font-size: 21px;
      line-height: normal;
    }
    .index-container .banner .block-btn {
      margin: 0 auto;
    }
    .index-container .banner .block-btn .btn-registration {
      height: 46px;
      line-height: 46px;
      font-size: 18px;
      font-weight: 500 !important;
      text-align: center;
      padding: 0 30px;
      margin: 0;
      margin-bottom: 30px;
    }
    .index-container .banner .feature-themes {
      padding-bottom: 45px;
    }
    .index-container .banner .feature-themes .slide-feature:before {
      content: none;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-wrapper {
      padding-top: 33px !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-slide {
      border-radius: 20px !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-slide img {
      display: block;
      width: 100%;
      border-radius: 20px !important;
      opacity: 0.5;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-slide
      .feature-item {
      position: relative;
      margin: 0;
      overflow: hidden;
      border-radius: 20px !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-slide-active {
      border-radius: 20px !important;
      margin-top: -33px !important;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-slide-active
      .feature-info {
      display: block;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-slide-active
      img {
      border: 3px solid #fff;
      border-bottom: 0;
      opacity: 1;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-slide-active
      .feature-item {
      background: #fff;
      box-shadow: 0 4px 30px rgba(0, 111, 68, 0.1);
    }
    .index-container .banner .feature-themes .slide-feature .swiper-slide-next {
      transform: translate3d(-88%, 0, -1px) rotateX(0deg) rotateY(0deg) !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-slide-prev {
      transform: translate3d(88%, 0, -1px) rotateX(0deg) rotateY(0deg) !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-button-prev,
    .index-container .banner .feature-themes .slide-feature .swiper-button-next {
      display: none !important;
    }
    .index-container .banner .feature-themes .slide-feature .swiper-pagination {
      bottom: -16px;
      margin: 0 auto;
      display: block;
      width: 100%;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-pagination
      .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #bee9da;
      margin: 0 3px;
      opacity: 1;
    }
    .index-container
      .banner
      .feature-themes
      .slide-feature
      .swiper-pagination
      .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #00ba71;
    }
    .index-container .banner .feature-themes .feature-item .feature-info {
      padding: 12px 19px 14px 19px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .title-info
      h3 {
      font-size: 14px;
      line-height: normal;
      margin-bottom: 5px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .title-info
      span {
      font-size: 11px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .price-info {
      padding: 0;
      line-height: 20px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .price-info
      .price {
      display: inline-block;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .price-info
      .price.has-compare
      b {
      font-weight: 700;
      font-size: 14px;
      color: #008250;
      line-height: 20px;
      display: inline-block;
      margin-right: 8px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .price-info
      .price.has-compare
      i {
      display: inline-block;
      margin-left: 8px;
      text-decoration: line-through;
      font-size: 11px;
      color: #42464e;
      font-style: normal;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .price-info
      .price
      b {
      font-weight: 700;
      font-size: 14px;
      color: #008250;
      line-height: 20px;
    }
    .index-container .banner .feature-themes .feature-item .feature-info .button {
      text-align: center;
      margin-bottom: 0;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .button
      .preview,
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .button
      .view-detail {
      padding: 0 35px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .other-info {
      padding-bottom: 15px;
    }
    .index-container
      .banner
      .feature-themes
      .feature-item
      .feature-info
      .other-info
      .price {
      font-size: 20px;
    }
    .index-container .banner .feature-themes .swiper-button-prev {
      position: absolute;
      display: inline-block;
      left: 50%;
      margin-left: -40px;
      bottom: 65px;
      outline: 0;
    }
    .index-container .banner .feature-themes .swiper-button-next {
      position: absolute;
      display: inline-block;
      right: 50%;
      margin-right: -25px;
      bottom: 65px;
      outline: 0;
    }
    .index-container .menu-toolbar {
      border-bottom: 0;
    }
    .index-container .module-base {
      padding: 25px 0 40px 0;
    }
    .index-container .module-base h2 {
      font-size: 21px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 5px;
    }
    .index-container .module-base p.desc {
      text-align: center;
      font-size: 16px;
      margin: 5px 0 25px;
    }
    .index-container .module-base .swiper-pagination {
      bottom: 35px;
      margin: 0 auto;
      display: block;
      width: 100%;
      margin-left: -15px;
    }
    .index-container .module-base .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #bee9da;
      margin: 0 3px;
      opacity: 1;
    }
    .index-container
      .module-base
      .swiper-pagination
      .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #00ba71;
    }
    .index-container .module-base .more-button {
      margin-top: 15px;
      font-size: 16px;
    }
    .index-container .favorite-themes {
      padding: 0 0 30px 0;
    }
    .index-container .favorite-themes h2 {
      margin-top: 30px;
      font-size: 21px;
      text-align: center;
      margin-bottom: 5px;
    }
    .index-container .favorite-themes p.desc {
      text-align: center;
      font-size: 16px;
      margin: 5px 0 25px;
    }
    .index-container .favorite-themes .more-theme {
      display: none;
    }
    .index-container .favorite-themes .more-button {
      width: 100%;
    }
    .index-container .themes-price .theme-price-swiper .swiper-pagination {
      margin-left: 0;
    }
    .index-container .themes-free .block-title h2 {
      margin-bottom: 25px;
    }
    .index-container .themes-free .theme-free-swiper .swiper-pagination {
      margin-left: 0;
    }
    .index-container .category {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 10px;
    }
    .index-container .category .block-title {
      margin-bottom: 20px;
    }
    .index-container .category .block-title h2 {
      font-size: 21px;
    }
    .index-container .category .block-content .row {
      height: 243px;
      overflow: hidden;
    }
    .index-container .category .block-content.expand .row {
      height: initial;
      overflow: initial;
    }
    .index-container .category .block-content .more-view-web {
      font-size: 16px;
      color: #00ba71;
      font-weight: 500;
      font-style: italic;
      margin-top: 0;
      position: relative;
      z-index: 2;
      margin-top: 0;
    }
    .index-container .category .block-content .item {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-bottom: 25px;
      padding: 0;
    }
    .index-container .category .block-content .item .thumb i {
      width: 60px;
      height: 60px;
      background-size: contain;
    }
    .index-container .category .block-content .item h3 {
      padding: 0;
      font-size: 14px;
    }
  }
  
  @media (max-width:1565px){
    .index-container .module-base .theme-item .theme-info .btn-theme{
        border-radius: 5px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    min-width: 60px;
    text-align: center;
    color: #fff;
    outline: 0;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 500;
    }
    .index-container .module-base .theme-item .theme-image .img-bg {
        display: block;
        height: 188px;
        position: relative;
    }
    .index-container .module-base .theme-item .theme-info {
        padding: 0px 25px 10px 25px;
        text-align: left;
    }
  }