/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

pre,
code,
kbd,
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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1100px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.btn {
  display: inline-block;
  border: none;
  color: #333;
  padding: 0.2rem 1.5rem;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .btn {
    padding: 0.4rem 2rem;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 0.6rem 2rem;
  }
}
@media (min-width: 1201px) {
  .btn {
    padding: 0.6rem 2.5rem;
  }
}
@media (min-width: 1601px) {
  .btn {
    padding: 0.7rem 3rem;
  }
}
.btn:hover {
  background-color: #fff;
  color: #004E17;
}

.btn .iconfont {
  font-size: 14px;
}

.btn.btn-default {
  background-color: #f7f7f7;
  color: #333;
}

.btn.btn-default:hover {
  background-color: #dedede;
}

.btn.btn-default-outline {
  color: #000;
  border: #000 1px solid;
}

.btn.btn-default-outline:hover {
  background-color: #000;
  color: #fff;
}

.btn.btn-yellow {
  background-color: #004E17;
  color: #333;
}

.btn.btn-yellow:hover {
  background-color: #001b08;
  color: #000;
}

.btn.btn-primary {
  color: #fff;
  background-color: #004E17;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
}

.btn.btn-primary:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #004D17, #23823f);
}

.btn.btn-primary-outline {
  border: #004E17 1px solid;
  color: #004E17;
}

@media (min-width: 992px) {
  .btn.btn-primary-outline {
    border: #004E17 2px solid;
  }
}
.btn.btn-primary-outline:hover {
  background-color: #004E17;
  color: #fff;
}

.btn.btn-send {
  background-color: #004E17;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 0;
}

.btn.btn-send:hover {
  background-color: #001b08;
}

.btn-radius {
  border-radius: 16px;
}

@media (min-width: 768px) {
  .btn-radius {
    border-radius: 19px;
  }
}
@media (min-width: 992px) {
  .btn-radius {
    border-radius: 22px;
  }
}
@media (min-width: 1201px) {
  .btn-radius {
    border-radius: 27px;
  }
}
@media (min-width: 1601px) {
  .btn-radius {
    border-radius: 30px;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ElliotSans";
  src: url("../fonts/ElliotSans-Bold.ttf") format("truetype");
  font-weight: bold;
}
body {
  color: #050706;
  background-color: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 0.875rem;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
  padding-top: 45px;
}

@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 0.875rem;
    padding-top: 80px;
  }
}
@media (min-width: 1201px) {
  body {
    padding-top: 100px;
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  body {
    padding-top: 120px;
  }
}
body.home-body {
  padding-top: 0;
}

a {
  text-decoration: none;
  color: #3c3c3c;
}

a:hover {
  text-decoration: none;
  color: #004E17;
}

@media (min-width: 1601px) {
  .container {
    max-width: 1390px;
  }
}
h2,
h3 {
  color: #050706;
}

.banner {
  background-color: #004E17;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  height: 160px;
}

@media (min-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .banner {
    height: 400px;
  }
}
@media (min-width: 1601px) {
  .banner {
    height: 456px;
  }
}
.banner .container {
  height: 100%;
}

.banner .container .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.banner .container h1 {
  font-weight: normal;
  font-size: 1.75rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

@media (min-width: 576px) {
  .banner .container h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .banner .container h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .banner .container h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .banner .container h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1601px) {
  .banner .container h1 {
    font-size: 3rem;
  }
}
.banner .container p {
  font-weight: lighter;
  max-width: 320px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .banner .container p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .banner .container p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .banner .container p {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .banner .container p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .banner .container p {
    font-size: 1.625rem;
  }
}
.page-nav {
  background-color: #F1F5F9;
  position: sticky;
  top: 45px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .page-nav {
    top: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav {
    top: 0;
  }
}
.page-nav nav.subnav {
  display: flex;
}

.page-nav nav.subnav a {
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #010101;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-nav nav.subnav a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav nav.subnav a {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .page-nav nav.subnav a {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
@media (min-width: 1601px) {
  .page-nav nav.subnav a {
    height: 80px;
    line-height: 80px;
  }
}
.page-nav nav.subnav a::after {
  content: " ";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .page-nav nav.subnav a::after {
    height: 4px;
  }
}
.page-nav nav.subnav a:hover {
  color: #004E17;
}

@media (min-width: 992px) {
  .page-nav nav.subnav a:hover::after {
    width: 85px;
  }
}
.page-nav nav.subnav a.active {
  color: #004E17;
}

.page-nav nav.subnav a.active::after {
  width: 50px;
}

@media (min-width: 768px) {
  .page-nav nav.subnav a.active::after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .page-nav nav.subnav a.active::after {
    width: 85px;
  }
}
.page-nav ul.subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.page-nav ul.subnav li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

@media screen and (min-width: 360px) {
  .page-nav ul.subnav li {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 768px) {
  .page-nav ul.subnav li {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li {
    flex-basis: 20%;
  }
}
.page-nav ul.subnav li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #010101;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-nav ul.subnav li a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li a {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .page-nav ul.subnav li a {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
@media (min-width: 1601px) {
  .page-nav ul.subnav li a {
    height: 80px;
    line-height: 80px;
  }
}
.page-nav ul.subnav li a::after {
  content: " ";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .page-nav ul.subnav li a::after {
    height: 4px;
  }
}
.page-nav ul.subnav li a:hover {
  color: #004E17;
}

@media (min-width: 992px) {
  .page-nav ul.subnav li a:hover::after {
    width: 85px;
  }
}
.page-nav ul.subnav li.current a {
  color: #004E17;
}

.page-nav ul.subnav li.current a::after {
  width: 50px;
}

@media (min-width: 768px) {
  .page-nav ul.subnav li.current a::after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li.current a::after {
    width: 85px;
  }
}
.page {
  background-color: #fff;
}

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

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

img {
  max-width: 100%;
}

.line-1 {
  border: none;
  border-top: 1px #ddd solid;
}

.text100 {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .text100 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 992px) {
  .text100 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1201px) {
  .text100 {
    font-size: 5.3125rem;
  }
}
@media (min-width: 1601px) {
  .text100 {
    font-size: 6.25rem;
  }
}
.text90 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .text90 {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .text90 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1201px) {
  .text90 {
    font-size: 5rem;
  }
}
@media (min-width: 1601px) {
  .text90 {
    font-size: 5.625rem;
  }
}
.text70 {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  .text70 {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .text70 {
    font-size: 3.625rem;
  }
}
@media (min-width: 1201px) {
  .text70 {
    font-size: 4rem;
  }
}
@media (min-width: 1601px) {
  .text70 {
    font-size: 4.375rem;
  }
}
.text60 {
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  .text60 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .text60 {
    font-size: 3rem;
  }
}
@media (min-width: 1201px) {
  .text60 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1601px) {
  .text60 {
    font-size: 3.75rem;
  }
}
.text50 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .text50 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text50 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .text50 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .text50 {
    font-size: 3.125rem;
  }
}
.text48 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .text48 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text48 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .text48 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .text48 {
    font-size: 3rem;
  }
}
.text40 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .text40 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .text40 {
    font-size: 2rem;
  }
}
@media (min-width: 1201px) {
  .text40 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1601px) {
  .text40 {
    font-size: 2.5rem;
  }
}
.text38 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .text38 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text38 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1201px) {
  .text38 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1601px) {
  .text38 {
    font-size: 2.375rem;
  }
}
.text36 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .text36 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .text36 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1201px) {
  .text36 {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .text36 {
    font-size: 2.25rem;
  }
}
.text34 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .text34 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .text34 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1201px) {
  .text34 {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .text34 {
    font-size: 2.125rem;
  }
}
.text32 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .text32 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .text32 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .text32 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1601px) {
  .text32 {
    font-size: 2rem;
  }
}
.text30 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .text30 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .text30 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1201px) {
  .text30 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1601px) {
  .text30 {
    font-size: 1.875rem;
  }
}
.text28 {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .text28 {
    font-size: 1.25rem;
	margin-top: -7px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .text28 {
    font-size: 1.5rem;
	margin-top: -7px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1201px) {
  .text28 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .text28 {
    font-size: 1.75rem;
	font-weight: 400;
  }
}
.text26 {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .text26 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .text26 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .text26 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .text26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text24 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1201px) {
  .text24 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1601px) {
  .text24 {
    font-size: 1.5rem;
  }
}
.text22{
	font-size:1.2rem;
}
@media (min-width: 992px) {
  .text22 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1201px) {
  .text22 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1601px) {
  .text22 {
    font-size: 1.375rem;
  }
}
.text20 {
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .text20 {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) {
  .text20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .text20 {
    font-size: 1.25rem;
  }
}


.text18{
  font-size:18px;
}

@media (min-width: 992px) {
  .text20 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1201px) {
  .text20 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1601px) {
  .text20 {
    font-size: 1.2rem;
	font-weight: 400;
padding-bottom: 1.0rem;	
  }
}
.pt-media-15 {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .pt-media-15 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .pt-media-15 {
    padding-top: 9rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-15 {
    padding-top: 13rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-15 {
    padding-top: 15rem;
  }
}
.pt-media-9 {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .pt-media-9 {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  .pt-media-9 {
    padding-top: 7rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-9 {
    padding-top: 8rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-9 {
    padding-top: 9rem;
  }
}
.pt-media-7 {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .pt-media-7 {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .pt-media-7 {
    padding-top: 5rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-7 {
    padding-top: 6rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-7 {
    padding-top: 7rem;
  }
}
.pt-media-6 {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .pt-media-6 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .pt-media-6 {
    padding-top: 4rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-6 {
    padding-top: 5rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-6 {
    padding-top: 6rem;
  }
}
.pt-media-5 {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .pt-media-5 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .pt-media-5 {
    padding-top: 3rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-5 {
    padding-top: 4rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-5 {
    padding-top: 5rem;
  }
}
.pt-media-4 {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .pt-media-4 {
    padding-top: 2rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-4 {
    padding-top: 3rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-4 {
    padding-top: 4rem;
  }
}
.pt-media-3 {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .pt-media-3 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .pt-media-3 {
    padding-top: 3rem;
  }
}
.pb-media-3 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .pb-media-3 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-3 {
    padding-bottom: 3rem;
  }
}
.pb-media-4 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .pb-media-4 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-4 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-4 {
    padding-bottom: 4rem;
  }
}
.pb-media-5 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .pb-media-5 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-5 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-5 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-5 {
    padding-bottom: 5rem;
  }
}
.pb-media-6 {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .pb-media-6 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .pb-media-6 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-6 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-6 {
    padding-bottom: 6rem;
  }
}
.pb-media-7 {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .pb-media-7 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .pb-media-7 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-7 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-7 {
    padding-bottom: 7rem;
  }
}
.pb-media-8 {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .pb-media-8 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .pb-media-8 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-8 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-8 {
    padding-bottom: 8rem;
  }
}
.pb-media-9 {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .pb-media-9 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .pb-media-9 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-9 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-9 {
    padding-bottom: 9rem;
  }
}
.pb-media-11 {
  padding-bottom: 7rem;
}

@media (min-width: 768px) {
  .pb-media-11 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .pb-media-11 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-11 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-11 {
    padding-bottom: 11rem;
  }
}
.mb-media-2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb-media-2 {
    margin-bottom: 2rem;
  }
}
.mb-media-3 {
  margin-bottom: 0.9rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .mb-media-3 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-3 {
    margin-bottom: 3.5rem;
  }
}
.mb-media-4 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb-media-4 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-4 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-4 {
    margin-bottom: 4rem;
  }
}
.mb-media-5 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb-media-5 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-5 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-5 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-5 {
    margin-bottom: 5rem;
  }
}
.mb-media-7 {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .mb-media-7 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .mb-media-7 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-7 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-7 {
    margin-bottom: 7rem;
  }
}
.mb-media-8 {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .mb-media-8 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .mb-media-8 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-8 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-8 {
    margin-bottom: 8rem;
  }
}
.mb-media-9 {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .mb-media-9 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .mb-media-9 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-9 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-9 {
    margin-bottom: 9rem;
  }
}
.list .item {
  transition: all 0.2s;
  display: block;
  padding: 15px;
  padding-bottom: 2rem;
  background-color: #fff;
  height: 100%;
}

@media (min-width: 992px) {
  .list .item {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1201px) {
  .list .item {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1601px) {
  .list .item {
    padding-bottom: 4rem;
  }
}
.list .item:hover {
  background-color: #F1F5F9;
}

.list .item .pic {
  overflow: hidden;
  position: relative;
}

.list .item .pic img {
  transition: all 0.2s;
}

.list .item .txt {
  padding-top: 1rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .list .item .txt {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .list .item .txt {
    padding-right: 3rem;
  }
}
@media (min-width: 1601px) {
  .list .item .txt {
    padding-right: 5rem;
  }
}
.list .item .txt .date {
  color: #004E17;
  margin-bottom: 0.6rem;
}

@media (min-width: 768px) {
  .list .item .txt .date {
    margin-bottom: 1rem;
  }
}
.list .item .txt h3 {
  font-weight: normal;
}

.swiper-next,
.swiper-prev {
  outline: none;
}

.swiper-next img,
.swiper-prev img {
  width: 30px;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .swiper-next img:hover,
.swiper-prev img:hover {
    /*transform: scale(1.1);*/
	opacity:0.88;
  }
}
@media (min-width: 992px) {
  .swiper-next img,
.swiper-prev img {
    width: 40px;
    /*filter: drop-shadow(2px 2px 6px rgba(0, 50, 20, 0.3));*/
  }
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  width: 100%;
  height: 45px;
  transition: all 0.2s;
  background-color: #fff;
}

@media (min-width: 768px) {
  .site-header {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .site-header {
    height: 80px;
    position: absolute;
  }
}
@media (min-width: 1201px) {
  .site-header {
    height: 100px;
  }
}
@media (min-width: 1601px) {
  .site-header {
    height: 120px;
  }
}
.site-header .container,
.site-header .row {
  height: 100%;
}

@media (min-width: 992px) {
  .site-header .container,
.site-header .row {
    height: 80px;
  }
}
@media (min-width: 1201px) {
  .site-header .container,
.site-header .row {
    height: 100px;
  }
}
@media (min-width: 1601px) {
  .site-header .container,
.site-header .row {
    height: 120px;
  }
}
.site-header .logo {
  z-index: 0;
  display: block;
  width: 60px;
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .site-header .logo {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .site-header .logo {
    width: 110px;
  }
}
@media (min-width: 1201px) {
  .site-header .logo {
    width: 124px;
  }
}
.site-header .logo img.logo_white {
  display: none;
}

.site-header .mav-col {
  display: none;
}

@media (min-width: 992px) {
  .site-header .mav-col {
    display: block;
  }
}
.site-header .mainav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 1.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
}

.site-header .mainav > li {
  position: relative;
  padding: 0 0.8rem;
  height: 100%;
}

@media (min-width: 1601px) {
  .site-header .mainav > li {
    padding: 0 1rem;
  }
}
.site-header .mainav > li > a {
  display: block;
  padding: 0 0.6rem;
  height: 100%;
  position: relative;
}

.site-header .mainav > li > a::after {
  content: "";
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  width: 0;
  height: 3px;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .site-header .mainav > li > a {
    padding: 0 0.5rem;
    font-size: 0.875rem;
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1201px) {
  .site-header .mainav > li > a {
    padding: 0 0.5rem;
    height: 100px;
    line-height: 100px;
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  .site-header .mainav > li > a {
    padding: 0 1.5rem;
    height: 120px;
    line-height: 120px;
  }
}
.site-header .mainav > li > a:hover {
  color: #004E17;
}

.site-header .mainav > li:hover > a::after {
  width: 66px;
}

.site-header .mainav > li > a.active {
  color: #004E17;
}

.site-header .mainav > li > a.active::after {
  width: 66px;
}

.site-header .mainav > li .sub-menu {
  position: absolute;
  width: 154px;
  left: 50%;
  top: 80px;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -77px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  margin-top: 0;
}

@media (min-width: 1201px) {
  .site-header .mainav > li .sub-menu {
    top: 100px;
  }
}
@media (min-width: 1601px) {
  .site-header .mainav > li .sub-menu {
    top: 120px;
  }
}
.site-header .mainav > li .sub-menu > li {
  position: relative;
}

.site-header .mainav > li .sub-menu > li a {
  display: block;
  padding: 0.8rem 1rem;
  line-height: 1.5;
  text-align: center;
}

.site-header .mainav > li .sub-menu > li a:hover {
  background-color: #004E17;
  color: #fff;
}

.site-header .mainav > li .sub-menu > li a.active {
  background-color: #004E17;
  color: #fff;
}

.site-header .mainav > li .sub-menu > li .lastnav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 150px;
  right: -180px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.12);
}

.site-header .mainav > li .sub-menu > li.hasnav:hover .lastnav {
  opacity: 1;
  right: -150px;
}

.site-header .mainav > li.hasnav:hover .sub-menu {
  visibility: visible;
  margin-top: -1rem;
  height: 290px;
  opacity: 1;
}

.site-header .search {
  display: none;
}

@media (min-width: 992px) {
  .site-header .search {
    display: inline-block;
  }
}
@media (min-width: 1201px) {
  .site-header .search {
    margin: 0 1rem;
  }
}
@media (min-width: 768px) {
  .site-header .search .iconfont {
    font-size: 1.25rem;
  }
}
.site-header .langs {
  display: none;
}

@media (min-width: 992px) {
  .site-header .langs {
    display: inline-block;
  }
}
.site-header .langs a {
  margin: 0 0.3rem;
}

.site-header .langs a:hover {
  text-decoration: none;
}

.site-header .langs a.active {
  font-weight: bold;
  position: relative;
}

.site-header .langs a.active::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  z-index: 10;
  width: 80%;
  height: 2px;
  background-color: #333;
  transform: translateX(-50%);
}

.site-header .mobilemenu {
  z-index: 100;
}

@media (min-width: 992px) {
  .site-header .mobilemenu {
    display: none;
  }
}
.site-header .mobilemenu .menu-toggle {
  width: 28px;
  cursor: pointer;
}

.site-header .mobilemenu .menu-toggle.on .one {
  transform: rotate(45deg) translate(3px, 5px);
  background-color: #333;
}

.site-header .mobilemenu .menu-toggle.on .two {
  opacity: 0;
}

.site-header .mobilemenu .menu-toggle.on .three {
  transform: rotate(-45deg) translate(6px, -8px);
  background-color: #333;
}

.site-header .one,
.site-header .two,
.site-header .three {
  width: 100%;
  height: 2px;
  background-color: #004E17;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.site-header .menu-over {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 30;
  transform: translate(-260px, 0);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

.site-header .menu-over::before {
  content: " ";
  display: block;
  width: 260px;
  height: 100vh;
  z-index: -9;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.site-header .menu-over::after {
  content: " ";
  display: block;
  width: 260px;
  height: 100vh;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  transition-delay: 0.25s;
}

.site-header .menu-over.showMenu {
  transform: translate(0, 0);
  left: 0;
  opacity: 1;
}

.site-header .menu-over.showMenu::after {
  width: 100vw;
  opacity: 1;
}

.site-header .menu-over ul.mobilenav {
  position: relative;
  z-index: 50;
  list-style: none;
  margin: 0;
  padding: 4rem 0 0 0;
  height: 83vh;
  overflow-y: auto;
}

.site-header .menu-over ul.mobilenav > li {
  position: relative;
  transition: all 0.2s;
  border-bottom: 1px #eee solid;
}

.site-header .menu-over ul.mobilenav > li > a {
  display: block;
  color: #333;
  position: relative;
  padding: 1rem;
  font-size: 1rem;
}

.site-header .menu-over ul.mobilenav > li > a:hover, .site-header .menu-over ul.mobilenav > li > a:active, .site-header .menu-over ul.mobilenav > li > a:focus {
  color: #004E17;
}

.site-header .menu-over ul.mobilenav > li.active a {
  color: #004E17;
}

.site-header .menu-over ul.mobilenav .open > a::after {
  transform: rotate(180deg);
  top: 1.2rem;
}

.site-header .menu-over .search_langs {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.site-header .menu-over .search_langs a {
  text-align: center;
  display: inline-block;
  line-height: 26px;
  margin: 0 0.6rem;
}

.site-header .menu-over .search_langs a.active {
  font-weight: bold;
}

.site-header.fixheader {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .site-header.fixheader {
    height: 45px;
  }
}
.site-header.fixheader .mainav > li > a {
  text-shadow: none;
}

.site-header.fixheader .mainav > li > a:hover {
  color: #004E17;
}

.site-header.fixheader .one,
.site-header.fixheader .two,
.site-header.fixheader .three {
  background-color: #004E17;
}

@media (min-width: 992px) {
  .site-header.open_header {
    height: 400px;
  }
}
.site-header.open_header .mainav li.hasnav::after {
  content: " ";
  display: block;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: transparent;
  position: absolute;
}

.home-body .site-header {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.4s ease-out;
}

@media (min-width: 992px) {
  .home-body .site-header {
    transition: all 0.1s ease-out;
  }
}
.home-body .site-header .menu-toggle {
  margin-top: 1.5rem;
}

.home-body .site-header .col-lg-auto {
  position: unset;
}

@media (min-width: 992px) {
  .home-body .site-header .col-lg-auto {
    position: relative;
  }
}
@media (min-width: 992px) {
  .home-body .site-header .logo {
    width: 110px;
    transform: translateX(0);
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1201px) {
  .home-body .site-header .logo {
    width: 124px;
  }
}
.home-body .site-header .logo img.logo_color {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

@media (min-width: 992px) {
  .home-body .site-header .logo img.logo_color {
    opacity: 1;
    display: none;
  }
}
.home-body .site-header .logo img.logo_white {
  display: block;
  opacity: 1;
  position: absolute;
  right: 50%;
  top: 0.8rem;
  width: 120px;
  transform: translateX(50%);
  transition: opacity 0.3s 0.2s ease-out;
}

@media (min-width: 768px) {
  .home-body .site-header .logo img.logo_white {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .home-body .site-header .logo img.logo_white {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
  }
}
.home-body .site-header .mainav > li > a {
  color: #fff;
}

.home-body .site-header .mainav > li > a:hover {
  color: #FFB719;
  border-bottom-color: #FFB719;
}

.home-body .site-header .mainav > li > a.active {
  color: #fff;
}

@media (min-width: 992px) {
  .home-body .site-header .search a {
    color: #fff;
  }

  .home-body .site-header .search a:hover {
    color: #004E17;
  }
}
.home-body .site-header .langs {
  color: #fff;
}

.home-body .site-header .langs a {
  color: #fff;
}

.home-body .site-header .langs a:hover {
  font-weight: bold;
}

.home-body .site-header .langs a.active {
  font-weight: bold;
  position: relative;
}

.home-body .site-header .langs a.active::after {
  background-color: #fff;
}

.home-body .site-header .one,
.home-body .site-header .two,
.home-body .site-header .three {
  background-color: #fff;
}

.home-body .site-header.fixheader {
  background-color: #fff;
  transition: all 0.2s 0 ease-out;
}

.home-body .site-header.fixheader .menu-toggle {
  margin-top: 0;
}

.home-body .site-header.fixheader .logo {
  display: block;
  width: 60px;
}

@media (min-width: 768px) {
  .home-body .site-header.fixheader .logo {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .home-body .site-header.fixheader .logo {
    width: 110px;
    top: unset;
    right: unset;
  }
}
@media (min-width: 1201px) {
  .home-body .site-header.fixheader .logo {
    width: 124px;
  }
}
.home-body .site-header.fixheader .logo img.logo_color {
  display: block;
  opacity: 1;
  transition: opacity 0.3s 0.2s ease-out;
}

.home-body .site-header.fixheader .logo img.logo_white {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

@media (min-width: 992px) {
  .home-body .site-header.fixheader .logo img.logo_white {
    display: none;
  }
}
.home-body .site-header.fixheader .mainav > li > a {
  color: #595757;
}

.home-body .site-header.fixheader .mainav > li > a:hover {
  color: #004E17;
}

.home-body .site-header.fixheader .mainav > li > a.active {
  color: #004E17;
  border-bottom-color: #004E17;
}

@media (min-width: 992px) {
  .home-body .site-header.fixheader .search a {
    color: #333;
  }

  .home-body .site-header.fixheader .search a:hover {
    color: #004E17;
  }
}
.home-body .site-header.fixheader .langs {
  color: #999;
}

.home-body .site-header.fixheader .langs a {
  color: #333;
}

.home-body .site-header.fixheader .langs a:hover {
  color: #004E17;
}

.home-body .site-header.fixheader .langs a.active::after {
  background-color: #333;
}

.home-body .site-header.fixheader .one,
.home-body .site-header.fixheader .two,
.home-body .site-header.fixheader .three {
  background-color: #333;
}

@media (min-width: 992px) {
  .home-body .site-header.open_header {
    background-color: #fff;
  }
}
.home-body .site-header.open_header .logo img.logo_color {
  display: block;
}

.home-body .site-header.open_header .logo img.logo_white {
  display: none;
}

.home-body .site-header.open_header .mainav > li > a {
  color: #333;
}

.home-body .site-header.open_header .mainav > li > a:hover {
  color: #004E17;
}

@media (min-width: 992px) {
  .home-body .site-header.open_header .search a {
    color: #333;
  }

  .home-body .site-header.open_header .search a:hover {
    color: #004E17;
  }
}
.home-body .site-header.open_header .langs {
  color: #999;
}

.home-body .site-header.open_header .langs a {
  color: #333;
}

.home-body .site-header.open_header .langs a:hover {
  color: #004E17;
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-home {
  background-color: #fff;
  position: relative;
  z-index: 30;
}

.page-home .s1 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-home .s1 .swiper-pagination-bullet {
  opacity: 0.5;
  background: transparent url(../img/icon-up.svg) no-repeat center center;
  background-size: 16px auto;
  border-radius: 0;
  width: 40px;
  height: 40px;
  outline: none;
  transition: all 0.1s;
}

@media (min-width: 768px) {
  .page-home .s1 .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
  }
}
.page-home .s1 .swiper-pagination-bullet-active {
  background-image: url(../img/icon-up.svg);
  background-size: 26px auto;
  opacity: 1;
}

.page-home .s1 .home-sliders .swiper-slide {
  position: relative;
}

.page-home .s1 .home-sliders .swiper-slide img {
  display: block;
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center bottom;
}

@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide img {
    height: 85vh;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 50px);
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 55px);
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 50px);
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.page-home .s1 .home-sliders .swiper-slide .txt .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 46%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container {
    top: 46%;
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.3rem;
  font-weight: normal;
  opacity: 0;
  transform: translateY(30%);
  transition: all 1s 1s;
}

.page-home .s1 .home-sliders .swiper-slide.swiper-slide-active .txt .container h2 {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 360px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2.2rem;
    letter-spacing: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1401px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1921px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 5rem;
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt .container p {
  font-size: 0.875rem;
  letter-spacing: 0.65rem;
  padding-left: 0.65rem;
}

@media (min-width: 576px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.5rem;
    letter-spacing: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.75rem;
    letter-spacing: 2.1rem;
    padding-left: 2.1rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 2.25rem;
  }
}
.page-home .s1 .swiper-prev,
.page-home .s1 .swiper-next {
  position: absolute;
  left: 2rem;
  top: 50%;
  z-index: 1000;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  color: #fff;
  text-align: center;
  line-height: 64px;
  display: none;
}

@media (min-width: 768px) {
  .page-home .s1 .swiper-prev,
.page-home .s1 .swiper-next {
    display: block;
  }
}
.page-home .s1 .swiper-prev:hover,
.page-home .s1 .swiper-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-home .s1 .swiper-prev .iconfont,
.page-home .s1 .swiper-next .iconfont {
  font-size: 1.2rem;
}

.page-home .s1 .swiper-next {
  left: auto;
  right: 2rem;
}

@media (min-width: 768px) {
  .page-home .swiper-container-horizontal > .swiper-pagination-bullets,
.page-home .swiper-pagination-custom,
.page-home .swiper-pagination-fraction {
    bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page-home .swiper-container-horizontal > .swiper-pagination-bullets,
.page-home .swiper-pagination-custom,
.page-home .swiper-pagination-fraction {
    bottom: 3rem;
  }
}
.page-home .s2 {
  position: relative;
}

.page-home .s2 .pic {
  position: relative;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  .page-home .s2 .pic {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
}
.page-home .s2 .pic img {
  height: 200px;
  width: 100%;
  object-position: right center;
  object-fit: cover;
}

@media (min-width: 768px) {
  .page-home .s2 .pic img {
    height: 450px;
    width: 100%;
    object-position: left center;
    object-fit: cover;
    clip-path: polygon(22% 0, 0 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s2 .pic img {
    height: 480px;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .pic img {
    height: 669px;
  }
}
.page-home .s2 .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .page-home .s2 .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s2 .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .container {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .page-home .s2 .txt {
    max-width: 350px;
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .page-home .s2 .txt {
    max-width: 430px;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .txt {
    max-width: 550px;
    min-height: 380px;
  }
}
.page-home .s2 .txt h2 {
  margin-bottom: 1rem;
  border-bottom: 1px #eee solid;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .page-home .s2 .txt h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.page-home .s2 .txt p {
  text-align: justify;
  margin-bottom: 1rem;
}

@media (min-width: 1201px) {
  .page-home .s2 .txt p {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s2 .txt p {
    font-size: 18px;
  }
}
.page-home .s2 .txt .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .page-home .s2 .txt .more {
    text-align: right;
  }
}
.page-home .s2 .txt .more img {
  width: 30px;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .page-home .s2 .txt .more img {
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
    width: 40px;
  }
}
.page-home .s2 .txt .more img:hover {
  transform: scale(1.1);
}

.page-home .s3 {
  background: url(../img/home_12.jpg) no-repeat center top;
  background-size: auto 647px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-home .s3 {
    background-size: auto 657px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s3 {
    background-size: auto 712px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 {
    margin-bottom: 5rem;
    background-size: auto 882px;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 {
    background-size: auto auto;
    margin-bottom: 7rem;
  }
}
.page-home .s3 .found {
  display: none;
}

@media (min-width: 768px) {
  .page-home .s3 .found {
    display: block;
  }
}
.page-home .s3 .company-data {
  height: 400px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .page-home .s3 .company-data {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data {
    padding-top: 0;
    padding-bottom: 0;
    height: 380px;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data {
    height: 516px;
  }
}
.page-home .s3 .company-data .item {
  margin-bottom: 0;
}

.page-home .s3 .company-data .data {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .page-home .s3 .company-data .data {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data .data {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data .data {
    font-size: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data .data {
    font-size: 3.75rem;
  }
}
.page-home .s3 .company-data .data .num {
  font-weight: lighter;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.page-home .s3 .company-data .data sup {
  display: inline-block;
  transform: translateY(-13px);
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .page-home .s3 .company-data .data sup {
    font-size: 0.875rem;
    transform: translateY(-20px);
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data .data sup {
    font-size: 0.875rem;
    transform: translateY(-15px);
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data .data sup {
    font-size: 1rem;
    transform: translateY(-32px);
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data .data sup {
    font-size: 1.125rem;
  }
}
.page-home .s3 .title-section {
  height: 60px;
}

@media (min-width: 768px) {
  .page-home .s3 .title-section {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .title-section {
    height: 80px;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .title-section {
    height: 120px;
  }
}
.page-home .s3 .item {
  display: block;
  position: relative;
  text-align: center;
  padding-right: 1px;
  position: relative;
  margin-bottom: 2.5rem;
}

.page-home .s3 .item .pic {
  overflow: hidden;
}

.page-home .s3 .item .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.page-home .s3 .item .txt {
  height: 80px;
}

@media (min-width: 768px) {
  .page-home .s3 .item .txt {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .item .txt {
    height: 120px;
    padding-top: 2em;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .item .txt {
    height: 140px;
    padding-top: 2rem;
  }
}
.page-home .s3 .item dl {
  background-color: #F1F4F9;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.page-home .s3 .item dl dt {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-home .s3 .item dl dt {
    font-size: 16px;
  }
}

.page-home .s3 .item dl dd {
  margin: 0;
  padding: 0.2rem 0;
}

@media (min-width: 1201px) {
  .page-home .s3 .item dl dd {
    padding: 0.5rem 0;
  }
}
.page-home .s3 .item a.go {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin-bottom: -15px;
  z-index: 200;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .page-home .s3 .item a.go {
    margin-bottom: -20px;
  }
}
.page-home .s3 .item a.go img {
  width: 30px;
}

@media (min-width: 992px) {
  .page-home .s3 .item a.go img {
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
    width: 40px;
  }
}
.page-home .s3 .item a.go:hover {
  transform: scale(1.1);
}

.page-home .s4 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-home .s4 .res-sliders {
    padding-top: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .res-sliders {
    padding-top: 3rem;
  }
}
.page-home .s4 .item {
  position: relative;
  padding-bottom: 2rem;
}

.page-home .s4 .item::after {
  position: absolute;
  content: " ";
  height: 340px;
  width: 100%;
  display: block;
  z-index: -1;
  right: 0;
  bottom: 0;
  background-color: #F1F5F9;
}

@media (min-width: 768px) {
  .page-home .s4 .item::after {
    width: 70%;
    height: 300px;
    clip-path: polygon(18% 0, 0 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item::after {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item::after {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item::after {
    height: 662px;
  }
}
@media (min-width: 768px) {
  .page-home .s4 .item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item {
    background-position: right top;
    height: 350px;
    background-size: auto 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item {
    height: 460px;
    background-size: auto 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item {
    height: 662px;
  }
}
.page-home .s4 .item .pic {
  overflow: hidden;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .page-home .s4 .item .pic {
    margin-top: -2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .pic {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .page-home .s4 .item .pic img {
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 300px;
    clip-path: polygon(0 0, 0 100%, 82% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item .pic img {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item .pic img {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .pic img {
    height: 662px;
  }
}
.page-home .s4 .item .txt {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .page-home .s4 .item .txt {
    padding-left: 1rem;
    max-width: 350px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item .txt {
    padding-top: 3rem;
    padding-left: 2rem;
    max-width: 450px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item .txt {
    padding-top: 3rem;
    padding-left: 3rem;
    max-width: 560px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .txt {
    max-width: 660px;
    padding-left: 5rem;
  }
}
.page-home .s4 .item .txt h3 {
  border-bottom: 1px #ddd solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.page-home .s4 .item .txt p {
  text-align: justify;
}

@media (min-width: 1201px) {
  .page-home .s4 .item .txt p {
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .txt p {
    font-size: 1.125rem;
  }
}
.page-home .s4 .more {
  display: block;
  text-align: right;
}

.page-home .s4 .more img {
  width: 30px;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .page-home .s4 .more img {
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
    width: 40px;
  }
}
.page-home .s4 .more img:hover {
  transform: scale(1.1);
}

.page-home .s4 .swiper-next,
.page-home .s4 .swiper-prev {
  position: absolute;
  left: 50%;
  display: inline-block;
  bottom: 1.5rem;
  z-index: 100;
  margin-left: -3rem;
}

@media (min-width: 768px) {
  .page-home .s4 .swiper-next,
.page-home .s4 .swiper-prev {
    margin-left: 1rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .swiper-next,
.page-home .s4 .swiper-prev {
    margin-left: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .swiper-next,
.page-home .s4 .swiper-prev {
    margin-left: 5rem;
  }
}
.page-home .s4 .swiper-next {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .page-home .s4 .swiper-next {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .swiper-next {
    margin-left: 6rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .swiper-next {
    margin-left: 10rem;
  }
}
.page-home .s5 .title-news {
  margin-bottom: 2rem;
}

.page-home .s6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-home .s6 .txt {
  max-width: 260px;
}

@media (min-width: 768px) {
  .page-home .s6 .txt {
    max-width: 390px;
  }
}
.page-home .s6 .txt a {
  margin-right: 1rem;
}

.page-home .s6 .txt a:last-child {
  margin-right: 0;
}

.page-home .s6 .title-section {
  margin-bottom: 2rem;
}
.page-home .s6 .title-section h2 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

.about_bg {
  height: 100vh;
  background-image: url(../img/about_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .page-about .s2-3 {
    display: flex;
  }
}
.page-about .s2-3 .item {
  position: relative;
  cursor: pointer;
  background-position: center top;
  background-size: auto 280px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 300px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-about .s2-3 .item {
    background-size: auto 530px;
    padding-top: 550px;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item {
    margin-bottom: 0;
    padding-top: 0;
    background-position: right center;
    background-size: cover;
    height: 460px;
    flex-basis: 33.33333333%;
    transition: flex-basis 0.3s;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item {
    height: 560px;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item {
    height: 700px;
  }
}
.page-about .s2-3 .item::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.page-about .s2-3 .item .txt-container {
  text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 300;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item .txt-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item .txt-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-about .s2-3 .item .txt-container h2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container h2 {
    color: #fff;
    opacity: 1;
    transition: opacity 0.4s 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container .content {
    opacity: 0;
    height: 0;
    overflow-y: auto;
    padding-right: 1.25rem;
    transition: opacity 0.6s 0.3s;
  }
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-thumb:hover {
  background: #00a500;
}
.page-about .s2-3 .item .txt-container .content h3 {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container .content h3 {
    display: block;
  }
}
.page-about .s2-3 .item:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1 {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1 h3 {
    color: #fff;
  }
}
.page-about .s2-3 .item.item1.active::after {
  background-color: transparent;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1.active .txt-container {
    max-width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1.active .txt-container h2 {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active {
    background-position: center center;
    flex-basis: 68.75%;
  }
}
.page-about .s2-3 .item.active::after {
  color: #eff3f8;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 68%;
    left: 8.6%;
  }
}
.page-about .s2-3 .item.active .txt-container h2 {
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container h2 {
    opacity: 0;
    transition: opacity 0s;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container .content {
    opacity: 1;
    height: 360px;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item.active .txt-container .content {
    height: 380px;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item.active .txt-container .content {
    height: 460px;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.disactive {
    flex-basis: 15.625%;
  }
}

.page-about .s1 .vision .intro {
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding:0.8rem;
}

@media (min-width: 768px) {
  .page-about .s1 .vision .intro {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro {
    padding: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s1 .vision .intro {
    padding: 2rem 5rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s1 .vision .intro {
    padding: 2rem 3rem 2rem 6rem;
  }
}
.page-about .s1 .vision .intro .txt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

@media (min-width: 768px) {
  .page-about .s1 .vision .intro .txt {
    text-align: left;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro .txt {

	padding-left: 4rem;
  }
}
.page-about .s1 .vision .intro .txt .vis {
  margin-bottom: 1rem;
  line-height:1.5;
}

@media (min-width: 768px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 9.5rem;
  }
}
.page-about .s2 .s2-1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 10rem;
  padding-top: 10rem;
}

@media (min-width: 768px) {
  .page-about .s2 .s2-1 {
    background-size: auto 20rem;
    padding-top: 20rem;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1 {
    padding-top: 0;
    height: 400px;
    background-size: cover;
    background-position: center bottom;
  }
}
@media (min-width: 1201px) {
  .page-about .s2 .s2-1 {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .page-about .s2 .s2-1 {
    height: 500px;
  }
}
.page-about .s2 .s2-1 .txt-container {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
}

@media (min-width: 992px) {
  .page-about .s2 .s2-1 .txt-container {
    clip-path: polygon(0 0, 0 100%, 50% 100%, 60% 0);
    padding-right: 50%;
  }
}
.page-about .s2 .s2-1 .txt-container .txt {
  padding: 15px;
  text-align: justify;
}

@media (min-width: 768px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 480px;
    margin: auto 0 auto auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 560px;
  }
}
@media (min-width: 1601px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1.s2-2 .txt-container {
    clip-path: polygon(50% 0, 40% 100%, 100% 100%, 100% 0);
    padding-left: 50%;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1.s2-2 .txt-container .txt {
    margin: auto auto auto 0;
  }
}
.page-about .s3 {
  background-color: #1c2730;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .page-about .s3 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 {
    padding-top: 5rem;
    background-color: #fff;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 {
    padding-top: 6rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 {
    padding-top: 7rem;
  }
}
.page-about .s3 .title-section h2 {
  color: #fff;
}

@media (min-width: 992px) {
  .page-about .s3 .title-section h2 {
    color: #333;
  }
}
.page-about .s3 .s3-1 .categories {
  background-color: #1c2730;
  padding-top: 0rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(28, 39, 48, 0.96);
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.page-about .s3 .s3-1 .categories .logo {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .logo {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .logo {
    display: block;
    text-align: left;
  }
}
.page-about .s3 .s3-1 .categories .logo img {
  height: 50px;
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .logo img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .logo img {
    width: 110px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .logo img {
    width: 130px;
  }
}
.page-about .s3 .s3-1 .categories .navlist {
  padding: 0 0.9375rem;
}

@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .navlist {
    max-width: 230px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .navlist {
    max-width: 290px;
  }
}
.page-about .s3 .s3-1 .categories .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav {
    text-align: left;
  }
}
.page-about .s3 .s3-1 .categories .nav li {
  color: #fff;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
}

@media screen and (min-width: 360px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 0.875rem;
    padding: 0.4rem 0.6rem;
  }
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .nav li {
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li {
    display: block;
    padding: 1rem 1rem;
    font-size: 1.125rem;
    margin-bottom: 3px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 1.375rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 1.5rem;
  }
}
.page-about .s3 .s3-1 .categories .nav li .t1 {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/arrow-right.svg), linear-gradient(90deg, #004D17, #2EAA52);
    background-position: right 1rem center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 10px auto, auto auto;
    margin-right: -40px;
    z-index: 0;
    opacity: 0;
    transition: all 0.2s;
  }

  .page-about .s3 .s3-1 .categories .nav li:hover {
    margin-right: -40px;
  }
}
.page-about .s3 .s3-1 .categories .nav li:hover::after {
  width: 100%;
  opacity: 1;
}

.page-about .s3 .s3-1 .categories .nav li.active {
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
}

@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li.active {
    background-image: url(../img/arrow-right.svg), linear-gradient(90deg, #004D17, #2EAA52);
    background-position: right 1rem center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 10px auto, auto auto;
    margin-right: -40px;
  }
}
.page-about .s3 .s3-1 .categories .nav li.active:hover::after {
  display: none;
}

.page-about .s3 .s3-1 .col-lg-9 {
  background-image: url(../img/about_4_m.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-about .s3 .s3-1 .col-lg-9 {
    background-image: url(../img/about_4.jpg);
  }
}
.page-about .s3 .s3-1 .companies {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2rem 1.25rem 1rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.page-about .s3 .s3-1 .companies::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

.page-about .s3 .s3-1 .companies::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.page-about .s3 .s3-1 .companies::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(0deg, #25d2a3 0%, #004E17 100%);
}

.page-about .s3 .s3-1 .companies::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #25d2a3 0%, #004E17 100%);
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies {
    padding: 1.25rem 1rem 0 2rem;
    height: 450px;
    overflow-y: auto;
    margin-right: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 3rem 0 5rem;
    height: 536px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 3rem 0 5rem;
    height: 536px;
  }
}
.page-about .s3 .s3-1 .companies.active {
  display: block;
}

.page-about .s3 .s3-1 .companies .col-6 {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .col-6 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .col-6 {
    margin-bottom: 2rem;
  }
}
.page-about .s3 .s3-1 .companies .item {
  display: block;
  background-color: white;
  height: 100%;
  padding: 1rem;
  margin-left: -5px;
  margin-right: -5px;
  transition: all 0.2s;
}

.page-about .s3 .s3-1 .companies .item:hover {
  transform: translateY(-5px);
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 0.1rem 1rem 1rem;
    height: 195px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 1rem 1.5rem 1rem;
    height: 220px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies .item {
    height: 220px;
  }
}
.page-about .s3 .s3-1 .companies .item img {
  height: 80px;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  margin: 10px auto;
  display: block;
}

@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies .item img {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 60px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 70px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 80px;
  }
}
.page-about .s3 .s3-1 .companies .item .name {
  text-align: center;
  color: #3c3c3c;
}

.page-about .s3 .s3-1 .companies .item p {
  margin: 0;
  text-align: center;
  color: red;
  font-size: 0.875rem;
}

.page-about .s3 h3 {
  color: #fff;
}

.page-about .s3 .pic {
  text-align: center;
}

@media (min-width: 992px) {
  .page-about .s3 .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
.page-about .s3 .txt .container {
  padding-top: 2rem;
}

@media (min-width: 1601px) {
  .page-about .s3 .txt .container {
    padding-top: 3rem;
  }
}
.page-about .s3 .txt .container p {
  font-weight: lighter;
}

.page-about .s4 {
  background-color: #EBEBEB;
  padding-top: 1.3rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .page-about .s4 {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-about .s4 {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 {
    padding-top: 8rem;
    margin-bottom:5rem;
  }
}
.page-about .s4 .gallery-thumbs {
  box-sizing: border-box;
  margin: 0 auto 1rem;
  max-width: 500px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .page-about .s4 .gallery-thumbs {
    margin: 0 auto 2rem;
  }
}
.page-about .s4 .gallery-thumbs .swiper-slide {
  width: 33%;
  height: 100%;
  opacity: 0.4;
  padding-bottom: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.page-about .s4 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  color: #004E17;
  position: relative;
}

.page-about .s4 .gallery-thumbs .swiper-slide-thumb-active::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
  height: 3px;
  background-color: #004E17;
}

@media (min-width: 768px) {
  .page-about .s4 .gallery-thumbs .swiper-slide-thumb-active::after {
    width: 80px;
  }
}
.page-about .s4 .history_slider .swiper-pagination-bullet {
  opacity: 1;
  background: transparent url(../img/dot_logo.png) no-repeat center center;
  border-radius: 0;
  width: 50px;
  height: 50px;
}

.page-about .s4 .history_slider .swiper-pagination-bullet-active {
  background-image: url(../img/dot_logo_active.png);
}

.page-about .s4 .swiper-slide {
  height: auto;
}

.page-about .s4 .item {
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

@media (min-width: 992px) {
  .page-about .s4 .item {
    padding: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 .item {
    padding: 2rem 3rem;
  }
}
.page-about .s4 .item .title {
  border-bottom: 1px #ddd solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

@media (min-width: 1201px) {
  .page-about .s4 .item .title {
    margin-bottom: 1.5rem;
  }
}
.page-about .s4 .item .title small {
  font-size: 1.125rem;
  font-style: italic;
}

.page-about .s4 .item .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-about .s4 .item .list li {
  margin-bottom: 0.5rem;
}

.page-about .s4 .item .year {
  color: #004E17;
  font-style: italic;
  font-weight: bold;
  width: 60px;
}

@media (min-width: 992px) {
  .page-about .s4 .item .year {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .item .year {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 .item .year {
    font-size: 1.25rem;
  }
}
.page-about .s4 .swiper-next,
.page-about .s4 .swiper-prev {
  position: absolute;
  top: 1.9rem;
  display: inline-block;
  z-index: 100;
  left: 1rem;
  display: none;
}

@media (min-width: 768px) {
  .page-about .s4 .swiper-next,
.page-about .s4 .swiper-prev {
    top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-about .s4 .swiper-next,
.page-about .s4 .swiper-prev {
    top: 50%;
    display: block;
    margin-top: -20px;
    left: 23.85%;
    margin-left: -20px;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .swiper-next,
.page-about .s4 .swiper-prev {
    left: 24.2%;
  }
}
.page-about .s4 .swiper-next {
  left: auto;
  right: 1rem;
}

@media (min-width: 992px) {
  .page-about .s4 .swiper-next {
    left: auto;
    margin-left: auto;
    margin-right: -20px;
    right: 23.85%;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .swiper-next {
    right: 24.2%;
  }
}
.page-about .s5 .pic {
  margin-bottom: 2rem;
}

.page-about .s5 .txt {
  text-align: center;
  height: 100%;
}

@media (min-width: 768px) {
  .page-about .s5 .txt {
    border-left: 1px #eee solid;
  }
}
.page-about .s5 .txt p {
  line-height: 2.2;
}

@media (min-width: 768px) {
  .page-about .s5 .txt.last {
    border-right: 1px #eee solid;
  }
}
.page-contact .s1 .item {
  padding: 1rem;
  background-color: #F1F5F9;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .page-contact .s1 .item {
    padding: 2rem 3rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s1 .item {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .page-contact .s1 .item {
    padding: 2rem 3rem 1rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item {
    padding: 3rem 4rem 2rem;
  }
}
.page-contact .s1 .item address {
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .page-contact .s1 .item address {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .page-contact .s1 .item address {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s1 .item address {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .page-contact .s1 .item address {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item address {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
}
.page-contact .s1 .item .clist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-contact .s1 .item .clist li {
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .page-contact .s1 .item .clist li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item .clist li {
    margin-bottom: 1.5rem;
  }
}
.page-contact .s2 .form-container {
  background-color: #F1F5F9;
  padding: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .page-contact .s2 .form-container {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container {
    padding: 2rem 3em;
  }
}
@media (min-width: 1601px) {
  .page-contact .s2 .form-container {
    padding: 2rem 4rem;
  }
}
.page-contact .s2 .form-container .des {
  padding-bottom: 1rem;
  border-bottom: 1px #DDE4EC solid;
  display: none;
}

@media (min-width: 992px) {
  .page-contact .s2 .form-container .des {
    display: block;
  }
}
.page-contact .s2 .form-container .form-group {
  margin-bottom: 2rem;
}

.page-contact .s2 .form-container .form-group .invalid-feedback {
  color: #da1f1f;
  padding-top: 0.3rem;
}

.page-contact .s2 .form-container .form-label {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .page-contact .s2 .form-container .form-label {
    width: 70px;
  }
}
.page-contact .s2 .form-container .form-control {
  width: 100%;
  height: 38px;
  border: none;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .page-contact .s2 .form-container .form-control {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .form-control {
    height: 38px;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container .form-control {
    height: 48px;
  }
}
.page-contact .s2 .form-container .form-control-textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
}

.page-contact .s2 .form-container #verification {
  margin-right: 0.5rem;
}

@media screen and (max-width: 359px) {
  .page-contact .s2 .form-container #verification {
    width: 160px;
  }
}
@media screen and (min-width: 360px) {
  .page-contact .s2 .form-container #verification {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .page-contact .s2 .form-container #verification {
    margin-right: 1rem;
  }
}
.page-contact .s2 .form-container .vcode {
  width: 100px;
  height: 38px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .page-contact .s2 .form-container .vcode {
    width: 120px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .vcode {
    width: 100px;
    height: 38px;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container .vcode {
    width: 120px;
    height: 48px;
  }
}
.page-contact .s2 .form-container .btn {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .page-contact .s2 .form-container .btn {
    margin-top: 0;
  }
}
.page-contact .s3 .list1 .item {
  background-color: #F1F5F9;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .page-contact .s3 .list1 .item {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s3 .list1 .item {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s3 .list1 .item {
    padding: 2rem 3rem;
  }
}
.page-contact .s3 .list1 .item h3 {
  font-weight: normal;
}

.page-contact .s3 .list1 .item .date {
  color: #004E17;
}

.page-contact .s3 .list1 .item a img {
  width: 31px;
}

@media (min-width: 768px) {
  .page-contact .s3 .list1 .item a img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-business-v1 {
    padding-top: 3rem;
  }
}
@media (min-width: 1201px) {
  .page-business-v1 {
    padding-top: 5rem;
  }
}
@media (min-width: 1601px) {
  .page-business-v1 {
    padding-top: 7rem;
  }
}
@media (min-width: 768px) {
  .page-business .s1 {
    margin-bottom: 3rem;
  }
}
.page-business .page-title {
  position: relative;
  height: 120px;
  background: linear-gradient(-90deg, #838fed 0%, #48c4db 52.63%, #00b78d 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business .page-title {
    height: 260px;
  }
}
@media (min-width: 1201px) {
  .page-business .page-title {
    height: 280px;
  }
}
.page-business .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business .page-title h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .page-business .page-title h1 {
    font-size: 52px;
  }
}
@media (min-width: 1201px) {
  .page-business .page-title h1 {
    font-size: 56px;
  }
}
@media (min-width: 1601px) {
  .page-business .page-title h1 {
    font-size: 60px;
  }
}
.page-business .four {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.page-business .four .item {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.page-business .four .item img {
  width: 100%;
}
.page-business .four .item .txt {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem 1rem 3rem;
  text-align: center;
  left: 0;
  z-index: 100;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .page-business .four .item .txt {
    padding: 1.5rem 1rem 6rem;
  }
}
@media (min-width: 992px) {
  .page-business .four .item .txt {
    padding: 2rem 1rem 6.5rem;
  }
}
@media (min-width: 1201px) {
  .page-business .four .item .txt {
    padding: 2.5rem 1rem 8rem;
  }
}
@media (min-width: 1601px) {
  .page-business .four .item .txt {
    padding: 3rem 1rem 9rem;
  }
}
.page-business .four .item .txt h2 {
  color: #fff;
}
.page-business .four .item .txt a {
  color: #fff;
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px transparent solid;
  transition: all 0.3s;
}
.page-business .four .item .txt a:hover {
  border-color: #fff;
}
.page-business .bus-list .item {
  position: relative;
  margin-bottom: 10px;
}
.page-business .bus-list .item img {
  width: 100%;
}
.page-business .bus-list .item .bg {
  object-fit: cover;
  object-position: center center;
  height: 180px;
}
@media (min-width: 768px) {
  .page-business .bus-list .item .bg {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .page-business .bus-list .item .bg {
    height: 320px;
  }
}
.page-business .bus-list .item .p1 {
  padding-top: 0.5rem;
  display: block;
  margin: 0 auto 1rem;
  max-width: 100px;
}
@media (min-width: 768px) {
  .page-business .bus-list .item .p1 {
    max-width: 120px;
    margin: 0 auto 1rem;
  }
}
.page-business .bus-list .item .txt {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 1rem;
  text-align: center;
  left: 0;
  z-index: 100;
  color: #fff;
  transform: translateY(-50%);
}
.page-business .bus-list .item .txt a {
  transition: all 0.3s;
  color: #fff;
  display: inline-block;
}
.page-business .bus-list .item .txt a:hover {
  transform: translateY(-2px);
}
.page-business .bus-list .item .txt h3 {
  color: #fff;
  font-weight: normal;
}
.page-business .bus-list .item .txt p {
  margin-bottom: 0;
}
.page-business.page-electronic .page-title {
  height: 120px;
  background: linear-gradient(-90deg, #2bf9fe 0%, #19b0fe 40.6%, #004ba3 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business.page-electronic .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic .page-title {
    height: 240px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic .page-title {
    height: 280px;
  }
}
.page-business.page-electronic .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 42px;
  }
}
.page-business.page-electronic.page-medicine .page-title {
  background: linear-gradient(-90deg, #98db00 0%, #5bc600 40.6%, #005f2f 100%);
}
.page-business.page-electronic.page-film .page-title {
  background: linear-gradient(-90deg, #d7afee 0%, #159ace 100%);
}
.page-business.page-electronic.page-service .page-title {
  background: linear-gradient(-90deg, #54d8ce 0%, #409a95 40.6%, #004e4e 100%);
}
.page-business.page-electronic-copy .page-title {
  height: 120px;
  background: linear-gradient(-90deg, #2bf9fe 0%, #19b0fe 40.6%, #004ba3 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business.page-electronic-copy .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic-copy .page-title {
    height: 240px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic-copy .page-title {
    height: 280px;
  }
}
.page-business.page-electronic-copy .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .page-business.page-electronic-copy .bus-list .item .bg {
    height: 320px;
  }
}
.page-business.page-electronic-copy .bus-list .item .txt:hover {
  margin-top: -2px;
}
.page-business.page-electronic-copy .bus-list .item h3 a:hover {
  transform: translateY(0);
}
.page-business.page-electronic-copy .bus-list .item .p1 {
  max-width: 120px;
  margin-bottom: 1rem;
}
.page-business.page-electronic-copy .bus-list .item .p1:hover {
  transform: translateY(0);
}

.page-business .s1.s2 .txt {
  border-left: none;
}

@media (min-width: 1201px) {
  .page-business .s1.s2 .txt {
    padding-right: 7rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s1.s2 .txt {
    padding-right: 11rem;
  }
}
.page-business .s3 {
  position: relative;
}

.page-business .s3 .gallery-top {
  height: 100%;
  position: relative;
}

.page-business .s3 .gallery-top .swiper-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 9.375rem;
}

@media (min-width: 768px) {
  .page-business .s3 .gallery-top .swiper-slide {
    padding-top: 8rem;
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 992px) {
  .page-business .s3 .gallery-top .swiper-slide {
    padding-top: 10rem;
    padding-bottom: 14.375rem;
  }
}
.page-business .s3 .gallery-top .swiper-slide::after {
  content: " ";
  display: block;
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: rgba(241, 245, 249, 0.6);
  z-index: 1;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .page-business .s3 .gallery-top .swiper-slide::after {
    height: 160px;
  }
}
.page-business .s3 .gallery-top .swiper-slide .container {
  box-sizing: border-box;
}

.page-business .s3 .gallery-top .swiper-slide .container * {
  box-sizing: border-box;
}

.page-business .s3 .txt {
  position: relative;
  max-width: 470px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  z-index: 700;
}

@media (min-width: 768px) {
  .page-business .s3 .txt {
    margin: 0 auto 0;
  }
}
@media (min-width: 992px) {
  .page-business .s3 .txt {
    margin: 0 0 0 auto;
  }
}
.page-business .s3 .txt .des {
  padding: 1rem;
  min-height: 292px;
}

@media (min-width: 992px) {
  .page-business .s3 .txt .des {
    padding: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .txt .des {
    padding: 2rem 2rem;
    min-height: 338px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .txt .des {
    min-height: 345px;
  }
}
.page-business .s3 .txt .des h3.title {
  text-align: center;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.page-business .s3 .txt .des p {
  text-align: justify;
}

.page-business .s3 .txt .des .logos {
  display: flex;
}

.page-business .s3 .txt .des .logos a {
  padding: 0 0.8rem;
}

.page-business .s3 .txt .des .logos a img {
  height: 30px;
}

.page-business .s3 .swiper-next,
.page-business .s3 .swiper-prev {
  position: absolute;
  right: 0.5rem;
  bottom: 1.6rem;
  z-index: 200;
  outline: none;
}

@media (min-width: 992px) {
  .page-business .s3 .swiper-next,
.page-business .s3 .swiper-prev {
    right: auto;
    left: 50%;
    margin-left: -5rem;
    bottom: 4rem;
    display: none;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .swiper-next,
.page-business .s3 .swiper-prev {
    margin-left: 20px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .swiper-next,
.page-business .s3 .swiper-prev {
    margin-left: 140px;
  }
}
.page-business .s3 .swiper-next img,
.page-business .s3 .swiper-prev img {
  filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
  transition: all 0.2s;
}

.page-business .s3 .swiper-next img:hover,
.page-business .s3 .swiper-prev img:hover {
  transform: scale(1.1);
}

.page-business .s3 .swiper-prev {
  right: auto;
  left: 0.5rem;
}

@media (min-width: 992px) {
  .page-business .s3 .swiper-prev {
    left: 50%;
    margin-left: -460px;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .swiper-prev {
    margin-left: -560px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .swiper-prev {
    margin-left: -695px;
  }
}
.page-business .s3 .slider_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.page-business .s3 .slider_nav .pagging-list {
  padding-right: 3rem;
  padding-left: 3rem;
  margin: 0 auto 1.3rem;
}

@media (min-width: 992px) {
  .page-business .s3 .slider_nav .pagging-list {
    margin: 0 auto 3.5rem;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 800px;
  }
}
@media (min-width: 992px) and (min-width: 1601px) {
  .page-business .s3 .slider_nav .pagging-list {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (min-width: 1601px) {
  .page-business .s3 .slider_nav .pagging-list {
    max-width: 1000px;
  }
}
.page-business .s3 .gallery-thumbs .swiper-slide {
  cursor: pointer;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.2s;
}

.page-business .s3 .gallery-thumbs .swiper-slide:hover {
  color: #fff;
  background-color: #004E17;
}

.page-business .s3 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  position: relative;
  background-color: #004E17;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
}

.page-business .s4 {
  position: relative;
}

.page-business .s4 .pic img {
  width: 100%;
}

.page-business .s4 .swiper-slide {
  height: auto;
}

.page-business .s4 .item {
  height: 100%;
}

.page-business .s4 .txt {
  background-color: #f1f3f9;
  padding: 1rem;
  height: 100%;
}

@media (min-width: 992px) {
  .page-business .s4 .txt {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s4 .txt {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s4 .txt {
    padding: 2rem 3rem;
  }
}
.page-business .s4 .txt .title {
  font-weight: normal;
}

.page-business .s4 .txt .logos {
  box-sizing: border-box;
  padding-top: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}

.page-business .s4 .txt .logos a {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
  background-color: #f8f9fc;
  padding: 0.6rem 1rem;
  height: 100%;
}

.page-business .s4 .txt .logos a:hover {
  background-color: #fff;
}

.page-business .s4 .txt .logos img {
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-business .s4 .gallery-thumbs {
  margin-left: 2rem;
  margin-right: 2em;
  max-width: 600px;
}

@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs {
    margin: 0 auto;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide {
    margin-bottom: 1.5rem;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background-color: #004E17;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide::after {
    width: 0;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide:hover::after {
  width: 70px;
}

@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide:hover::after {
    width: 80px;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  color: #004E17;
  position: relative;
}

.page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  width: 70px;
}

@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
    width: 80px;
  }
}
.page-business .s4 .swiper-next,
.page-business .s4 .swiper-prev {
  position: absolute;
  top: 3rem;
  display: inline-block;
  z-index: 100;
  left: 0.5rem;
}

@media (min-width: 768px) {
  .page-business .s4 .swiper-next,
.page-business .s4 .swiper-prev {
    display: none;
  }
}
.page-business .s4 .swiper-next {
  left: auto;
  right: 0.5rem;
}

@media (min-width: 992px) {
  .page-business .s4 .swiper-next {
    margin-left: auto;
    margin-right: -20px;
    right: 23.85%;
  }
}
.page-business .s5 {
  background-color: #000;
}

@media (min-width: 992px) {
  .page-business .s5 {
    display: flex;
    align-items: stretch;
  }
}
.page-business .s5 .item {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.2s;
  overflow: hidden;
  cursor: pointer;
  padding-top: 13rem;
}

@media (min-width: 768px) {
  .page-business .s5 .item {
    opacity: 0.7;
    background-size: cover;
    height: 200px;
    padding-top: 0;
  }

  .page-business .s5 .item::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item {
    height: 450px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15%;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item {
    height: 550px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item {
    height: 765px;
  }
}
.page-business .s5 .item .txt {
  padding: 1rem;
  transition: all 0.2s;
  background-color: white;
  z-index: 10;
}

@media (min-width: 768px) {
  .page-business .s5 .item .txt {
    color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item .txt {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item .txt {
    padding: 1rem 1.5rem;
    max-width: 670px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item .txt {
    padding: 1rem 3rem;
    max-width: 770px;
  }
}
.page-business .s5 .item .txt .title {
  font-weight: normal;
  font-size: 1.375rem;
  transition: all 0.2s;
  display: inline-block;
  margin: 0;
}

@media (min-width: 768px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.875rem;
  }
}
.page-business .s5 .item .txt p {
  transition: all 0.2s;
  text-align: justify;
}

@media (min-width: 768px) {
  .page-business .s5 .item .txt p {
    display: none;
    opacity: 0;
  }
}
.page-business .s5 .item .txt .logos {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .page-business .s5 .item .txt .logos {
    display: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-business .s5 .item .txt .logos a {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  background-color: #f1f1f1;
  padding: 5px 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-business .s5 .item .txt .logos a {
    margin-left: -5px;
    margin-right: -5px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.page-business .s5 .item .txt .logos a img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center center;
}

.page-business .s5 .item .txt .logos a:hover {
  background-color: #fff;
}

.page-business .s5 .item:hover {
  opacity: 1;
}

.page-business .s5 .item.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .page-business .s5 .item.active {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item.active {
    height: 450px;
    flex-basis: 55%;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item.active {
    height: 550px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active {
    height: 765px;
  }
}
.page-business .s5 .item.active .txt {
  color: #000;
}

@media (min-width: 768px) {
  .page-business .s5 .item.active .txt {
    color: #fff;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active .txt {
    padding-bottom: 200px;
  }
}
.page-business .s5 .item.active .txt .title {
  font-size: 1.5rem;
  color: #000;
}

@media (min-width: 768px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 1.875rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 3rem;
  }
}
.page-business .s5 .item.active .txt p {
  display: block;
  opacity: 1;
  animation-delay: 1s;
}

.page-business .s5 .item.active .txt .logos {
  display: block;
}

.page-business-detail {
  position: relative;
}
.page-business-detail::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 270px;
  background: linear-gradient(-90deg, #d7afee 0%, #159ace 100%);
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .page-business-detail::after {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .page-business-detail::after {
    height: 440px;
  }
}
@media (min-width: 1201px) {
  .page-business-detail::after {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .page-business-detail::after {
    height: 560px;
  }
}
.page-business-detail .container {
  position: relative;
  z-index: 2;
}
.page-business-detail .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-business-detail .title {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .page-business-detail .title {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.page-business-detail .title .thumbnail {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1201px) {
  .page-business-detail .title .thumbnail {
    margin-bottom: 2rem;
  }
}
.page-business-detail .title .thumbnail img {
  height: 80px;
}
@media (min-width: 768px) {
  .page-business-detail .title .thumbnail img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .page-business-detail .title .thumbnail img {
    height: 100px;
  }
}
.page-business-detail .title h1 {
  font-weight: normal;
  color: #fff;
}
.page-business-detail .title p {
  color: #fff;
}
.page-business-detail .banner-bus {
  max-width: 1372px;
  margin: 0 auto 2rem;
}
@media (min-width: 1201px) {
  .page-business-detail .banner-bus {
    margin: 0 auto 4rem;
  }
}
.page-business-detail .content {
  margin: 0 auto 2rem;
  max-width: 814px;
  text-align: justify;
}
@media (min-width: 1201px) {
  .page-business-detail .content {
    margin: 0 auto 4rem;
  }
}
.page-business-detail .company {
  text-align: center;
}
.page-business-detail .company a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 35px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin: 0 0.7rem 2rem;
}
.page-business-detail .company a img {
  width: 140px;
  height: 50px;
  object-fit: contain;
}

.subsidiary-info {
  padding: 1rem;
}
.subsidiary-info .logo {
  height: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .subsidiary-info {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .subsidiary-info {
    padding: 3rem;
  }
}
@media (min-width: 1201px) {
  .subsidiary-info {
    padding: 4rem 5rem;
  }
}
.subsidiary-info .btn-gohome {
  margin-bottom: 1rem;
}

.page-products .s1 .brand_list .col-md-6 {
  margin-bottom: 1.875rem;
}

.page-products .s1 .brand_list .item {
  display: block;
  border: 1px #eee solid;
  position: relative;
  padding: 1rem;
  text-align: center;
  height: 100%;
}

@media (min-width: 1201px) {
  .page-products .s1 .brand_list .item {
    padding: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-products .s1 .brand_list .item {
    padding: 2rem;
  }
}
.page-products .s1 .brand_list .item img {
  margin-bottom: 1rem;
}

.page-products .s1 .brand_list .item p {
  margin: 0;
  position: relative;
  padding-top: 1.5rem;
}

.page-products .s1 .brand_list .item p::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border: 1px #041A87 solid;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0.4;
}

.page-products .s1 .brand_list .item:hover {
  border: 1px #041A87 solid;
}

.page-products .s1 .brand_list .item:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px #041A87 solid;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}

.page-products .s2 .title {
  margin-bottom: 1.5rem;
}

.page-products .s2 .box .box-header {
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1201px) {
  .page-products .s2 .box .box-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-products .s2 .box .box-header h3 {
  font-weight: normal;
  margin: 0;
  color: #999;
}

.page-products .s2 .box .box-header .iconfont {
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  z-index: 10;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.75rem;
  }
}
.page-products .s2 .box .box-body {
  background-color: #eee;
  padding: 1rem;
  display: none;
}

.page-products .s2 .box .box-body .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .s2 .box .box-body .list li {
  padding: 0.6rem 15px;
  text-align: center;
}

.page-products .s2 .box .box-body .list li a {
  display: inline-block;
}

@media (min-width: 1601px) {
  .page-products .s2 .box .box-body .list li a {
    font-size: 1rem;
  }
}
.page-products .s2 .box .box-body .list li a.active {
  color: #041A87;
  border-bottom: 1px #041A87 solid;
}

.page-products .s2 .box.active .box-header h3 {
  color: #333;
}

.page-products .s2 .box.active .box-body {
  display: block;
}

.page-product-detail {
  font-size: 0.875rem;
}

@media (min-width: 1201px) {
  .page-product-detail {
    font-size: 1rem;
  }
}
.page-product-detail .s1 {
  position: relative;
  background: #004E17 url(../img/product-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  color: #fff;
  padding-bottom: 5rem;
}

.page-product-detail .s1 .site_path {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
  color: rgba(255, 255, 255, 0.4);
}

.page-product-detail .s1 .txt {
  text-align: center;
}

.page-product-detail .s1 .txt h1 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-product-detail .s1 .txt h1::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #FFB719;
}

.page-product-detail .s1 .txt .des {
  font-weight: lighter;
  letter-spacing: 2rem;
  padding-left: 2rem;
}

.page-product-detail .s2 .tab-header {
  border-bottom: 1px #ddd solid;
  margin-bottom: 2rem;
}

@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-header {
    margin-bottom: 3rem;
  }
}
.page-product-detail .s2 .tab-header a {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}

.page-product-detail .s2 .tab-header a.active {
  color: #004E17;
  border-bottom: 3px #004E17 solid;
}

.page-product-detail .s2 .tab-body {
  display: none;
}

.page-product-detail .s2 .tab-body.active {
  display: block;
}

.page-product-detail .s2 .tab-body .note {
  padding-top: 1rem;
  color: #041A87;
}

.page-product-detail .s2 .tab-body .swiper-pagination {
  position: relative;
}

.page-product-detail .s2 .tab-body .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background: url(../img/dot.svg) no-repeat center center;
  background-size: 8px 8px;
  opacity: 1;
}

.page-product-detail .s2 .tab-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../img/bird.svg);
  background-size: 29px 29px;
}

@media (min-width: 992px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 5rem;
  }
}
.page-product-detail .s2 .tab-body .txt .lis {
  list-style-image: url(../img/dot_blue.png);
}

.page-product-detail .s2 .tab-body .txt .lis li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.page-product-detail .s2 .tab-body .intro {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}

.page-product-detail .s2 .tab-body .b1 {
  background-color: #E9F5FB;
  margin-bottom: 1rem;
}

.page-product-detail .s2 .tab-body .b1 .t1 {
  padding: 0 3rem;
}

@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-body .b1 .t1 {
    padding: 0 4rem;
  }
}
.page-product-detail .s2 .tab-body .b1 h3.title {
  color: #041A87;
}

.page-product-detail .s2 .tab-body .b1 .pic {
  margin: 0;
}

.page-product-detail .s2 .tab-body .b2 {
  text-align: center;
}

.page-product-detail .s2 .tab-body .b3 {
  text-align: center;
  background-color: #EDEFF7;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-news .s2 .list .source {
  color: #004E17;
}

.page-news .s3 {
  position: relative;
}

.page-news .s3 .swiper-container {
  width: 100%;
  height: 300px !important;
}

@media (min-width: 768px) {
  .page-news .s3 .swiper-container {
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .swiper-container {
    height: 320px !important;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .swiper-container {
    height: 376px !important;
  }
}
.page-news .s3 .swiper-slide * {
  box-sizing: border-box;
}

.page-news .s3 .item {
  background-color: #E7EFF7;
}

@media (min-width: 992px) {
  .page-news .s3 .item .pic {
    height: 100%;
  }
}
.page-news .s3 .item .pic img {
  width: 100%;
  height: 194px;
  object-position: center center;
  object-fit: cover;
}

@media (min-width: 768px) {
  .page-news .s3 .item .pic img {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .item .pic img {
    height: 320px;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .item .pic img {
    height: 376px;
  }
}
.page-news .s3 .item .txt {
  padding: 1rem;
}

@media (min-width: 1201px) {
  .page-news .s3 .item .txt {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-news .s3 .item .txt {
    padding: 1.5rem 2rem;
  }
}
.page-news .s3 .item .txt .title {
  font-weight: normal;
}

@media (min-width: 768px) {
  .page-news .s3 .item .txt .date {
    border-bottom: 1px #fff solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page-news .s3 .item .txt .des {
  display: none;
}

@media (min-width: 768px) {
  .page-news .s3 .item .txt .des {
    display: block;
    overflow: hidden;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .item .txt .des {
    display: block;
    height: 140px;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .item .txt .des {
    display: block;
    height: 180px;
  }
}
.page-news .s3 .swiper-next,
.page-news .s3 .swiper-prev {
  position: absolute;
  left: 50%;
  display: inline-block;
  bottom: -20px;
  z-index: 100;
  margin-left: 2rem;
}

.page-news .s3 .swiper-prev {
  margin-left: 6rem;
}

.page-news .s4 .list2 .item .txt {
  padding-top: 1rem;
}

.page-news .s5 {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .page-news .s5 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-news .s5 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-news .s5 {
    padding-bottom: 5rem;
  }
}
.page-news .s5 .title {
  font-weight: normal;
}

.page-news .s5 .box {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-news .s5 .box {
    margin-bottom: 3rem;
  }
}

.page-news .s5 .box .box-footer {
  padding: 0.5rem 1rem;
}

.page-news .s5 .box .box-footer .source {
  color: #106E2C;
}

@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .source {
    font-size: 12px;
    border: 1px #106E2C solid;
    padding: 0 1rem;
  }
}
.page-news .s5 .box .box-footer .name {
  font-size: 1rem;
  text-align: right;
}

@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .name {
    text-align: left;
  }
}
.page-news .s5 .box .box-footer .prevandnext {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .prevandnext {
    padding: 0;
  }
}
.page-news .s5 .box .box-footer a {
  display: inline-block;
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .page-news .s5 .box .box-footer a {
    margin: 0;
    margin-left: 1rem;
  }
}
.page-news .s5 .box .box-footer a img {
  width: 32px;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .page-news .s5 .box .box-footer a img {
    width: auto;
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
  }
}
.page-news .s5 .box .box-footer a img:hover {
  transform: scale(1.1);
}

.page-news .s5 .vid {
  width: 100%;
  display: block;
}

.page-news .s6 {
  background-color: #F1F5F9;
}

.page-news .photo_list .item {
  display: block;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .page-news .photo_list .item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-news .photo_list .item {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-news .photo_list .item {
    margin-bottom: 5rem;
  }
}
.page-news .photo_list .item .pic {
  margin-bottom: 1rem;
}

.page-news .photo_list .item h3 {
  font-weight: normal;
}

.page-news-detail .one-article {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .page-news-detail .one-article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-news-detail .one-article {
    max-width: 800px;
  }
}
.page-news-detail .one-article .news-header {
  text-align: center;
  border-bottom: 1px #eee solid;
  margin-bottom: 2rem;
}

.page-news-detail .one-article .news-header .title {
  margin-bottom: 1rem;
  font-weight: normal;
}

@media (min-width: 992px) {
  .page-news-detail .one-article .news-header .title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-news-detail .one-article .news-header .title {
    margin-bottom: 2rem;
  }
}
.page-news-detail .one-article .news-header .date,
.page-news-detail .one-article .news-header .source,
.page-news-detail .one-article .news-header .author {
  color: #004E17;
}

@media (min-width: 768px) {
  .page-news-detail .one-article .news-header .source {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-news-detail .one-article .news-header .date {
    text-align: right;
  }
}
.page-news-detail .one-article .content {
  margin-bottom: 2rem;
}
.page-news-detail .one-article .content video {
  width: 100%;
  height: auto;
}

@media (min-width: 1201px) {
  .page-news-detail .one-article .content {
    margin-bottom: 3rem;
  }
}
.page-news-detail .one-article .content p {
  text-align: justify;
  line-height: 2;
}

@media (min-width: 1201px) {
  .page-news-detail .one-article .content p {
    font-size: 1rem;
  }
}
.page-news-detail .one-article .content .pic {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.page-news-detail .one-article .content img {
  height: auto !important;
}

.page-news-detail .one-article .content .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  opacity: 1;
  background: #fff;
  border: 1px #eee solid;
}

.page-news-detail .one-article .content .swiper-pagination-bullet:hover {
  color: #004E17;
}

.page-news-detail .one-article .content .swiper-pagination-bullet-active {
  color: #fff;
  background: #004E17;
  border-color: #004E17;
}

.page-news-detail .pagenav .row1 {
  border-bottom: 1px #eee solid;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.page-news-detail .pagenav .row1 a {
  color: #004E17;
}

.page-news-detail .pagenav .row1 a:hover {
  text-decoration: underline;
}

.page-news-detail .pagenav .row2 {
  display: none;
}

@media (min-width: 768px) {
  .page-news-detail .pagenav .row2 {
    display: block;
  }
}
.page-news-detail .pagenav .row2 a.item {
  display: block;
}

.page-news-detail .pagenav .row2 a.item .pic {
  margin-bottom: 1rem;
}

.page-news-detail .pagenav .row2 a.item .date {
  color: #004E17;
  margin-bottom: 0.3rem;
}

.page-news-detail .pagenav .row2 a.item h3 {
  font-weight: normal;
}

.page-news-detail .pagenav .row2 a.item:hover h3 {
  color: #004E17;
}

.page-patient .item {
  background-color: #F4F5FA;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-patient .item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-patient .item {
    margin-bottom: 3rem;
  }
}
.page-patient .item .txt {
  max-width: 430px;
  padding: 2rem 2rem;
  height: 100%;
  position: relative;
}

@media (min-width: 1601px) {
  .page-patient .item .txt {
    padding: 2rem 3rem;
  }
}
.page-patient .item .txt h3 {
  margin-bottom: 1rem;
}

.page-patient .item .txt .note {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 2rem;
  color: #999;
}

@media (min-width: 1601px) {
  .page-patient .item .txt .note {
    padding: 1rem 3rem;
    bottom: 1rem;
  }
}
.page-patient .item .txt .note .iconfont {
  position: absolute;
  right: 2rem;
  bottom: 0;
  font-size: 2rem;
  z-index: 10;
}

@media (min-width: 1601px) {
  .page-patient .item .txt .note .iconfont {
    right: 3rem;
  }
}
.page-patient .item .txt p {
  color: #999;
}

.page-patient .item:hover {
  background-color: #004E17;
}

.page-patient .item:hover .txt h3 {
  color: #fff;
}

.page-patient .item:hover .txt p,
.page-patient .item:hover .txt .note {
  color: #fff;
  opacity: 0.5;
}

.page-college .item {
  margin-bottom: 1rem;
}

.page-college .item .pic {
  text-align: center;
}

.page-college .item .pic img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 339px;
}

.page-college .item .txt {
  padding: 1rem;
}

.page-college .item .txt h3 {
  margin: 0;
  font-weight: normal;
}

.page-college .item .txt .date {
  position: relative;
  padding-left: 1.875rem;
  color: #999;
}

.page-college .item .txt .date::before {
  position: absolute;
  content: " ";
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 10;
  background-color: #004E17;
  opacity: 0.5rem;
}

.page-responsibility .s1 p {
  text-align: justify;
  margin: 0;
}

@media (min-width: 1601px) {
  .page-responsibility .s1 p {
    font-size: 1.125rem;
  }
}
.page-responsibility .s2 .cat_intro {
  position: relative;
  background: #F1F5F9;
}

@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .pic img {
    clip-path: polygon(0 100%, 45% 100%, 100% 0, 0 0);
    height: 460px;
    width: 200px;
    object-position: right top;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .pic img {
    clip-path: polygon(0 100%, 77% 100%, 100% 0, 0 0);
    height: 400px;
    width: 400px;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .pic img {
    height: 460px;
    width: 450px;
  }
}
@media (min-width: 1601px) {
  .page-responsibility .s2 .cat_intro .pic img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .pic.pic_right img {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 55% 0);
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .pic.pic_right img {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 23% 0);
  }
}
.page-responsibility .s2 .cat_intro .txt {
  padding: 1rem;
}

@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1.5rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-left: 4rem;
    padding-right: 1.5rem;
  }
}
.page-responsibility .s2 .cat_intro .txt h3 {
  font-weight: normal;
}

.page-responsibility .s2 .cat_intro .txt p {
  text-align: justify;
  line-height: 2;
}

@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-responsibility .s2 .cat_intro .txt .more {
    text-align: right;
  }
}
.page-responsibility .s2 .cat_intro .txt .more img {
  max-width: 32px;
  transition: all 0.2s;
}

@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt .more img {
    max-width: 40px;
  }
}
.page-responsibility .s2 .cat_intro .txt .more img:hover {
  transform: scale(1.1);
}

.page-responsibility .s2 .list3 {
  border-top: 1px #eee solid;
}

.page-responsibility .s2 .list3 .item {
  padding: 15px;
  background-color: #fff;
}
.page-responsibility .s2 .list3 .item:hover {
  background-color: #F1F5F9;
}

.page-report .down {
  display: block;
  position: relative;
}

.page-report .down img {
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
}

.page-report .down .txt {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  padding-left: 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  .page-report .down .txt {
    padding-left: 3rem;
    top: 50%;
  }
}
@media (min-width: 992px) {
  .page-report .down .txt {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .page-report .down .txt .year {
    margin-bottom: 0.7rem;
  }
}
.page-search .searchbox {
  max-width: 640px;
  margin: 0 auto 1rem;
}

.page-search .searchbox input {
  width: 100%;
  border: 1px #ddd solid;
  border-radius: 3px 0 0 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 36px;
}

.page-search .searchbox .btn-search {
  height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #eee;
  outline-style: none;
  border: none;
}

.page-search .results {
  padding: 2rem 0;
}

.page-search .results ul li {
  border-bottom: 1px #eee solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .pagination {
    padding-top: 2rem;
  }
}
.pagination li {
  display: inline-block;
  margin: 0;
}

.pagination li a {
  display: block;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  color: #999;
  margin: 0 0.3rem;
}

@media (min-width: 768px) {
  .pagination li a {
    padding: 0.5rem 0.72rem;
    margin: 0 0.5rem;
  }
}
@media (min-width: 1601px) {
  .pagination li a {
    font-size: 1.125rem;
  }
}
.pagination li.active a {
  color: #004E17;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .pagination li.active a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .pagination li.active a {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .pagination li.active a {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .pagination li.active a {
    font-size: 1.875rem;
  }
}
.pagination li:hover a {
  color: #004E17;
}

.pagination li .prev,
.pagination li .next {
  padding: 0 1rem;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #004E17;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 51, 19, 0.3);
}

@media (min-width: 768px) {
  .pagination li .prev,
.pagination li .next {
    padding: 0 1.5rem;
  }
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #004D17, #23823f);
}

.page-link {
  color: #999;
}

.page-link:hover {
  color: #004E17;
}

.page-link .iconfont {
  font-size: 0.875rem;
}

.site-footer {
  background-color: #3f3f3f;
  color: #fff;
}

.site-footer .row_1 {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .site-footer .row_1 {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.site-footer .logo {
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer .logo {
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.site-footer .logo img {
  max-width: 100px;
}

@media (min-width: 992px) {
  .site-footer .logo img {
    max-width: 124px;
  }
}
.site-footer .bot_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .site-footer .bot_nav {
    display: flex;
  }
}
.site-footer .bot_nav > li {
  text-align: left;
  width: 100%;
}

.site-footer .bot_nav > li > a {
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .site-footer .bot_nav > li > a {
    font-size: 1rem;
  }
}
.site-footer .bot_nav > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .bot_nav > li .sub-menu li {
  margin-bottom: 0.2rem;
}

.site-footer .bot_nav > li .sub-menu li a {
  color: #BABABA;
}

@media (min-width: 992px) {
  .site-footer .bot_nav > li .sub-menu li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1201px) {
  .site-footer .bot_nav > li .sub-menu li a {
    font-size: 0.875rem;
  }
}
.site-footer .bot_nav > li .sub-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

.site-footer .bot {
  padding: 1rem 0;
  background-color: #2A2A2A;
  color: #BABABA;
}

.site-footer .bot .quicklink {
  margin-bottom: 1.5rem;
}
.site-footer .bot .quicklink .hasqr {
  display: inline-block;
  position: relative;
  border: none;
}
.site-footer .bot .quicklink .hasqr .qrcode {
  position: absolute;
  left: 50%;
  top: -140px;
  z-index: 100;
  width: 120px;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
  display: none;
}
.site-footer .bot .quicklink .hasqr .qrcode::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  border: 6px solid transparent;
  bottom: -12px;
  border-top-color: #fff;
  transform: translateX(-50%);
}
.site-footer .bot .quicklink .hasqr .qrcode img {
  display: block;
}
.site-footer .bot .quicklink .hasqr:hover .qrcode {
  display: block;
}

.site-footer .bot a {
  color: #BABABA;
}

.site-footer .bot a:hover {
  color: #fff;
  border-bottom: 1px #fff solid;
}

.site-footer .bot .copyright {
  font-size: 0.75rem;
  color: #BABABA;
}

.toTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: block;
  opacity: 0.5;
  z-index: 2000;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #eee;
  line-height: 50px;
  border-radius: 5px;
  color: #000;
}

@media (min-width: 768px) {
  .toTop {
    right: 2rem;
    bottom: 2rem;
  }
}
.toTop .iconfont {
  font-size: 1.5rem;
}

.toTop:hover {
  opacity: 1;
}

@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
img {
  height: auto;
}

.breadcrumbs {
  background-color: #f1f1f1;
  padding: 1rem 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::after {
  content: " > ";
}
.breadcrumbs ul li:last-child::after {
  content: "";
}

.page-impression .categories {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-impression .categories {
    margin-bottom: 3rem;
  }
}
.page-impression .categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-impression .categories ul li {
  display: inline-block;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li {
    margin: 0 1rem;
  }
}
.page-impression .categories ul li a {
  display: block;
  padding: 0 1rem;
  height: 30px;
  border-radius: 15px;
  border: 1px #ccc solid;
  text-align: center;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li a {
    padding: 0 2rem;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
  }
}
.page-impression .categories ul li a.active {
  line-height: 30px;
  color: #fff;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  box-shadow: 3px 5px 10px rgba(2, 82, 26, 0.3);
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li a.active {
    line-height: 50px;
    box-shadow: 7.5px 12.99px 30px rgba(2, 82, 26, 0.3);
  }
}
.page-impression .tab-content {
  display: none;
}
.page-impression .tab-content.active {
  display: block;
}
.page-impression .box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-impression .box {
    margin-bottom: 3rem;
  }
}
.page-impression .box .poster {
  margin-bottom: 1rem;
}
.page-impression .box .poster img {
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .page-impression .box .name {
    font-size: 18px;
  }
}
.page-impression .photo {
  margin-bottom: 2rem;
}
.page-impression .photo img {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1601px) {
  .page-impression .photo figcaption {
    font-size: 18px;
  }
}
.page-impression .s6 {
  background-color: #F1F5F9;
}

.page-videos .categories, .page-photos .categories {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-videos .categories, .page-photos .categories {
    margin-bottom: 3rem;
  }
}
.page-videos .categories ul, .page-photos .categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-videos .categories ul li, .page-photos .categories ul li {
  display: inline-block;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li, .page-photos .categories ul li {
    margin: 0 1rem;
  }
}
.page-videos .categories ul li a, .page-photos .categories ul li a {
  display: block;
  padding: 0 1rem;
  height: 30px;
  border-radius: 15px;
  border: 1px #ccc solid;
  text-align: center;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li a, .page-photos .categories ul li a {
    padding: 0 2rem;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
  }
}
.page-videos .categories ul li a.active, .page-photos .categories ul li a.active {
  line-height: 30px;
  color: #fff;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  box-shadow: 3px 5px 10px rgba(2, 82, 26, 0.3);
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li a.active, .page-photos .categories ul li a.active {
    line-height: 50px;
    box-shadow: 7.5px 12.99px 30px rgba(2, 82, 26, 0.3);
  }
}

.page-strategy .s1 {
  position: relative;
}
.page-strategy .s1 img {
  width: 100%;
}
.page-strategy .s1 .txt-container {
  background-color: #fff;
  text-align: justify;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-strategy .s1 .txt-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 585px;
    clip-path: polygon(0 100%, 80% 100%, 100% 0, 0 0);
    height: 100%;
  }
}
.page-strategy .s1 .txt-container .txt {
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .page-strategy .s1 .txt-container .txt {
    transform: translateY(-50%);
    padding: 2rem 7rem 2rem 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 200;
  }
}
.page-strategy .s1 .txt-container h2 {
  font-weight: normal;
  margin: 0;
}
.page-strategy .s1 .txt-container h3 {
  font-weight: normal;
}
@media screen and (min-width: 1201px) {
  .page-strategy .s1 .txt-container h3 {
    margin-bottom: 2rem;
  }
}
.page-strategy .s2 .title-section {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .page-strategy .s2 .title-section {
    margin-bottom: 2rem;
  }
}
.page-strategy .s2 .swiper-pagination-bullet-active {
  background-color: #00a500;
}
.page-strategy .s2 .swiper-next, .page-strategy .s2 .swiper-prev {
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  text-align: center;
  line-height: 44px;
}
@media screen and (min-width: 992px) {
  .page-strategy .s2 .swiper-next, .page-strategy .s2 .swiper-prev {
    display: none;
  }
}
.page-strategy .s2 .swiper-next img, .page-strategy .s2 .swiper-prev img {
  width: 28%;
  transform: rotate(180deg);
}
.page-strategy .s2 .swiper-next {
  left: auto;
  right: 0;
}
.page-strategy .s2 .swiper-next img {
  width: 28%;
  transform: rotate(0);
}
.page-strategy .s2 .strategy-sliders {
  padding-bottom: 3rem;
}
.page-strategy .s2 .item .pic {
  display: block;
  margin-bottom: 1rem;
}
.page-strategy .s2 .item .pic img {
  width: 100%;
}
.page-strategy .s2 .item .title {
  text-align: center;
}
.page-strategy .s3 .btn {
  border: 1px #333 solid;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.page-strategy .s3 .btn:hover {
  background-color: #1e7e34;
  color: #fff;
  border-color: #1e7e34;
}

.page-about .s6 header.nav {
  position: relative;
  z-index: 500;
  margin-bottom: 1rem;
}
@media (min-width: 1201px) {
  .page-about .s6 header.nav {
    margin-bottom: 2rem;
  }
}
.page-about .s6 header.nav ul.area {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-about .s6 header.nav ul.area > li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-about .s6 header.nav ul.area > li {
    padding: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s6 header.nav ul.area > li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 header.nav ul.area > li {
    font-size: 1.25rem;
  }
}
.page-about .s6 header.nav ul.area > li:hover {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li:hover::after {
  content: " ";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #004E17;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  position: absolute;
  z-index: 200;
}
.page-about .s6 header.nav ul.area > li ul.sub {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 100%;
  width: 130px;
  transform: translateX(-50%);
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-about .s6 header.nav ul.area > li ul.sub li {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}
@media (min-width: 992px) {
  .page-about .s6 header.nav ul.area > li ul.sub li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 header.nav ul.area > li ul.sub li {
    font-size: 1rem;
  }
}
.page-about .s6 header.nav ul.area > li ul.sub li:hover {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li ul.sub li.active {
 color: #004E17;
}
.page-about .s6 header.nav ul.area > li:hover ul.sub {
  display: block;
}

.page-about .s6 header.nav ul.area > li.active {
 color: #004E17;
}
.page-about .s6 header.nav ul.area > li.active::after {
 content: " ";
 display: block;
 width: 70%;
 height: 3px;
 background-color: #004E17;
 left: 50%;
 bottom: 0.5rem;
 transform: translateX(-50%);
 position: absolute;
 z-index: 200;
}
.page-about .s6 .office_slider {
  position: relative;
  padding-bottom: 3rem;
}
.page-about .s6 .office_slider .item {
  background-color: #f8f8f8;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-about .s6 .office_slider .item {
    padding: 2rem;
	margin:0 3.5rem;
  }
}
.page-about .s6 .office_slider .item * {
  box-sizing: border-box;
}
.page-about .s6 .office_slider .pic {
  margin-bottom: 1rem;
}
.page-about .s6 .office_slider .pic img {
  max-width: 100%;
}
.page-about .s6 .office_slider .office {
 
}
@media (min-width: 992px) {
 .page-about .s6 .office_slider .office {
  padding-right: 2rem;
  height: 340px;
  overflow-y: auto;
 }
}
.page-about .s6 .office_slider .office h3.name {
  font-size: 1.125rem;
}
@media (min-width: 1201px) {
  .page-about .s6 .office_slider .office h3.name {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 .office_slider .office h3.name {
    font-size: 1.25rem;
  }
}
.page-about .s6 .office_slider .office .des {
 text-align: justify;
}
.page-about .s6 .office_slider .office .add {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-about .s6 .office_slider .office .add li {
  padding-left: 2rem;
  position: relative;
}
.page-about .s6 .office_slider .office .add li .icon {
  position: absolute;
  left: 0;
  top: 0.5rem;
 
}
.page-about .s6 .office_slider .swiper-pagination-bullet {
  border: 1px #ddd solid;
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 1201px) {
  .page-about .s6 .office_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.page-about .s6 .office_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ddd;
}
.page-about .s6 .office_slider .swiper-next, .page-about .s6 .office_slider .swiper-prev {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .page-about .s6 .office_slider .swiper-next, .page-about .s6 .office_slider .swiper-prev {
    display: block;
  }
}
.page-about .s6 .office_slider .swiper-next {
  left: auto;
  right: 0rem;
}

.page-nav .container {
 overflow-x: auto;
}
.page-nav ul.subnav-about {
 width: 480px;
}
@media (min-width: 768px) {
 .page-nav ul.subnav-about {
  width: auto;
 }
}

/*# sourceMappingURL=styles.css.map */
/*about us 修改*/

.slides1 .swiper-slide{width:100%;height:100%;position:relative;background-size:cover}
.slides1 .swiper-slide:nth-child(2) .intro{position:absolute;left:50%;width:100%;height:100%;top:50%;transform:translate(-50%,-50%);padding:0;}
.slides1 .swiper-slide:nth-child(2) .intro .txt{padding:0;top: 46%;}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul{margin:0;padding:0}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li{padding:0;text-align:center;list-style-type:none;margin:0;margin-bottom: 2rem;padding-top: 3.2rem;}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p1{font-weight:400}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2{margin-top: 0px;font-weight:400}
.en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2.text28{font-weight:400}
.en .page-about .s1 .vision .intro .txt .name.text28{font-weight:400}
.en .slides1 .swiper-slide:nth-child(1) .txt p:nth-child(3).text20{font-weight:400}
.slides1 .col-md-8{position:static}
.section.s6{padding-bottom:5rem}
.section.s6 .slides2{padding:0 80px;margin:0 -80px;position:relative}
.section.s6 .slides2 .swiper-container{width:100%;height:100%;margin-left:auto;margin-right:auto}
.section.s6 .slides2 .swiper-slide{height:50%}
.section.s6 .slides2 .item{position:relative;height:280px}
.section.s6 .slides2 .item .pimg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:cover;background-position:center}
.section.s6 .slides2 .item .item-txt{bottom:0;position:absolute;overflow:hidden;padding:16px 40px 20px 40px;z-index:22;color:#fff;width:100%;box-sizing:border-box;}
.section.s6 .slides2 .item .item-txt .tit{font-weight:500;}
.section.s6 .slides2 .item .item-txt .desc{transition:all ease 0.3s;height:0;line-height:1.5;overflow:hidden;}
.section.s6 .slides2 .item:hover .item-txt{bottom:0;
	 backdrop-filter: saturate(100%) blur(2px); /* 设置饱和度和模糊度 */
    -webkit-backdrop-filter: saturate(100%) blur(2px); /* Safari 特定的前缀 */
    background-color: rgba(87, 77, 77, 0.02) /* 元素背景颜色，透明度可调整 */ 
	  }
.section.s6 .slides2 .item .item-txt .tit{font-weight:bold;line-height:1.3}
.section.s6 .slides2 .item:hover .item-txt .desc{margin-top:6px;height:45px;}
.section.s6 .en_slides2 .item .item-txt{padding:16px 25px 20px 25px;}
.section.s6 .en_slides2 .item:hover .item-txt .desc{line-height:21px;height:63px;}
/*.section.s6 .pc_slide .item::before{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:url(../img/fdc.png) no-repeat bottom center;background-size:100% 100%}*/
.section.s6 .slides2 .jt{width:40px;height:40px}
.section.s6 .slides2 .jt::after{display:none}
.section.s6 .slides2 .jt img{width:40px;height:40px}
.section.s6 .slides2 .jt:hover{opacity:0.88}
.section.s6 .slides2 .jt.swiper-button-prev{left:0}
.section.s6 .slides2 .jt.swiper-button-next{right:0}
.page-about .s1 .vision .intro .txt .vis{font-weight:400}
@media (max-width:1280px) and (max-width:1081px){
.section.s6 .slides2{margin:0 -30px;padding:0 30px}
.section.s6 .slides2 .jt.swiper-button-prev{left:-30px}
.section.s6 .slides2 .jt.swiper-button-next{right:-30px}
}

@media (max-width:1080px){
.section.s6 .slides2{margin:0;padding:0}
.section.s6 .slides2 .jt.swiper-button-prev{left:0px}
.section.s6 .slides2 .jt.swiper-button-next{right:0px}
}
@media (min-width:769px){
/*.section.s6 .slides2 .swiper-pagination{display:none}*/
.section.s6 .mb-media-3{margin-bottom:2.8rem;}
/*.section.s6 .slides2 .item .item-txt .tit{font-size:1.5rem;}*/
}
.m_slide{display:none}
.pc_slide{margin-top:-18px!important;}
.pc_slide .slide_wrap{margin:0 -20px;}
.pc_slide .item{width:calc(50% - 40px);float:left;margin:12px 20px}
@media (min-width:1220px){
.slides1 .swiper-slide:nth-child(1) .txt p:nth-child(3){margin-top:-5px}
}
@media (max-width:959px){
.m_slide{display:block}
.pc_slide{display:none}
.page-about .s4{margin-bottom:10px;padding-bottom: 4rem;}
.section.s6{padding-bottom:4.4rem;}
.section.s6.container{
	max-width:100%
}
.slides1 .swiper-slide:nth-child(2){background-image:url(/assets/img/mt2.jpg)!important;height: auto;}
.section.s6 .m_slide{margin-right:-15px!important;}
.section.s6 .title-section .desc{max-width:266px;margin:4px auto 20px auto;line-height:1.5}
.slides1 .swiper-slide:nth-child(2) .no-gutters{padding-bottom:0px}
.slides1 .swiper-slide:nth-child(2) .intro{top:50%}
.section.s6 .title-section h2{margin-bottom:0;}
.section.s6 .slides2{height:auto;padding:0;margin:0}
.section.s6 .slides2 .item{height:400px;margin:0 15px 0 0}
.section.s6 .slides2 .jt{display:none}

.section.s6 .slides2 .swiper-slide .item .item-txt{bottom:0;padding:15px;}
.section.s6 .slides2 .swiper-slide .item .item-txt .tit{font-size:20px!important;font-weight:bold;line-height:1.3;padding-bottom:0!important;}
.section.s6 .slides2 .swiper-slide .item .item-txt .desc{height:60px;margin-top:6px;line-height:1.5;}
.section.s6 .en_slides2 .swiper-slide .item .item-txt .desc{height:100px;}
.section.s6 .slides2  .swiper-wrapper{padding-bottom:35px}
.section.s6 .slides2  .swiper-pagination{text-align:center;width:100%;bottom:0px}
.section.s6 .slides2  .swiper-pagination-bullet{width:8px;height:8px;background:none;border:1px solid #f1f4f9;border-radius:50%;margin:0 4px;opacity:1}
.section.s6 .slides2  .swiper-pagination-bullet-active{background:#F2F5F9}
.page-about .s1 .vision .intro{padding-top:.9rem}
.page-about .s1 .vision .intro .txt .vis{font-size:1.25rem!important;line-height:1.3}
.en .page-about .s1 .vision .intro{margin-top:0rem}
.en .page-about .s1 .vision .intro .txt p:nth-child(2){margin-bottom:0;font-weight: 500;margin-top: -5px;}
.en .page-about .s1 .vision .intro .text20{margin-bottom:0;font-weight: 500;margin-top: -5px;}
.en .page-about .s1 .vision .intro .txt .vis{font-size:1.25rem!important;font-weight: 400;}

.en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p1{font-weight:400}
.en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2{margin-top: 0px;font-weight:bold;line-height: 1.5;}
.en .section.s6 .slides2 .swiper-slide .item .item-txt .desc{font-size:12px!important}
.en .section.s6 .en_slides2 .swiper-slide .item .item-txt .desc{height:auto;}
.en .section.s6 .title-section .desc{max-width:340px!important}
.en .page-about .s1 .vision .intro{padding: 0.5rem;}
.en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2{font-weight: bold;}
}
@media (min-width:960px) and (max-width:1080px){
.container, .container-sm, .container-md {
    max-width:850px;
}
.section.s6 .slides2 .item .item-txt{
padding: 16px 30px 20px 30px;
}

.section.s6 .slides2 .item:hover .item-txt .desc{
	font-size: 14px;
	}
}
@media (max-width:1600px){
.section.s6 .slides2 .item {height: 14rem;}

}
@media (max-width:1199px){
.section.s6 .slides2 .item {height: 11.5rem;}

}
@media (max-width:990px){
.section.s6{padding-bottom:2rem}
}
@media (max-width:959px){
.section.s6 .slides2 .item {height: 800px;}
.section.s6{padding-bottom:2rem}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li{margin-bottom: 0rem;
    padding-top: 2.2rem;}
}
@media (max-width:768px){
.section.s6 .slides2 .item {height: 800px;}
.page-about .s1 .vision .intro .txt    { top: 40%;}
.en .section.s6 .slides2 .swiper-slide .item .item-txt .tit{font-size:15px!important;font-weight: bold;}
}
@media (max-width:600px){
.section.s6 .slides2 .item {height: 400px;}
}
@media (min-width:960px) and (max-width:1280px){
  .section.s6 .slides2 {
    padding: 0 60px;
    margin: 0 -60px;
    position: relative;
  }
}