@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

code, kbd, pre, samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

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

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

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

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropdown, .dropup {
  position: relative;
}

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

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

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

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

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

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

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

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

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

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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-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-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-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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 10px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dddddd;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #bbbbbb;
  opacity: 0.8;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  opacity: 1;
}

/*
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
	}
	*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #dddddd;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #bbbbbb;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 8px 0;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 7px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* ==========================================================================
* slick
 ==========================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  /* height: 100vh; */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  display: block;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */
.slick-arrow {
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-color 0.5s;
  background: #cccccc center no-repeat;
  z-index: 2;
}

.slick-arrow:hover {
  background-color: #1bb0ad;
}

.slick-prev {
  left: 0;
  background-image: none;
}

.slick-next {
  right: 0;
  background-image: none;
}

/* .slick-prev.slick-disabled,
.slick-next.slick-disabled {
    color: rgb(210, 33, 41);
    background: rgba(255, 255, 255, 0.6);
} */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* Dots */
.slick-dots {
  display: block;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #1bb0ad;
  top: 1px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background-color: transparent;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background-color: #1bb0ad;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.noSlider .slick-list {
  text-align: center;
}

.noSlider .slick-list .slick-track {
  left: inherit;
  display: inline-block;
  transform: none !important;
}

/* ==========================================================================
    slickStyle1 箭頭
 ==========================================================================*/
.slickStyle1 .slick-prev,
.slickStyle1 .slick-next {
  width: 70px;
  height: 70px;
  top: 40%;
}

.slickStyle1 .slick-prev:before,
.slickStyle1 .slick-next:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*color:#ede5ec;*/
  color: #CCCCCC;
  font-size: 70px;
}

.slickStyle1 .slick-prev {
  left: 0px;
}

.slickStyle1 .slick-next {
  right: 0px;
}

.slickStyle1 .slick-prev:before {
  content: "\e631";
}

.slickStyle1 .slick-next:before {
  content: "\e632";
}

@media (max-width: 1440px) {
  .slickStyle1 .slick-prev {
    left: -10px;
  }
  .slickStyle1 .slick-next {
    right: -10px;
  }
  .slickStyle1 .slick-prev:before,
  .slickStyle1 .slick-next:before {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .slickStyle1 .slick-prev,
  .slickStyle1 .slick-next {
    top: -60px;
  }
  .slickStyle1 .slick-prev {
    left: 0%;
  }
  .slickStyle1 .slick-next {
    right: 0%;
  }
  .slickStyle1 .slick-prev:before,
  .slickStyle1 .slick-next:before {
    font-size: 30px;
  }
}
/* ==========================================================================
    slickStyle2
 ==========================================================================*/
.slickStyle2 .slick-prev,
.slickStyle2 .slick-next {
  width: 50px;
  height: 13px;
}

.slickStyle2 .slick-prev {
  background: url(images/prev.png) no-repeat left top;
  left: -30px;
}

.slickStyle2 .slick-next {
  background: url(images/next.png) no-repeat right top;
  right: -30px;
}

@media (max-width: 1366px) {
  .slickStyle2 .slick-prev {
    left: -20px;
  }
  .slickStyle2 .slick-next {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .slickStyle2 .slick-prev,
  .slickStyle2 .slick-next {
    top: -30px;
  }
  .slickStyle2 .slick-prev {
    left: 35px;
  }
  .slickStyle2 .slick-next {
    right: 35px;
  }
  .slickStyle2 .slick-prev:before,
  .slickStyle2 .slick-next:before {
    font-size: 30px;
  }
}
/* ==========================================================================
    slickStyle3 圈圈箭頭
 ==========================================================================*/
.slickStyle3 .slick-prev,
.slickStyle3 .slick-next {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  z-index: 99;
  opacity: 0.4;
}

.slickStyle3 .slick-prev:before,
.slickStyle3 .slick-next:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.slickStyle3 .slick-prev {
  left: 2%;
}

.slickStyle3 .slick-next {
  right: 2%;
}

.slickStyle3 .slick-prev:before {
  content: "\e631";
}

.slickStyle3 .slick-next:before {
  content: "\e632";
}

.slickStyle3 .slick-disabled,
.slickStyle3 .slick-disabled:before {
  display: none !important;
}

.micro-size .slickStyle3 .slick-prev,
.micro-size .slickStyle3 .slick-next {
  width: 35px;
  height: 35px;
}

.micro-size .slickStyle3 .slick-prev:before,
.micro-size .slickStyle3 .slick-next:before {
  font-size: 15px;
}

.noSlider .slick-list {
  text-align: center;
}

.noSlider .slick-list .slick-track {
  left: inherit;
  display: inline-block;
  width: 99% !important;
  text-align: center;
}

.noSlider .slick-list .slick-slide {
  float: none;
  display: inline-block;
  width: 33% !important;
}

.max-sm-size .noSlider .slick-list .slick-slide {
  width: 50% !important;
}

.max-xs-size .noSlider .slick-list .slick-slide {
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.font-74 {
  font-size: 74px;
}

.font-72 {
  font-size: 72px;
}

.font-64 {
  font-size: 64px;
}

.font-60 {
  font-size: 60px;
}

.font-56 {
  font-size: 56px;
}

.font-52 {
  font-size: 52px;
}

.font-50 {
  font-size: 50px;
}

.font-48 {
  font-size: 48px;
}

.font-45 {
  font-size: 45px;
}

.font-42 {
  font-size: 42px;
}

.font-40 {
  font-size: 40px;
}

.font-36 {
  font-size: 36px;
}

.font-35 {
  font-size: 35px;
}

.font-34 {
  font-size: 34px;
}

.font-32 {
  font-size: 32px;
}

.font-30 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-26 {
  font-size: 26px;
}

.font-24 {
  font-size: 24px;
}

.font-22 {
  font-size: 22px;
}

.font-20 {
  font-size: 20px;
}

.font-18,
.font-17 {
  font-size: 18px;
}

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

.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .font-72,
  .font-74 {
    font-size: 55px;
  }
  .font-64,
  .font-60 {
    font-size: 50px;
  }
  .font-56,
  .font-52,
  .font-50 {
    font-size: 45px;
  }
  .font-45 {
    font-size: 42px;
  }
  .font-48 {
    font-size: 40px;
  }
  .font-42,
  .font-40 {
    font-size: 35px;
  }
  .font-35,
  .font-34,
  .font-32 {
    font-size: 30px;
  }
  .font-28 {
    font-size: 26px;
  }
  .font-26,
  .font-24 {
    font-size: 22px;
  }
  .font-22,
  .font-20 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .font-74,
  .font-72,
  .font-64,
  .font-60 {
    font-size: 45px;
  }
  .font-56,
  .font-52,
  .font-50 {
    font-size: 35px;
  }
  .font-48 {
    font-size: 32px;
  }
  .font-45,
  .font-42,
  .font-40 {
    font-size: 28px;
  }
  .font-36,
  .font-35,
  .font-34,
  .font-32,
  .font-30,
  .font-28,
  .font-26 {
    font-size: 23px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .font-74 {
    font-size: 30px;
  }
  .font-72,
  .font-64,
  .font-60 {
    font-size: 40px;
  }
  .font-56,
  .font-52,
  .font-50,
  .font-48 {
    font-size: 28px;
  }
  .font-42,
  .font-40 {
    font-size: 26px;
  }
  .font-32,
  .font-35,
  .font-34,
  .font-28,
  .font-26,
  .font-24 {
    font-size: 22px;
  }
  .font-20,
  .font-18 {
    font-size: 16px;
  }
}
button {
  outline: none !important;
}
button:focus {
  outline: 0 !important;
}

.max1800 {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.max1700 {
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

.max1600 {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.max1660 {
  width: 100%;
  max-width: 1660px;
  margin: auto;
}

.max1620 {
  width: 100%;
  max-width: 1620px;
  margin: auto;
}

.max1500 {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.max1450 {
  width: 100%;
  max-width: 1450px;
  margin: auto;
}

.max1470 {
  width: 100%;
  max-width: 1470px;
  margin: auto;
}

.max1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.max1365 {
  width: 100%;
  max-width: 1365px;
  margin: auto;
}

.max1300 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.max1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.max1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.max1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.z-1 {
  z-index: 1;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.poppins {
  font-family: "Poppins";
}

.Montserrat {
  font-family: "Montserrat";
}

.txtHidden {
  color: transparent !important;
}

.black075 {
  color: rgba(0, 0, 0, 0.75);
}

.black046 {
  color: rgba(0, 0, 0, 0.46);
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #D80B17 !important;
}

.text-red2 {
  color: #C70C17;
}

.hover-red2:hover {
  color: #C70C17;
}

.text-red3 {
  color: #B01719;
}

.text-grayCCC {
  color: #ccc;
}

.text-blue {
  color: #1B63AE;
}

.text-lightBlue {
  color: #96AED5;
}

.text-darkBlue {
  color: #1F427A;
}

.text-green {
  color: #58C1A7;
}

.text-gray {
  color: #666;
}

.text-gray4D4D {
  color: #4d4d4d;
}

.text-gray8080 {
  color: #808080;
}

.bg-blue {
  background: #1B63AE;
}

.bg-gray {
  background: #F3F6FA;
}

.bg-gray999 {
  background: #999999;
}

.bg-black {
  background: black;
}

.bg-red-header {
  background-color: #B01719;
  color: #fff;
}

.btn-gray {
  background: linear-gradient(#fff -10%, #E5E5E5 130%);
  color: #808080;
  height: 50px;
}

.btn-outline-blue {
  border: 1px solid #1B63AE;
  color: #1B63AE;
}

.dropdown-toggle.btn-gray {
  max-height: 50px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.dropdown-toggle::after {
  content: url(images/common/dropdown.svg);
  width: 10px;
  height: 8px;
  margin: 0 10px;
  top: -10px;
  position: relative;
  border: none;
}

.border-b-blue {
  border-bottom: 2px solid #2B5CAA;
  padding: 2em 0 1.2em 0;
}

::placeholder,
::-webkit-input-placeholder {
  color: #B2B2B2 !important;
}

input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none;
}

button,
.pointer {
  transition: all 0.3s !important;
}

button {
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  width: 100%;
}

.shadow {
  transition: all 0.3s;
}
.shadow:hover {
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px;
}

.noNext {
  opacity: 0.5 !important;
}
.noNext:hover {
  background-color: transparent !important;
  cursor: auto;
  opacity: 0.5 !important;
}

.lh12 {
  line-height: 1.2em;
}

.lh14 {
  line-height: 1.4em;
}

.lh25 {
  line-height: 2.5em;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}
@media (max-width: 767px) {
  .lh32 {
    line-height: 1.78em;
  }
}

.lh36 {
  line-height: 2em;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls003 {
  letter-spacing: 0.03em;
}

.ls000 {
  letter-spacing: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.rounded-5 {
  border-radius: 5px;
}

.rounded20 {
  border-radius: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical-align-sub {
  vertical-align: sub;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hover-color-blue:hover {
  color: #2B5CAA;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.items {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.items .item {
  padding-left: 20px;
  padding-right: 20px;
  width: 20%;
  float: left;
  margin-bottom: 40px;
}
.items .item.big {
  width: 40%;
}
.items .item.big a {
  padding-top: 30px;
  padding-bottom: 6px;
  background: #F2F2F2;
  transition: background 0.5s;
}
.items .item.big a:hover {
  background: white;
}
.items .item.big a:hover h3,
.items .item.big a:hover h4 {
  transform: none;
}
.items .item.big a:hover .description {
  opacity: 1;
  transform: none;
}
.items .item.big a .img-wrapper {
  width: 270px;
  height: 270px;
  margin-bottom: 70px;
}
.items .item.big a h3,
.items .item.big a h4 {
  transform: translateY(30px);
  transition: transform 0.3s;
}
.items .item.big a .description {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
}
.items .item.big a .description > span {
  padding-bottom: 0;
}
.items .item.big a .description > span > span {
  padding-bottom: 0;
}
.items .item.big a .description > span > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background: black;
  border-radius: 50%;
}
.items .item a {
  transition: box-shadow 0.5s;
}
.items .item a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.items .item a:hover .img-wrapper img:nth-child(1) {
  opacity: 0;
}
.items .item a:hover .img-wrapper img:nth-child(2) {
  opacity: 1;
}
.items .item a .img-wrapper {
  height: 158px;
  width: 158px;
}
.items .item a .img-wrapper img {
  transition: opacity 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.items .item a .img-wrapper img:nth-child(2) {
  opacity: 0;
}
.items .item a h3,
.items .item a h4,
.items .item a span:not(.img-wrapper) {
  padding-bottom: 26px;
}

@media (max-width: 1200px) {
  .items .item {
    width: 25%;
  }
  .items .item.big {
    width: 50%;
  }
  .items .item.big a {
    padding-top: 8px;
  }
  .items .item.big a:hover {
    background: #F2F2F2;
  }
  .items .item.big a h3,
  .items .item.big a h4 {
    transform: none;
  }
  .items .item.big a .description {
    opacity: 1;
    transform: none;
  }
  .items .item a:hover {
    box-shadow: none;
  }
  .items .item a:hover .img-wrapper img:nth-child(1) {
    opacity: 1;
  }
  .items .item a:hover .img-wrapper img:nth-child(2) {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .items .item {
    width: 33.33%;
  }
  .items .item.big {
    width: 66.66%;
  }
}
@media (max-width: 768px) {
  .items .item {
    width: 50%;
    margin-bottom: 16px;
  }
  .items .item.big {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .items .item {
    width: 100%;
  }
  .items .item.big {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .items .item.big a {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .items .item.big a:hover {
    background: transparent;
  }
  .items .item.big a .img-wrapper {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }
  .items .item.big a .img-wrapper img {
    height: 144px;
  }
  .items .item.big a h3,
  .items .item.big a h4 {
    transform: none;
  }
  .items .item.big a .description {
    display: none;
  }
  .items .item a .img-wrapper {
    width: 200px;
    height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .items .item a .img-wrapper img:nth-child(2) {
    display: none;
  }
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  background-image: url(images/common/check-red.svg);
}

.custom-control-input.radio:checked ~ .custom-control-label.radio::before {
  background-color: transparent;
  background-image: url(images/common/radio.svg);
}

.custom-control-label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.custom-control-label::before, .custom-control-label::after {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #8E8E8E;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-control-label.radio::before, .custom-control-label.radio::after {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
	clear
 ========================================================================== */
button,
input,
select,
textarea {
  font-family: Arial, "Noto Sans TC", sans-serif;
  margin: 0;
}

textarea {
  -webkit-appearance: none;
}

button,
input {
  line-height: normal;
  outline: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ==========================================================================
    public
 ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  height: 100% !important;
  overflow-x: hidden;
  font-family: "Noto Sans TC", Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.safari body {
  -webkit-text-size-adjust: none;
}

body:after {
  display: block;
  content: "We're sorry! this website does not support your browser, please upgrade your browser, thank you.";
  position: fixed;
  z-index: 100000000000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #3f3f3f;
}

:root body:after {
  display: none;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
button,
a {
  outline: none !important;
}

a,
a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a.link,
.editor a {
  color: #555555;
}

a.link:hover,
.editor a:hover {
  border-color: #00938d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

/*ul {
    padding-left: 1.1em;
}*/
/* form */
.form .group {
  margin-bottom: 20px;
}

.form .red {
  color: #e60012;
}

input,
select,
button,
textarea {
  font-family: Arial;
}

textarea {
  resize: none;
}

.form .form-control {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #41af34;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  transition: border 0.5s, background 0.5s;
}

.form .form-control:hover {
  border-color: #41af34;
}

.form .form-control:focus {
  border-color: #41af34;
  outline: 0;
  background-color: #f4fff3;
}

.buttonBlock {
  margin-top: 30px;
}

.button {
  display: inline-block;
  min-width: 185px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #1bb0ad;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: background 0.5s, color 0.5s;
}

.button:hover {
  background-color: #139895;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

/**/
.scrollbar,
.scrollbarX {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

.main > .inner {
  line-height: normal;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.full {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.msie .table {
  table-layout: fixed;
}

.fixedbg {
  margin-top: 75px;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: fixed !important;
  width: 100%;
  z-index: -2;
  top: 0;
}
@media (max-width: 1217px) {
  .fixedbg {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .fixedbg {
    height: 45vh;
    min-height: 250px;
  }
}

.banner {
  height: 620px;
  z-index: 1;
}
.banner::after {
  content: "";
  background-color: #CBCBCB;
  height: 80px;
  width: 1px;
  bottom: -40px;
  position: absolute;
}
@media (max-width: 768px) {
  .banner::after {
    content: none;
  }
}
.banner > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.banner .title {
  margin: 4% 0 2% 0;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .banner::after {
    content: none;
  }
  .banner .title {
    margin: 3% 0;
  }
}

.inner {
  background-color: #fff;
}

.breadcrumb {
  background-color: transparent;
  color: #7F7F7F;
  font-size: 15px;
  text-align: right;
  justify-content: flex-end;
  padding: 2em 1em;
  font-family: "Noto Sans TC";
}
.breadcrumb li {
  display: inline-flex;
  font-weight: 300;
  letter-spacing: 1px;
}
.breadcrumb a {
  display: inline-flex;
}
.breadcrumb a:hover {
  color: #D80B17;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.5em;
}
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.5em;
  }
}

.target-fix {
  position: relative;
  top: -150px;
  display: block;
}

.tag {
  margin: auto;
  padding: 0 1em;
}
.tag .dropdown-toggle {
  display: none;
  border-radius: 30px;
  padding: 0.5em;
  background-color: #C70C17;
  color: #fff;
  min-width: 200px;
  height: 45px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.tag .dropdown-toggle::after {
  content: url(images/header/down.svg);
  top: 0;
  right: -15px;
  height: 30px;
  margin: 0;
}
.tag .dropdown-menu {
  background-color: transparent;
  position: relative !important;
  transform: none !important;
  border: none;
  display: flex;
  justify-content: center;
  animation-name: fade;
  animation-duration: 0.5s;
}
.tag a {
  display: inline-flex;
  background: #fff;
  width: 192px;
  height: 60px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 0.5em;
  transition: all 0.3s;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.tag a.active, .tag a:hover {
  background: #D80B17;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .tag a {
    width: auto;
    height: auto;
    padding: 12px 20px;
    margin: 0 1.5%;
  }
}
@media (max-width: 991px) {
  .tag {
    padding: 0;
    position: relative;
  }
  .tag .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tag .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 45px !important;
  }
  .tag .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: auto;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .tag a {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
  .tag a:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
  .tag a.active, .tag a:hover {
    background: #ccc;
    color: #000;
    box-shadow: none;
  }
}

.tag2 {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  padding: 0 1em;
}
.tag2 a {
  padding: 1.5% 2%;
  position: relative;
}
.tag2 a:not(:last-child)::after {
  content: "";
  background-color: #000;
  height: 17px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tag2 a.active, .tag2 a:hover {
  color: #C70C17;
  font-weight: 600;
}

.Btn {
  border: 1px solid #C70C17;
  font-size: 15px;
  font-family: "Poppins";
  max-width: 160px;
  width: 100%;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.3s !important;
}
.Btn a {
  transform: none;
}
.Btn:hover {
  background-color: #C70C17;
  color: #fff;
}

.navFixed {
  position: fixed;
}

.bottomBox {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottomBox a {
  align-items: center;
  height: 100%;
  width: 30%;
  background-color: transparent;
  transition: all 0.3s;
}
.bottomBox a img,
.bottomBox a svg {
  width: 32px;
  fill: #C4C4C4;
  transition: all 0.3s;
}
.bottomBox a:hover {
  padding-left: 3em;
}
.bottomBox a:hover svg {
  fill: #C70C17;
}
.bottomBox .R {
  justify-content: flex-end;
}
.bottomBox .R img,
.bottomBox .R svg {
  transform: scaleX(-1);
}
.bottomBox .R:hover {
  padding-right: 3em;
}
.bottomBox .all {
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.bottomBox .all img,
.bottomBox .all svg {
  width: 25px;
  fill: #C70C17;
}
.bottomBox .all:hover {
  padding-left: 0;
  background-color: #C70C17;
}
.bottomBox .all:hover svg {
  fill: #fff;
}
@media (max-width: 575px) {
  .bottomBox {
    justify-content: space-around;
  }
  .bottomBox a {
    padding-left: 3em;
  }
  .bottomBox .all {
    padding-left: 0;
  }
  .bottomBox .R {
    padding-right: 3em;
  }
  .bottomBox span {
    display: none !important;
  }
}

.bottomBox2 {
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottomBox2 a {
  align-items: baseline;
  align-items: center;
  width: 38%;
  justify-content: space-evenly;
}
.bottomBox2 a div {
  max-width: 80%;
}
.bottomBox2 a img,
.bottomBox2 a svg {
  width: 32px;
  fill: #C4C4C4;
  transition: all 0.3s;
}
.bottomBox2 a:hover svg {
  fill: #C70C17;
}
.bottomBox2 .all {
  height: 100%;
  width: 24%;
  display: flex;
  justify-content: center;
}
.bottomBox2 .all img,
.bottomBox2 .all svg {
  width: 25px;
  fill: #C70C17;
}
.bottomBox2 .all:hover svg {
  fill: #C4C4C4;
}
.bottomBox2 .R img,
.bottomBox2 .R svg {
  transform: scaleX(-1);
}
@media (max-width: 575px) {
  .bottomBox2 {
    justify-content: space-around;
  }
  .bottomBox2 span {
    display: none !important;
  }
}

.bottomBtn {
  justify-content: center;
  height: 100px;
  display: flex;
  align-items: center;
}
.bottomBtn button,
.bottomBtn a {
  width: 183px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.bottomBtn button:first-child,
.bottomBtn a:first-child {
  background-color: #C70C17;
  color: #fff;
  margin-right: 0.5em;
}
.bottomBtn button:first-child:hover,
.bottomBtn a:first-child:hover {
  opacity: 0.8;
}
.bottomBtn button:nth-child(2),
.bottomBtn a:nth-child(2) {
  border: 1px solid #BCBCBC;
  margin-left: 0.5em;
}
.bottomBtn button:nth-child(2):hover,
.bottomBtn a:nth-child(2):hover {
  background-color: #BCBCBC;
}
@media (max-width: 575px) {
  .bottomBtn button,
  .bottomBtn a {
    width: 160px;
    height: 50px;
  }
}

.linkBox {
  display: flex;
}
.linkBox a {
  width: 50%;
  display: inline-block;
  color: #fff;
  height: 20.5vw;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s !important;
  padding: 2% 5% 2% 3%;
  background-repeat: no-repeat;
}
.linkBox a img {
  transition: all 0.3s;
  border-radius: 50%;
}
.linkBox a:hover {
  opacity: 0.8 !important;
  background-size: 105%;
}
.linkBox a:hover img {
  background-color: #C70C17;
}
@media (max-width: 667px) {
  .linkBox {
    display: block;
  }
  .linkBox a {
    width: 100%;
    height: 40vw;
    background-position: center;
    padding: 1em;
  }
  .linkBox a img {
    width: 35px;
  }
}

.share {
  position: fixed;
  width: 100%;
  text-align: right;
  top: 62%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 5;
}
.share.hid {
  opacity: 0;
  pointer-events: none;
}
.share .max1260 {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.share .top {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.share .icon {
  display: inline-flex;
  flex-direction: column;
  opacity: 1;
  height: auto;
}
.share .icon a {
  width: 48px;
  height: 48px;
  margin: 7px 0;
  background-color: #fff;
  border: 1px solid #C70C17;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.share .icon a:hover {
  background-color: #C70C17;
}
.share .icon a:hover svg path {
  fill: #fff;
}
.share .icon a svg path {
  fill: #C70C17;
}
.share .icon a:nth-child(1) svg {
  height: 16px;
  width: 8px;
}
.share .icon a:nth-child(2) svg {
  height: 12px;
  width: 15px;
}
.share .icon a:nth-child(3) svg {
  height: 9px;
  width: 23px;
}
@media (max-width: 1260px) {
  .share {
    top: 83%;
    height: 50px;
    overflow: hidden;
    width: auto;
    right: 0;
  }
  .share .max1260 {
    max-width: 1070px;
  }
  .share .top {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
  }
  .share .icon {
    opacity: 0;
    height: 0;
  }
  .share.show {
    top: 62%;
    height: auto;
  }
  .share.show .icon {
    opacity: 1;
    height: auto;
  }
}

.share2 {
  position: fixed;
  right: 0;
  text-align: right;
  top: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 5;
}
.share2.hid {
  opacity: 0;
}
.share2 .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.share2 .top {
  background-image: url(images/products/advisory.png);
  background-color: #C70C17;
  background-size: cover;
  width: 75px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.share2 .top:hover {
  opacity: 0.9;
}
.share2 .shareBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.8em;
  cursor: pointer;
}
.share2 .shareBtn .shareicon {
  transition: all 0.3s;
}
.share2 .shareBtn .shareicon:hover {
  opacity: 0.8;
}
.share2 .shareBtn.show .icon {
  opacity: 1;
  width: auto;
  transition: all 0.3s;
}
.share2 .shareBtn.show .shareicon {
  background-image: url(images/products/close.png);
}
.share2 .icon {
  display: inline-flex;
  margin-right: 1em;
  opacity: 0;
  transition: all 0.3s;
  width: 0;
}
.share2 .icon a {
  width: 65px;
  height: 65px;
  margin-left: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 4px 7px 19px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 50%;
}
.share2 .icon a:hover {
  opacity: 0.8;
}
.share2 .shareicon {
  background-image: url(images/products/share.png);
  width: 75px;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .share2 {
    top: auto;
    bottom: 90px;
    width: 65px;
  }
  .share2 .top,
  .share2 .shareicon {
    width: 50px;
    height: 50px;
  }
  .share2 .top {
    background-image: url(images/products/advisory-2.png);
  }
  .share2 .icon a {
    height: 50px;
    width: 50px;
  }
}

.noscroll {
  overflow: hidden;
}

@media (max-width: 575px) {
  .tag ul li {
    padding: 8px 10px;
    min-width: 50px;
    margin: 5px 5px;
  }
}
.product .col-xl-2 {
  padding: 4px;
}
.product .col-xl-2 .productBox {
  background-color: #F7F7F7;
  border: 2px solid transparent;
  height: 350px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
}
.product .col-xl-2 .productBox img {
  mix-blend-mode: multiply;
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  min-width: 150px;
  top: 0;
  transition: all 0.3s;
  position: relative;
}
.product .col-xl-2 .productBox span {
  color: #4D4D4D;
  font-weight: bold;
  display: block;
  width: 100%;
  top: 0;
  transition: all 0.3s;
  position: relative;
}
.product .col-xl-2 .productBox span::after {
  content: "VIEW";
  display: flex;
  background: #1B63AE;
  border-radius: 50%;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  align-items: center;
  margin: auto;
  margin-top: 1em;
  opacity: 0;
  transition: all 0.3s;
}
.product .col-xl-2:hover .icon {
  opacity: 1;
}
.product .col-xl-2:hover .productBox {
  border: 2px solid #1B63AE;
}
.product .col-xl-2:hover .productBox img {
  top: -25px;
}
.product .col-xl-2:hover .productBox span {
  top: -35px;
}
.product .col-xl-2:hover .productBox span::after {
  opacity: 1;
  margin-top: 10px;
}
.product .icon {
  background: url(images/common/favorites.svg) no-repeat;
  width: 22px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 30px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.product .icon.on {
  background: url(images/common/favorites-on.svg) no-repeat;
  opacity: 1 !important;
}
.product .icon.show {
  opacity: 1;
}
.product.deletd .icon {
  background: url(images/common/deletd.svg) no-repeat;
}
.product img {
  mix-blend-mode: multiply;
  margin: auto;
}

@media (max-width: 767px) {
  .product .col-xl-2 .icon {
    opacity: 1;
  }
}
.editor {
  color: #353535;
  line-height: 1.34em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-disabled svg {
  fill: #D9D9D9;
}
.slick-disabled:hover {
  cursor: auto;
}
.slick-disabled:hover svg {
  fill: #D9D9D9;
}

.pagination {
  justify-content: center;
  color: #808080;
  padding: 3% 0;
}
.pagination a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a.next {
  transform: scaleX(-1);
}
.pagination a:hover path {
  fill: #C70C17 !important;
}
.pagination a img,
.pagination a svg {
  height: 16px;
  width: 10px;
}
.pagination a img path,
.pagination a svg path {
  transition: all 0.3s;
}
.pagination .page {
  display: flex;
  padding: 0 10px;
}
.pagination .page a {
  line-height: 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3215686275);
  transition: all 0.3s;
  margin: 0 0.5em;
  color: #000;
  font-family: "Roboto";
}
.pagination .page a:hover, .pagination .page a.active {
  background-color: #D80B17;
  color: #fff;
  border: 1px solid transparent;
}
.pagination .page a:hover::before, .pagination .page a.active::before {
  content: none;
}
.pagination .page a:hover + a::before, .pagination .page a.active + a::before {
  content: none;
}
@media (max-width: 575px) {
  .pagination {
    padding: 10% 0;
  }
  .pagination a {
    width: 35px;
    height: 35px;
  }
  .pagination .page a {
    margin: 0 5px;
  }
}

@media (max-width: 576px) {
  .pagination li {
    margin: 0 1px;
  }
  .pagination li a {
    width: 40px;
    height: 40px;
  }
}
.back {
  border-bottom: 2px solid #2B5CAA;
  padding: 30px 0;
}
.back a {
  position: relative;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  font-family: "Barlow Condensed";
  z-index: 0;
  color: #2B5CAA;
  margin-left: 50px;
  color: #2B5CAA !important;
}
.back a::before {
  content: url("images/common/back.svg");
  position: absolute;
  left: -50px;
  width: 100%;
}
.back a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -3px;
  background-color: #96AED5;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
  transition: background 0.3s;
}
.back a:hover::after {
  background-color: #a1a3a5;
}

.prev_back_next {
  justify-content: space-between;
  align-items: center;
}
.prev_back_next .next,
.prev_back_next .prev {
  width: 404px;
}
.prev_back_next .next a,
.prev_back_next .prev a {
  align-items: center;
}
.prev_back_next .next a:hover .img-wrapper,
.prev_back_next .prev a:hover .img-wrapper {
  background: #F15A29;
}
.prev_back_next .next a:hover .img-wrapper svg path,
.prev_back_next .prev a:hover .img-wrapper svg path {
  fill: white !important;
}
.prev_back_next .img-wrapper {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  transition: background 0.3s;
}
.prev_back_next .back {
  transition: background 0.3s;
  flex: 0 0 292px;
}
.prev_back_next .next {
  text-align: right;
}
.prev_back_next .svg {
  width: 7px;
}
.prev_back_next .svg path {
  transition: fill 0.3s;
}

@media (max-width: 1200px) {
  .prev_back_next {
    max-width: 500px;
  }
  .prev_back_next .next,
  .prev_back_next .prev {
    width: auto;
  }
  .prev_back_next .next .d-block,
  .prev_back_next .prev .d-block {
    display: none !important;
  }
  .prev_back_next .next a .img-wrapper,
  .prev_back_next .prev a .img-wrapper {
    background: #F15A29;
  }
  .prev_back_next .next a .img-wrapper svg path,
  .prev_back_next .prev a .img-wrapper svg path {
    fill: white !important;
  }
}
@media (max-width: 576px) {
  .prev_back_next .back {
    flex: 0 0 auto;
  }
  .prev_back_next .next a .img-wrapper,
  .prev_back_next .prev a .img-wrapper {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
.tabcontent {
  display: none;
  transition: all 0.3s;
}
.tabcontent.active {
  display: block;
}

.tablinks {
  background-color: #ccc;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-top: 1em;
  width: 49%;
  transition: all 0.3s;
}
.tablinks:hover {
  background-color: #96AED5;
}

@media screen and (max-width: 575px) {
  .bootstrap-select .dropdown-toggle {
    height: 50px;
    padding: 0.5em 30px 0.5em 120px;
  }
}
@media (max-width: 992px) {
  .back {
    padding: 20px 0;
  }
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toLeft {
  position: relative;
  left: 50%;
  animation-name: toLeft;
  animation-duration: 1s;
  transform: translateX(-50%);
}

@keyframes toLeft {
  from {
    left: 40%;
    opacity: 0;
  }
  to {
    left: 50%;
    opacity: 1;
  }
}
/* ==========================================================================
    header
 ==========================================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 75px;
  transition: background 0.3s, height 0.3s;
  background: #ffffff;
  border-bottom: 1px solid #DEDEDE;
}
header .gray_block {
  left: 0;
  top: 75px;
  width: 100vw;
  height: calc(100vh - 75px);
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}
header .gray_block.active {
  display: block;
}
header.hover-mode {
  background: white;
  height: 400px;
  transition: none;
}
header.hover-mode .gray_block {
  height: calc(100vh - 400px);
  top: 400px;
  opacity: 0.5;
  display: block;
}
header .logo {
  max-width: 240px;
  width: 16vw;
  transition: top 0.3s;
  pointer-events: all;
  background: url("images/logo.svg") no-repeat center;
  margin-left: 2%;
  height: 75px;
}
header .header-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  position: relative;
}
header .header-wrapper .nav-toggle {
  position: absolute;
  pointer-events: all;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}
header .header-wrapper .nav-toggle .wrapper {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
header .header-wrapper .nav-toggle .wrapper div {
  height: 2px;
  background-color: #D80B17;
  transition: width 0.5s ease, top 0.5s, transform 0.5s, -webkit-transform 0.5s;
  right: 0;
  width: 23px;
  margin: 2.5px 0;
}
header .header-wrapper .nav-toggle.active .wrapper div.bar1 {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}
header .header-wrapper .nav-toggle.active .wrapper div.bar2 {
  opacity: 0;
}
header .header-wrapper .nav-toggle.active .wrapper div.bar3 {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
header .header-wrapper .bg_phone {
  width: 100%;
}
header .header-wrapper .phone_icon {
  display: none;
}
header .scroll_wrapper nav {
  height: 100%;
  display: flex;
  justify-content: center;
}
header .scroll_wrapper nav .menu {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-width: 1020px;
  margin: auto;
  font-size: 16px;
}
header .scroll_wrapper nav .menu li {
  transition: padding 0.3s;
  text-align: center;
  position: relative;
  padding: 0 1.8%;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin: 0 0.5%;
}
header .scroll_wrapper nav .menu li span {
  line-height: 72px;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
header .scroll_wrapper nav .menu li span.active, header .scroll_wrapper nav .menu li span:hover {
  border-bottom: 3px solid #B01719;
  color: #B01719;
}
header .scroll_wrapper nav .menu li span.active div, header .scroll_wrapper nav .menu li span:hover div {
  color: #000;
}
header .scroll_wrapper nav .menu li a {
  display: block;
}
header .scroll_wrapper nav .nav-right {
  display: flex;
}
header .scroll_wrapper nav .nav-right a {
  width: 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
header .scroll_wrapper nav .nav-right a:hover {
  background: #dfdfdf;
}
header .scroll_wrapper nav .nav-right > div {
  width: 145px;
  background: #B01719;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .scroll_wrapper nav .nav-right > div svg,
header .scroll_wrapper nav .nav-right > div img {
  margin: 0 0.5em;
}
header .scroll_wrapper nav .nav-right > div > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}
header .scroll_wrapper nav .nav-right > div > div:nth-child(1) svg {
  fill: #fff;
  width: 23px;
}
header .scroll_wrapper nav .nav-right > div > div:nth-child(2) div {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .scroll_wrapper nav .nav-right > div > div:nth-child(2) svg {
  fill: #000;
  width: 26px;
}
header .box {
  background: #fff;
  border-radius: 0;
  position: absolute !important;
  top: 73px !important;
  left: 50% !important;
  display: none;
  padding: 15px 20px;
  transform: translateX(-50%) !important;
  border: none;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2705882353);
  min-width: 100%;
  text-align: center;
}
header .box span {
  display: block;
  font-size: 15px;
  padding: 10px 0;
  margin: 0 10px;
}
header .box span.active, header .box span:hover {
  color: #D80B17;
}
header .box span:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
header .submenu {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  height: 335px;
  cursor: auto;
  display: flex;
  opacity: 0;
  justify-content: center;
}
header .submenu > div {
  display: flex;
  margin: auto;
  opacity: 1;
  transition: all 0.1s;
  justify-content: flex-start;
  width: auto;
  min-width: 1068px;
}
header .submenu > div div:nth-child(1) {
  width: 360px;
  flex-shrink: 0;
}
header .submenu > div div:nth-child(1) img {
  width: 360px;
}
header .submenu > div div.iteam {
  margin: 0 1em 0 2em;
  min-width: calc((100% - 360px) / 3);
}
header .submenu > div div.iteam a {
  width: auto;
  text-align: left;
  border-bottom: 1px solid #CBCBCB;
  height: 64px;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  padding-right: 40px;
}
header .submenu > div div.iteam a b {
  font-size: 22px;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0.8em;
  color: #000;
  line-height: 1.5;
}
header .submenu > div div.iteam a::after {
  content: "";
  background: url(images/header/next.svg) no-repeat;
  background-color: #D1D1D1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  position: absolute;
  transition: all 0.3s;
}
header .submenu > div div.iteam a:hover {
  color: #C70C17;
}
header .submenu > div div.iteam a:hover b {
  color: #000;
}
header .submenu > div div.iteam a:hover::after {
  background-color: #C70C17;
}
header .submenu.active {
  pointer-events: all;
  opacity: 1;
}
header .shadowBox {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1019607843);
  height: 75px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
header .follows-wrapper {
  display: none;
}
@media screen and (max-width: 1807px) {
  header .logo {
    left: 16px;
  }
}
@media (max-width: 1480px) {
  header .scroll_wrapper nav .menu > li {
    padding: 0 1.2%;
  }
}
@media (max-width: 1380px) {
  header .scroll_wrapper nav .menu > li {
    font-size: 15px;
  }
  header .submenu > div {
    justify-content: center;
  }
  header .submenu > div div:nth-child(1) {
    display: none;
  }
  header .submenu.active {
    height: 250px;
    padding-bottom: 1em;
  }
}
@media (max-width: 1260px) {
  header .scroll_wrapper nav .menu li {
    margin: 0;
  }
}
@media (max-width: 1217px) {
  header {
    height: 60px;
    background: white;
    pointer-events: auto;
  }
  header .hid {
    display: none !important;
  }
  header .logo {
    width: 190px;
    top: 50%;
    transform: translateY(15%);
    background: url("images/logo.svg") no-repeat;
  }
  header .header-wrapper .nav-toggle {
    display: block;
  }
  header .header-wrapper .gray_block {
    width: 0;
    height: calc(100vh - 60px);
  }
  header .header-wrapper .gray_block.active {
    top: 60px;
    width: 100%;
    opacity: 0.5;
  }
  header .header-wrapper .phone_icon {
    position: absolute;
    pointer-events: all;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    display: block;
  }
  header .header-wrapper .phone_icon svg {
    width: 20px;
    fill: #495057;
  }
  header .header-wrapper .bg_phone {
    padding: 0;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    display: block;
    right: 0;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 0;
    pointer-events: none;
    background: #fff;
    border-top: #D80B17 2px solid;
    transform: translateX(350px);
    transition: transform 0.3s, opacity 1s;
  }
  header .header-wrapper .bg_phone.active {
    transform: translateX(0px);
    pointer-events: all;
  }
  header .header-wrapper .bg_phone.active .menu li {
    animation-name: slideRight;
  }
  header .header-wrapper .bg_phone.active .follows-wrapper li {
    animation-name: slideRight;
  }
  header .header-wrapper .bg_phone .scroll_wrapper {
    -webkit-overflow-scrolling: touch;
  }
  header .header-wrapper .bg_phone .scroll_wrapper nav {
    margin-left: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  header .header-wrapper .bg_phone .scroll_wrapper nav ul {
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    max-width: 320px;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  header .header-wrapper .bg_phone .scroll_wrapper nav ul li {
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    transition: background 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 1em;
  }
  header .header-wrapper .bg_phone .scroll_wrapper nav ul li:hover, header .header-wrapper .bg_phone .scroll_wrapper nav ul li.active {
    background: #C70C17;
    color: #fff;
    border-bottom: none;
  }
  header .header-wrapper .bg_phone .scroll_wrapper nav ul li a {
    display: flex;
    transition: none;
  }
  header .shadowBox {
    height: 60px;
  }
  header .menu {
    min-height: auto;
    padding: 0;
  }
  header .menu li {
    padding: 0 !important;
  }
  header .menu li .list {
    padding: 1em 1.5em;
    display: flex !important;
    align-items: center;
    line-height: 1em !important;
    border-bottom: none !important;
  }
  header .menu li .list::after {
    content: "";
    background: url(images/header/down-g.svg) no-repeat;
    width: 12px;
    height: 7px;
    right: 1.5em;
    position: absolute;
    transition: all 0.3s;
  }
  header .menu li .list.active, header .menu li .list:hover {
    color: #fff !important;
    border-bottom: none !important;
  }
  header .menu li.active .list::after, header .menu li:hover .list::after {
    background: url(images/header/down.svg) no-repeat;
  }
  header .submenu {
    pointer-events: all;
    opacity: 1;
    position: static;
    height: auto;
    background: #EDEDED;
    display: none;
  }
  header .submenu > div {
    display: block;
    opacity: 1;
  }
  header .submenu > div div.iteam {
    margin: 0;
  }
  header .submenu > div div.iteam a {
    width: auto;
    padding: 1em 1.5em;
    color: #000;
    height: auto;
  }
  header .submenu > div div.iteam a:hover::after {
    background: url(images/header/next2.svg) no-repeat;
  }
  header .submenu > div div.iteam a b {
    display: none;
  }
  header .submenu > div div.iteam a::after {
    background: url(images/header/next2.svg) no-repeat;
    border-radius: 0;
    width: 6px;
    height: 10px;
    right: 1.5em;
    color: transparent !important;
  }
  header .box {
    background: #fff;
    border-radius: 5px;
    position: absolute !important;
    top: 45px !important;
    left: 60% !important;
    display: none;
    padding: 5px 10px;
    transform: translateX(-50%) !important;
    border: none;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2705882353);
    min-width: auto;
    text-align: center;
  }
  header .box span {
    display: block;
    font-size: 15px;
    padding: 10px 0;
  }
  header .box span.active {
    color: #D80B17;
  }
  header .box span:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  header .box::before {
    content: "";
    background: url(images/header/top.svg) no-repeat;
    height: 10px;
    width: 18px;
    left: 50%;
    top: -9px;
    transform: translate(-50%);
    position: absolute;
  }
  header .follows-wrapper {
    text-align: center;
    padding: 2em 1em;
    display: block;
  }
  header .follows-wrapper .follows {
    justify-content: center;
  }
  header .follows-wrapper .follows li {
    width: 37px;
    height: 37px;
    border: 2px solid #868686;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  header .follows-wrapper .follows li a {
    display: block;
  }
  header .follows-wrapper .follows li a img {
    height: 15px;
    width: 15px;
  }
  header .follows-wrapper .follows li a svg {
    transition: all 0.3s;
    fill: #868686;
    height: 15px;
    width: 15px;
  }
  header .follows-wrapper .follows li:hover {
    border: 2px solid #D80B17;
  }
  header .follows-wrapper .follows li:hover a svg {
    fill: #D80B17;
  }
  header .follows-wrapper div span {
    display: block;
    color: rgba(25, 25, 25, 0.7490196078);
  }
}
@media (max-width: 576px) {
  header .header-wrapper .bg_phone {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  header .header-wrapper .gray_block {
    display: none;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
footer {
  position: relative;
  background: #F7F7F7;
  font-size: 15px;
  padding-top: 1%;
  padding-bottom: 0.8em;
}
footer #goTop {
  cursor: pointer;
  position: fixed;
  width: 62px;
  height: 62px;
  right: 35px;
  bottom: 35px;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s, box-shadow 0.3s, background 0.3s;
  background-color: #CD010B;
  display: block;
  text-align: center;
  font-family: "Barlow Condensed";
  transition: all 0.3s;
}
footer #goTop.show {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
footer #goTop.bottom {
  position: absolute;
  bottom: 99px;
  top: initial;
}
footer #goTop:hover {
  bottom: 40px;
}
footer #goTop svg {
  width: 12.2px;
  margin: auto;
  fill: #fff;
}
footer #goTop div {
  display: block;
  color: #fff;
  top: 16px;
  position: relative;
}
footer .foot-top {
  padding-top: 5%;
  padding-bottom: 3.5%;
  letter-spacing: 0.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .foot-top > div:nth-child(1) > img {
  width: 100%;
  max-width: 250px;
  mix-blend-mode: multiply;
}
footer .foot-top > div:nth-child(1) ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 35px 0 10px 0;
  color: #323232;
}
footer .foot-top > div:nth-child(1) ul li {
  margin: 8px 35px 3px 0;
  letter-spacing: 0.7px;
  display: inline-block;
}
footer .foot-top > div:nth-child(1) span {
  color: rgba(0, 0, 0, 0.7490196078);
  margin-bottom: 35px;
  display: inline-block;
  letter-spacing: 0;
}
footer .foot-top > div:nth-child(1) > a {
  background-color: #C0000A;
  color: #fff;
  border-radius: 5px;
  max-width: 250px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 1;
}
footer .foot-top > div:nth-child(1) > a:hover {
  opacity: 0.8;
}
footer .foot-top > div:nth-child(2) {
  display: flex;
  width: 75%;
}
footer .foot-top > div:nth-child(2) div {
  margin: 0 auto;
}
footer .foot-top > div:nth-child(2) div b {
  color: #272727;
  font-size: 18px;
  position: relative;
  margin-bottom: 1.5em;
  display: inline-block;
}
footer .foot-top > div:nth-child(2) div b::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #C70B17;
  position: absolute;
  bottom: -1em;
  left: 0;
}
footer .foot-top > div:nth-child(2) div ul {
  list-style: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.7490196078);
  margin: 0;
}
footer .foot-top > div:nth-child(2) div ul li,
footer .foot-top > div:nth-child(2) div ul a {
  margin: 20px 0;
  transition: all 0.1s;
}
footer .foot-top > div:nth-child(2) div ul li:hover,
footer .foot-top > div:nth-child(2) div ul a:hover {
  color: #BF010B;
}
footer hr {
  border-top: 1px solid s #D3D3D3;
  border-bottom: 1px solid #fff;
  height: 1px;
}
footer .copyright {
  max-width: 1600px;
  margin: auto;
  letter-spacing: 0.5px;
  padding: 1% 0;
  color: #1A1A1A;
  display: flex;
  justify-content: space-between;
}
footer .copyright ul {
  display: flex;
  padding-left: 2em;
}
footer .copyright ul li:not(:nth-child(3))::after {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  color: #808080;
  vertical-align: text-top;
}
footer .copyright div {
  display: flex;
}
footer .copyright div svg {
  height: 20px;
  fill: #868686;
  width: 25px;
  transition: all 0.3s;
  margin: 0 10px;
}
footer .copyright div svg:hover {
  fill: #C70C17;
}
@media screen and (max-width: 1509px) {
  footer .foot-top > div:nth-child(1) {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-self: center;
    margin: 0 0 3em 0;
  }
  footer .foot-top > div:nth-child(1) > img {
    max-width: 230px;
    width: 20%;
  }
  footer .foot-top > div:nth-child(1) ul {
    margin: 0 0.5em 0 1em;
  }
  footer .foot-top > div:nth-child(1) ul li {
    margin: 0;
    line-height: 1.7;
  }
  footer .foot-top > div:nth-child(1) span {
    margin: 0 0.5em 0 0;
  }
  footer .foot-top > div:nth-child(1) a {
    max-width: 100%;
    width: 12%;
  }
  footer .foot-top > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  footer .foot-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .foot-top > div:nth-child(1) {
    margin: 0;
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  footer .foot-top > div:nth-child(1) > img {
    width: 100%;
    margin-bottom: 1em;
  }
  footer .foot-top > div:nth-child(1) > a {
    margin: auto;
    width: 250px;
    margin-top: 1.5em;
    height: 50px;
  }
  footer .foot-top > div:nth-child(2) {
    display: none;
  }
  footer .copyright {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .copyright ul {
    padding: 0;
    margin-bottom: 1em;
  }
  footer .copyright div {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 2.5em;
  }
  footer .copyright div svg {
    margin: 0 3px;
  }
}
@media screen and (max-width: 992px) {
  footer #goTop {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 8px;
  }
  footer #goTop img {
    width: 11px;
    top: 16px;
  }
  footer #goTop:hover {
    bottom: 30px;
    opacity: 0.8;
  }
}
@media screen and (max-width: 576px) {
  footer .foot-top {
    padding-top: 20px;
  }
  footer .foot-top > div:nth-child(1) ul li {
    letter-spacing: 0;
  }
  footer .copyright {
    padding: 1% 0 3% 0;
    justify-content: center;
  }
  footer .copyright div {
    margin-left: 0;
  }
}

@keyframes whirling {
  0% {
    transform: rotate(0turn) scale(1);
  }
  25% {
    transform: rotate(0.25turn) scale(1.1);
  }
  50% {
    transform: rotate(0.5turn) scale(1);
  }
  75% {
    transform: rotate(0.75turn) scale(1.1);
  }
  100% {
    transform: rotate(1turn) scale(1);
  }
}
@keyframes upAndDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAndLeft {
  0% {
    transform: translate(0px, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#index .home-banner-section {
  max-height: calc(100vh + 50px);
  height: 79vw;
}
#index .home-banner-section .icon {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
#index .home-banner-section .icon svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  transition: all 0.3s;
  margin: 12px 0;
}
#index .home-banner-section .icon svg:hover {
  fill: #C70C17;
}
#index .home-banner-section .slider video,
#index .home-banner-section .slider iframe {
  min-height: 100%;
  min-width: 100%;
  border: none;
}
#index .home-banner-section .slider .banner {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: flex;
}
#index .home-banner-section .slider .banner .mask {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
#index .home-banner-section .slider .banner:nth-child(1) {
  background-image: url(images/index/banner-1.jpg);
  background-position: 80%;
}
#index .home-banner-section .slider .banner:nth-child(2) {
  background-image: url(images/index/banner-2.jpg);
}
#index .home-banner-section .slider .banner:nth-child(3) {
  background-image: url(images/index/banner-3.jpg);
}
#index .home-banner-section .slider img {
  height: 100%;
  width: 100%;
}
#index .home-banner-section .slider .text {
  z-index: 3;
  max-width: 600px;
}
#index .home-banner-section .slider .text img {
  width: 55px;
  margin-right: 1em;
  transition: all 0.3s;
}
#index .home-banner-section .slider .text a:hover img {
  width: 60px;
}
#index .home-banner-section .slick-dots {
  bottom: 15%;
  position: absolute;
  left: 8%;
}
#index .home-banner-section .slick-dots li {
  width: auto;
}
#index .home-banner-section .slick-dots li button {
  font-size: 20px;
  border: none;
  font-family: "poppins";
  font-weight: 400;
  width: auto;
  opacity: 0.5;
  position: relative;
  line-height: 20px;
  color: #ffffff;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .home-banner-section .slick-dots li button:hover {
  opacity: 1;
}
#index .home-banner-section .slick-dots li button::before {
  content: "0";
  opacity: 1;
  font-size: 20px;
  font-family: "poppins";
  color: #fff;
  position: unset;
  margin-right: 2px;
  width: auto;
}
#index .home-banner-section .slick-dots li button::after {
  display: block;
  content: "";
  width: 0px;
  height: 1px;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition: all 1s;
  background: #ffffff;
  margin-left: 0.5em;
}
#index .home-banner-section .slick-dots li.slick-active button {
  background-color: transparent;
  opacity: 1;
}
#index .home-banner-section .slick-dots li.slick-active button::after {
  opacity: 1;
  transform: scaleX(1);
  width: 100px;
}
#index .arrow {
  cursor: pointer;
  bottom: -50px;
  right: 2.8%;
  font-family: "Lato";
  font-weight: 300;
  color: #1A2545;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation: upAndDown 2s ease-in-out 0s infinite both;
  writing-mode: vertical-lr;
}
#index .content {
  padding-top: 4.5%;
}
#index .title {
  display: inline-block;
  padding-right: 4.5%;
  letter-spacing: 0.03em;
  line-height: 32px;
  width: 100%;
  position: relative;
}
#index .title h2 {
  color: rgba(0, 0, 0, 0.9019607843);
  font-weight: 400;
  margin-bottom: 25px;
}
#index .title h2 b,
#index .title h2 strong {
  font-weight: 600;
  margin-top: 20px;
  line-height: 64px;
}
#index .title p {
  color: rgba(0, 0, 0, 0.7490196078);
  font-weight: 400;
}
#index .add {
  order: 3;
  width: 70px;
  height: 70px;
  background: #C70C17;
  margin: auto 0 0 0;
  min-width: 70px;
  transition: all 0.3s;
}
#index .add:hover {
  opacity: 0.8;
}
#index .productsBox {
  z-index: 1;
  position: relative;
}
#index .productsBox .max1600 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
#index .productsBox .max1600 .title {
  width: 640px;
  max-width: calc(100% - 960px);
}
#index .productsBox .max1600 .box {
  height: 450px;
  max-width: 480px;
  width: 100%;
  display: inline-block;
  color: #fff;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
  transform: scale(1);
  box-shadow: 0;
  z-index: 0;
  cursor: pointer;
  background-size: cover;
}
#index .productsBox .max1600 .box h3 {
  font-weight: 400;
  position: absolute;
  bottom: 15%;
  left: 8%;
}
#index .productsBox .max1600 .box h3::after {
  content: "";
  background: url(images/index/next.svg);
  width: 32px;
  height: 12px;
  position: absolute;
  margin-top: 20px;
  top: 100%;
  left: 0;
}
#index .productsBox .max1600 .box span {
  display: block;
  margin-top: 10px;
  font-weight: 200;
}
#index .productsBox .max1600 .box:nth-child(5) {
  margin-left: 140px;
}
#index .productsBox .max1600 .box:nth-child(7) {
  order: 2;
}
#index .productsBox .max1600 .box:nth-child(8) {
  order: 4;
}
#index .productsBox .max1600 .box:nth-child(9) {
  order: 5;
}
#index .productsBox .max1600 .box:nth-child(10) {
  order: 6;
}
#index .productsBox .max1600 .box.other h3 {
  bottom: auto;
  left: 8%;
  top: 12%;
}
#index .productsBox .max1600 .box.other img {
  width: 100%;
  height: 100%;
}
#index .productsBox .max1600 .box:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 6px 3px rgba(77, 77, 77, 0.5019607843);
  z-index: 50;
}
#index .productsBox .add::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #C70C17;
  left: 10px;
  position: absolute;
  top: 50%;
}
#index .aboutBox {
  z-index: 0;
  position: relative;
  background: url(images/index/bg-1.png);
  height: 645px;
  display: flex;
  margin-top: -220px;
}
#index .aboutBox .title {
  margin-top: 8%;
}
#index .aboutBox .title h2 {
  width: 50%;
}
#index .aboutBox .title p {
  width: 50%;
}
#index .technologyBox {
  display: flex;
  background: url(images/index/bg-2.png) repeat-x bottom right;
  margin-top: -70px;
}
#index .technologyBox .title {
  padding-right: 0;
}
#index .technologyBox .title p {
  max-width: 510px;
}
#index .technologyBox div:nth-child(1) a {
  color: #fff;
  bottom: 0;
  width: 630px;
  height: 265px;
  background: url(images/index/bg-3.png);
  background-size: 103%;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 3em;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
}
#index .technologyBox div:nth-child(1) a b {
  display: block;
  font-weight: 600;
  width: 100%;
}
#index .technologyBox div:nth-child(1) a:hover {
  opacity: 0.95;
  background-size: 120%;
}
#index .technologyBox div:nth-child(3) {
  width: 40%;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding-right: 5%;
  padding-top: 3%;
  padding-left: 2%;
}
#index .technologyBox div:nth-child(3) div:nth-child(2) > div h3 {
  color: #1A1A1A;
  margin-top: 1em;
  margin-bottom: 1em;
}
#index .technologyBox div:nth-child(3) div:nth-child(2) > div p {
  max-width: 225px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7490196078);
}
#index .newsBox .title a {
  right: 0;
  position: absolute;
  bottom: 0;
  width: 180px;
  height: 55px;
  border: 1px solid #C70C17;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#index .newsBox .title a:hover {
  color: #fff;
  background-color: #C70C17;
}
#index .newsBox .slick-slider {
  padding-top: 2%;
}
#index .newsBox .slick-dots li.slick-active button {
  background-color: transparent;
  opacity: 0;
}
#index .newsBox .slick-arrow {
  height: auto;
  margin: 0;
  background: transparent;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  top: -7%;
  text-align: center;
  transition: all 0.3s;
}
#index .newsBox .slick-arrow svg,
#index .newsBox .slick-arrow img {
  fill: #000;
  width: 16.4px;
  transition: all 0.3s;
}
#index .newsBox .slick-arrow.slick-next {
  transform: rotate(90deg);
  right: 235px;
}
#index .newsBox .slick-arrow.slick-prev {
  transform: rotate(270deg);
  right: 300px;
  left: auto;
}
#index .newsBox .slick-arrow.slick-prev::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: -20px;
  left: 1px;
  opacity: 1 !important;
}
#index .newsBox .slick-arrow:hover {
  background: transparent;
}
#index .newsBox .slick-arrow:hover svg {
  fill: #C70C17;
}
#index .new {
  position: relative;
  height: auto;
  padding-top: 15px;
}
#index .new div {
  max-width: 440px;
  padding: 2.3em 2.5em 2em 1.5em;
  margin-top: -2em;
  z-index: 2;
  position: relative;
}
#index .new div h3 {
  letter-spacing: 0.5px;
  font-weight: 600;
}
#index .new div h3::before {
  content: "";
  height: 25px;
  width: 3px;
  position: absolute;
  background: #C70C17;
  left: 5px;
  top: 43px;
}
#index .new div p {
  line-height: 32px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7490196078);
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
}
#index .new div span {
  font-family: "poppins";
  font-weight: 500;
}
#index .new img {
  transition: all 0.3s;
}
#index .new:hover img {
  transform: scale(1.02) translate(5px, 0px);
  z-index: 50;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
#index .linkBox {
  display: flex;
}
#index .linkBox a {
  width: 50%;
  display: inline-block;
  color: #fff;
  height: 20.5vw;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
#index .linkBox a b {
  font-weight: 600;
  display: block;
}
#index .linkBox a:nth-child(1) {
  background-image: url(images/index/footer_img-1.png);
}
#index .linkBox a:nth-child(2) {
  background-image: url(images/index/footer_img-2.png);
}
#index .linkBox a:hover {
  opacity: 0.8;
  background-size: 105%;
}
#index .modal.show {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 0 !important;
}
#index .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  max-width: 1000px;
  height: 100vh;
  margin: auto;
}
#index .modal.show .modal-dialog .close {
  text-align: right;
  margin: 0 0 10px 0;
  color: #fff;
}
#index .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

@media (max-width: 1700px) {
  #index .home-banner-section .slick-dots {
    left: 2%;
  }
  #index .productsBox .max1600 .title {
    padding-left: 30px !important;
  }
}
@media (max-width: 1600px) {
  #index .add {
    order: initial;
  }
  #index .productsBox .max1600 .title {
    width: 800px;
    width: calc(100% - 70px);
    max-width: 100%;
    padding-left: 25% !important;
  }
  #index .productsBox .max1600 .box {
    height: auto;
    max-width: 25%;
    padding-bottom: 23%;
  }
  #index .productsBox .max1600 .box h3 span {
    margin-top: 0;
  }
  #index .productsBox .max1600 .box:nth-child(5) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  #index .technologyBox div:nth-child(1) a {
    width: auto;
    height: auto;
  }
  #index .technologyBox div:nth-child(3) {
    width: 50%;
    padding-right: 3%;
  }
}
@media (max-width: 1300px) {
  #index .productsBox {
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  }
  #index .productsBox .max1600 .title {
    width: 100%;
    width: calc(100% - 70px);
  }
  #index .aboutBox {
    margin-top: 0;
    height: auto;
    padding: 5%;
  }
  #index .aboutBox .title {
    margin-top: 0;
  }
  #index .technologyBox {
    margin-top: 0;
  }
  #index .newsBox .slick-arrow {
    top: -8%;
  }
}
@media (max-width: 1100px) {
  #index .productsBox .add {
    max-width: 33.3%;
    padding-bottom: 31.5%;
    width: 100%;
    position: relative;
    order: 1;
  }
  #index .productsBox .add img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
  }
  #index .productsBox .max1600 {
    justify-content: flex-start;
  }
  #index .productsBox .max1600 .title {
    padding-left: 30px !important;
  }
  #index .productsBox .max1600 .box:nth-child(7) {
    order: 2;
  }
  #index .productsBox .max1600 .box:nth-child(8) {
    order: 3;
  }
  #index .productsBox .max1600 .box:nth-child(9) {
    order: 4;
  }
  #index .productsBox .max1600 .box:nth-child(10) {
    order: 5;
  }
  #index .productsBox .max1600 .box {
    max-width: 33.3%;
    padding-bottom: 31%;
  }
  #index .aboutBox .title {
    flex-wrap: wrap;
  }
  #index .aboutBox .title h2 {
    width: 100%;
  }
  #index .aboutBox .title p {
    width: 100%;
  }
  #index .technologyBox {
    display: flex;
    background: url(images/index/bg-2.png) repeat-x bottom right, #f7f7f7;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-size: contain;
  }
  #index .technologyBox .title {
    max-width: 100%;
    padding-right: 0;
    padding-top: 2em;
  }
  #index .technologyBox .title p {
    max-width: 100%;
    margin: 0;
  }
  #index .technologyBox div.imgBox {
    width: 100%;
    order: 2;
  }
  #index .technologyBox div.imgBox img {
    width: 100%;
  }
  #index .technologyBox div.imgBox a {
    color: #fff;
    bottom: 0;
    width: auto;
    height: auto;
    background: url(images/index/bg-3.png);
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 3em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #index .technologyBox div.imgBox a b {
    display: block;
    font-weight: 600;
    width: 100%;
  }
  #index .technologyBox div:nth-child(3) {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 3% 1em;
    order: 3;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) {
    padding: 2em 0;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div {
    display: flex;
    align-items: center;
    margin: 1em 0;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div > div {
    padding: 0 0 0 5%;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div h3 {
    margin: 0;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div p {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #index .home-banner-section .slider .text {
    margin-bottom: 15%;
  }
  #index .home-banner-section .slick-dots {
    bottom: 5%;
  }
}
@media (max-width: 767px) {
  #index .title h2 {
    margin-bottom: 1em;
    font-size: 20px;
  }
  #index .title h2 b {
    line-height: 1.2em;
    font-size: 36px;
    margin-top: 10px;
  }
  #index .title a {
    height: 45px;
  }
  #index .productsBox .max1600 .box {
    max-width: 50%;
    padding-bottom: 47%;
  }
  #index .productsBox .add {
    order: inherit;
    width: 70px;
    padding-bottom: 0;
  }
  #index .productsBox .add img {
    width: 13px;
    position: relative;
    left: inherit;
    top: inherit;
    transform: translate(0, 0);
  }
  #index .newsBox .slick-arrow.slick-next {
    left: 85px;
    right: auto;
  }
  #index .newsBox .slick-arrow.slick-prev {
    right: auto;
    left: 20px;
  }
  #index .newsBox .title a {
    width: 100px;
    height: auto;
    padding: 1% 1.5%;
    position: relative;
    margin-top: 1em;
    margin: 1em 0 0 auto;
  }
}
@media (max-width: 576px) {
  #index .productsBox .add {
    width: 50px;
  }
  #index .productsBox .max1600 .title {
    width: calc(100% - 50px);
  }
  #index .home-banner-section {
    height: 50vh;
    min-height: 400px;
  }
  #index .home-banner-section .icon,
  #index .home-banner-section .arrow {
    display: none;
  }
  #index .home-banner-section .slider .text {
    max-width: 330px;
  }
  #index .home-banner-section .slider .banner {
    background-attachment: unset;
  }
  #index .home-banner-section .slider .text img {
    width: 25px;
    margin-right: 5px;
  }
  #index .home-banner-section .slick-dots {
    bottom: 0;
    left: 4%;
  }
  #index .home-banner-section .slick-dots li button {
    font-size: 15px;
  }
  #index .home-banner-section .slick-dots li button::before {
    font-size: 15px;
  }
  #index .add {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  #index .search-page > span {
    margin: 15px auto 20px auto;
  }
  #index .search-page b {
    font-size: 16px;
  }
  #index .productsBox .max1600 .box {
    max-width: 100%;
    width: 100%;
    padding-bottom: 94%;
    background-size: cover;
    position: relative;
    padding-left: 1em;
  }
  #index .productsBox .max1600 .box h3 {
    position: absolute;
    bottom: 10%;
    left: 1em;
  }
  #index .productsBox .max1600 .box h3::after {
    margin-top: 10px;
  }
  #index .productsBox .max1600 .box:nth-child(6) h3 {
    bottom: auto;
    left: 1em;
    top: 10%;
  }
  #index .productsBox .max1600 .box:nth-child(6) .slick-dots {
    top: 8%;
    right: 1em;
  }
  #index .aboutBox {
    background: #fff;
  }
  #index .technologyBox div.imgBox a {
    padding: 1.5em 1em;
  }
  #index .technologyBox {
    display: flex;
    background: #fff;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) {
    background: url(images/index/bg-2.png);
    background-size: cover;
    padding: 2em 0;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div h3 {
    margin: 20px 0 10px 0;
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  #index .technologyBox div:nth-child(3) > div:nth-child(2) > div > div {
    padding: 0;
  }
  #index .newsBox .slick-arrow {
    top: -7%;
  }
  #index .linkBox {
    flex-wrap: wrap;
  }
  #index .linkBox a {
    width: 100%;
    height: 40vw;
  }
}
.wp.about .section-1 {
  margin: 5% auto 0 auto;
  background: url(images/about/bg.jpg) no-repeat bottom, linear-gradient(to bottom, #fff 0%, #fff 23%, #F0F0F0 23%, #FAFAFA 100%);
}
.wp.about .section-1 .imgBox {
  z-index: 1;
}
.wp.about .section-1 .imgBox img {
  width: 100%;
}
.wp.about .section-1 .txtBox {
  background-color: #fff;
  margin: auto;
  padding: 3% 8.5% 2.5% 3.5%;
}
.wp.about .section-1 .txtBox::after {
  content: "";
  border: 3px solid #B01719;
  width: 100%;
  height: 100%;
  min-height: 385px;
  position: absolute;
  top: -30px;
  left: -4%;
}
.wp.about .section-1 .max1300 {
  padding: 5% 0 2.5% 0;
}
.wp.about .section-2 {
  background-color: #fff;
}
.wp.about .section-2 .max1100 {
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
}
.wp.about .section-3 {
  padding: 10% 0 6% 0;
}
.wp.about .section-3 .txtBox {
  max-width: 960px;
  margin: auto;
  width: 100%;
}
.wp.about .section-3 thead {
  background-color: #B01719;
  color: #fff;
}
.wp.about .section-3 thead tr {
  height: 60px;
}
.wp.about .section-3 thead tr td:nth-child(1) {
  width: 25%;
  padding: 1em 5% 1em 9%;
  position: relative;
}
.wp.about .section-3 thead tr td:nth-child(1)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #CBCBCB;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.about .section-3 thead tr td:nth-child(2) {
  text-align: center;
}
.wp.about .section-3 tbody tr {
  height: 100px;
}
.wp.about .section-3 tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.wp.about .section-3 tbody tr td:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  padding: 1em 5% 1em 9%;
  border-right: 1px solid #E8E8E8;
}
.wp.about .section-3 tbody tr td:nth-child(2) {
  font-size: 16px;
  padding: 1em 5%;
}
.wp.about .bottomBenner {
  background-image: url(images/about/img7.jpg);
  background-position: 40% 10%;
  background-size: 100%;
  height: 470px;
  transition: all 0.3s;
}
.wp.about .bottomBenner:hover {
  background-size: 105% !important;
}
.wp.about .bottomBenner .max1260 {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
.wp.about .bottomBenner .txtBox {
  max-width: 888px;
  width: 75%;
}
.wp.about .bottomBenner .txtBox h2 {
  position: relative;
}
.wp.about .bottomBenner .txtBox h2::after {
  content: "";
  background: rgba(255, 255, 255, 0.3019607843);
  max-width: 885px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-left: 10%;
}
.wp.about .bottomBenner .txtBox p {
  letter-spacing: 0.1em;
}
.wp.about .bottomBenner .imgBox {
  margin-top: 10px;
}
.wp.about .bottomBenner .imgBox a {
  position: relative;
  display: block;
}
.wp.about .bottomBenner .imgBox a::after {
  content: "";
  border: 2px dotted rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  border-radius: 50%;
  animation: whirling 8s linear 0s infinite both;
  transition: all 0.3s;
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
}
.wp.about .bottomBenner .imgBox a:hover::after {
  width: 86px;
  height: 86px;
  left: -13px;
  top: -13px;
}
@media (max-width: 1300px) {
  .wp.about .bottomBenner .max1260 {
    justify-content: center;
  }
  .wp.about .bottomBenner .txtBox h2::after {
    width: 50%;
    margin-left: 5%;
  }
  .wp.about .bottomBenner .imgBox {
    margin: 10px 1em;
  }
}
@media (max-width: 1199px) {
  .wp.about .section-3 {
    padding: 10% 0 4em 0;
  }
  .wp.about .section-3 thead tr td:nth-child(1) {
    width: 20%;
    padding: 1em 5% 1em 5%;
  }
  .wp.about .section-3 tbody tr td:nth-child(1) {
    font-size: 16px;
    padding: 1em 5% 1em 5%;
  }
  .wp.about .section-3 tbody tr td:nth-child(2) {
    padding: 1em 5%;
  }
}
@media (max-width: 991px) {
  .wp.about .section-1 {
    margin: 5% auto 0 auto;
  }
  .wp.about .section-1 .max1365 {
    align-items: center;
  }
  .wp.about .section-1 .txtBox {
    padding: 3% 6.5% 2.5% 3.5%;
  }
  .wp.about .section-1 .txtBox::after {
    top: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .wp.about .section-1 .txtBox {
    padding: 3% 1em 2.5% 1em;
    text-align: center;
  }
  .wp.about .section-1 .txtBox::after {
    content: none;
  }
  .wp.about .bottomBenner {
    height: auto;
    padding: 2em 1em;
    background-size: cover;
  }
  .wp.about .bottomBenner:hover {
    background-size: cover !important;
  }
  .wp.about .bottomBenner .max1260 {
    flex-wrap: wrap;
  }
  .wp.about .bottomBenner .txtBox {
    width: 100%;
  }
  .wp.about .bottomBenner .imgBox {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .wp.about .section-3 table tr:nth-child(even) {
    background-color: #fff;
  }
  .wp.about .section-3 table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.0588235294);
  }
  .wp.about .section-3 table tr td {
    display: block;
    padding: 1em;
    height: auto;
    border: none !important;
  }
  .wp.about .section-3 table tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
  }
  .wp.about .section-3 table tr td:nth-child(2) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.about .section-3 table thead {
    display: none;
  }
}

.wp.history #tagYear {
  background-color: #F4F4F4;
  font-size: 18px;
  width: 100%;
  height: 75px;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 400;
  font-family: "Poppins";
  font-weight: 500;
}
.wp.history #tagYear .nav-pills {
  justify-content: space-around;
  padding: 0 10%;
}
.wp.history #tagYear .nav-pills .nav-link {
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.wp.history #tagYear .nav-pills .nav-link.active,
.wp.history #tagYear .nav-pills .nav-link:hover,
.wp.history #tagYear .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #C70C17;
  border-radius: 0;
  padding: 22px 0px;
  font-weight: 600;
}
.wp.history #tagYear .nav-pills .nav-link {
  padding: 22px 0px;
}
.wp.history .section-1 {
  padding: 1em 0;
}
.wp.history .section-1 .max1355 {
  max-width: 1355px;
  width: 100%;
  margin: auto;
}
.wp.history .section-1 .txtBox {
  max-width: 960px;
  margin: auto;
  width: 100%;
}
.wp.history .section-1 .box {
  width: 100%;
  margin-bottom: 3%;
  font-size: 26px;
}
.wp.history .section-1 .box tr td {
  padding: 3% 2%;
  vertical-align: top;
}
.wp.history .section-1 .box tr td:nth-child(1) {
  width: 22%;
  font-weight: 600;
  border-top: 1px solid #C70C17;
  color: #C70C17;
  font-family: "Poppins";
}
.wp.history .section-1 .box tr td:nth-child(2) {
  padding: 0;
  border-top: 1px solid #DEDEDE;
}
.wp.history .section-1 .box table {
  padding: 4.5% 0;
  display: block;
  font-size: 18px;
}
.wp.history .section-1 .box table tr td:nth-child(1) {
  width: 10%;
  min-width: 130px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.78em;
  padding: 0 2% 0.8em 2%;
  border: none;
  color: #000;
}
.wp.history .section-1 .box table tr td:nth-child(2) {
  width: 51%;
  color: rgba(0, 0, 0, 0.7490196078);
  line-height: 1.78em;
  padding: 0 2% 0.8em 2%;
  border: none;
}
.wp.history .section-1 .box table tr td:nth-child(3) {
  text-align: right;
  padding: 0 1%;
}
@media (max-width: 991px) {
  .wp.history #tagYear {
    height: 50px;
  }
  .wp.history #tagYear .nav-pills .nav-link,
  .wp.history #tagYear .nav-pills .nav-link.active,
  .wp.history #tagYear .nav-pills .show > .nav-link {
    padding: 10px 0px;
  }
  .wp.history .section-1 .box {
    font-size: 24px;
  }
  .wp.history .section-1 .box tr td:nth-child(1) {
    width: 10%;
  }
  .wp.history .section-1 .box table {
    font-size: 16px;
  }
  .wp.history .section-1 .box table tr td:nth-child(1) {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .wp.history #tagYear .nav-pills {
    justify-content: space-between;
    padding: 0 1em;
  }
  .wp.history .section-1 .box tr td {
    padding: 0 2%;
    display: block;
  }
  .wp.history .section-1 .box tr td:nth-child(1) {
    width: 100%;
    padding: 10px 2% 0 2%;
  }
  .wp.history .section-1 .box tr td:nth-child(2) {
    border: none;
  }
  .wp.history .section-1 .box table {
    padding: 1em 0;
  }
  .wp.history .section-1 .box table tr td:nth-child(1) {
    padding: 10px 2% 0 2%;
  }
  .wp.history .section-1 .box table tr td:nth-child(2) {
    min-width: calc(100vw - 5%);
  }
  .wp.history .section-1 .box table tr td:nth-child(3) {
    text-align: left;
    padding: 0 2%;
  }
  .wp.history .section-1 .box table tr td:nth-child(3) img {
    padding-bottom: 1em;
  }
}
@media (max-width: 425px) {
  .wp.history #tagYear {
    font-size: 15px;
  }
  .wp.history .section-1 .box tr td:nth-child(1) {
    padding: 10px 0 0 0;
  }
  .wp.history .section-1 .box table {
    padding: 0.5em 0;
  }
  .wp.history .section-1 .box table tr td:nth-child(1) {
    padding: 10px 0 0 0;
  }
  .wp.history .section-1 .box table tr td:nth-child(2) {
    padding: 0 0 0.8em 0;
    min-width: 100%;
  }
  .wp.history .section-1 .box table tr td:nth-child(3) {
    padding: 0;
  }
  .wp.history .section-1 .box table tr td:nth-child(3) img {
    width: 100%;
  }
}

.wp.team .section-1 {
  padding: 2em 1em;
}
.wp.team .section-1 table {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
  text-align: center;
}
.wp.team .section-1 table thead tr td {
  height: 60px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
}
.wp.team .section-1 table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.team .section-1 table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.team .section-1 table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.team .section-1 table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 0.5em 1em;
}
.wp.team .section-1 table tbody td:last-child {
  text-align: left;
  padding: 1em 4%;
}
.wp.team .section-1 table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.team .section-1 table tbody td ul {
  margin: 1em 0;
  line-height: 32px;
  padding-left: 0;
}
.wp.team .section-1 table tbody td ul li {
  position: relative;
  padding-left: 1.3em;
}
.wp.team .section-1 table tbody td ul li::marker {
  color: transparent;
  font-size: 13px;
}
.wp.team .section-1 table tbody td ul li::before {
  content: "";
  background-color: #C70C17;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 15px;
}
.wp.team .section-1 table.tab1 tr td:nth-child(1) {
  width: 15%;
}
.wp.team .section-1 table.tab1 tr td:nth-child(2) {
  width: 12%;
}
.wp.team .section-1 table.tab2 tr td:nth-child(1) {
  width: 15%;
}
.wp.team .section-1 table.tab2 tr td:nth-child(2) {
  width: 85%;
}
@media (max-width: 991px) {
  .wp.team #tagYear {
    height: 50px;
  }
  .wp.team #tagYear .nav-pills .nav-link,
  .wp.team #tagYear .nav-pills .nav-link.active,
  .wp.team #tagYear .nav-pills .show > .nav-link {
    padding: 10px 0px;
  }
  .wp.team .section-1 .box {
    font-size: 24px;
  }
  .wp.team .section-1 .box tr td:nth-child(1) {
    width: 10%;
  }
  .wp.team .section-1 .box table {
    font-size: 16px;
  }
  .wp.team .section-1 .box table tr td:nth-child(1) {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .wp.team #tagYear .nav-pills {
    justify-content: space-between;
    padding: 0 1em;
  }
  .wp.team .section-1 .box tr td {
    padding: 0 2%;
    display: block;
  }
  .wp.team .section-1 .box tr td:nth-child(1) {
    width: 100%;
    padding: 10px 2% 0 2%;
  }
  .wp.team .section-1 .box tr td:nth-child(2) {
    border: none;
  }
  .wp.team .section-1 .box table {
    padding: 1em 0;
  }
  .wp.team .section-1 .box table tr td:nth-child(1) {
    padding: 10px 2% 0 2%;
  }
  .wp.team .section-1 .box table tr td:nth-child(2) {
    min-width: calc(100vw - 5%);
  }
  .wp.team .section-1 .box table tr td:nth-child(3) {
    text-align: left;
    padding: 0 2%;
  }
  .wp.team .section-1 .box table tr td:nth-child(3) img {
    padding-bottom: 1em;
  }
}
@media (max-width: 575px) {
  .wp.team .section-1 table {
    font-size: 16px;
  }
  .wp.team .section-1 table tr:nth-child(even) {
    background-color: #fff;
  }
  .wp.team .section-1 table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.0588235294);
  }
  .wp.team .section-1 table tr td {
    display: block;
    width: 100% !important;
    padding: 1em;
    height: auto;
    border: none !important;
    text-align: left;
    line-height: 1.8;
  }
  .wp.team .section-1 table tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
    font-weight: 500;
  }
  .wp.team .section-1 table tr td:nth-child(2) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.team .section-1 table tr td ul {
    margin: 0;
  }
  .wp.team .section-1 table tr td ul li {
    line-height: 1.8;
    margin-bottom: 0.5em;
  }
  .wp.team .section-1 table tr td ul li::before {
    top: 13px;
  }
  .wp.team .section-1 table thead {
    display: none;
  }
  .wp.team .section-1 table.tab1 tr {
    text-align: left;
  }
  .wp.team .section-1 table.tab1 td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
    width: auto !important;
    display: inline-block;
    text-align: left;
  }
  .wp.team .section-1 table.tab1 td:nth-child(2) {
    padding: 1em 1em 0.5em 1em !important;
    width: auto !important;
    display: inline-block;
    text-align: left;
  }
  .wp.team .section-1 table.tab1 td:nth-child(3) {
    padding: 0 1em 1em 1em !important;
  }
}
@media (max-width: 425px) {
  .wp.team #tagYear {
    font-size: 15px;
  }
  .wp.team .section-1 .box tr td:nth-child(1) {
    padding: 10px 0 0 0;
  }
  .wp.team .section-1 .box table {
    padding: 0.5em 0;
  }
  .wp.team .section-1 .box table tr td:nth-child(1) {
    padding: 10px 0 0 0;
  }
  .wp.team .section-1 .box table tr td:nth-child(2) {
    padding: 0 0 0.8em 0;
    min-width: 100%;
  }
  .wp.team .section-1 .box table tr td:nth-child(3) {
    padding: 0;
  }
  .wp.team .section-1 .box table tr td:nth-child(3) img {
    width: 100%;
  }
}

.wp.global .section-1 {
  display: flex;
  justify-content: center;
  padding: 3% 0;
  margin: 1em auto;
}
.wp.global .section-1 a {
  background-color: #F2F2F2;
  max-width: 192px;
  width: 100%;
  max-height: 60px;
  padding: 1.5% 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: auto 0.8%;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.wp.global .section-1 a:hover, .wp.global .section-1 a.active {
  background-color: #fff;
  color: #C70C17;
  border: 2px solid #C70C17;
}
.wp.global .section-2 {
  padding-bottom: 1%;
  padding-top: 1em;
}
.wp.global .section-2 .outBox {
  border: 1px solid #ccc;
  padding: 1.5em 5%;
  margin-bottom: 8%;
  position: relative;
}
.wp.global .section-2 .outBox h3 {
  display: inline-block;
  background-color: #fff;
  transform: translateY(-120%);
  position: absolute;
  padding: 0 0.8em;
  left: 4%;
}
.wp.global .section-2 .box {
  display: flex;
  padding: 3% 0;
}
.wp.global .section-2 .box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.wp.global .section-2 .box .imgBox {
  padding-right: 2%;
  padding-left: 0;
}
.wp.global .section-2 .box .imgBox img {
  width: 100%;
}
.wp.global .section-2 .box .txtBox {
  padding-left: 3%;
  padding-right: 0;
}
.wp.global .section-2 .box .txtBox div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp.global .section-2 .box li {
  text-indent: -4em;
  margin-left: 4em;
}
.wp.global .section-2 .box li a:hover {
  color: #1B63AE;
}
@media (max-width: 991px) {
  .wp.global .section-2 .box {
    padding: 1.5em 0;
  }
  .wp.global .section-2 .box .Btn {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .wp.global .section-2 .box .imgBox {
    padding-right: 0;
  }
  .wp.global .section-2 .box .txtBox {
    padding-top: 1em;
  }
  .wp.global .section-2 .box .txtBox div {
    align-items: center;
  }
  .wp.global .section-2 .box .Btn {
    height: 40px;
  }
}

.wp.philosophy .section-1 {
  padding: 3% 1em;
  margin: auto;
  max-width: 900px;
}
.wp.philosophy .section-2 {
  background: url(images/about/philosophy/bg.jpg) no-repeat, linear-gradient(to bottom, #F0F0F0 0%, #FAFAFA 100%);
  padding: 4% 0 2% 0;
}
.wp.philosophy .section-2 .txtBox {
  max-width: 800px;
  padding: 0;
}
.wp.philosophy .section-2 .imgBox div {
  border: 3px solid #B01719;
  max-width: 715px;
  max-height: 495px;
  margin: auto;
  position: relative;
}
.wp.philosophy .section-2 .imgBox div.R img {
  position: relative;
  top: -1.5em;
  left: -1.5em;
}
.wp.philosophy .section-2 .imgBox div.L img {
  position: relative;
  top: -1.5em;
  right: -1.5em;
}
@media (max-width: 1200px) {
  .wp.philosophy .section-2 .txtBox {
    max-width: none;
    order: 1;
  }
  .wp.philosophy .section-2 .imgBox {
    order: 2;
  }
}
@media (max-width: 991px) {
  .wp.philosophy .section-1 {
    padding: 6% 1em;
  }
  .wp.philosophy .section-2 {
    padding: 7% 1em;
  }
  .wp.philosophy .section-3 {
    padding: 7% 1em;
  }
}
.wp.news a.box {
  position: relative;
  height: auto;
  padding: 15px 0.05em 0.05em 0.05em;
  margin-top: 0.5em;
}
.wp.news a.box div {
  max-width: 425px;
  width: 92%;
  padding: 7% 9% 5% 1.5em;
  margin-top: -2em;
  z-index: 2;
  position: relative;
}
.wp.news a.box div h3 {
  letter-spacing: 0.5px;
  font-weight: 600;
}
.wp.news a.box div h3::before {
  content: "";
  height: 25px;
  width: 3px;
  position: absolute;
  background: #C70C17;
  left: 5px;
  top: 43px;
}
.wp.news a.box div p {
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.7490196078);
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
}
.wp.news a.box div span {
  font-family: "poppins";
  font-weight: 500;
}
.wp.news a.box img {
  transition: all 0.3s;
}
.wp.news a.box:hover img {
  transform: scale(1.02) translate(5px, 0px);
  z-index: 50;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.wp.news .section-1 {
  padding: 2% 0 1% 0;
}
@media (min-width: 1600px) {
  .wp.news .section-1 .max1600 a {
    max-width: 500px;
  }
  .wp.news .section-1 .max1600 a:nth-child(3n), .wp.news .section-1 .max1600 a:nth-child(3n-1) {
    margin-left: calc((100% - 1500px) / 2);
  }
}
.wp.news.new .banner {
  height: 525px;
}
@media (max-width: 1024px) {
  .wp.news.new .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .wp.news.new .banner .title {
    margin: 3% 0;
  }
}
.wp.news.new .section-1 {
  padding: 5% 0;
}
.wp.news.new .section-1 .title {
  border-bottom: 1px solid #CCC;
  padding: 0 0 1em 0;
}
.wp.news.new .section-1 .title .day {
  position: relative;
  padding-right: 2em;
  line-height: 2.5;
}
.wp.news.new .section-1 .title .day::after {
  content: "";
  background-color: #C70C17;
  height: 15px;
  width: 2px;
  margin: 0 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wp.news.new .section-1 .content {
  padding: 1.5em 0;
}
.wp.news.new .section-1 .content p {
  font-weight: 400;
}
.wp.news.new .section-1 .Btn {
  text-align: center;
  border: none;
  display: flex;
  margin: auto;
}
.wp.news.new .section-1 .Btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #C70C17;
  color: #fff;
  border-radius: 30px;
  height: 60px;
  max-width: 183px;
  width: 100%;
  font-size: 16px;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.wp.news.new .section-1 .Btn a:hover {
  background-color: transparent;
  color: #C70C17;
  border: 2px solid #C70C17;
}
.wp.news.new .section-1 .Btn:hover {
  background-color: transparent;
}
.wp.news.new .section-2 {
  position: relative;
  padding: 3% 0;
  background: linear-gradient(to bottom, #F0F0F0 50%, #fff 100%);
}
.wp.news.new .section-2 .max1600 {
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .wp.news a.box {
    padding: 0.05em 1% 0.5em 1% !important;
  }
}
@media (max-width: 767px) {
  .wp.news.new .section-1,
  .wp.news.new .section-2 {
    padding: 7% 0;
  }
}
@media (max-width: 575px) {
  .wp.news a.box {
    padding: 0.05em 0 0.5em 0 !important;
  }
  .wp.news .max1600 {
    justify-content: center !important;
  }
}

.wp.products .fixedbg {
  background-position: right;
  height: 100%;
}
@media (max-width: 1024px) {
  .wp.products .fixedbg {
    height: 100%;
    min-height: 100%;
  }
}
.wp.products .inner {
  background-color: transparent;
}
.wp.products .banner {
  height: 525px;
}
.wp.products .banner::after {
  content: none;
}
@media (max-width: 1024px) {
  .wp.products .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .wp.products .banner .title {
    margin: 3% 0;
  }
}
.wp.products.pd .banner {
  background-image: url(images/products/products-bg.jpg);
  background-position: 0 45%;
  background-size: cover;
}
.wp.products .section-0 {
  position: relative;
}
.wp.products .section-0::after {
  content: "";
  background-color: #C70C17;
  height: 80px;
  width: 1px;
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -40px;
}
.wp.products .section-1 {
  padding: 4em 1em;
  background-color: #F5F5F5;
}
.wp.products .section-1 .max1600 {
  justify-content: space-between;
}
.wp.products .section-1 .box {
  min-height: 500px;
  padding: 5% 5% 3% 5%;
  margin-bottom: 4%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 5px;
}
.wp.products .section-1 .box .txtBox {
  max-width: 735px;
  width: 100%;
}
.wp.products .section-1 .box2 {
  min-height: 430px;
  max-width: 48.8%;
  padding: 4% 4% 3% 4%;
  margin-bottom: 4%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 5px;
}
.wp.products .section-1 .box2 .txtBox {
  max-width: 291px;
  width: 100%;
}
.wp.products .section-1 .txtBox {
  padding: 0.5em;
}
.wp.products .section-1 .txtBox a {
  font-size: 15px;
  font-family: "Poppins";
  border: 1px solid #C70C17;
  width: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  transition: all 0.3s;
}
.wp.products .section-1 .txtBox a:hover {
  background-color: #C70C17;
  color: #fff;
}
.wp.products .section-1 .pd-icon {
  display: inline-flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.wp.products .section-1 .pd-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5em;
  position: relative;
  font-size: 16px;
  color: #191919;
}
.wp.products .section-1 .pd-icon a:not(:last-child):after {
  content: "";
  background-image: url(images/products/line.svg);
  height: 150px;
  width: 1px;
  position: absolute;
  right: -1.5em;
}
.wp.products .section-1 .pd-icon a .imgBox {
  width: 98px;
  height: 98px;
  margin-bottom: 0.5em;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.wp.products .section-1 .pd-icon a .imgBox img,
.wp.products .section-1 .pd-icon a .imgBox svg {
  height: 45px;
  transition: all 0.5s;
}
.wp.products .section-1 .pd-icon a .imgBox svg path {
  fill: #555555;
  transition: all 0.5s;
}
.wp.products .section-1 .pd-icon a:hover .imgBox {
  background-color: #C70C17;
}
.wp.products .section-1 .pd-icon a:hover .imgBox img,
.wp.products .section-1 .pd-icon a:hover .imgBox svg {
  height: 35px;
}
.wp.products .section-1 .pd-icon a:hover .imgBox svg path {
  fill: #fff;
}
.wp.products .section-2 {
  height: 400px;
}
.wp.products .section-2 .max1260 {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
.wp.products .section-2 .txtBox {
  max-width: 700px;
  width: 75%;
}
.wp.products .section-2 .txtBox h2 {
  position: relative;
}
.wp.products .section-2 .txtBox h2::after {
  content: "";
  background: rgba(255, 255, 255, 0.3019607843);
  max-width: 885px;
  width: 122%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-left: 10%;
}
.wp.products .section-2 .txtBox p {
  letter-spacing: 0.1em;
}
.wp.products .section-2 .imgBox {
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
}
.wp.products .section-2 .imgBox:hover {
  background-color: #C70C17;
}
@media (max-width: 1540px) {
  .wp.products .section-1 .box {
    background-size: 50%;
  }
  .wp.products .section-1 .box2 {
    min-height: auto;
    padding-bottom: 25%;
    background-size: 90%;
  }
  .wp.products .section-1 .box2 .txtBox {
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  .wp.products .section-2 .max1260 {
    justify-content: center;
  }
  .wp.products .section-2 .txtBox h2::after {
    width: 50%;
    margin-left: 5%;
  }
  .wp.products .section-2 .imgBox {
    margin: 10px 1em;
  }
}
@media (max-width: 1200px) {
  .wp.products .section-1 .box {
    min-height: auto;
    padding-bottom: 35%;
    background-size: 70%;
  }
  .wp.products .section-1 .box .txtBox {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .wp.products .section-0::after {
    content: none;
  }
  .wp.products .section-1 {
    padding: 2em 1em;
  }
  .wp.products .section-1 .box {
    background-size: contain;
    padding: 1.5em;
    padding-bottom: 50%;
  }
  .wp.products .section-1 .box2 {
    background-size: contain;
    padding: 1.5em;
    padding-bottom: 30%;
  }
}
@media (max-width: 767px) {
  .wp.products .section-1 .pd-icon {
    justify-content: center;
  }
  .wp.products .section-1 .pd-icon a {
    margin: 0 1em 2em 1em;
  }
  .wp.products .section-1 .pd-icon a:not(:last-child):after {
    content: none;
  }
  .wp.products .section-1 .pd-icon a .imgBox {
    width: 70px;
    height: 70px;
  }
  .wp.products .section-2 {
    height: auto;
    padding: 1em;
  }
  .wp.products .section-2 .max1260 {
    flex-wrap: wrap;
  }
  .wp.products .section-2 .txtBox {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wp.products .section-1 .box2 {
    max-width: 100%;
    padding-bottom: 60%;
  }
}
@media (max-width: 369px) {
  .wp.products .section-1 .pd-icon a {
    min-width: 200px;
  }
}

.wp.products-2 .fixedbg {
  height: 100%;
}
@media (max-width: 1024px) {
  .wp.products-2 .fixedbg {
    height: 100%;
    min-height: 100%;
  }
}
.wp.products-2 .banner {
  height: 525px;
}
@media (max-width: 1024px) {
  .wp.products-2 .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .wp.products-2 .banner .title {
    margin: 3% 0;
  }
}
.wp.products-2 .section-1 {
  padding: 1em 0;
}
.wp.products-2 .box {
  margin-bottom: 1.5em;
}
.wp.products-2 .box .txtBox {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}
.wp.products-2.mim .fixedbg {
  background-image: url(images/products/mim/bg.jpg);
}
.wp.products-2.mim .section-1 {
  background-image: url(images/products/mim/img1.png);
  background-repeat: no-repeat;
  background-position: 90% 8%;
  background-size: 45%;
}
.wp.products-2.mim .section-1 ul {
  list-style: none;
  padding: 0;
}
.wp.products-2.mim .section-1 ul li {
  position: relative;
  padding-left: 1em;
}
.wp.products-2.mim .section-1 ul li strong {
  font-weight: 500;
}
.wp.products-2.mim .section-1 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp.products-2.mim .section-1 table {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
  text-align: center;
}
.wp.products-2.mim .section-1 table thead tr td {
  height: 60px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
}
.wp.products-2.mim .section-1 table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.products-2.mim .section-1 table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.products-2.mim .section-1 table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.products-2.mim .section-1 table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.products-2.mim .section-1 table tbody td:nth-child(1) {
  padding: 1em 4% 1em 4%;
  text-align: left;
  font-weight: 500;
}
.wp.products-2.mim .section-1 table tbody td:last-child {
  text-align: left;
  padding: 1em 8%;
}
.wp.products-2.mim .section-1 table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.products-2.mim .section-1 table tbody td ul {
  margin: 1em 0;
  line-height: 32px;
  padding-left: 0;
}
.wp.products-2.mim .section-1 table tbody td ul li {
  position: relative;
  padding-left: 1.3em;
}
.wp.products-2.mim .section-1 table tbody td ul li::marker {
  color: transparent;
  font-size: 13px;
}
.wp.products-2.mim .section-1 table tbody td ul li::before {
  content: "";
  background-color: #C70C17;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
}
.wp.products-2.mim .section-2 {
  background-color: #F3F3F3;
  padding: 5% 1em 4% 1em;
}
.wp.products-2.mim .section-2 .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5%;
}
.wp.products-2.mim .section-2 .tab button {
  display: block;
  background-color: inherit;
  color: #797979;
  padding: 0;
  padding-left: 1.3em;
  margin: 0.5em 0;
  height: auto;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.wp.products-2.mim .section-2 .tab button::before {
  content: "";
  background-color: #555555;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wp.products-2.mim .section-2 .tab button::after {
  content: "";
  opacity: 0;
  border: 1px solid #555555;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.wp.products-2.mim .section-2 .tab button:hover, .wp.products-2.mim .section-2 .tab button.active {
  color: black;
  font-weight: 600 !important;
}
.wp.products-2.mim .section-2 .tab button:hover::after, .wp.products-2.mim .section-2 .tab button.active::after {
  opacity: 1;
}
.wp.products-2.mim .section-2 .tabcontent {
  padding: 0px;
}
.wp.products-2.mim .section-2 .box .txtBox {
  padding: 2em 1.2em 1em 1.2em;
}
.wp.products-2.mim .bottomBenner {
  background-image: url(images/products/mim/bg2.jpg);
}
.wp.products-2.mim .bottomBenner .txtBox p {
  max-width: 870px;
}
.wp.products-2.springs .section-1 img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1019607843);
  margin: 5px 8px;
  border: 1px solid #DBDBDB;
}
.wp.products-2.springs .section-2 {
  background-color: #F3F3F3;
  padding: 5% 0;
}
.wp.products-2.springs .section-2 .box .txtBox {
  padding: 2em 0 0 1.5em;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 45%;
}
.wp.products-2.springs .bottomBenner {
  background-image: url(images/products/springs/bg2.jpg);
}
.wp.products-2.springs .bottomBenner .txtBox p {
  max-width: 890px;
}
.wp.products-2.stampings .section-2 {
  background-color: #F3F3F3;
  padding: 5% 0;
}
.wp.products-2.stampings .section-2 .box .txtBox {
  border-radius: 5px;
  padding: 2em 0 0 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 90%;
}
.wp.products-2.stampings .section-2 .box .txtBox.big {
  padding-bottom: 50%;
  background-position: right bottom;
  max-height: 450px;
}
.wp.products-2.stampings .bottomBenner {
  background-image: url(images/products/stampings/bg2.jpg);
}
.wp.products-2.stampings .bottomBenner .txtBox p {
  max-width: 890px;
}
.wp.products-2.lathe .section-2 {
  background-color: #F3F3F3;
  padding: 5% 0;
}
.wp.products-2.lathe .section-2 .max1600 {
  justify-content: center;
}
.wp.products-2.lathe .section-2 .box .txtBox {
  padding: 2em 0 0 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 45%;
}
.wp.products-2.lathe .bottomBenner {
  background-image: url(images/products/lathe/bg2.jpg);
}
.wp.products-2.lathe .bottomBenner .txtBox p {
  max-width: 890px;
}
.wp.products-2 .bottomBenner {
  height: 400px;
  width: 100%;
  background-position: 40% 10%;
  background-size: cover;
  position: relative;
}
.wp.products-2 .bottomBenner::before {
  content: "";
  background-color: #B01719;
  width: 1px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: -40px;
}
.wp.products-2 .bottomBenner .max1260 {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
.wp.products-2 .bottomBenner .txtBox {
  width: 92%;
  overflow: hidden;
}
.wp.products-2 .bottomBenner .txtBox h2 {
  position: relative;
}
.wp.products-2 .bottomBenner .txtBox h2::after {
  content: "";
  width: 100%;
  background: rgba(255, 255, 255, 0.3019607843);
  height: 2px;
  position: absolute;
  top: 50%;
  margin-left: 8%;
}
.wp.products-2 .bottomBenner .txtBox p {
  letter-spacing: 0.1em;
}
.wp.products-2 .bottomBenner .imgBox {
  margin-top: 10px;
}
.wp.products-2 .bottomBenner .imgBox a {
  position: relative;
  display: block;
}
.wp.products-2 .bottomBenner .imgBox a::after {
  content: "";
  border: 2px dotted rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  border-radius: 50%;
  animation: whirling 8s linear 0s infinite both;
  transition: all 0.3s;
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
}
.wp.products-2 .bottomBenner .imgBox a:hover::after {
  width: 86px;
  height: 86px;
  left: -13px;
  top: -13px;
}
@media (max-width: 1300px) {
  .wp.products-2 .bottomBenner .max1260 {
    justify-content: center;
  }
  .wp.products-2 .bottomBenner .txtBox h2::after {
    margin-left: 5%;
  }
  .wp.products-2 .bottomBenner .imgBox {
    margin: 10px 1em;
  }
}
@media (max-width: 991px) {
  .wp.products-2 .section-0::after {
    content: none;
  }
  .wp.products-2.mim .section-1 {
    background-image: none;
  }
  .wp.products-2.mim .section-2 .tab {
    flex-direction: inherit;
    padding: 5px;
    margin: 1em auto 2em auto;
    max-width: 575px;
  }
  .wp.products-2.mim .section-2 .tab button {
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 30px;
    background-color: #fff;
  }
  .wp.products-2.mim .section-2 .tab button:hover, .wp.products-2.mim .section-2 .tab button.active {
    color: #fff;
    background-color: #C70C17;
  }
  .wp.products-2.mim .section-2 .tab button::after, .wp.products-2.mim .section-2 .tab button::before {
    content: none;
  }
  .wp.products-2.stampings .section-2 .box .txtBox {
    padding-bottom: 70%;
  }
  .wp.products-2.stampings .section-2 .box .txtBox.big {
    padding-bottom: 70%;
  }
}
@media (max-width: 767px) {
  .wp.products-2.mim .section-1 table {
    font-size: 16px;
  }
  .wp.products-2 .bottomBenner {
    height: auto;
    padding: 2em 1em;
  }
  .wp.products-2 .bottomBenner .max1260 {
    flex-wrap: wrap;
  }
  .wp.products-2 .bottomBenner .txtBox {
    width: 100%;
  }
  .wp.products-2 .bottomBenner span {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .wp.products-2.mim .section-1 table tr td {
    display: block;
    padding: 1em;
    height: auto;
    border: none !important;
  }
  .wp.products-2.mim .section-1 table tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
  }
  .wp.products-2.mim .section-1 table tr td:nth-child(2) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.products-2.mim .section-1 table thead {
    display: none;
  }
  .wp.products-2.mim .section-2 {
    padding-top: 2em;
  }
  .wp.products-2.mim .section-2 .tab {
    display: none;
  }
  .wp.products-2.mim .section-2 .tabcontent {
    display: block !important;
  }
  .wp.products-2.mim .section-2 .txtBox {
    text-align: center;
  }
  .wp.products-2 .bottomBenner .txtBox h2::after {
    content: none;
  }
  .wp.products-2 .bottomBenner::before {
    height: 40px;
    top: -20px;
  }
}

.wp.hinges.nb .section-2 {
  background-image: url(images/products/hinges/nb/bg2.jpg);
}
.wp.hinges.lcd .section-1 .max1600 {
  justify-content: center;
}
.wp.hinges.lcd .section-2 {
  background-image: url(images/products/hinges/lcd/bg2.jpg);
}
.wp.hinges.tablet .fixedbg {
  background-image: url(images/products/hinges/tablet/bg.jpg);
}
.wp.hinges.tablet .section-2 {
  background-image: url(images/products/hinges/tablet/bg2.jpg);
}
.wp.hinges.audio .section-1 .max1600 {
  justify-content: center;
}
.wp.hinges.audio .section-2 {
  background-image: url(images/products/hinges/audio/bg2.jpg);
}
.wp.hinges.other3c .section-2 {
  background-image: url(images/products/hinges/3c/bg2.jpg);
}
.wp.hinges .fixedbg {
  background-position: center 20%;
}
.wp.hinges .section-0 {
  padding-bottom: 2em;
}
.wp.hinges .section-0 .note {
  padding: 1.5em;
}
.wp.hinges .section-0 .note span {
  color: #124B6F;
  background-color: #EEF6FB;
  padding: 0.8em 2em;
  margin: 6px;
  font-weight: 500;
  display: inline-block;
}
.wp.hinges .section-1 {
  padding: 5% 0;
  background-color: #F5F5F5;
}
.wp.hinges .section-1 .box {
  margin-bottom: 1.5em;
}
.wp.hinges .section-1 .box .txtBox {
  background-color: #fff;
  padding: 2em 1.5em;
  border-radius: 5px;
}
.wp.hinges .section-1 .box img {
  width: 100%;
}
.wp.hinges .section-2 {
  max-height: 700px;
  padding: 9% 0;
  background-position: 40%;
  background-size: cover;
}
.wp.hinges .section-2 .txtBox ul {
  color: rgba(255, 255, 255, 0.7490196078);
  padding: 3% 1.2em;
}
.wp.hinges .section-2 .txtBox ul li {
  margin-bottom: 1em;
}
.wp.hinges .section-2 .txtBox ul li::marker {
  font-size: 16px;
}
@media (max-width: 991px) {
  .wp.hinges .section-0::after {
    content: none;
  }
  .wp.hinges .section-1 {
    padding: 3em 0;
  }
}

.wp.patent .inner {
  background-color: #fff;
}
.wp.patent.research .section-1 {
  padding: 0 0 5% 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 55%, #F0F0F0 55%, #FAFAFA 100%);
}
.wp.patent.research .section-1 .box {
  cursor: pointer;
  position: relative;
  margin-bottom: 1em;
}
.wp.patent.research .section-1 .box img {
  width: 100%;
  transition: all 0.3s;
}
.wp.patent.research .section-1 .box div {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  text-align: left;
}
.wp.patent.research .section-1 .box div span {
  display: block;
  margin-top: 5px;
}
.wp.patent.research .section-1 .box:hover img {
  width: 98%;
}
.wp.patent.research .section-2 {
  padding: 5% 0;
}
.wp.patent.research .section-2 ul {
  margin-top: 1.5em;
  text-align: left;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
.wp.patent.research .section-2 ul li {
  padding-left: 15px;
}
.wp.patent.research .section-2 ul li::before {
  content: "-";
  position: relative;
  left: -15px;
  margin-right: -7px;
}
.wp.patent.research .section-2 .box img {
  max-width: 220px;
  width: 100%;
}
.wp.patent.research .section-2 .box2 {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.wp.patent.research .section-2 .box2 ul {
  padding-left: 2%;
}
.wp.patent.research .section-2 .box2 img {
  max-width: 250px;
}
.wp.patent.equipment .new > div {
  width: 95%;
  margin: auto;
}
.wp.patent.equipment .new > div img {
  width: 100%;
}
.wp.patent.equipment .new > div div {
  padding: 1.5em;
  margin-top: -3.5em;
  position: relative;
  max-width: 350px;
  width: 90%;
}
.wp.patent.equipment .new > div div span {
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0;
}
.wp.patent.equipment .new > div div span::before {
  content: "";
  height: 25px;
  width: 3px;
  position: absolute;
  background: #C70C17;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp.patent.equipment .new img {
  transition: all 0.3s;
  margin-left: 0px;
}
.wp.patent.equipment .new:hover img {
  transform: scale(1.02) translate(5px, 0px);
  z-index: 50;
  box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.2784313725);
}
.wp.patent.equipment .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9411764706);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35%;
}
.wp.patent.equipment .slider .slick-arrow img,
.wp.patent.equipment .slider .slick-arrow svg {
  width: 10px;
  height: 16px;
}
.wp.patent.equipment .slider .slick-arrow img path,
.wp.patent.equipment .slider .slick-arrow svg path {
  transition: all 0.3s;
}
.wp.patent.equipment .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.wp.patent.equipment .slider .slick-arrow:hover svg path {
  fill: #C70C17 !important;
}
.wp.patent.equipment .slider .slick-dots {
  padding: 2em 0;
  margin-bottom: 0;
}
.wp.patent.equipment .slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #E0E0E0;
}
.wp.patent.equipment .slider .slick-dots li button:hover {
  background-color: #C70C17;
}
.wp.patent.equipment .slider .slick-dots li.slick-active button {
  background-color: #C70C17;
}
.wp.patent.equipment.e01 .section-2 {
  padding: 3% 0 4% 0;
  background-color: #F8F8F8;
}
.wp.patent.equipment.e01 .section-3 {
  padding: 5% 0 7% 0;
}
.wp.patent.equipment.e02 .section-2 {
  padding: 3% 0 4% 0;
  background-color: #F8F8F8;
}
.wp.patent.equipment.e02 .section-3 {
  padding: 5% 0 7% 0;
}
.wp.patent.equipment.e02 .section-4 {
  padding: 5% 0 0.5em 0;
  background-color: #F8F8F8;
}
.wp.patent.equipment.e02 .section-5 {
  padding: 2% 0 4% 0;
}
.wp.patent.equipment.e02 .section-5 table {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
  text-align: center;
}
.wp.patent.equipment.e02 .section-5 table thead tr td {
  height: 60px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
  text-align: center;
}
.wp.patent.equipment.e02 .section-5 table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.patent.equipment.e02 .section-5 table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.patent.equipment.e02 .section-5 table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.patent.equipment.e02 .section-5 table tbody td:nth-child(1) {
  font-weight: 500;
}
.wp.patent.equipment.e02 .section-5 table tbody td:nth-child(2) {
  font-weight: 400;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(1) {
  width: 20%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(2) {
  width: 15%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(3) {
  width: 13%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(4) {
  width: 13%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(5) {
  width: 13%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 thead tr td:nth-child(6) {
  width: 10%;
}
.wp.patent.equipment.e02 .section-5 table.tab1 tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #FDECED;
}
.wp.patent.equipment.e02 .section-5 table.tab1 tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #FEF6F6;
}
.wp.patent.equipment.e02 .section-5 table.tab2 thead tr td:nth-child(1) {
  width: 50%;
}
.wp.patent.equipment.e02 .section-5 table.tab2 thead tr td:nth-child(2) {
  width: 50%;
}
.wp.patent.equipment.e02 .section-5 table.tab2 tbody td:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(1) {
  width: 30%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(2) {
  width: 20%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(3) {
  width: 10%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(4) {
  width: 10%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(5) {
  width: 10%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 thead tr td:nth-child(6) {
  width: 10%;
}
.wp.patent.equipment.e02 .section-5 table.tab3 tbody td:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.wp.patent.equipment.e03 .section-2 {
  padding: 3% 0 4% 0;
  background-color: #F8F8F8;
}
.wp.patent.equipment.e03 .section-3 {
  min-height: 600px;
  padding: 4em 0;
  margin: 5% auto 6%;
}
.wp.patent.equipment.e03 .section-3 .max1600 {
  position: relative;
}
.wp.patent.equipment.e03 .section-3 .imgBox {
  text-align: left;
  padding: 0;
  position: absolute;
  left: 0;
  top: -4em;
}
.wp.patent.equipment.e03 .section-3 .txtBox {
  background-image: url(images/patent/equipment/03/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 800px;
  width: 100%;
  padding: 5%;
  z-index: 1;
  position: absolute;
  right: 0;
  display: inline-block;
}
.wp.patent.equipment.e03 .section-4 {
  padding-bottom: 3%;
}
.wp.patent.equipment.e04 .section-2 {
  padding: 3% 0 4% 0;
  background-color: #F8F8F8;
}
.wp.patent.equipment.e04 .section-3 {
  padding: 5% 0 1em 0;
}
.wp.patent.equipment.e04 .section-4 {
  background-color: #F8F8F8;
  padding: 5% 0;
}
.wp.patent.equipment.e05 .section-2 {
  padding: 0 0 5% 0;
}
.wp.patent.equipment.e05 .section-2 .new {
  margin: 1% 0 4% 0;
}
.wp.patent.quality .section-2 {
  padding: 2em 0;
}
.wp.patent.quality .section-2 .max1600 {
  position: relative;
}
.wp.patent.quality .section-2 .box {
  position: relative;
}
.wp.patent.quality .section-2 .imgBox {
  text-align: left;
  padding: 0;
  position: absolute;
  max-width: 875px;
  left: 0;
}
.wp.patent.quality .section-2 .imgBox span {
  position: absolute;
  bottom: 2em;
  color: #fff;
  width: 100%;
  text-align: center;
}
.wp.patent.quality .section-2 .txtBox {
  background-image: url(images/patent/equipment/03/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 790px;
  width: 100%;
  padding: 5%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 4.5em;
  display: inline-block;
}
.wp.patent.quality .section-2 .page {
  z-index: 2;
  position: absolute;
  right: 0;
  padding: 1.5em;
}
.wp.patent.quality .section-2 .page span {
  font-family: "Poppins";
  font-weight: 600;
}
.wp.patent.quality .section-2 .page span:nth-child(1) {
  padding-right: 110px;
  position: relative;
}
.wp.patent.quality .section-2 .page span:nth-child(1)::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #CBCBCB;
  position: absolute;
  left: 1.5em;
  top: 50%;
}
.wp.patent.quality .slider .slick-slide {
  height: 35vw;
  min-height: 660px;
}
.wp.patent.quality .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 84%;
}
.wp.patent.quality .slider .slick-arrow img,
.wp.patent.quality .slider .slick-arrow svg {
  width: 10px;
  height: 16px;
}
.wp.patent.quality .slider .slick-arrow img path,
.wp.patent.quality .slider .slick-arrow svg path {
  transition: all 0.3s;
}
.wp.patent.quality .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 51%;
}
.wp.patent.quality .slider .slick-arrow.slick-prev {
  right: 55%;
  left: auto;
}
.wp.patent.quality .slider .slick-arrow.slick-prev::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  opacity: 1 !important;
}
.wp.patent.quality .slider .slick-arrow:hover svg path {
  fill: #C70C17 !important;
}
.wp.patent.quality .slider .slick-dots {
  padding: 2em 0;
  margin-bottom: 0;
  z-index: 0;
  max-width: 50%;
  top: -4.5em;
}
.wp.patent.quality .slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #E0E0E0;
}
.wp.patent.quality .slider .slick-dots li button:hover {
  background-color: #C70C17;
}
.wp.patent.quality .slider .slick-dots li.slick-active button {
  background-color: #C70C17;
}
.wp.patent.iso {
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
}
.wp.patent.iso .section-1 {
  padding: 0 0 3% 0;
}
.wp.patent.iso .section-2 {
  padding: 1em 0 8% 0;
}
.wp.patent.iso .row:after {
  content: "";
  display: table;
  clear: both;
}
.wp.patent.iso .column {
  padding: 0 8px;
  width: 20%;
  text-align: center;
}
.wp.patent.iso .column span {
  line-height: 28px;
  padding: 12% 0 20% 0;
  max-width: 220px;
  margin: auto;
}
.wp.patent.iso .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.wp.patent.iso .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1075px;
}
.wp.patent.iso .modal-content img {
  margin-bottom: -4px;
  width: 70%;
  max-width: 560px;
}
.wp.patent.iso .close {
  color: white;
  position: absolute;
  top: -25px;
  right: 5em;
  font-size: 35px;
  font-weight: 400;
  opacity: 1;
}
.wp.patent.iso .close:hover,
.wp.patent.iso .close:focus {
  opacity: 0.8;
}
.wp.patent.iso .mySlides {
  display: none;
  text-align: center;
}
.wp.patent.iso .cursor {
  cursor: pointer;
}
.wp.patent.iso .prev,
.wp.patent.iso .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  border: 2px #fff solid;
  transition: 0.6s ease;
  display: flex;
  justify-content: center;
}
.wp.patent.iso .prev svg,
.wp.patent.iso .next svg {
  width: 10.3px;
}
.wp.patent.iso .prev svg path,
.wp.patent.iso .next svg path {
  fill: #fff !important;
}
.wp.patent.iso .next {
  transform: rotate(180deg) translateY(50%);
}
.wp.patent.iso .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.wp.patent.iso .prev:hover,
.wp.patent.iso .next:hover {
  background-color: #C70C17;
  border: 2px transparent solid;
}
.wp.patent.iso .caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
}
.wp.patent.iso img.hover-shadow {
  transition: 0.3s;
}
.wp.patent.iso .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wp.patent.certification .section-1 {
  background-image: url(images/patent/certification/bg2.png);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  padding: 3% 0 6% 0;
}
@media (max-width: 1600px) {
  .wp.patent.quality .section-2 {
    padding: 0;
  }
  .wp.patent.quality .section-2 .box .imgBox {
    width: 60%;
  }
  .wp.patent.quality .section-2 .box .txtBox {
    max-width: 690px;
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .wp.patent.quality .section-2 .box .imgBox {
    width: 50%;
    position: relative;
  }
  .wp.patent.quality .section-2 .box .txtBox {
    width: 60%;
    position: relative;
    top: 0;
    padding: 2em;
  }
  .wp.patent.quality .section-2 .box .page {
    top: 0;
  }
  .wp.patent.quality .slider .slick-slide {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wp.patent.quality .slider .slick-arrow.slick-prev {
    right: 65px;
  }
  .wp.patent.quality .slider .slick-arrow.slick-next {
    right: 0;
  }
  .wp.patent.quality .slider .slick-dots {
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .wp.patent.quality .section-2 {
    padding-bottom: 8%;
  }
  .wp.patent.quality .section-2 .box .imgBox {
    width: 100%;
    max-width: none;
  }
  .wp.patent.quality .section-2 .box .imgBox img {
    width: 100%;
  }
  .wp.patent.quality .section-2 .box .txtBox {
    max-width: none;
    width: 100%;
    padding: 1em;
    padding-top: 4em;
    padding-bottom: 2em;
  }
  .wp.patent.quality .section-2 .box .page {
    display: none;
  }
  .wp.patent.quality .slider .slick-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .wp.patent.quality .slider .slick-arrow {
    top: -18px;
  }
  .wp.patent.quality .slider .slick-dots {
    max-width: 100%;
    top: 64vw;
    width: 100%;
    position: absolute;
    padding: 1em 0;
  }
  .wp.patent.quality .slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1199px) {
  .wp.patent.research .section-1 {
    background: linear-gradient(to bottom, #fff 0%, #fff 80%, #F0F0F0 80%, #FAFAFA 100%);
  }
  .wp.patent.research .section-2 .max1600 > div:nth-child(2) {
    background: #FAFAFA;
  }
  .wp.patent.research .section-2 .box2 {
    justify-content: center;
  }
  .wp.patent.equipment .new > div div {
    padding: 1em 0 1em 1em;
    margin-top: -1.5em;
    width: 90%;
  }
  .wp.patent.equipment.e03 .section-3 .imgBox {
    width: 60%;
  }
  .wp.patent.equipment.e03 .section-3 .txtBox {
    max-width: 600px;
    padding: 3%;
  }
  .wp.patent.iso .column {
    width: 25%;
  }
  .wp.patent.iso .column span {
    padding: 1em 0 2em 0;
  }
  .wp.patent.iso .close {
    right: 0;
  }
}
@media (max-width: 991px) {
  .wp.patent.equipment.e03 .section-3 {
    margin: 0;
    padding: 4% 0;
  }
  .wp.patent.equipment.e03 .section-3 .imgBox {
    width: 100%;
    position: relative;
    top: 0;
  }
  .wp.patent.equipment.e03 .section-3 .imgBox img {
    width: 100%;
  }
  .wp.patent.equipment.e03 .section-3 .txtBox {
    max-width: none;
    position: relative;
    padding: 1em;
  }
  .wp.patent.iso .column {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .wp.patent .section-2 {
    padding: 2em 0 2em 0;
  }
  .wp.patent .section-3 {
    padding: 2em 0 2em 0;
  }
  .wp.patent.research .section-2 ul {
    text-align: center;
    padding: 0;
  }
  .wp.patent.research .section-2 .box {
    margin-bottom: 2em;
  }
  .wp.patent.research .section-2 .box2 {
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em auto;
  }
  .wp.patent.research .section-2 .box2 img {
    max-width: 250px;
  }
  .wp.patent.equipment .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .wp.patent.equipment.e02 .section-5 table.tab2 tr td {
    font-size: 16px;
    padding: 0.8em;
    height: auto;
  }
  .wp.patent.equipment.e02 .section-5 table.tab1 tr, .wp.patent.equipment.e02 .section-5 table.tab3 tr {
    border: 1px solid #E8E8E8;
  }
  .wp.patent.equipment.e02 .section-5 table.tab1 tr td, .wp.patent.equipment.e02 .section-5 table.tab3 tr td {
    display: block;
    padding: 0.8em;
    height: auto;
    border: none !important;
    font-weight: bold;
    font-size: 16px;
  }
  .wp.patent.equipment.e02 .section-5 table.tab1 tr td::before, .wp.patent.equipment.e02 .section-5 table.tab3 tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    width: 10em;
    text-align: left;
    font-weight: 400;
    height: 2em;
    font-size: 15px;
  }
  .wp.patent.equipment.e02 .section-5 table.tab1 thead, .wp.patent.equipment.e02 .section-5 table.tab3 thead {
    display: none;
  }
  .wp.patent.equipment.e02 .section-5 table.tab3 tr td::before {
    width: 6.5em;
  }
  .wp.patent.iso .column {
    width: 50%;
  }
  .wp.patent.quality .slider .slick-dots {
    top: 61vw;
    padding-top: 2em;
  }
  .wp.patent.quality .slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .wp.patent.equipment .new > div {
    width: 100%;
  }
  .wp.patent.iso .column {
    width: 100%;
    padding: 0;
  }
  .wp.patent.iso .prev,
  .wp.patent.iso .next {
    width: 35px;
    height: 35px;
  }
  .wp.patent.quality .section-2 {
    padding: 0.5em 0 10% 0;
  }
  .wp.patent.quality .section-2 .box .txtBox {
    padding-bottom: 2em;
  }
  .wp.patent.quality .slider .slick-dots {
    top: 56vw;
    padding-top: 8%;
  }
  .wp.patent.quality .slider .slick-arrow {
    display: none !important;
  }
}

.wp.invest .inner {
  background-color: #fff;
}
.wp.invest .tag2 {
  margin-bottom: 0;
}
.wp.invest .year {
  margin: auto;
  padding: 0 0 2% 0;
  text-align: right;
  position: relative;
  height: 3em;
  z-index: 1;
}
.wp.invest .year .dropdown-toggle {
  color: #000;
  width: 130px;
  height: auto;
  font-weight: 500;
  font-family: "Noto Sans TC";
}
.wp.invest .year .dropdown-toggle::after {
  content: url(images/common/dropdown-4.svg);
  top: 3px;
  right: -20px;
  height: auto;
  margin: 0;
}
.wp.invest .year .dropdown-menu {
  display: none;
  position: absolute !important;
  max-width: 130px;
  transform: none !important;
  top: 30px !important;
}
.wp.invest .year .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  padding: 0;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  left: auto !important;
  right: 0;
}
.wp.invest .year .dropdown-item {
  padding: 0.8em 1.5em;
  height: auto;
}
.wp.invest .year .dropdown-item .active, .wp.invest .year .dropdown-item:active {
  background: #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0;
}
.wp.invest.i01 .section-1 {
  padding: 2em 0 3% 0;
}
.wp.invest.i01 table {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
}
.wp.invest.i01 table tr:nth-child(1) td:nth-child(-n+2) {
  border-top: 3px solid #B01719;
}
.wp.invest.i01 table tr:nth-child(1) td:nth-child(n+3) {
  border-top: 3px solid #000;
}
.wp.invest.i01 table td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 1em 1em 1em 4%;
  width: 28%;
}
.wp.invest.i01 table td.title {
  width: 22%;
  background-color: rgba(0, 0, 0, 0.031372549);
  font-weight: 500;
  padding: 1em 1em 1em 3%;
}
.wp.invest.significant .section-1, .wp.invest.corporation .section-1, .wp.invest.financial .section-1, .wp.invest.shareholder1 .section-1, .wp.invest.governance .section-1 {
  padding: 0 0 3% 0;
  min-height: 40vh;
}
.wp.invest.significant table, .wp.invest.corporation table, .wp.invest.financial table, .wp.invest.shareholder1 table, .wp.invest.governance table {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
.wp.invest.significant table a, .wp.invest.corporation table a, .wp.invest.financial table a, .wp.invest.shareholder1 table a, .wp.invest.governance table a {
  transition: all 0.3s;
}
.wp.invest.significant table a:hover, .wp.invest.corporation table a:hover, .wp.invest.financial table a:hover, .wp.invest.shareholder1 table a:hover, .wp.invest.governance table a:hover {
  color: #C70C17;
}
.wp.invest.significant table span, .wp.invest.corporation table span, .wp.invest.financial table span, .wp.invest.shareholder1 table span, .wp.invest.governance table span {
  max-width: 17em;
  display: block;
  margin: auto;
}
.wp.invest.significant table thead tr th, .wp.invest.corporation table thead tr th, .wp.invest.financial table thead tr th, .wp.invest.shareholder1 table thead tr th, .wp.invest.governance table thead tr th {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
}
.wp.invest.significant table thead tr th:nth-child(1), .wp.invest.corporation table thead tr th:nth-child(1), .wp.invest.financial table thead tr th:nth-child(1), .wp.invest.shareholder1 table thead tr th:nth-child(1), .wp.invest.governance table thead tr th:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.invest.significant table thead tr th:not(:last-child)::after, .wp.invest.corporation table thead tr th:not(:last-child)::after, .wp.invest.financial table thead tr th:not(:last-child)::after, .wp.invest.shareholder1 table thead tr th:not(:last-child)::after, .wp.invest.governance table thead tr th:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.invest.significant table tbody tr:nth-child(odd), .wp.invest.corporation table tbody tr:nth-child(odd), .wp.invest.financial table tbody tr:nth-child(odd), .wp.invest.shareholder1 table tbody tr:nth-child(odd), .wp.invest.governance table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.invest.significant table tbody td, .wp.invest.corporation table tbody td, .wp.invest.financial table tbody td, .wp.invest.shareholder1 table tbody td, .wp.invest.governance table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 0.8em 0.5em;
  letter-spacing: 0.03em;
}
.wp.invest.significant table tbody td:nth-child(1), .wp.invest.corporation table tbody td:nth-child(1), .wp.invest.financial table tbody td:nth-child(1), .wp.invest.shareholder1 table tbody td:nth-child(1), .wp.invest.governance table tbody td:nth-child(1) {
  font-weight: 500;
  color: #000;
}
.wp.invest.significant table tbody td:not(:last-child), .wp.invest.corporation table tbody td:not(:last-child), .wp.invest.financial table tbody td:not(:last-child), .wp.invest.shareholder1 table tbody td:not(:last-child), .wp.invest.governance table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.invest.significant .section-1 {
  padding: 2em 0 3% 0;
}
.wp.invest.significant table thead tr th:nth-child(1) {
  width: 22%;
}
.wp.invest.significant table tbody td:last-child {
  text-align: left;
  padding: 1em 4%;
  letter-spacing: 0.03em;
}
.wp.invest.significant.detail .banner {
  height: 525px;
}
@media (max-width: 1024px) {
  .wp.invest.significant.detail .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .wp.invest.significant.detail .banner::after {
    content: none;
  }
  .wp.invest.significant.detail .banner .title {
    margin: 3% 0;
  }
}
.wp.invest.significant.detail .section-1 {
  padding: 5% 0 1em 0;
}
.wp.invest.significant.detail .section-1 .max1100 > .title {
  border-bottom: 1px solid #CCC;
  padding: 0 0 1em 0;
}
.wp.invest.significant.detail .section-1 .max1100 > .title .day {
  position: relative;
  padding-right: 2em;
  line-height: 2.5;
}
.wp.invest.significant.detail .section-1 .content {
  padding: 1.5em 0;
  border-bottom: 1px solid #CCC;
}
.wp.invest.significant.detail .section-1 .content p {
  font-weight: 400;
}
.wp.invest.corporation thead tr th:nth-child(1) {
  width: 22%;
}
.wp.invest.corporation thead tr th:last-child {
  width: 30%;
}
.wp.invest.corporation tbody tr td:nth-child(2) {
  text-align: left;
}
.wp.invest.financial table tbody th:nth-child(2) {
  text-align: center;
}
.wp.invest.financial .tab3 thead tr td:nth-child(1) {
  width: 22%;
}
.wp.invest.financial .tab3 thead tr td:last-child {
  width: 20%;
}
.wp.invest.financial .tab3 tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 5%;
}
.wp.invest.financial .tab3 tbody tr td:nth-child(3) {
  text-align: left;
  padding-left: 3%;
}
.wp.invest.shareholder1 .tab1 thead th {
  width: 20%;
}
.wp.invest.shareholder1 .tab2 thead th {
  width: 10%;
}
.wp.invest.shareholder1 .tab2 thead th:nth-child(4) {
  width: 15%;
}
.wp.invest.shareholder1 .tab2 thead th:nth-child(5) {
  width: 15%;
}
.wp.invest.shareholder1 .tab2 thead th:nth-child(6) {
  width: 15%;
}
.wp.invest.shareholder1 .tab2 thead th:nth-child(7) {
  width: 15%;
}
.wp.invest.shareholder1 .tab3 th {
  width: 25%;
}
.wp.invest.shareholder1 .tab3 th:first-child {
  width: 35%;
}
.wp.invest.shareholder1 .tab3 tbody td:first-child {
  text-align: left;
  padding-left: 4%;
}
.wp.invest.governance .section-1 {
  padding: 0 0 5% 0;
}
.wp.invest.governance table tbody td:nth-child(1) {
  color: rgba(0, 0, 0, 0.7490196078) !important;
}
.wp.invest.governance .tab2 tbody td:nth-child(3) {
  width: 73%;
  text-align: left;
  padding-left: 4%;
  padding-right: 4%;
}
.wp.invest.governance .tab3 tbody td {
  width: 15%;
}
.wp.invest.governance .tab3 tbody td:nth-child(6) {
  width: 12%;
}
.wp.invest.governance .tab4 tbody td {
  width: 20%;
}
.wp.invest.governance .tab4 tbody td:nth-child(1) {
  width: 15%;
}
.wp.invest.governance .tab4 tbody td:nth-child(2) {
  text-align: left;
  width: 30%;
  padding-left: 3%;
}
.wp.invest.governance .tab4 tbody td ol {
  padding-top: 0.3em;
  padding-left: 1em;
}
.wp.invest.governance .tab4 tbody td ol li {
  margin: 10px 0;
}
.wp.invest.governance .tab tbody td:nth-child(2) {
  width: 50%;
  text-align: left;
}
.wp.invest.governance .tab tbody td:nth-child(2) a {
  width: 15em;
  margin: auto;
  display: block;
}
.wp.invest.governance .tab tbody td:nth-child(3) {
  width: 30%;
}
@media (max-width: 1200px) {
  .wp.invest.shareholder1 table {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wp.invest .section-2 {
    padding: 2em 0 2em 0;
  }
  .wp.invest .section-3 {
    padding: 2em 0 2em 0;
  }
  .wp.invest.i01 table {
    font-size: 16px;
  }
  .wp.invest.i01 table td {
    padding: 0.5em;
    height: 50px;
    width: 25%;
  }
  .wp.invest.i01 table td.title {
    padding: 0.5em;
    width: 25%;
  }
  .wp.invest.significant table, .wp.invest.corporation table, .wp.invest.financial table, .wp.invest.shareholder1 table, .wp.invest.governance table {
    font-size: 16px;
  }
  .wp.invest.corporation table {
    font-size: 16px;
  }
  .wp.invest.corporation table thead tr th:nth-child(1) {
    width: 22%;
  }
  .wp.invest.corporation table thead tr th:last-child {
    width: 20%;
  }
  .wp.invest.financial table thead tr th:last-child {
    width: 40%;
  }
  .wp.invest.shareholder1 .tab2 tr td {
    display: block;
    width: 100% !important;
    padding: 1em;
    height: auto !important;
    border: none !important;
    text-align: left;
    line-height: 1.8;
  }
  .wp.invest.shareholder1 .tab2 tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    width: 10em;
    text-align: left;
    font-weight: 400;
    height: 2em;
    font-size: 15px;
  }
  .wp.invest.shareholder1 .tab2 thead {
    display: none;
  }
}
@media (max-width: 575px) {
  .wp.invest .year {
    height: auto;
  }
  .wp.invest.i01 .section-1 {
    padding: 0em 0 3em 0;
  }
  .wp.invest.i01 table tr:nth-child(1) td:nth-child(-n+2) {
    border-top: none;
  }
  .wp.invest.i01 table tr:nth-child(1) td:nth-child(n+3) {
    border-top: none;
  }
  .wp.invest.i01 table tr:nth-child(1) td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .wp.invest.i01 table td {
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
    min-height: 55px;
    height: auto;
    width: 100%;
  }
  .wp.invest.i01 table td.title {
    padding: 0.5em;
    width: 100%;
    min-height: 45px;
    height: auto;
  }
  .wp.invest.significant tr, .wp.invest.corporation tr, .wp.invest.financial .tab3 tr, .wp.invest.shareholder1 .tab1 tr, .wp.invest.shareholder1 .tab2 tr, .wp.invest.governance tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .wp.invest.significant tr td, .wp.invest.corporation tr td, .wp.invest.financial .tab3 tr td, .wp.invest.shareholder1 .tab1 tr td, .wp.invest.shareholder1 .tab2 tr td, .wp.invest.governance tr td {
    display: block;
    width: 100% !important;
    padding: 1em;
    padding-left: 1em !important;
    height: auto !important;
    border: none !important;
    text-align: center !important;
    line-height: 1.8;
  }
  .wp.invest.significant tr td::before, .wp.invest.corporation tr td::before, .wp.invest.financial .tab3 tr td::before, .wp.invest.shareholder1 .tab1 tr td::before, .wp.invest.shareholder1 .tab2 tr td::before, .wp.invest.governance tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    width: 8em;
    text-align: left;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
  }
  .wp.invest.significant thead, .wp.invest.corporation thead, .wp.invest.financial .tab3 thead, .wp.invest.shareholder1 .tab1 thead, .wp.invest.shareholder1 .tab2 thead, .wp.invest.governance thead {
    display: none;
  }
  .wp.invest.significant .section-1 {
    padding: 0em 0 3em 0;
  }
  .wp.invest.significant table tr td::before {
    content: none;
  }
  .wp.invest.significant table tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
  }
  .wp.invest.significant table tr td:nth-child(2) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.invest.corporation .section-1 {
    padding: 0em 0 3em 0;
  }
  .wp.invest.corporation table span {
    max-width: none;
    text-align: center;
  }
  .wp.invest.corporation table tr td {
    text-align: center;
  }
  .wp.invest.corporation table tr td::before {
    content: none;
  }
  .wp.invest.corporation table tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
  }
  .wp.invest.corporation table tr td:nth-child(2) {
    padding: 0 1em 0.5em 1em !important;
  }
  .wp.invest.corporation table tr td:nth-child(3) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.invest.financial .tab3 tr td:nth-child(1) {
    padding: 1em 1em 0.5em 1em !important;
  }
  .wp.invest.financial .tab3 tr td:nth-child(2) {
    padding: 0 1em 0.5em 1em !important;
  }
  .wp.invest.financial .tab3 tr td:nth-child(3) {
    padding: 0 1em 1em 1em !important;
  }
  .wp.invest.shareholder1 .tab1 tr td,
  .wp.invest.shareholder1 .tab2 tr td {
    padding: 0.5em 1em;
  }
  .wp.invest.shareholder1 .tab1 tr td:nth-child(1),
  .wp.invest.shareholder1 .tab2 tr td:nth-child(1) {
    padding: 1em 1em 0em 1em !important;
  }
  .wp.invest.shareholder1 .tab1 tr td:last-child,
  .wp.invest.shareholder1 .tab2 tr td:last-child {
    padding: 0.5em 1em 1em 1em !important;
  }
  .wp.invest.shareholder1 .tab2 tr td::before {
    width: 10em;
  }
  .wp.invest.governance tr td::before {
    width: 6em;
  }
  .wp.invest.governance .tab2 tr td {
    position: relative;
    padding-left: 8em !important;
  }
  .wp.invest.governance .tab2 tr td::before {
    width: 8em;
    position: absolute;
    left: 1em;
  }
  .wp.invest.governance .tab3 tr td {
    position: relative;
  }
  .wp.invest.governance .tab3 tr td::before {
    width: 7em;
  }
  .wp.invest.governance .tab4 tr td {
    position: relative;
    padding-top: 2em;
    text-align: left !important;
  }
  .wp.invest.governance .tab4 tr td::before {
    width: 100%;
    position: absolute;
    left: 1em;
    top: 0.5em;
    text-align: left;
    color: #000;
  }
  .wp.invest.governance .tab4 tr td:nth-child(1) {
    padding-top: 2.5em;
  }
  .wp.invest.governance .tab4 tr td:nth-child(1)::before {
    top: 1em;
  }
  .wp.invest.governance .tab4 tr td ol {
    margin-bottom: 0;
    padding-top: 0;
  }
  .wp.invest.governance .tab4 tr td ol li {
    margin: 5px 0;
  }
  .wp.invest.governance .tab tr td::before {
    content: none;
  }
  .wp.invest.governance .tab tr td:nth-child(1) {
    padding: 1em 1em 0em 1em !important;
  }
  .wp.invest.governance .tab tr td:last-child {
    padding: 0.5em 1em 1em 1em !important;
  }
}

.wp.csr .section-1 {
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 100%);
}
.wp.csr .section-1 .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: url(images/csr/csr/bg2.jpg) no-repeat, linear-gradient(to bottom, #F0F0F0 0%, #FAFAFA 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 3% 5% 6%;
  min-height: 580px;
}
.wp.csr .section-1 .txtBox div {
  max-width: 700px;
  padding-right: 50px;
}
.wp.csr .section-1 .imgBox img {
  width: 100%;
}
.wp.csr .section-2 .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 5% 3%;
}
.wp.csr .section-2 .txtBox div {
  max-width: 700px;
}
.wp.csr .section-2 .imgBox img {
  width: 100%;
  max-width: 660px;
}
.wp.csr .section-3 {
  background: #F9F9F9;
  padding: 5% 0;
}
.wp.csr .section-3 .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: linear-gradient(to bottom, #fff 0%, #fff 92%, #F9F9F9 92%, #F9F9F9 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px 35px 0 0;
  position: relative;
}
.wp.csr .section-3 .txtBox div {
  border: 3px solid #B01719;
  padding: 8% 7% 8% 9%;
}
.wp.csr .section-3 .imgBox {
  margin-right: -1em;
  z-index: 1;
}
.wp.csr .section-3 .imgBox img {
  width: 100%;
}
.wp.csr .section-4 {
  padding: 4% 1em;
}
.wp.csr .section-5 {
  padding: 5% 1em 1em 1em;
  background-color: #F5F5F5;
}
.wp.csr .section-5 .box img {
  width: 100%;
}
.wp.csr .section-5 .slider {
  margin-top: 4%;
  padding: 0 2%;
}
.wp.csr .section-5 .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9411764706);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
}
.wp.csr .section-5 .slider .slick-arrow img,
.wp.csr .section-5 .slider .slick-arrow svg {
  width: 10px;
  height: 16px;
}
.wp.csr .section-5 .slider .slick-arrow img path,
.wp.csr .section-5 .slider .slick-arrow svg path {
  transition: all 0.3s;
}
.wp.csr .section-5 .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.wp.csr .section-5 .slider .slick-arrow:hover svg path {
  fill: #C70C17 !important;
}
.wp.csr .section-5 .slider .slick-dots {
  padding: 2em 0;
  margin-bottom: 0;
}
.wp.csr .section-5 .slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #E0E0E0;
}
.wp.csr .section-5 .slider .slick-dots li button:hover {
  background-color: #C70C17;
}
.wp.csr .section-5 .slider .slick-dots li.slick-active button {
  background-color: #C70C17;
}
@media (max-width: 991px) {
  .wp.csr .section-1 .txtBox {
    min-height: auto;
    padding: 5% 1em;
  }
  .wp.csr .section-1 .txtBox div {
    padding-right: 0;
    max-width: 100%;
  }
  .wp.csr .section-2 .txtBox {
    min-height: auto;
    padding: 5% 1em;
  }
  .wp.csr .section-2 .txtBox div {
    max-width: 100%;
  }
  .wp.csr .section-3 {
    padding: 0;
  }
  .wp.csr .section-3 .txtBox {
    padding: 5% 1em;
    background: #fff;
  }
  .wp.csr .section-3 .txtBox div {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wp.csr .section-5 .slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: 48%;
  }
}

.wp.environment .section-1 {
  padding: 3% 1em 5% 1em;
  position: relative;
  background-color: #F9F9F9;
}
.wp.environment .section-1::after {
  content: "";
  background-color: #BA0518;
  height: 50px;
  width: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
}
.wp.environment .section-2 {
  padding: 3% 1em;
  max-width: 1470px;
  width: 100%;
  margin: auto;
}
.wp.environment .section-2 p {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.wp.environment .section-2 p::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.wp.environment .section-3 {
  background-color: #F9F9F9;
  padding: 3% 0;
}
.wp.environment .section-3 .txtBox {
  background-color: #fff;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
}
.wp.environment .section-3 .txtBox div {
  max-width: 770px;
}
.wp.environment .section-4 {
  padding: 5% 0 3% 0;
}
.wp.environment .section-4 .txtBox {
  padding: 1em 5% 1em 0;
}
.wp.environment .section-4 ul {
  list-style: none;
  padding-left: 0;
}
.wp.environment .section-4 ul li {
  position: relative;
  padding-left: 1.5em;
  margin: 10px 0;
}
.wp.environment .section-4 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.wp.environment .section-5 {
  padding: 1em 0 5% 0;
}
.wp.environment .section-5 .imgBox {
  margin-right: -1em;
  z-index: 1;
}
.wp.environment .section-5 .txtBox div {
  border: 3px solid #B01719;
  padding: 10% 7% 5% 15%;
}
.wp.environment .section-5 .txtBox ul {
  list-style: none;
  padding-left: 0;
}
.wp.environment .section-5 .txtBox ul li {
  position: relative;
  padding-left: 1.5em;
  margin: 10px 0;
}
.wp.environment .section-5 .txtBox ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .wp.environment .section-1 {
    padding: 2em 1em;
  }
  .wp.environment .section-1::after {
    content: none;
  }
  .wp.environment .section-2 {
    padding: 2em 1em;
  }
  .wp.environment .section-3 {
    padding: 0;
  }
  .wp.environment .section-3 h3 {
    text-align: center;
  }
  .wp.environment .section-3 .txtBox {
    padding: 3% 1em;
    min-height: auto;
  }
  .wp.environment .section-3 .txtBox div {
    max-width: 100%;
    border: 0;
    padding: 0;
  }
  .wp.environment .section-3 .imgBox {
    height: 40vw;
    overflow: hidden;
  }
  .wp.environment .section-3 .imgBox img {
    width: 100%;
    position: relative;
    bottom: 60%;
  }
  .wp.environment .section-4 {
    padding: 2em 0 1em 0;
  }
  .wp.environment .section-4 .txtBox {
    padding: 1em;
    min-height: auto;
    order: 2;
  }
  .wp.environment .section-4 .imgBox {
    order: 1;
    margin: 3% auto;
    height: 50vw;
    overflow: hidden;
  }
  .wp.environment .section-4 .imgBox img {
    width: 100%;
    position: relative;
    bottom: 0%;
  }
  .wp.environment .section-5 {
    padding: 0;
  }
  .wp.environment .section-5 .imgBox img {
    width: 100%;
  }
  .wp.environment .section-5 .txtBox div {
    border: none;
    padding: 3% 1em;
  }
}

.wp.shareholder .section-1 {
  padding: 3% 1em;
}
.wp.shareholder .section-1 table {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
}
.wp.shareholder .section-1 table a {
  transition: all 0.3s;
}
.wp.shareholder .section-1 table a:hover {
  color: #C70C17;
}
.wp.shareholder .section-1 table span {
  padding-bottom: 10px;
  display: block;
  color: #C70C17;
  text-decoration: underline;
}
.wp.shareholder .section-1 table span:hover {
  text-decoration: none;
}
.wp.shareholder .section-1 table thead tr td {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
  text-align: center;
}
.wp.shareholder .section-1 table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.shareholder .section-1 table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.shareholder .section-1 table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.shareholder .section-1 table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 3% 0.5em;
  letter-spacing: 0.03em;
  vertical-align: text-top;
}
.wp.shareholder .section-1 table tbody td:nth-child(1) {
  font-weight: 500;
  color: #000;
  text-align: center;
}
.wp.shareholder .section-1 table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.shareholder .section-1 .tab1 {
  margin-bottom: 4%;
  margin-top: 4%;
}
.wp.shareholder .section-1 .tab1 thead tr td:nth-child(1) {
  width: 15%;
}
.wp.shareholder .section-1 .tab1 thead tr td:nth-child(2) {
  width: 13%;
}
.wp.shareholder .section-1 .tab1 thead tr td:last-child {
  width: 29%;
}
.wp.shareholder .section-1 .tab1 tbody tr td {
  padding-left: 2%;
}
.wp.shareholder .section-1 .tab1 tbody tr td:nth-child(1) {
  padding-left: 0;
}
.wp.shareholder .section-1 .tab1 tbody tr td:nth-child(3) {
  padding-left: 3%;
}
.wp.shareholder .section-1 .tab1 ul {
  padding: 0;
  margin-bottom: 0;
}
.wp.shareholder .section-1 .tab1 ul li {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.wp.shareholder .section-1 .tab1 ul li::before {
  content: "";
  background-color: #C70C17;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.85em;
}
.wp.shareholder .section-1 .tab2 {
  margin-bottom: 4%;
}
.wp.shareholder .section-1 .tab2 thead tr td:nth-child(1) {
  width: 50%;
}
.wp.shareholder .section-1 .tab2 tbody tr td {
  text-align: left;
  padding: 3% 4%;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.75);
}
.wp.shareholder .section-1 .tab2 ul {
  padding: 0;
  margin-bottom: 0;
}
.wp.shareholder .section-1 .tab2 ul li {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 23px;
}
.wp.shareholder .section-1 .tab2 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.wp.shareholder .section-1 .tab2 strong {
  padding-top: 0.5em;
  font-weight: 500;
}
.wp.shareholder .section-1 .tab2 p {
  margin-bottom: 0.8em;
}
@media (max-width: 991px) {
  .wp.shareholder .section-1 table {
    font-size: 16px;
  }
  .wp.shareholder .section-1 tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .wp.shareholder .section-1 tr td {
    display: block;
    width: 100% !important;
    padding: 10px 1em !important;
    padding-left: 12em !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.8;
    position: relative;
  }
  .wp.shareholder .section-1 tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1em;
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
  }
  .wp.shareholder .section-1 tr td:first-child {
    padding-top: 2em !important;
  }
  .wp.shareholder .section-1 tr td:last-child {
    padding-bottom: 2em !important;
  }
  .wp.shareholder .section-1 thead {
    display: none;
  }
}
@media (max-width: 575px) {
  .wp.shareholder .section-1 tr td {
    padding: 2em 1em 20px 1em !important;
  }
  .wp.shareholder .section-1 tr td::before {
    left: 1em;
    top: 0;
    color: #000;
    font-weight: 500;
  }
  .wp.shareholder .section-1 tr td:first-child {
    padding-top: 4em !important;
    font-weight: 300 !important;
  }
  .wp.shareholder .section-1 tr td:first-child::before {
    top: 2em;
  }
  .wp.shareholder .section-1 tr td:last-child {
    padding-bottom: 2em !important;
  }
}

.wp.staff-care .target-fix {
  top: -75px;
}
.wp.staff-care .section-1 {
  padding-top: 5%;
}
.wp.staff-care .section-1 .outBox {
  background-color: #F9F9F9;
}
.wp.staff-care .section-1 .outBox .max1600 {
  display: flex;
  flex-wrap: wrap;
  padding: 4% 0;
  margin-top: 3%;
  position: relative;
}
.wp.staff-care .section-1 .outBox .max1600 div {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  width: 20%;
  padding: 1em 3.5%;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.wp.staff-care .section-1 .outBox .max1600 div img {
  width: 140px;
  margin-bottom: 1em;
}
.wp.staff-care .section-1 .outBox .max1600::before {
  content: "";
  background-color: #C70C17;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
}
.wp.staff-care .section-2 {
  align-items: center;
  background-color: #f7f7f7;
}
.wp.staff-care .section-2 .imgBox img {
  width: 100%;
}
.wp.staff-care .section-2 .txtBox {
  background-image: url(images/csr/staff-care/bg2.jpg);
  background-repeat: no-repeat;
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 3% 3% 3% 5%;
}
.wp.staff-care .section-2 .txtBox div {
  max-width: 620px;
}
.wp.staff-care .section-2 .txtBox .box {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8% 0 5% 0;
}
.wp.staff-care .section-2 .txtBox .box img {
  margin-bottom: 1em;
}
.wp.staff-care .section-3 {
  padding-top: 5%;
}
.wp.staff-care .section-3 .outBox {
  background-color: #F5F5F5;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(1) {
  padding: 2% 0;
  margin-top: 3%;
  position: relative;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3.5% 4%;
  line-height: 32px;
  background-color: #fff;
  margin: 1.2em 0;
  border-radius: 10px;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div img {
  width: 120px;
  margin-right: 3.5%;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div h4 {
  font-size: 20px;
  font-weight: 600;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(1):before {
  content: "";
  background-color: #C70C17;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
}
.wp.staff-care .section-3 .outBox .max1600:nth-child(2) {
  padding-bottom: 4%;
}
.wp.staff-care .section-3 .outBox ul {
  padding-left: 0;
  margin-bottom: 0;
}
.wp.staff-care .section-3 .outBox ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.wp.staff-care .section-3 .outBox ul li::before {
  content: ".";
  left: 6px;
  top: 1px;
  line-height: 1;
  position: absolute;
}
.wp.staff-care .section-4 {
  padding: 3% 0;
}
.wp.staff-care .section-4 ul {
  padding: 0;
  margin-bottom: 0;
}
.wp.staff-care .section-4 ul li {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 23px;
}
.wp.staff-care .section-4 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .wp.staff-care .section-1 .outBox .max1600 div {
    width: 25%;
    line-height: 1.8em;
  }
  .wp.staff-care .section-1 .outBox .max1600::before {
    content: none;
  }
  .wp.staff-care .section-3 .outBox .max1600:nth-child(1)::before {
    content: none;
  }
}
@media (max-width: 991px) {
  .wp.staff-care .section-2 .txtBox {
    padding: 3% 1em;
    min-height: auto;
  }
  .wp.staff-care .section-2 .txtBox div {
    max-width: 100%;
  }
  .wp.staff-care .section-2 .txtBox .box {
    padding: 3% 0;
  }
}
@media (max-width: 767px) {
  .wp.staff-care .section-1 .outBox .max1600 div {
    width: 33%;
  }
  .wp.staff-care .section-1 .outBox .max1600 div img {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .wp.staff-care .section-1 .outBox .max1600 div {
    width: 50%;
  }
  .wp.staff-care .section-2 .txtBox .box {
    flex-direction: initial;
  }
  .wp.staff-care .section-2 .txtBox .box img {
    margin-right: 1em;
  }
  .wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5em 1em;
  }
  .wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div img {
    margin-bottom: 2em;
    margin-right: 0;
  }
  .wp.staff-care .section-3 .outBox .max1600:nth-child(1) > div h4 {
    text-align: center;
  }
}

.wp.report .section-1 {
  padding-bottom: 4%;
}
.wp.report .section-1 .max1330 {
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
.wp.report .section-1 .row {
  padding: 5% 0;
}
.wp.report .section-1 .imgBox {
  margin-right: -1em;
  z-index: 1;
}
.wp.report .section-1 .txtBox div {
  border: 3px solid #B01719;
  padding: 10% 8%;
}
.wp.report .section-1 .txtBox ul {
  list-style: none;
  padding-left: 0;
  max-width: 475px;
  margin: auto;
}
.wp.report .section-1 .txtBox ul li {
  position: relative;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #D1D1D1;
}
.wp.report .section-1 .txtBox ul li strong {
  border-bottom: 1px solid #000;
  font-weight: 600;
  line-height: 3;
  display: inline-block;
  padding: 0 5%;
  margin-right: 6%;
}
@media (max-width: 991px) {
  .wp.report .section-1 .txtBox {
    padding: 3% 1em;
    min-height: auto;
  }
  .wp.report .section-1 .txtBox div {
    max-width: 100%;
    border: 0;
    padding: 0;
  }
  .wp.report .section-1 .imgBox {
    height: 40vw;
    overflow: hidden;
  }
  .wp.report .section-1 .imgBox img {
    width: 100%;
    position: relative;
    bottom: 60%;
  }
}

.text-grayWord {
  color: #646464;
}

.bg-grayBg {
  background-color: #F7F7F7;
}

.bg-red3 {
  background-color: #B01719;
}

.Jost {
  font-family: "Jost";
}

.CJK {
  font-family: "Noto Sans CJK TC";
}

.Roboto {
  font-family: "Roboto";
}

.wp.esg {
  line-height: 177.778%;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.wp.esg p {
  color: #646464;
}
@media (max-width: 768px) {
  .wp.esg {
    font-size: 16px;
  }
}
.wp.esg .main > .inner {
  line-height: unset;
}
.wp.esg .banner {
  height: 675px;
}
@media (max-width: 1280px) {
  .wp.esg .banner {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .wp.esg .banner {
    height: 33vw;
    min-height: 300px;
  }
}
.wp.esg .banner::after {
  content: none;
}
.wp.esg .banner .title {
  color: #fff;
}
.wp.esg .banner .title h2 {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 1280px) {
  .wp.esg .banner .title h2 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .wp.esg .banner .title h2 {
    font-size: 38px;
  }
}
.wp.esg .banner .title span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Poppins";
}
@media (max-width: 1024px) {
  .wp.esg .banner .title span {
    font-size: 18px;
  }
}
.wp.esg .banner .breadcrumb {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wp.esg .banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.wp.esg section {
  padding: 5% 1.5em;
}
@media (max-width: 768px) {
  .wp.esg section {
    padding: 3em 1.5em;
  }
}
.wp.esg h3.title {
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}
@media (max-width: 1200px) {
  .wp.esg h3.title {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
}
.wp.esg .linkBox > div {
  width: 100%;
  overflow: hidden;
}
.wp.esg .linkBox a {
  height: 300px;
  width: 100%;
  align-items: center;
  padding: 2% 5%;
  background-size: cover;
  background-position: 60%;
  overflow: hidden;
}
@media (max-width: 1099px) {
  .wp.esg .linkBox a {
    height: 230px;
  }
}
.wp.esg .linkBox a p {
  max-width: 437px;
}
@media (max-width: 1099px) {
  .wp.esg .linkBox a p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 260px;
  }
}
.wp.esg .linkBox a img {
  opacity: 0;
}
@media (max-width: 992px) {
  .wp.esg .linkBox a img {
    width: 50px;
  }
}
.wp.esg .linkBox a:hover {
  opacity: 1 !important;
  transform: scale(1.02);
}
.wp.esg .linkBox a:hover img {
  background-color: transparent;
  opacity: 1;
}

.esg-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 120px;
  margin-top: -27px;
  z-index: 2;
}

.esg-navTitle {
  background-image: url(images/esg/nav-bg-1.png);
  background-position-x: right;
  background-repeat: no-repeat;
  height: 110px;
  overflow: hidden;
  width: 40%;
  position: absolute;
  left: 0px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 15%;
}
@media (max-width: 1280px) {
  .esg-navTitle {
    width: 50%;
    padding-right: 25%;
    height: 100px;
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .esg-navTitle {
    padding-right: 0;
    padding-left: 1.5em;
    justify-content: start;
  }
}
@media (max-width: 390px) {
  .esg-navTitle {
    min-width: 300px;
  }
}
.esg-navTitle h1 {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.3px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.esg-navTitle h1::before {
  content: "";
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  top: 47%;
}
@media (max-width: 1400px) {
  .esg-navTitle h1 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .esg-navTitle h1 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .esg-navTitle h1 {
    font-size: 18px;
    padding-left: 0;
  }
  .esg-navTitle h1::before {
    content: none;
  }
}

.esg-navTag {
  width: 100%;
  height: 93px;
  margin: auto 0 0 0;
  padding-left: 36%;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, transparent 0% 73px, #ffffff 73px 100%), url(images/esg/nav-bg-2.png) 39% no-repeat;
}
@media (max-width: 1280px) {
  .esg-navTag {
    padding-left: 35%;
    background-position-x: 30%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .esg-navTag {
    padding-left: 40%;
    background: linear-gradient(180deg, transparent 0% 73px, #ffffff 73px 100%), url(images/esg/nav-bg-2.png) 28% no-repeat;
  }
}
@media (max-width: 390px) {
  .esg-navTag {
    padding-left: 45%;
  }
}
.esg-navTag .box {
  position: relative;
}
.esg-navTag .dropdown-toggle {
  display: none;
  border-radius: 30px;
  padding: 0.5em;
  background-color: #646464;
  color: #fff;
  width: 300px;
  min-width: 150px;
  height: 45px;
  font-family: "Noto Sans TC";
}
.esg-navTag .dropdown-toggle::after {
  content: url(images/header/down.svg);
  top: 0;
  right: -15px;
  height: 30px;
  margin: 0;
}
@media (max-width: 500px) {
  .esg-navTag .dropdown-toggle::after {
    right: 0;
  }
}
@media (max-width: 576px) {
  .esg-navTag .dropdown-toggle {
    width: calc(100vw - 350px);
  }
}
.esg-navTag .dropdown-menu {
  position: relative !important;
  top: 0;
  transform: none !important;
  border: none;
  display: flex;
  justify-content: center;
  animation-name: fade;
  animation-duration: 0.5s;
  gap: 70px;
}
@media (max-width: 1700px) {
  .esg-navTag .dropdown-menu {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .esg-navTag .dropdown-menu {
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .esg-navTag .dropdown-menu {
    gap: 0;
  }
}
.esg-navTag .dropdown-item {
  width: auto;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s;
  border-bottom: transparent 2px solid;
  color: #000;
}
.esg-navTag .dropdown-item.active, .esg-navTag .dropdown-item:hover {
  background-color: transparent;
  border-bottom: #B01719 2px solid;
}
@media (max-width: 1400px) {
  .esg-navTag .dropdown-item {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .esg-navTag .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .esg-navTag .dropdown-item {
    padding: 10px 18px;
  }
}
@media (max-width: 768px) {
  .esg-navTag .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .esg-navTag .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .esg-navTag .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 50px !important;
  }
  .esg-navTag .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .esg-navTag .dropdown-item {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
  .esg-navTag .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
  .esg-navTag .dropdown-item:not(:last-child).active, .esg-navTag .dropdown-item:not(:last-child):hover {
    border-bottom: 1px solid #ededed;
  }
  .esg-navTag .dropdown-item.active, .esg-navTag .dropdown-item:hover {
    background: #CCCCCC;
    color: #000;
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 500px) {
  .esg-navTag .dropdown-toggle {
    justify-content: space-evenly;
  }
}

.table-style {
  width: 100%;
  margin-bottom: 3%;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
.table-style a {
  transition: all 0.3s;
}
.table-style a:hover {
  color: #C70C17;
}
.table-style span {
  max-width: 17em;
  display: block;
  margin: auto;
}
.table-style thead tr th {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
}
.table-style thead tr th:nth-child(1) {
  border-top: 3px solid #000;
}
.table-style thead tr th:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.table-style tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.table-style tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 0.8em 0.5em;
  letter-spacing: 0.03em;
}
.table-style tbody td:nth-child(1) {
  font-weight: 500;
  color: #000;
}
.table-style tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.table-style.tab tbody td:nth-child(2) {
  width: 50%;
  text-align: left;
}
.table-style.tab tbody td:nth-child(2) a {
  width: 15em;
  margin: auto;
  display: block;
}
.table-style.tab tbody td:nth-child(3) {
  width: 30%;
}
@media (max-width: 767px) {
  .table-style {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .table-style tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .table-style tr td {
    display: block;
    width: 100% !important;
    padding: 1em;
    padding-left: 1em !important;
    height: auto !important;
    border: none !important;
    text-align: center !important;
    line-height: 1.8;
  }
  .table-style tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    width: 8em;
    text-align: left;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
  }
  .table-style thead {
    display: none;
  }
  .table-style.tab tr td::before {
    content: none;
  }
  .table-style.tab tr td:nth-child(1) {
    padding: 1em 1em 0em 1em !important;
  }
  .table-style.tab tr td:last-child {
    padding: 0.5em 1em 1em 1em !important;
  }
}

.esg-banner {
  height: 100vh;
  margin-top: 75px;
  position: relative;
}
@media (max-width: 1218px) {
  .esg-banner {
    margin-top: 60px;
  }
}
.esg-banner .slider .item {
  width: 100%;
  height: 100vh;
}
.esg-banner .slider .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.esg-banner .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
}
.esg-banner .txtBox > div {
  max-width: 1550px;
  width: 100%;
  margin: auto;
}
.esg-banner .txtBox h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4.64px;
}
@media (max-width: 1199px) {
  .esg-banner .txtBox h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .esg-banner .txtBox h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .esg-banner .txtBox .font-24 {
    font-size: 16px;
  }
}
.esg-banner .bannerBtn {
  max-width: 280px;
  width: 100%;
  height: 80px;
  border-radius: 50px;
  background: #B01719;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 22px;
  transition: all 0.4s;
}
.esg-banner .bannerBtn .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.esg-banner .bannerBtn .icon-2 {
  height: 40px;
  display: block;
}
.esg-banner .bannerBtn .icon-2 svg {
  transition: all 0.4s;
  transform-origin: 0 0;
}
.esg-banner .bannerBtn svg path {
  transition: all 0.4s;
}
.esg-banner .bannerBtn:hover {
  background-color: #fff;
  color: #000;
  gap: 15px;
}
.esg-banner .bannerBtn:hover .icon {
  background-color: #B01719;
}
.esg-banner .bannerBtn:hover .icon svg path {
  fill: #fff;
}
.esg-banner .bannerBtn:hover .icon-2 svg {
  transform: scaleX(0.6);
}
.esg-banner .bannerBtn:hover .icon-2 svg path {
  fill: #B01719;
}

.esg-kpi section:nth-child(1) {
  position: relative;
}
.esg-kpi section:nth-child(1) > div {
  max-width: 1420px;
  width: 100%;
  margin: auto;
}
.esg-kpi section:nth-child(1)::after {
  content: url(images/esg/kpi/bg-01.webp);
  position: absolute;
  right: -20px;
  bottom: -10px;
}
.esg-kpi section:nth-child(1) .txtBox {
  max-width: 810px;
}
@media (max-width: 991px) {
  .esg-kpi section:nth-child(1) .txtBox {
    max-width: none;
  }
}
.esg-kpi section:nth-child(2) {
  height: 70vw;
  position: relative;
  max-height: 1050px;
}
.esg-kpi section:nth-child(2)::after {
  content: url(images/esg/kpi/bg-02.webp);
  position: absolute;
  left: -20px;
  bottom: 40%;
  pointer-events: none;
}
@media (max-width: 900px) {
  .esg-kpi section:nth-child(2) {
    height: 650px;
  }
}
.esg-kpi section:nth-child(2) .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  border-radius: 5px;
  filter: drop-shadow(0px 5px 40px rgba(10, 11, 11, 0.15));
  margin-top: calc(-5% - 30px);
  margin-bottom: 4%;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .esg-kpi section:nth-child(2) .nav-tabs {
    margin-top: calc(-3em - 25px);
  }
}
.esg-kpi section:nth-child(2) .nav-link {
  max-width: 325px;
  width: 30%;
  height: 65px;
  padding: 0.5em;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  transition: all 0.3s;
  font-weight: 500;
  font-family: "Noto Sans TC";
}
@media (max-width: 991px) {
  .esg-kpi section:nth-child(2) .nav-link {
    height: 50px;
  }
}
.esg-kpi section:nth-child(2) .nav-link.active {
  color: #fff;
  border: 0;
}
.esg-kpi section:nth-child(2) .nav-link:focus {
  border: 0;
}
@media (hover: hover) {
  .esg-kpi section:nth-child(2) .nav-link:hover:not(.active) {
    background-color: var(--itemColor);
    color: #fff;
  }
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(1) {
  --itemColor: #99090B;
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(1).active {
  background: linear-gradient(180deg, #B01719 0%, #99090B 100%);
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(2) {
  --itemColor: #DF5403;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(2).active {
  background: linear-gradient(180deg, #E77735 0%, #DF5403 100%);
  border: 0;
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(3) {
  --itemColor: #1177A6;
}
.esg-kpi section:nth-child(2) .nav-link:nth-child(3).active {
  background: linear-gradient(180deg, #2585B1 0%, #1177A6 100%);
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) {
  --itemColor: 176, 23, 25;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) .txtBox .txt {
  width: 8vw;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) .txtBox .item:nth-child(2) {
  margin-top: 200px;
  margin-left: -125px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) .txtBox .item:nth-child(3) {
  margin-top: 120px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) .txtBox .item:nth-child(4) {
  margin-top: 30px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(1) .txtBox .item:nth-child(5) {
  margin-top: 130px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) {
  --itemColor: 231, 119, 53;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .txt {
  width: 9vw;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(1) {
  margin-top: 200px;
  z-index: 1;
}
@media (max-width: 1099px) {
  .esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(1) {
    margin-top: 245px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(1) .txt {
  width: 15vw;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(2) {
  margin-top: 50px;
  margin-left: -125px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(2) .icon.aos-animate::before {
  height: 200px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(3) {
  margin-top: 100px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(4) {
  margin-top: 30px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(2) .txtBox .item:nth-child(5) {
  margin-top: 130px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) {
  --itemColor: 37, 133, 177;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .txt {
  width: 9vw;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .item:nth-child(1) .txt {
  width: 18vw;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .item:nth-child(2) {
  margin-top: 260px;
  margin-left: -110px;
}
@media (max-width: 1300px) {
  .esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .item:nth-child(2) {
    margin-top: 200px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .item:nth-child(3) {
  margin-top: 80px;
}
.esg-kpi section:nth-child(2) .tab-pane:nth-child(3) .txtBox .item:nth-child(4) {
  margin-top: 30px;
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0 5%;
  transform-origin: 50% 0%;
  word-break: keep-all;
}
@media (max-width: 1100px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox {
    justify-content: space-around;
  }
}
@media (max-width: 900px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox {
    flex-wrap: wrap;
  }
}
@media (max-width: 690px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox {
    flex-direction: column;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0 4.5vw 0 55px;
}
@media (max-width: 1100px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .item {
    padding: 0 1vw 0 55px;
  }
}
@media (max-width: 900px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .item {
    margin: 0 !important;
    width: 33%;
    padding: 0 1vw 0 75px;
  }
}
@media (max-width: 690px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .item {
    width: 100%;
    height: 4.5em;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0 1vw 0 25px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .icon {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: relative;
  left: -40px;
  top: 20px;
  background-color: rgba(var(--itemColor), 1);
  outline: 5px solid rgba(var(--itemColor), 0.2);
  flex-shrink: 0;
}
@media (max-width: 690px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .icon {
    top: 0;
    left: -10px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .icon::before {
  content: "";
  background-color: #DCDCDC;
  width: 1px;
  height: 0;
  position: absolute;
  top: 25px;
  left: 3px;
  transition: all 1.5s;
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .icon::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 1s;
  background-color: rgba(var(--itemColor), 0.08);
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .icon.aos-animate::before {
  height: 594px;
  transition-delay: 0.7s;
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .icon.aos-animate::after {
  width: 35px;
  height: 35px;
  transition-delay: 0.3s;
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .tab-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  border: 0.543px solid rgba(var(--itemColor), 1);
  background: #FFF;
  color: rgba(var(--itemColor), 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 62.002%;
  letter-spacing: 0.7px;
}
@media (max-width: 690px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .tab-tag {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .tab-tag {
    display: none;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .tit {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 134.615%;
  letter-spacing: 1.3px;
  padding: 0.7em 0 0.5em 0;
}
@media (max-width: 1300px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .tit {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .tit {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .tit {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .font-20 {
    font-size: 15px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .txt {
  display: block;
  color: rgba(var(--itemColor), 1);
  font-weight: 600;
}
@media (max-width: 768px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .txt {
    width: auto !important;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .txtBox .num {
  line-height: 1;
  color: rgba(var(--itemColor), 1);
}
@media (max-width: 576px) {
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .num,
  .esg-kpi section:nth-child(2) .tab-pane .txtBox .font-64 {
    font-size: 28px;
  }
}
.esg-kpi section:nth-child(2) .tab-pane .imgBox {
  position: absolute;
  bottom: 0;
}
@media (max-width: 690px) {
  .esg-kpi section:nth-child(2) .tab-pane .imgBox img {
    min-height: 300px;
    object-fit: cover;
  }
}
.esg-kpi section:nth-child(3) {
  position: relative;
}
.esg-kpi section:nth-child(3) > div {
  max-width: 1140px;
  margin: auto;
}
.esg-kpi section:nth-child(3)::after {
  content: url(images/esg/kpi/bg-03.webp);
  position: absolute;
  right: 150px;
  top: -5px;
}
.esg-kpi section:nth-child(4) {
  position: relative;
  height: 600px;
}
.esg-kpi section:nth-child(4) .txtBox {
  padding: 0 calc((100% - 1445px) / 2);
  width: 100%;
  height: 412px;
  position: absolute;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scrollbar-color: transparent transparent;
}
.esg-kpi section:nth-child(4) .txtBox .item {
  max-width: 320px;
  margin: 1em auto;
  height: 170px;
  border-radius: 5px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 32px 20px 32px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .esg-kpi section:nth-child(4) .txtBox .item {
    padding: 32px 20px;
  }
}
.esg-kpi section:nth-child(4) .txtBox .item .img {
  width: 90px;
  height: 60px;
  left: 37px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1400px) {
  .esg-kpi section:nth-child(4) .txtBox .item .img {
    width: 80px;
    left: 26px;
  }
}
.esg-kpi section:nth-child(4) .txtBox .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.esg-kpi section:nth-child(4) .txtBox .item p {
  color: #000;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: 0.8px;
  opacity: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .esg-kpi section:nth-child(4) .txtBox .item p {
    gap: 10px;
  }
}
.esg-kpi section:nth-child(4) .txtBox .item p::before {
  content: "";
  width: 106px;
  height: 106px;
  border-radius: 50%;
  flex-shrink: 0;
  filter: drop-shadow(10px 10px 30px rgba(10, 11, 11, 0.2));
  transition: all 0.5s;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .esg-kpi section:nth-child(4) .txtBox .item p::before {
    width: 90px;
    height: 90px;
  }
}
@media (hover: hover) {
  .esg-kpi section:nth-child(4) .txtBox .item .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.5s;
    left: 0;
  }
  .esg-kpi section:nth-child(4) .txtBox .item .img img {
    transition: all 0.5s;
    height: auto;
    object-fit: none;
  }
  .esg-kpi section:nth-child(4) .txtBox .item p {
    opacity: 0;
  }
  .esg-kpi section:nth-child(4) .txtBox .item:hover .img {
    width: 90px;
    height: 60px;
    left: 37px;
  }
}
@media (hover: hover) and (max-width: 1400px) {
  .esg-kpi section:nth-child(4) .txtBox .item:hover .img {
    width: 80px;
    left: 26px;
  }
}
@media (hover: hover) {
  .esg-kpi section:nth-child(4) .txtBox .item:hover .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .esg-kpi section:nth-child(4) .txtBox .item:hover p {
    opacity: 1;
  }
}
.esg-kpi section:nth-child(4) .imgBox {
  height: 600px;
}
.esg-kpi section:nth-child(4) .imgBox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.esg-kpi section:nth-child(5) .txtBox {
  position: absolute;
  max-width: 1265px;
  width: 100%;
  display: flex;
  gap: 3em;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .esg-kpi section:nth-child(5) .txtBox {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
}
.esg-kpi section:nth-child(5) .txtBox .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transition: all 0.5s;
  background: radial-gradient(circle at center, #CC2628 0 50px, transparent 50px 100%);
}
.esg-kpi section:nth-child(5) .txtBox .icon::after {
  content: "";
  background: linear-gradient(158deg, #CC2628 15.51%, #A30B0D 80.27%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
  opacity: 1;
}
.esg-kpi section:nth-child(5) .txtBox .icon::before {
  content: "";
  background: linear-gradient(158deg, #A30B0D 15.51%, #CC2628 80.27%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.esg-kpi section:nth-child(5) .txtBox .tit {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1099px) {
  .esg-kpi section:nth-child(5) .txtBox .tit {
    font-size: 28px;
  }
}
.esg-kpi section:nth-child(5) .txtBox .tit::after {
  content: "";
  background-color: #CCCCCC;
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
  position: absolute;
}
.esg-kpi section:nth-child(5) .txtBox .tit::before {
  content: "";
  background-color: #B01719;
  width: 80px;
  height: 3px;
  display: block;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
.esg-kpi section:nth-child(5) .txtBox .txt {
  max-width: 480px;
}
.esg-kpi section:nth-child(5) .txtBox .moreBtn {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  height: 20px;
  transition: all 0.5s;
}
.esg-kpi section:nth-child(5) .txtBox .moreBtn::after {
  content: url(images/esg/kpi/icon-more.svg);
  display: block;
  height: 23px;
}
.esg-kpi section:nth-child(5) .imgBox {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 460px) {
  .esg-kpi section:nth-child(5) .imgBox {
    height: 500px;
  }
}
.esg-kpi section:nth-child(5) .imgBox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
@media (hover: hover) {
  .esg-kpi section:nth-child(5) > a:hover .txtBox .icon::after {
    opacity: 0;
  }
  .esg-kpi section:nth-child(5) > a:hover .txtBox .icon::before {
    opacity: 1;
  }
  .esg-kpi section:nth-child(5) > a:hover .imgBox img {
    transform: scale(1.03);
  }
}

.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  padding: 0.5em;
}
.modal .btnBox {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 3% 0;
}
.modal .btnBox button {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #646464;
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.modal .btnBox button:hover {
  transform: scale(0.95);
}

.modal-title {
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  padding: 0px 10px 15px 10px;
  margin-bottom: 1.3em;
  border-bottom: 3px solid #B01719;
}

#questionnaire li::marker {
  font-size: 0;
}
#questionnaire li::before {
  content: "";
  background-color: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  position: relative;
  left: -0.9em;
  top: 1em;
}
#questionnaire .modal-content {
  padding: 5% 1.5em 4% 1.5em;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 576px) {
  #questionnaire .modal-content {
    padding: 2em 1em;
  }
}
#questionnaire .modal-body {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
#questionnaire .close {
  opacity: 1;
  color: #fff;
  position: absolute;
  right: -50px;
  top: -30px;
  width: auto;
}
#questionnaire .close svg {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #questionnaire .close svg {
    width: 20px;
  }
}
#questionnaire .close svg path {
  transition: all 0.3s;
}
#questionnaire .close svg:hover path {
  fill: #B01719;
}
@media (max-width: 1600px) {
  #questionnaire .close {
    right: 30px;
    top: 10px;
  }
  #questionnaire .close svg path {
    fill: #B01719;
  }
  #questionnaire .close svg:hover {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  #questionnaire .close {
    right: 20px;
    top: 0;
  }
}
@media (hover: hover) {
  #questionnaire .close svg:hover {
    transform: rotate(90deg);
  }
}
#questionnaire .modal-title {
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  padding: 15px 10px;
  margin-bottom: 1.3em;
  border-bottom: 3px solid #B01719;
}
#questionnaire .topBox {
  border-radius: 10px;
  background: #F7F7F7;
  display: flex;
  padding: 3%;
  flex-direction: column;
  margin-bottom: 0.5em;
}
#questionnaire .topBox li {
  margin-left: 1.5em;
}
#questionnaire .item {
  padding: 0.8em 0 0.5em 0;
  border-top: 1px solid #CCCCCC;
}
#questionnaire .item p {
  margin-bottom: 0;
}
#questionnaire .item .box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  #questionnaire .item .box {
    gap: 10px;
  }
}
#questionnaire .item .box::before {
  content: "低度關注";
  color: #479FD4;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 575px) {
  #questionnaire .item .box::before {
    writing-mode: vertical-rl;
  }
}
#questionnaire .item .box::after {
  content: "高度關注";
  color: #EF9358;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 575px) {
  #questionnaire .item .box::after {
    writing-mode: vertical-rl;
  }
}
#questionnaire .item .box .QItem {
  padding: 0;
}
@media (max-width: 767px) {
  #questionnaire .item .box .QItem .check-label {
    flex-direction: column;
    text-align: center;
    height: auto;
    gap: 5px;
  }
}
#questionnaire .row {
  margin-right: -10px;
  margin-left: -10px;
}
#questionnaire .QItem {
  padding-right: 10px;
  padding-left: 10px;
  margin: 10px 0;
}
#questionnaire .QItem .check-input {
  display: none;
}
#questionnaire .QItem .check-input:checked + label, #questionnaire .QItem .check-input:hover + label {
  color: #fff;
  background: #B01719;
}
#questionnaire .QItem .check-input:checked + label .check::after, #questionnaire .QItem .check-input:hover + label .check::after {
  opacity: 1;
}
#questionnaire .QItem .check-label {
  height: 52px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 5px;
  background: rgb(242, 242, 242);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  transition: all 0.3s;
}
#questionnaire .QItem .check-label .check {
  content: "";
  background: #FFF;
  border: 1px solid #C5C5C5;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#questionnaire .QItem .check-label .check::after {
  content: "";
  background-color: #B01719;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0;
}
#questionnaire .btnBox button {
  width: 167px;
}
@media (min-width: 576px) {
  #questionnaire .modal-dialog {
    max-width: 1500px;
  }
}

#submitOK .modal-content {
  display: flex;
  height: 480px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
}
#submitOK .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#submitOK .btnBox button {
  width: 133px;
}
@media (min-width: 576px) {
  #submitOK .modal-dialog {
    max-width: 450px;
  }
}

.esg-governance1 {
  background-color: #fff;
}
.esg-governance1 .table-style tbody td:nth-child(1) {
  color: rgba(0, 0, 0, 0.7490196078) !important;
}
.esg-governance1 .tab2 tbody td:nth-child(3) {
  width: 73%;
  text-align: left;
  padding-left: 4%;
  padding-right: 4%;
}
.esg-governance1 .tab3 tbody td {
  width: 15%;
}
.esg-governance1 .tab3 tbody td:nth-child(6) {
  width: 12%;
}
.esg-governance1 .tab4 tbody td {
  width: 20%;
}
.esg-governance1 .tab4 tbody td:nth-child(1) {
  width: 15%;
}
.esg-governance1 .tab4 tbody td:nth-child(2) {
  text-align: left;
  width: 30%;
  padding-left: 3%;
}
.esg-governance1 .tab4 tbody td ol {
  padding-top: 0.3em;
  padding-left: 1em;
}
.esg-governance1 .tab4 tbody td ol li {
  margin: 10px 0;
}
@media (max-width: 576px) {
  .esg-governance1 tr td::before {
    width: 6em;
  }
  .esg-governance1 .tab2 tr td {
    position: relative;
    padding-left: 8em !important;
  }
  .esg-governance1 .tab2 tr td::before {
    width: 8em;
    position: absolute;
    left: 1em;
  }
  .esg-governance1 .tab3 tr td {
    position: relative;
  }
  .esg-governance1 .tab3 tr td::before {
    width: 7em;
  }
  .esg-governance1 .tab4 tr td {
    position: relative;
    padding-top: 2em;
    text-align: left !important;
  }
  .esg-governance1 .tab4 tr td::before {
    width: 100%;
    position: absolute;
    left: 1em;
    top: 0.5em;
    text-align: left;
    color: #000;
  }
  .esg-governance1 .tab4 tr td:nth-child(1) {
    padding-top: 2.5em;
  }
  .esg-governance1 .tab4 tr td:nth-child(1)::before {
    top: 1em;
  }
  .esg-governance1 .tab4 tr td ol {
    margin-bottom: 0;
    padding-top: 0;
  }
  .esg-governance1 .tab4 tr td ol li {
    margin: 5px 0;
  }
}

.shareholder-table,
.management-table {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
}
.shareholder-table a,
.management-table a {
  transition: all 0.3s;
}
.shareholder-table a:hover,
.management-table a:hover {
  color: #C70C17;
}
.shareholder-table span,
.management-table span {
  padding-bottom: 10px;
  display: block;
  color: #C70C17;
  text-decoration: underline;
}
.shareholder-table span:hover,
.management-table span:hover {
  text-decoration: none;
}
.shareholder-table thead tr td,
.management-table thead tr td {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
  text-align: center;
}
.shareholder-table thead tr td:nth-child(1),
.management-table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.shareholder-table thead tr td:not(:last-child)::after,
.management-table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.shareholder-table tbody tr:nth-child(odd),
.management-table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.shareholder-table tbody td,
.management-table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 3% 0.5em;
  letter-spacing: 0.03em;
  vertical-align: text-top;
}
.shareholder-table tbody td:not(:last-child),
.management-table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .shareholder-table,
  .management-table {
    font-size: 16px;
  }
  .shareholder-table tr,
  .management-table tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .shareholder-table tr td,
  .management-table tr td {
    display: block;
    width: 100% !important;
    padding: 10px 1em !important;
    padding-left: 12em !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.8;
    position: relative;
  }
  .shareholder-table tr td::before,
  .management-table tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1em;
    text-transform: uppercase;
    text-align: left;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
  }
  .shareholder-table tr td:first-child,
  .management-table tr td:first-child {
    padding-top: 2em !important;
  }
  .shareholder-table tr td:last-child,
  .management-table tr td:last-child {
    padding-bottom: 2em !important;
  }
  .shareholder-table thead,
  .management-table thead {
    display: none;
  }
}
@media (max-width: 575px) {
  .shareholder-table tr td,
  .management-table tr td {
    padding: 2em 1em 20px 1em !important;
  }
  .shareholder-table tr td::before,
  .management-table tr td::before {
    left: 1em;
    top: 0;
    color: #000;
    font-weight: 500;
  }
  .shareholder-table tr td:first-child,
  .management-table tr td:first-child {
    padding-top: 4em !important;
  }
  .shareholder-table tr td:first-child::before,
  .management-table tr td:first-child::before {
    top: 2em;
  }
  .shareholder-table tr td:last-child,
  .management-table tr td:last-child {
    padding-bottom: 2em !important;
  }
}

.shareholder-table {
  margin-bottom: 4%;
  margin-top: 4%;
}
.shareholder-table thead tr td:nth-child(1) {
  width: 15%;
}
.shareholder-table thead tr td:nth-child(2) {
  width: 13%;
}
.shareholder-table thead tr td:last-child {
  width: 29%;
}
.shareholder-table tbody tr td {
  padding-left: 2%;
}
.shareholder-table tbody tr td:nth-child(1) {
  padding-left: 0;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.shareholder-table tbody tr td:nth-child(3) {
  padding-left: 3%;
}
.shareholder-table ul {
  padding: 0;
  margin-bottom: 0;
}
.shareholder-table ul li {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.shareholder-table ul li::before {
  content: "";
  background-color: #C70C17;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.85em;
}

.management-table {
  margin-bottom: 4%;
}
.management-table thead tr td:nth-child(1) {
  width: 50%;
}
.management-table tbody tr td {
  text-align: left;
  padding: 3% 4%;
  color: rgba(0, 0, 0, 0.75);
}
.management-table ul {
  padding: 0;
  margin-bottom: 0;
}
.management-table ul li {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 23px;
}
.management-table ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.management-table strong {
  padding-top: 0.5em;
  font-weight: 500;
}
.management-table p {
  margin-bottom: 0.8em;
}

.purchase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4em 1em 0 1em;
}
@media (max-width: 1200px) {
  .purchase-item {
    padding: 2em 1em 0 1em;
  }
}
.purchase-item .txtBox {
  font-weight: 700;
}
.purchase-item:nth-child(-n+4) .txtBox {
  max-width: 304px;
}
@media (max-width: 768px) {
  .purchase-item:nth-child(-n+4) .txtBox {
    max-width: 300px;
  }
}

.purchase-section-2 table {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.purchase-section-2 table th,
.purchase-section-2 table td {
  border: 1px solid #F7F7F7;
  text-align: center;
  padding: 10px;
  min-width: 90px;
}
.purchase-section-2 table th {
  height: 50px;
  color: #fff;
  font-weight: 400;
}

.purchase-table.td-h150 td {
  height: 150px;
}
.purchase-table.orange thead tr th {
  width: 12.5%;
}
.purchase-table.orange thead tr:nth-child(1) th {
  background-color: #ED7123;
}
.purchase-table.orange thead tr:nth-child(2) th {
  background-color: #F39E61;
}
.purchase-table.orange tbody th {
  background-color: #F39E61;
}
.purchase-table.blue thead tr:nth-child(1) th {
  background-color: #58A3B4;
}
.purchase-table.blue thead tr:nth-child(2) th {
  background-color: #95C6D1;
}
.purchase-table.blue thead tr:nth-child(2) th:nth-child(-n+3) {
  width: 12.5%;
}

.materiality-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-bottom: 3%;
}
@media (max-width: 1600px) {
  .materiality-item {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .materiality-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .materiality-item {
    width: 100%;
  }
  .materiality-item img {
    display: none;
  }
}
.materiality-item .imgBox {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.materiality-item .imgBox .tit {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  max-width: 105px;
  display: block;
}
.materiality-item .txtBox {
  padding: 0 13%;
}
.materiality-item .txtBox p {
  color: #000;
}
@media (max-width: 576px) {
  .materiality-item .txtBox {
    padding: 1em 0 0 0;
    max-width: 220px;
  }
}
.materiality-item .strokeTxt {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
  color: transparent;
}
.materiality-item:not(:last-child) {
  position: relative;
}
@media (max-width: 576px) {
  .materiality-item:not(:last-child) {
    padding-bottom: 90px;
  }
}
.materiality-item:not(:last-child)::after {
  content: "";
  background-color: #DCDCDC;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  left: calc(50% + 25.5px);
  top: 260px;
}
@media (max-width: 576px) {
  .materiality-item:not(:last-child)::after {
    content: none;
  }
}
.materiality-item:not(:last-child)::before {
  width: 78px;
  height: 76px;
  position: absolute;
  left: calc(100% - 35px);
  top: 72px;
}
@media (max-width: 1600px) {
  .materiality-item:not(:last-child)::before {
    left: calc(93% - 35px);
  }
}
@media (max-width: 576px) {
  .materiality-item:not(:last-child)::before {
    top: calc(100% - 90px);
    left: calc(50% - 35px);
    transform: rotate(90deg);
  }
}
.materiality-item:nth-child(1) .imgBox, .materiality-item:nth-child(4) .imgBox {
  background: linear-gradient(149deg, #72C6CD 22%, #009EAB 87.86%);
}
.materiality-item:nth-child(1)::before {
  content: url(images/esg/shareholder/icon-1.webp);
}
.materiality-item:nth-child(2)::before {
  content: url(images/esg/shareholder/icon-2.webp);
}
.materiality-item:nth-child(2) .imgBox {
  background: linear-gradient(149deg, #5EBD9C 22%, #00AB6F 87.86%);
}
.materiality-item:nth-child(3)::before {
  content: url(images/esg/shareholder/icon-3.webp);
}
.materiality-item:nth-child(3) .imgBox {
  background: linear-gradient(149deg, #76ABCC 22%, #0069AB 87.86%);
}
.materiality-item:nth-child(4)::before {
  content: url(images/esg/shareholder/icon-4.webp);
}
.materiality-item:nth-child(5) .imgBox {
  background: linear-gradient(180deg, #6698D2 0%, #3472B9 100%);
}

.chartBox {
  border-radius: 15px;
  border: 1px solid #009EAB;
  background: #FFF;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 3em 1em 2em 1em;
  position: relative;
  margin: 0em auto;
  text-align: center;
}
.chartBox .title {
  display: flex;
  width: 380px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #009EAB;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .chartBox .title {
    width: 250px;
  }
}
.chartBox.pink {
  border: 1px solid #E073A1;
}
.chartBox.pink .title {
  background: #DE6499;
}
.chartBox.green {
  border: 1px solid #3FA473;
}
.chartBox.green .title {
  background: #3FA473;
}

.kpi-page {
  background: linear-gradient(180deg, rgba(216, 235, 240, 0) 20%, #CEF1FA 60%, #FFF 75%);
}
.kpi-page .bg-2 {
  position: absolute;
  left: 0;
  top: 55%;
}
@media (max-width: 1023px) {
  .kpi-page .bg-2 {
    top: 85%;
  }
}
.kpi-page .bg {
  padding-bottom: 50px;
  margin: 0px auto;
}
.kpi-page .bg img,
.kpi-page .bg canvas {
  width: 100%;
  object-fit: cover;
}
.kpi-page.esg-governance .bg {
  max-width: 1400px;
  margin-top: -50px;
}
.kpi-page.esg-environment .bg {
  max-width: 1600px;
  margin-top: -130px;
}
@media (max-width: 1023px) {
  .kpi-page.esg-environment .bg {
    margin-top: -50px;
  }
}
.kpi-page.esg-workplace .bg {
  max-width: 1500px;
  margin-top: -50px;
}
@media (max-width: 1023px) {
  .kpi-page.esg-workplace .bg {
    margin-top: -20px;
  }
}

.kpiTxt.blue .title {
  background: linear-gradient(180deg, #2585B1 0%, #1177A6 100%);
}
.kpiTxt.green .title {
  background: #2D9D9A;
  box-shadow: 0px 4px 30px 0px rgba(45, 157, 154, 0.25);
}
.kpiTxt.pink .title {
  background: linear-gradient(180deg, #ED9DC1 0%, #E27AA8 100%);
}
.kpiTxt.pink .box {
  border: 2px solid rgba(223, 102, 155, 0.4);
  box-shadow: 0px 5px 60px 0px rgba(237, 191, 211, 0.3);
}
.kpiTxt.pink::after {
  background-image: url(images/esg/kpiArrow-pink.webp);
}
.kpiTxt .title {
  height: 80px;
  margin-bottom: -30px;
}
.kpiTxt .box {
  max-width: 1400px;
  width: 100%;
  min-height: 200px;
  border-radius: 300px;
  border: 2px solid rgba(33, 139, 136, 0.4);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 60px 0px rgba(135, 196, 200, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 1.5em 1em 1.5em;
}
@media (max-width: 1100px) {
  .kpiTxt .box {
    border-radius: 60px;
  }
}
.kpiTxt .box .tit {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.5px;
  padding: 0.65em 0;
}
@media (max-width: 1280px) {
  .kpiTxt .box .tit {
    font-size: 24px;
  }
}
.kpiTxt::after {
  content: "";
  margin-top: -145px;
  background-image: url(images/esg/kpiArrow.webp);
  height: 300px;
  width: 100%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .kpiTxt::after {
    height: 140px;
    width: 200%;
    margin-top: -70px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .kpiTxt {
    padding-bottom: 1em;
  }
}

.kpiSlider {
  position: relative;
  z-index: 1;
}
.kpiSlider .slider {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 110px;
}
@media (max-width: 1500px) {
  .kpiSlider .slider {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .kpiSlider .slider.sliderStyle-1 {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .kpiSlider .slider.sliderStyle-1 .item {
    max-width: 300px;
    width: 100% !important;
    margin: 0.5em auto;
  }
}
.kpiSlider .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .kpiSlider .box {
    flex-direction: column;
    justify-content: center;
    height: 550px;
  }
}
.kpiSlider .item.sytle-1 {
  width: calc(33.3333333333% - 2vw);
}
@media (max-width: 1199px) {
  .kpiSlider .item.sytle-1 {
    width: calc(33.3333333333% - 1vw);
  }
}
.kpiSlider .item.sytle-1 > div {
  padding: 12% 10%;
}
@media (max-width: 991px) {
  .kpiSlider .item.sytle-1 > div {
    padding: 2em 1.5em;
    height: 150px;
  }
}
.kpiSlider .item.sytle-2 {
  width: calc(25% - 2.6vw);
}
@media (max-width: 1199px) {
  .kpiSlider .item.sytle-2 {
    width: calc(25% - 1.2vw);
  }
}
.kpiSlider .item.sytle-2 > div {
  padding: 15% 15%;
}
@media (max-width: 991px) {
  .kpiSlider .item.sytle-2 > div {
    padding: 1em 1.5em;
    height: 120px;
  }
}
.kpiSlider .item.style-3 {
  margin: 0 1.5vw;
}
.kpiSlider .item.style-3 > div {
  max-width: 270px;
  width: 100%;
  height: 350px;
  border-radius: 40px;
  background: linear-gradient(147deg, #54CEA3 15.15%, #1197B5 81.03%);
  box-shadow: 5px 5px 25px 0px rgba(89, 134, 137, 0.1);
  padding: 20% 16% 10% 15%;
}
@media (max-width: 1500px) {
  .kpiSlider .item.style-3 > div {
    height: 320px;
    box-shadow: none;
  }
}
@media (max-width: 1100px) {
  .kpiSlider .item.style-3 > div {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .kpiSlider .item.style-3 > div {
    padding: 10%;
    height: auto;
  }
}
.kpiSlider .item.style-3 > div img {
  align-self: flex-end;
}
@media (max-width: 576px) {
  .kpiSlider .item.style-3 > div img {
    width: 75px;
  }
}
.kpiSlider .item.style-3.color-1 > div {
  background: linear-gradient(180deg, #69CF64 0%, #0C9E57 100%);
}
.kpiSlider .item.style-3.color-2 > div {
  background: linear-gradient(158deg, #75C2CF 16.35%, #1B81B4 94.07%);
}
.kpiSlider .item.style-3.color-3 > div {
  background: linear-gradient(158deg, #55C790 12.37%, #196841 86.41%);
}
.kpiSlider .item.style-4 {
  text-align: center;
  margin: 0 1.5vw;
}
.kpiSlider .item.style-4 > div {
  border-radius: 200px;
  background: linear-gradient(180deg, #EC9079 0%, #DD6399 100%);
  max-width: 400px;
  width: 100%;
  height: 250px;
  padding: 15% 10% 10% 10%;
}
@media (max-width: 1500px) {
  .kpiSlider .item.style-4 > div {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .kpiSlider .item.style-4 > div {
    max-width: none;
    justify-content: center;
  }
}
@media (max-width: 649px) {
  .kpiSlider .item.style-4 > div {
    border-radius: 50px;
    padding: 2em 1em 1em 1em;
    height: 180px;
  }
}
.kpiSlider .item > div {
  border-radius: 25px;
  background: linear-gradient(180deg, #5AC6CA 0%, #0F77A7 100%);
  height: 250px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Jost";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1500px) {
  .kpiSlider .item > div {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .kpiSlider .item > div {
    font-size: 14px;
  }
}
.kpiSlider .item .txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 127.273%;
  letter-spacing: 1.1px;
}
@media (max-width: 1500px) {
  .kpiSlider .item .txt {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .kpiSlider .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .kpiSlider .item .font-36 {
    font-size: 28px;
  }
}
@media (max-width: 1100px) {
  .kpiSlider .item .font-36 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .kpiSlider .item .font-36 {
    font-size: 18px;
  }
}
.kpiSlider .slick-arrow {
  height: auto;
  margin: 0;
  background: transparent;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: #fff;
  filter: drop-shadow(0px 7px 20px rgba(10, 11, 11, 0.1));
}
.kpiSlider .slick-arrow svg,
.kpiSlider .slick-arrow img {
  fill: #000;
  height: 18px;
  transition: all 0.3s;
}
.kpiSlider .slick-arrow:not(.slick-disabled):hover {
  background: #B01719;
}
.kpiSlider .slick-arrow:not(.slick-disabled):hover svg {
  fill: #fff;
}
@media (max-width: 1500px) {
  .kpiSlider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .kpiSlider .slick-arrow svg,
  .kpiSlider .slick-arrow img {
    height: 15px;
  }
}
.kpiSlider .slick-disabled {
  background-color: rgba(117, 117, 117, 0.2509803922);
}
.kpiSlider .slick-disabled svg {
  fill: #fff;
}

.kpi-page2 section:nth-child(1) {
  position: relative;
  padding: 5% 0 0 0;
  background: linear-gradient(0deg, #F7F7F7 0 150px, #fff 150px 100%);
}
.kpi-page2 section:nth-child(1)::after {
  content: "";
  background: linear-gradient(180deg, rgba(185, 225, 236, 0) 34.47%, #B9E1EC 117.18%);
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 128px;
  left: 0;
}
@media (max-width: 991px) {
  .kpi-page2 section:nth-child(1)::after {
    height: 70%;
    bottom: 30px !important;
  }
}
.kpi-page2 section:nth-child(1) .img {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kpi .num,
.kpi .font-64 {
  font-size: 64px;
  font-weight: 600;
  font-family: "Jost";
}
@media (max-width: 1500px) {
  .kpi .num,
  .kpi .font-64 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .kpi .num,
  .kpi .font-64 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .kpiTop {
    padding-top: 2em;
  }
}
.kpiTop .title {
  height: 60px;
}
@media (max-width: 1023px) {
  .kpiTop .title {
    margin-bottom: 3em;
  }
}
.kpiTop.pink .title {
  background: #DC649A;
  box-shadow: 0px 4px 30px 0px rgba(157, 45, 120, 0.25);
}
.kpiTop.pink .box::before {
  content: url(images/esg/workplace/kpiTopBg.webp);
}
.kpiTop.pink .box::after {
  content: url(images/esg/workplace/kpiTopBg-R.webp);
}
.kpiTop.green .title {
  background: #2D9D9A;
  box-shadow: 0px 4px 30px 0px rgba(45, 157, 154, 0.25);
}
.kpiTop.green .box::before {
  content: url(images/esg/environment/kpiTopBg.webp);
}
.kpiTop.green .box::after {
  content: url(images/esg/environment/kpiTopBg-R.webp);
}
.kpiTop .box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  max-width: 1466px;
  min-height: 510px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 1250px) {
  .kpiTop .box {
    transform: scale(0.9);
    padding: 0 5em;
  }
}
@media (max-width: 1023px) {
  .kpiTop .box {
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .kpiTop .box {
    font-size: 18px;
  }
}
.kpiTop .box::after, .kpiTop .box::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: -10;
}
@media (max-width: 575px) {
  .kpiTop .box::after, .kpiTop .box::before {
    content: none !important;
  }
}
.kpiTop .box::after {
  right: 0;
}
.kpiTop .box::before {
  left: 0;
}
.kpiTop .box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.kpiTop .box .item::after {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
}
.kpiTop .box.style-1 .item {
  width: 350px;
}
.kpiTop .box.style-1 .item::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-1 .item::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  }
}
.kpiTop .box.style-1 .item:nth-child(1)::after, .kpiTop .box.style-1 .item:nth-child(3)::after {
  width: 250px;
  height: 250px;
  background: linear-gradient(183deg, rgba(180, 174, 227, 0.9) 5.97%, rgba(116, 107, 200, 0.9) 97.95%);
}
.kpiTop .box.style-1 .item:nth-child(2)::after {
  width: 220px;
  height: 220px;
  background: linear-gradient(180deg, #F49D87 0%, #D74484 100%), linear-gradient(144deg, rgba(237, 148, 187, 0.9) 23.28%, rgba(221, 100, 154, 0.9) 80.6%);
}
.kpiTop .box.style-1 .item:nth-child(2)::before {
  content: "";
  width: 339px;
  height: 339px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(-2px 5px 10px rgba(89, 134, 137, 0.125));
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-1 .item:nth-child(2)::before {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  }
}
@media (max-width: 1023px) {
  .kpiTop .box.style-2 {
    transform: scale(0.8);
  }
}
.kpiTop .box.style-2 .item {
  width: 350px;
}
.kpiTop .box.style-2 .item::after {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
@media (max-width: 1250px) {
  .kpiTop .box.style-2 .item::after {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.kpiTop .box.style-2 .item::before {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1250px) {
  .kpiTop .box.style-2 .item::before {
    transform: translateX(-50%) scale(0.8);
  }
}
.kpiTop .box.style-2 .item:nth-child(1)::after, .kpiTop .box.style-2 .item:nth-child(3)::after {
  background: linear-gradient(144deg, rgba(237, 148, 187, 0.9) 23.28%, rgba(221, 100, 154, 0.9) 80.6%);
}
.kpiTop .box.style-2 .item:nth-child(1)::before, .kpiTop .box.style-2 .item:nth-child(3)::before {
  width: 370px;
  height: 370px;
  border: 1px dashed rgba(238, 178, 204, 0.9);
}
.kpiTop .box.style-2 .item:nth-child(2)::after {
  background: linear-gradient(144deg, rgba(180, 174, 227, 0.9) 23.28%, rgba(96, 86, 195, 0.9) 80.6%);
}
.kpiTop .box.style-2 .item:nth-child(2)::before {
  width: 460px;
  height: 460px;
  background: radial-gradient(72.45% 72.45% at 55.76% 27.78%, rgba(255, 255, 255, 0.5) 0%, rgba(215, 212, 238, 0.5) 100%);
}
.kpiTop .box.style-3 {
  max-width: 1600px;
  margin-top: -45px;
}
@media (max-width: 1250px) {
  .kpiTop .box.style-3 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .kpiTop .box.style-3 {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    margin-top: 0;
  }
}
.kpiTop .box.style-3 .item {
  flex-direction: row;
  align-items: center;
  width: 40%;
  height: 270px;
  padding: 1.5em;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-3 .item {
    margin-bottom: 1em;
    width: 90%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .kpiTop .box.style-3 .item {
    width: 100%;
    padding: 1.2em;
  }
}
.kpiTop .box.style-3 .item img {
  max-width: 170px;
  width: 40%;
}
@media (max-width: 575px) {
  .kpiTop .box.style-3 .item img {
    width: 30%;
  }
}
.kpiTop .box.style-3 .item::after {
  border-radius: 500px;
  width: 106%;
  height: 100%;
  background: linear-gradient(144deg, rgba(227, 157, 188, 0.9) 23.28%, rgba(224, 110, 161, 0.9) 80.6%);
}
@media (max-width: 1023px) {
  .kpiTop .box.style-3 .item::after {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .kpiTop .box.style-3 .item::after {
    width: 96%;
  }
}
@media (max-width: 575px) {
  .kpiTop .box.style-3 .item::after {
    width: 100%;
  }
}
.kpiTop .box.style-3 .item .txtBox {
  padding: 1em 2%;
  width: 60%;
}
@media (max-width: 575px) {
  .kpiTop .box.style-3 .item .txtBox {
    padding: 0em 5% 0 5px;
    width: 70%;
  }
}
.kpiTop .box.style-4 {
  max-width: 1270px;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-4 {
    min-height: 580px;
  }
}
.kpiTop .box.style-4 .item {
  width: 360px;
}
.kpiTop .box.style-4 .item::after {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-4 .item::after {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.kpiTop .box.style-4 .item:nth-child(1)::after {
  background: linear-gradient(180deg, #52B484 0%, #287B53 100%);
}
.kpiTop .box.style-4 .item:nth-child(1)::before {
  content: "";
  right: 0;
  background-color: #9EDABD;
  width: 0px;
  height: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-4 .item:nth-child(1)::before {
    content: none;
  }
}
.kpiTop .box.style-4 .item:nth-child(1).aos-animate::before {
  opacity: 1;
  width: 70px;
  transition-delay: 0.8s;
}
.kpiTop .box.style-4 .item:nth-child(2) {
  z-index: 1;
}
.kpiTop .box.style-4 .item:nth-child(2)::after {
  background: linear-gradient(149deg, #7EC75F 15.83%, #1587A0 81.43%);
  filter: drop-shadow(5px 5px 25px rgba(89, 134, 137, 0.25));
}
.kpiTop .box.style-4 .item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  width: 360px;
  height: 360px;
  background-color: #fff;
  box-shadow: 5px 5px 25px 0px rgba(89, 134, 137, 0.1);
}
@media (max-width: 1023px) {
  .kpiTop .box.style-4 .item:nth-child(2)::before {
    transform: translateX(-50%) scale(0.9);
  }
}
.kpiTop .box.style-4 .item:nth-child(3)::after {
  background: linear-gradient(180deg, #83CE77 0%, #599F4E 100%);
}
.kpiTop .box.style-4 .item:nth-child(3)::before {
  content: "";
  left: 0;
  background-color: #9EDABD;
  width: 0px;
  height: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .kpiTop .box.style-4 .item:nth-child(3)::before {
    content: none;
  }
}
.kpiTop .box.style-4 .item:nth-child(3).aos-animate::before {
  opacity: 1;
  width: 70px;
  transition-delay: 0.8s;
}
.kpiTop .box.style-5 {
  max-width: 1380px;
}
.kpiTop .box.style-5 > div .item {
  height: 100px;
  justify-content: end;
}
.kpiTop .box.style-5 > div .item::after {
  width: 230px;
  height: 316px;
  top: 10%;
}
.kpiTop .box.style-5 > div:nth-child(1) .item::after {
  background: url(images/esg/environment/2/bgImg-1.webp);
}
.kpiTop .box.style-5 > div:nth-child(2) .item::after {
  background: url(images/esg/environment/2/bgImg-2.webp);
}
.kpiTop .box.style-5 > div:nth-child(3) .item::after {
  background: url(images/esg/environment/2/bgImg-3.webp);
}
.kpiTop .box.style-5 > div:nth-child(4) .item::after {
  background: url(images/esg/environment/2/bgImg-4.webp);
}
.kpiTop .box.style-6 {
  max-width: 1245px;
  margin-top: -45px;
}
@media (max-width: 1250px) {
  .kpiTop .box.style-6 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .kpiTop .box.style-6 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    min-height: auto;
  }
}
.kpiTop .box.style-6 .item {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  max-width: 460px;
  height: 230px;
  padding: 1.5em;
}
@media (max-width: 1400px) {
  .kpiTop .box.style-6 .item {
    margin-bottom: 1em;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .kpiTop .box.style-6 .item {
    width: 90%;
  }
}
.kpiTop .box.style-6 .item img {
  width: 110px;
}
.kpiTop .box.style-6 .item::after {
  border-radius: 500px;
  width: 109%;
  height: 100%;
}
.kpiTop .box.style-6 .item:nth-child(1)::after {
  background: linear-gradient(147deg, #87CA81 20.23%, #299B57 77.47%);
}
.kpiTop .box.style-6 .item:nth-child(2) {
  z-index: 1;
}
.kpiTop .box.style-6 .item:nth-child(2)::after {
  background: linear-gradient(144deg, rgba(137, 208, 191, 0.9) 23.28%, rgba(37, 154, 151, 0.9) 80.6%);
}
.kpiTop .box.style-6 .item .txtBox {
  padding: 1em 2%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.kpiTxt,
.kpiTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.kpiTxt .title,
.kpiTop .title {
  min-width: 500px;
  border-radius: 50px;
  padding: 10px 30px;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 1.2px;
}
@media (max-width: 1280px) {
  .kpiTxt .title,
  .kpiTop .title {
    min-width: auto;
    font-size: 20px;
    height: auto;
  }
}

.table-style2 {
  width: 100%;
  text-align: center;
  font-family: Poppins, "Noto Sans TC";
  color: #000;
}
.table-style2 tr {
  height: 50px;
}
.table-style2 th {
  color: #fff;
  font-weight: 400;
  min-width: 120px;
}
.table-style2 th,
.table-style2 td {
  border: 1px solid #fff;
  padding: 10px;
}
.table-style2 .gray-th {
  background-color: #646464;
}
.table-style2 .purple-th {
  background-color: #8F9DD8;
}
.table-style2 .pink-th {
  background-color: #E39DBC;
}
.table-style2 .gray-td {
  background-color: #F0F0F0;
}
.table-style2 .purple-td {
  background-color: #DDE1F2;
}
.table-style2 .pink-td {
  background-color: #F1E5EA;
}
.table-style2 .gray-light {
  background-color: #CCCCCC;
}
.table-style2 .green-td {
  background-color: #E1F0E8;
}
.table-style2 .bg-green-1 {
  background-color: #3FA473;
}
.table-style2 .bg-green-2 {
  background-color: #79BD98;
}
.table-style2 .bg-green-3 {
  background-color: #549A7E;
}
.table-style2 .bg-green-4 {
  background-color: #7AB77C;
}
.table-style2 .bg-blue-2 {
  background-color: #79BDB9;
}

.esg-human-rights .outBox {
  background-color: #F5F5F5;
}
.esg-human-rights .humanBox {
  padding: 2% 0;
  margin-top: 2em;
  position: relative;
}
.esg-human-rights .humanBox > div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3.5% 4%;
  line-height: 32px;
  background-color: #fff;
  margin: 1.2em 0;
  border-radius: 10px;
  gap: 3.5%;
}
.esg-human-rights .humanBox > div img {
  width: 120px;
}
.esg-human-rights .humanBox > div h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .esg-human-rights .humanBox > div {
    flex-direction: column;
    justify-content: center;
    padding: 1.5em 1em;
    gap: 10px;
  }
  .esg-human-rights .humanBox > div h4 {
    text-align: center;
  }
}
.esg-human-rights .humanBox:before {
  content: "";
  background-color: #C70C17;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
}
@media (max-width: 1199px) {
  .esg-human-rights .humanBox:before {
    content: none;
  }
}
.esg-human-rights .humanBox ul {
  padding-left: 0;
  margin-bottom: 0;
}
.esg-human-rights .humanBox ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.esg-human-rights .humanBox ul li::before {
  content: ".";
  left: 6px;
  top: 1px;
  line-height: 1;
  position: absolute;
}

.esg-employee-benefits .outBox {
  background-color: #F9F9F9;
}
.esg-employee-benefits .outBox .benefitsBox {
  display: flex;
  flex-wrap: wrap;
  padding: 4% 0;
  margin-top: 2em;
  position: relative;
}
.esg-employee-benefits .outBox .benefitsBox div {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  width: 20%;
  padding: 1em 3.5%;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.esg-employee-benefits .outBox .benefitsBox div img {
  width: 140px;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .esg-employee-benefits .outBox .benefitsBox div {
    width: 25%;
    line-height: 1.8em;
  }
}
@media (max-width: 767px) {
  .esg-employee-benefits .outBox .benefitsBox div {
    width: 33%;
  }
  .esg-employee-benefits .outBox .benefitsBox div img {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .esg-employee-benefits .outBox .benefitsBox div {
    width: 50%;
  }
}
.esg-employee-benefits .outBox .benefitsBox::before {
  content: "";
  background-color: #C70C17;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
}
@media (max-width: 1199px) {
  .esg-employee-benefits .outBox .benefitsBox::before {
    content: none;
  }
}

@media (max-width: 1023px) {
  .esg-education-training .kpiTop {
    padding-bottom: 7em;
  }
}
.esg-education-training .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-education-training section:nth-child(1) .img img {
  min-height: 250px;
  object-fit: cover;
}
.esg-education-training section:nth-child(2) {
  padding: 4% 5% 0 0;
  margin: 0 0 7% 0;
}
@media (max-width: 1800px) {
  .esg-education-training section:nth-child(2) {
    padding: 4% 0 0 0;
  }
}
.esg-education-training section:nth-child(2) .imgBox {
  max-width: 960px;
}
.esg-education-training section:nth-child(2) .txtBox {
  max-width: 760px;
  margin: 0 auto;
  padding: 3% 6% 5% 4%;
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(2) .txtBox {
    max-width: none;
  }
}
.esg-education-training section:nth-child(2) .img {
  position: absolute;
  width: 31vw;
}
@media (max-width: 1700px) {
  .esg-education-training section:nth-child(2) .img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(2) .img {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.esg-education-training section:nth-child(3) {
  padding: 2% 1.5em 5.5% 1.5em;
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(3) {
    padding: 3em 1.5em;
  }
}
.esg-education-training section:nth-child(4) {
  background-color: #F3F3F3;
  padding: 4.5% 1.5em 120px 1.5em;
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(4) {
    padding: 4.5% 1.5em 0 1.5em;
  }
}
.esg-education-training section:nth-child(4) .txtBox {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 5%;
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(4) .txtBox {
    max-width: none;
  }
}
.esg-education-training section:nth-child(4) .img {
  position: absolute;
  width: 20vw;
  right: 150px;
  bottom: -16%;
}
@media (max-width: 1700px) {
  .esg-education-training section:nth-child(4) .img {
    right: 0;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .esg-education-training section:nth-child(4) .img {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .esg-Osh .kpiTop {
    padding-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .esg-Osh .kpiTop .title {
    margin-bottom: 1em;
  }
}
.esg-Osh .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-Osh section:nth-child(2) .item {
  max-width: 423px;
  width: 100%;
  min-height: 465px;
  position: relative;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 992px) {
  .esg-Osh section:nth-child(2) .item {
    max-width: none;
    margin-bottom: 120px;
  }
}
.esg-Osh section:nth-child(2) .item .tit {
  display: flex;
  width: 204px;
  height: 60px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  background: linear-gradient(180deg, #E289AD 0%, #DE6399 100%);
}
.esg-Osh section:nth-child(2) .item p {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 2em;
}
.esg-Osh section:nth-child(2) .item:nth-child(1) p {
  max-width: 150px;
}
.esg-Osh section:nth-child(2) .item:nth-child(2) .tit {
  background: linear-gradient(180deg, #EDA57D 0%, #E26521 100%);
}
.esg-Osh section:nth-child(2) .txtBox {
  max-width: 342px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px #EAEAEA;
  border-radius: 30px;
  font-weight: 700;
}
.esg-Osh section:nth-child(2) .img {
  position: absolute;
  bottom: -90px;
  width: 100%;
}
.esg-Osh section:nth-child(3) {
  padding-bottom: 2%;
}
.esg-Osh section:nth-child(4) .imgBox {
  border-radius: 40px;
  overflow: hidden;
}
.esg-Osh section:nth-child(4) .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 10px 40px 12px rgba(0, 0, 0, 0.1);
  padding: 4% 8% 4% 4%;
}
.esg-Osh section:nth-child(4) .txtBox .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: 52px;
  gap: 10px;
  border-radius: 30px;
  background: #DE6499;
  color: #fff;
  font-size: 18px;
  max-width: 400px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .esg-Osh section:nth-child(4) .txtBox {
    padding: 2em;
  }
  .esg-Osh section:nth-child(4) .txtBox .title {
    margin-bottom: 20px;
  }
}
.esg-Osh section:nth-child(5) .chartBox {
  padding: 2em 1em 2em 1em;
  height: 100%;
}
.esg-Osh section:nth-child(5) .chartBox span {
  color: #DF6D9E;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  display: block;
  padding: 0.1em 2em 1.5em 1.5em;
}

.Osh-specialChart {
  --imgW: 500px;
  --iconW: 35px;
  margin-top: 11%;
}
@media (max-width: 1300px) {
  .Osh-specialChart {
    --imgW: 300px;
  }
}
@media (max-width: 679px) {
  .Osh-specialChart {
    --imgW: 280px;
  }
}
.Osh-specialChart .center-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: var(--imgW);
  height: var(--imgW);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.Osh-specialChart .center-img span {
  position: absolute;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media (max-width: 1300px) {
  .Osh-specialChart .center-img span {
    font-size: 28px;
  }
}
@media (max-width: 679px) {
  .Osh-specialChart .center-img span {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .Osh-specialChart .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1em;
  }
}
.Osh-specialChart .item-list .item {
  position: absolute;
  display: flex;
  width: 250px;
  height: 105px;
  padding: 15px 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 155.556%;
}
.Osh-specialChart .item-list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
}
.Osh-specialChart .item-list .item::after {
  content: "";
  width: 103px;
  height: 103px;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  right: -5px;
}
.Osh-specialChart .item-list .item .txt {
  display: flex;
  align-items: center;
}
.Osh-specialChart .item-list .item .txt::after {
  content: url(images/esg/workplace/2/point.svg);
  position: absolute;
  left: -35px;
  height: 35px;
}
.Osh-specialChart .item-list .item .txt::before {
  content: "";
  background-color: #DCDCDC;
  height: 1px;
  width: 200px;
  position: absolute;
  left: -235px;
}
.Osh-specialChart .item-list .item:nth-child(-n+3)::before {
  left: -5px;
}
.Osh-specialChart .item-list .item:nth-child(-n+3)::after {
  right: 0;
}
.Osh-specialChart .item-list .item:nth-child(-n+3) .txt::after {
  right: -35px;
  left: auto;
}
.Osh-specialChart .item-list .item:nth-child(-n+3) .txt::before {
  right: -235px;
  left: auto;
}
.Osh-specialChart .item-list .item:nth-child(1) {
  width: 300px;
}
.Osh-specialChart .item-list .item:nth-child(1)::before {
  background: linear-gradient(180deg, #FD8077 0%, #E96C63 100%);
  border: 2px solid #E96C63;
}
.Osh-specialChart .item-list .item:nth-child(1)::after {
  background-color: #E96C63;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(1) {
    top: 5%;
    left: 18%;
    transform: translate(-50%, -50%);
  }
}
.Osh-specialChart .item-list .item:nth-child(2)::before {
  border: 2px solid #E96C63;
  background: linear-gradient(180deg, #FD8077 0%, #E96C63 100%);
}
.Osh-specialChart .item-list .item:nth-child(2)::after {
  background-color: #E96C63;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(2) {
    top: 48%;
    left: 15%;
    transform: translate(-50%, -50%);
  }
}
.Osh-specialChart .item-list .item:nth-child(3)::before {
  border: 2px solid #9A6EA9;
  background: linear-gradient(180deg, #CBAAD7 0%, #A680B4 100%);
}
.Osh-specialChart .item-list .item:nth-child(3)::after {
  background-color: #9A6EA9;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(3) {
    bottom: 10%;
    left: 20%;
    transform: translate(-50%, 50%);
  }
}
.Osh-specialChart .item-list .item:nth-child(4)::before {
  border: 2px solid #DE6499;
  background: linear-gradient(180deg, #E289AD 0%, #DE6399 100%);
}
.Osh-specialChart .item-list .item:nth-child(4)::after {
  background-color: #DE6499;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(4) {
    top: 5%;
    right: 18%;
    transform: translate(50%, -50%);
  }
}
.Osh-specialChart .item-list .item:nth-child(5)::before {
  border: 2px solid #DE6499;
  background: linear-gradient(180deg, #E289AD 0%, #DE6399 100%);
}
.Osh-specialChart .item-list .item:nth-child(5)::after {
  background-color: #DE6499;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(5) {
    top: 48%;
    right: 15%;
    transform: translate(50%, -50%);
  }
}
.Osh-specialChart .item-list .item:nth-child(6)::before {
  border: 2px solid #9A6EA9;
  background: linear-gradient(180deg, #CBAAD7 0%, #A680B4 100%);
}
.Osh-specialChart .item-list .item:nth-child(6)::after {
  background-color: #9A6EA9;
}
@media (min-width: 992px) {
  .Osh-specialChart .item-list .item:nth-child(6) {
    bottom: 10%;
    right: 20%;
    transform: translate(50%, 50%);
  }
}
@media (max-width: 1300px) {
  .Osh-specialChart .item-list .item {
    font-size: 16px;
    height: auto;
    width: 300px !important;
  }
  .Osh-specialChart .item-list .item::before {
    left: 0 !important;
  }
  .Osh-specialChart .item-list .item::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .Osh-specialChart .item-list .item {
    position: relative;
    margin: 0.5em;
  }
  .Osh-specialChart .item-list .item .txt::after, .Osh-specialChart .item-list .item .txt::before {
    content: none;
  }
}

@media (max-width: 1023px) {
  .esg-HR .kpiTop {
    padding-bottom: 2em;
  }
}
.esg-HR section:nth-child(2) {
  padding: 5% 0 0 5%;
}
@media (max-width: 1300px) {
  .esg-HR section:nth-child(2) {
    padding: 5% 0;
  }
}
@media (max-width: 991px) {
  .esg-HR section:nth-child(2) {
    padding: 0;
  }
}
.esg-HR section:nth-child(2) .txtBox {
  max-width: 805px;
  margin: 0 auto;
  padding: 0.5em 1.5em;
}
@media (max-width: 991px) {
  .esg-HR section:nth-child(2) .txtBox {
    max-width: none;
    padding: 1.5em;
  }
}
.esg-HR section:nth-child(2) .txtBox .item {
  max-width: 330px;
  width: 100%;
  min-height: 55px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0 25px 25px 0;
  padding: 0.5em 0.2em;
}
.esg-HR section:nth-child(2) .txtBox .item::before {
  content: url(images/esg/workplace/3/tick.svg);
  height: 30px;
  padding: 0 1.2em;
}
.esg-HR section:nth-child(2) .imgBox {
  text-align: center;
}
.esg-HR section:nth-child(2) .imgBox img {
  width: 100%;
  max-width: 805px;
}
@media (max-width: 991px) {
  .esg-HR section:nth-child(2) .imgBox img {
    max-width: none;
  }
}
.esg-HR section:nth-child(3) {
  padding: 5% 1.5em 0 1.5em;
}
.esg-HR section:nth-child(3) .txtBox {
  padding: 0 5% 0 1.5em;
}
@media (max-width: 1199px) {
  .esg-HR section:nth-child(3) .txtBox {
    padding: 0;
  }
}
.esg-HR section:nth-child(4) .txtBox {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.esg-HR section:nth-child(4) .img {
  position: absolute;
  width: 20vw;
  right: 150px;
  bottom: -16%;
}
@media (max-width: 1700px) {
  .esg-HR section:nth-child(4) .img {
    right: 0;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .esg-HR section:nth-child(4) .img {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .esg-energy-saving .kpiTop {
    padding-bottom: 3em;
  }
}
@media (max-width: 1023px) {
  .esg-energy-saving .kpiTop .title {
    margin-bottom: 3.5em;
  }
}
.esg-energy-saving section:nth-child(1) {
  background: #fff;
}
.esg-energy-saving section:nth-child(1)::after {
  background: linear-gradient(180deg, rgba(216, 235, 240, 0) 0%, #D8EBF0 49.82%);
  bottom: 30px;
}
@media (max-width: 1023px) {
  .esg-energy-saving section:nth-child(1) .img {
    margin-top: 0 !important;
  }
}
.esg-energy-saving section:nth-child(2) .chartBox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.esg-energy-saving section:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esg-energy-saving section:nth-child(3) .topBox {
  gap: 35px;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.esg-energy-saving section:nth-child(3) .topBox span {
  display: block;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 500px;
  background: linear-gradient(166deg, #8EDAB1 26.24%, #2FA766 88.59%);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .esg-energy-saving section:nth-child(3) .topBox {
    gap: 15px;
  }
  .esg-energy-saving section:nth-child(3) .topBox span {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .esg-energy-saving section:nth-child(3) .topBox {
    flex-wrap: wrap;
  }
}
.esg-energy-saving section:nth-child(3) .title {
  display: flex;
  width: 500px;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #D1ECDC;
  color: #005924;
  font-size: 24px;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 1.2px;
  margin-bottom: 1.2em;
}
@media (max-width: 1400px) {
  .esg-energy-saving section:nth-child(3) .title {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .esg-energy-saving section:nth-child(3) .title {
    width: auto;
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}
@media (max-width: 576px) {
  .esg-energy-saving section:nth-child(3) .title {
    width: 100%;
  }
}
.esg-energy-saving section:nth-child(3) .listBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esg-energy-saving section:nth-child(3) .listBox > div {
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .esg-energy-saving section:nth-child(3) .listBox > div {
    transform: scale(0.8);
    margin-top: -1em;
  }
}
@media (max-width: 1199px) {
  .esg-energy-saving section:nth-child(3) .listBox > div {
    transform: scale(0.7);
    margin-top: -2em;
  }
}
@media (max-width: 992px) {
  .esg-energy-saving section:nth-child(3) .listBox > div {
    flex-wrap: wrap;
    transform: scale(1);
    margin-top: 0;
  }
}
.esg-energy-saving section:nth-child(3) .listBox .item {
  margin-right: -2.1em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .esg-energy-saving section:nth-child(3) .listBox .item {
    margin-right: 0;
    width: 100%;
  }
}
.esg-energy-saving section:nth-child(3) .listBox .item .tit {
  border-radius: 50px;
  display: flex;
  width: 300px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1px;
  height: 80px;
  flex-shrink: 0;
  margin: auto;
  margin-bottom: 1.2em;
}
@media (max-width: 992px) {
  .esg-energy-saving section:nth-child(3) .listBox .item .tit {
    margin-bottom: 0.5em;
    font-size: 18px;
    height: 70px;
    width: 200px;
  }
}
.esg-energy-saving section:nth-child(3) .listBox .item .list {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #000;
  max-width: 250px;
  width: 100%;
  margin: auto;
  padding: 30px 20px;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .esg-energy-saving section:nth-child(3) .listBox .item .list {
    padding: 20px 10px;
    font-size: 22px;
  }
}
.esg-energy-saving section:nth-child(3) .listBox .item .list ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.esg-energy-saving section:nth-child(3) .listBox .item .list ul li::marker {
  font-size: 10px;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(1) {
  z-index: 4;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(1) .tit {
  background: rgba(58, 153, 138, 0.9);
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(1) .list {
  border: 2px solid #3A998A;
  background: #F0F6E9;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(2) {
  z-index: 3;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(2) .tit {
  background: rgba(131, 206, 119, 0.9);
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(2) .list {
  border: 2px solid #83CE77;
  background: #F0F6E9;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(3) {
  z-index: 2;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(3) .tit {
  background: rgba(79, 187, 184, 0.9);
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(3) .list {
  border: 2px solid #4FBBB8;
  background: #F3F6EE;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(4) {
  z-index: 1;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(4) .tit {
  background: rgba(77, 135, 173, 0.9);
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(4) .list {
  border: 2px solid #4D87AD;
  background: #F3F6EE;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(5) {
  z-index: 0;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(5) .tit {
  background: #18856B;
}
.esg-energy-saving section:nth-child(3) .listBox .item:nth-child(5) .list {
  border: 2px solid #18856B;
  background: #F0F6E9;
}
.esg-energy-saving section:nth-child(4) .txtBox {
  padding: 0 3em;
  width: 68%;
}
.esg-energy-saving section:nth-child(4) .imgBox {
  width: 32%;
}
@media (max-width: 1400px) {
  .esg-energy-saving section:nth-child(4) .txtBox {
    padding: 0 1.5em;
  }
}
@media (max-width: 768px) {
  .esg-energy-saving section:nth-child(4) .txtBox {
    width: 100%;
    padding: 0;
  }
  .esg-energy-saving section:nth-child(4) .imgBox {
    width: 100%;
    text-align: center;
  }
}
.esg-energy-saving section:nth-child(5) .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: block;
  color: #000;
}

.esg-water-resources .kpiTop::after {
  content: url(images/esg/environment/2/kpiArrow.webp);
  margin-top: -350px;
  margin-left: -40px;
}
@media (max-width: 1023px) {
  .esg-water-resources .kpiTop::after {
    content: none;
  }
}
.esg-water-resources .kpiTop .box {
  margin-top: 8em;
  justify-content: center;
}
.esg-water-resources .kpiTop .box > div {
  margin-right: -1em;
  height: 400px;
}
@media (max-width: 1023px) {
  .esg-water-resources .kpiTop .box > div {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .esg-water-resources .kpiTop .box > div {
    width: 100%;
  }
}
.esg-water-resources .kpiTop .box::after, .esg-water-resources .kpiTop .box::before {
  top: 20%;
}
@media (max-width: 1099px) {
  .esg-water-resources .kpiTop .box::after, .esg-water-resources .kpiTop .box::before {
    content: none;
  }
}
@media (max-width: 1023px) {
  .esg-water-resources .kpiTop .box::after, .esg-water-resources .kpiTop .box::before {
    top: 30%;
  }
}
@media (max-width: 1250px) {
  .esg-water-resources .kpiTop .box {
    margin-top: 5em;
  }
  .esg-water-resources .kpiTop .box .item::after {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (max-width: 1023px) {
  .esg-water-resources .kpiTop .box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .esg-water-resources .kpiTop .box {
    flex-wrap: wrap;
    min-height: 550px;
    max-width: none;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .esg-water-resources .kpiTop .box {
    min-height: 800px;
  }
  .esg-water-resources .kpiTop .box .item {
    width: 100%;
  }
  .esg-water-resources .kpiTop .box .item::after {
    top: 40%;
  }
}
.esg-water-resources .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-water-resources section:nth-child(1)::after {
  background: linear-gradient(180deg, rgba(158, 196, 203, 0) 24.43%, #9EC4CB 97.2%);
}
.esg-water-resources section:nth-child(1) .itemTXT {
  display: flex;
  width: 330px;
  height: 120px;
  padding: 16px 43px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 25px 0px rgba(89, 134, 137, 0.15);
  margin-top: 10em;
  text-align: left;
}
.esg-water-resources section:nth-child(1) .itemTXT .number {
  color: #83BCBF;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 70%;
}
.esg-water-resources section:nth-child(1) .itemTXT .txt {
  color: #117673;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .esg-water-resources section:nth-child(1) .itemTXT {
    gap: 15px;
    width: 280px;
    height: 100px;
    padding: 15px 30px 15px 20px;
  }
  .esg-water-resources section:nth-child(1) .itemTXT .number {
    font-size: 32px;
  }
  .esg-water-resources section:nth-child(1) .itemTXT .txt {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .esg-water-resources section:nth-child(1) .itemTXT {
    margin-right: 0;
    margin: 0.5em;
    margin-top: 2.5em;
  }
}
.esg-water-resources section:nth-child(1) .img {
  text-align: end;
  max-width: 1600px;
  margin: auto;
  margin-top: 8em;
}
@media (max-width: 1023px) {
  .esg-water-resources section:nth-child(1) .img {
    margin-top: -5em;
  }
}
@media (max-width: 767px) {
  .esg-water-resources section:nth-child(1) .img {
    margin-top: -10em;
  }
}
.esg-water-resources section:nth-child(2) {
  padding: 0 5% 0 0;
}
@media (max-width: 1800px) {
  .esg-water-resources section:nth-child(2) {
    padding: 4% 0 0 0;
  }
}
.esg-water-resources section:nth-child(2) .row > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .esg-water-resources section:nth-child(2) .row > img {
    display: none;
  }
}
.esg-water-resources section:nth-child(2) .txtBox {
  max-width: calc(760px + 4%);
  margin: 0 auto;
  padding: 5% 1.5em 3% 3.5em;
}
@media (max-width: 991px) {
  .esg-water-resources section:nth-child(2) .txtBox {
    max-width: none;
    padding: 1.5em;
  }
}
.esg-water-resources section:nth-child(2) .txtBox .item {
  max-width: 330px;
  width: 100%;
  min-height: 55px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0 25px 25px 0;
  padding: 0.5em 0.2em;
}
.esg-water-resources section:nth-child(2) .txtBox .item::before {
  content: url(images/esg/environment/2/tick.svg);
  height: 30px;
  padding: 0 1.2em;
}

.water-resources-table td {
  height: 110px;
}

@media (max-width: 1023px) {
  .esg-circular-economy .kpiTop {
    padding-bottom: 1em;
  }
}
@media (max-width: 1023px) {
  .esg-circular-economy .kpiTop .title {
    margin-bottom: 1em;
  }
}
.esg-circular-economy section:nth-child(1)::after {
  background: linear-gradient(180deg, rgba(209, 231, 218, 0) 0%, #D1E7DA 49.82%);
  height: 350px;
  bottom: 100px;
}
.esg-circular-economy section:nth-child(1) .kpiTop::after {
  content: url(images/esg/environment/3/kpiArrow.webp);
  margin-top: -270px;
  margin-left: -40px;
}
@media (max-width: 1023px) {
  .esg-circular-economy section:nth-child(1) .kpiTop::after {
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  .esg-circular-economy section:nth-child(1) .kpiTop::after {
    content: none;
  }
}
.esg-circular-economy section:nth-child(2) {
  padding: 3% 1.5em;
}
.esg-circular-economy section:nth-child(3) .listBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5em;
  margin: 5em 0;
}
@media (max-width: 1150px) {
  .esg-circular-economy section:nth-child(3) .listBox {
    padding: 0 1.5em;
  }
}
@media (max-width: 991px) {
  .esg-circular-economy section:nth-child(3) .listBox {
    flex-direction: column;
    height: 1100px;
    transform: scale(1);
  }
}
.esg-circular-economy section:nth-child(3) .listBox .item {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .esg-circular-economy section:nth-child(3) .listBox .item {
    transform: scale(0.8);
  }
}
@media (max-width: 1150px) {
  .esg-circular-economy section:nth-child(3) .listBox .item {
    transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .esg-circular-economy section:nth-child(3) .listBox .item {
    transform: scale(0.8);
  }
}
.esg-circular-economy section:nth-child(3) .listBox .item::after {
  display: block;
  position: absolute;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .esg-circular-economy section:nth-child(3) .listBox .item::after {
    transform: translateX(-50%) rotate(90deg);
    left: 50% !important;
    top: 20px;
  }
}
.esg-circular-economy section:nth-child(3) .listBox .item:nth-child(1)::after {
  content: url(images/esg/environment/3/imgBg-1.webp);
  width: 562px;
  height: 380px;
  left: 87%;
}
.esg-circular-economy section:nth-child(3) .listBox .item:nth-child(2)::after {
  content: url(images/esg/environment/3/imgBg-2.webp);
  width: 554px;
  height: 380px;
  left: 87%;
}
.esg-circular-economy section:nth-child(3) .listBox .item:nth-child(3)::after {
  content: url(images/esg/environment/3/imgBg-3.webp);
  width: 380px;
  height: 380px;
  left: 50%;
}
@media (max-width: 1200px) {
  .esg-circular-economy section:nth-child(3) .listBox .item:nth-child(3)::after {
    top: -25%;
  }
}
.esg-circular-economy section:nth-child(4) .txtBox {
  padding: 0 4em 0 3em;
  width: 47%;
}
.esg-circular-economy section:nth-child(4) .imgBox {
  width: 53%;
  margin-top: -170px;
}
@media (max-width: 1400px) {
  .esg-circular-economy section:nth-child(4) .txtBox {
    padding: 0 1.5em;
  }
}
@media (max-width: 1000px) {
  .esg-circular-economy section:nth-child(4) .txtBox {
    width: 100%;
    padding: 0;
  }
  .esg-circular-economy section:nth-child(4) .imgBox {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.esg-circular-economy section:nth-child(5) .listBox {
  display: flex;
  justify-content: space-between;
  padding: 5% 1.5em;
  gap: 15px;
}
@media (max-width: 1200px) {
  .esg-circular-economy section:nth-child(5) .listBox {
    padding: 2em 0;
  }
}
@media (max-width: 992px) {
  .esg-circular-economy section:nth-child(5) .listBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.esg-circular-economy section:nth-child(5) .listBox .img {
  gap: 15px;
  display: flex;
  justify-content: center;
  height: 300px;
}
@media (max-width: 1200px) {
  .esg-circular-economy section:nth-child(5) .listBox .img {
    height: 250px;
  }
}
.esg-circular-economy section:nth-child(5) .listBox img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
.esg-circular-economy section:nth-child(5) .listBox .txt {
  border-radius: 30px;
  border: 2px solid #3BA145;
  background: #FFF;
  display: flex;
  min-height: 52px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -30px;
  position: relative;
  color: #000;
  color: #000;
  line-height: 177.778%;
  letter-spacing: 0.9px;
  max-width: 647px;
}

@media (max-width: 1199px) {
  .social-list {
    max-width: 900px;
    margin: auto;
  }
}

.social-item {
  display: block;
  box-shadow: 0px 15px 30px 0px rgba(10, 11, 11, 0.15);
  border-radius: 15px;
  max-width: 450px;
  width: 100%;
  margin-bottom: 18%;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1199px) {
  .social-item {
    margin-bottom: 4em;
  }
}
.social-item::after {
  content: url(images/esg/social/more.svg);
  position: absolute;
  right: 43px;
  bottom: -50px;
  height: 70px;
  width: 70px;
  opacity: 0;
  transition: all 0.5s;
}
.social-item:hover {
  margin-top: -2em;
  box-shadow: 5px 20px 30px 0px rgba(10, 11, 11, 0.3);
}
@media (max-width: 1199px) {
  .social-item:hover {
    margin-top: 0;
  }
}
.social-item:hover::after {
  bottom: -18px;
  opacity: 1;
}
.social-item:hover .imgBox img {
  transform: scale(1.05);
}
.social-item .imgBox {
  max-width: 450px;
  height: 300px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.social-item .imgBox img {
  transition: all 0.5s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social-item .tag {
  border-radius: 30px;
  background: #B01719;
  display: inline-flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: -22px;
  margin-left: 1.5em;
  position: absolute;
}
.social-item .txtBox {
  padding: 40px 1.5em;
  background: #FFF;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.social-item .txtBox .tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.social-item .txtBox p {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.5em 0;
}
.social-item .txtBox .day {
  font-family: "Poppins";
  font-size: 16px;
  color: #B01719;
  line-height: 100%;
}

.esg-social-detail .social-share {
  position: fixed;
  width: 100%;
  text-align: right;
  top: 43%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 1;
}
.esg-social-detail .social-share.hid {
  opacity: 0 !important;
  pointer-events: none;
}
.esg-social-detail .social-share .box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: all;
}
.esg-social-detail .social-share .top {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.esg-social-detail .social-share .icon {
  display: inline-flex;
  flex-direction: column;
  opacity: 1;
  height: auto;
}
.esg-social-detail .social-share .icon a {
  width: 45px;
  height: 45px;
  margin: 7px 0;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1099px) {
  .esg-social-detail .social-share .icon a {
    width: 39px;
    height: 39px;
    margin: 5px 0;
  }
}
.esg-social-detail .social-share .icon a:hover {
  background-color: #C70C17;
}
.esg-social-detail .social-share .icon a svg path {
  fill: #fff;
}

.social-detail-main {
  padding: 5.5% 1em;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(10, 11, 11, 0.15);
}

.postPage {
  padding-top: 8%;
}
.postPage > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .postPage > div {
    justify-content: center;
  }
}
.postPage .arrowBox {
  display: flex;
  align-items: center;
  max-width: 437px;
  gap: 27px;
}
.postPage .prev:hover .arrow {
  margin-right: 0.5em;
  margin-left: -0.5em;
}
.postPage .next:hover .arrow {
  margin-right: -0.5em;
  margin-left: 0.5em;
}
.postPage .arrow {
  flex-shrink: 0;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .postPage .arrow img {
    width: 50px;
  }
}
.postPage .tit {
  max-width: 364px;
  color: #000;
  font-family: "Noto Sans CJK TC";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .postPage .tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .postPage .tit {
    display: none;
  }
}
.postPage p {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .postPage p {
    display: none;
  }
}
.postPage .all {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s;
}
.postPage .all:hover {
  transform: rotate(-45deg);
  background-color: #F7F7F7;
}
.postPage .all:hover img {
  transform: scale(1.02);
}

.esg-downloads .btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .esg-downloads .btnBox {
    gap: 5px;
  }
}
.esg-downloads .btnBox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  background: #FFF;
  max-width: 213px;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .esg-downloads .btnBox a {
    font-size: 16px;
    gap: 10px;
  }
}
.esg-downloads .btnBox a svg path {
  transition: all 0.3s;
}
.esg-downloads .btnBox a:hover {
  background-color: #B01719;
  color: #fff;
  border: 1px solid #B01719;
}
.esg-downloads .btnBox a:hover svg path {
  fill: #fff;
}

.download-dropdown {
  width: 180px;
  border-bottom: 1px #000 solid;
  height: 50px;
  font-family: "Noto Sans TC";
}
.download-dropdown .dropdown-toggle {
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 9px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans TC";
}
.download-dropdown .dropdown-toggle::after {
  content: url(images/common/dropdown-5.svg);
  width: 8px;
  height: 8px;
  margin: 0;
}
.download-dropdown .dropdown-menu {
  transform: none !important;
  top: 50px !important;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.download-dropdown .dropdown-item {
  border-bottom: 1px solid #CCCCCC;
  background: #F7F7F7;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-radius: 0;
  line-height: 32px;
  letter-spacing: 0.9px;
  padding: 9px;
  font-family: "Noto Sans TC";
}
@media (max-width: 768px) {
  .download-dropdown .dropdown-item {
    font-size: 16px;
  }
}
.download-dropdown .dropdown-item:hover {
  color: #B01719;
}

.download-topItem {
  max-width: 1320px;
}
.download-topItem .imgBox {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.2);
  max-width: 650px;
  overflow: hidden;
}
.download-topItem .imgBox img {
  transition: all 0.5s;
}
.download-topItem .txtBox {
  max-width: 553px;
}
.download-topItem .txtBox .title {
  position: relative;
}
.download-topItem .txtBox .title::after {
  content: "";
  background-color: #B01719;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.download-topItem:hover .imgBox img {
  transform: scale(1.03);
}

.downloads-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20%;
}
@media (max-width: 576px) {
  .downloads-item {
    gap: 15px;
    margin-bottom: 3em;
  }
}
.downloads-item .imgBox {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
.downloads-item .imgBox img {
  transition: all 0.5s;
}
@media (hover: hover) {
  .downloads-item:hover .imgBox img {
    transform: scale(1.05);
  }
}

.esg-vision section:nth-child(1) {
  position: relative;
}
.esg-vision section:nth-child(1) .txtBox {
  max-width: 780px;
}
.esg-vision section:nth-child(1) .txtBox p {
  max-width: 738px;
}
@media (max-width: 991px) {
  .esg-vision section:nth-child(1) .txtBox {
    max-width: none;
    padding-right: 1.5em;
  }
  .esg-vision section:nth-child(1) .txtBox .title {
    font-size: 35px;
  }
  .esg-vision section:nth-child(1) .txtBox p {
    max-width: none;
  }
}
.esg-vision section:nth-child(1) .imgBox {
  width: 913px;
  height: 600px;
  margin-top: -4em;
}
@media (max-width: 1600px) {
  .esg-vision section:nth-child(1) .imgBox {
    width: auto;
    height: auto;
  }
}
.esg-vision section:nth-child(1) .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.esg-vision section:nth-child(1)::after {
  content: url(images/esg/vision/bg-1.webp);
  position: absolute;
  left: -60px;
  bottom: -200px;
}
.esg-vision section:nth-child(2) .imgBox {
  height: 100%;
}
.esg-vision section:nth-child(2) .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.esg-vision section:nth-child(2) .txtBox {
  max-width: 673px;
}
.esg-vision section:nth-child(2) .txtBox .title {
  margin-left: -0.7em;
}
.esg-vision section:nth-child(3) .item {
  display: flex;
  align-items: center;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  .esg-vision section:nth-child(3) .item {
    flex-direction: column;
  }
}
.esg-vision section:nth-child(3) .txtBox {
  width: 790px;
  min-height: 350px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5em;
  z-index: 1;
}
@media (max-width: 767px) {
  .esg-vision section:nth-child(3) .txtBox {
    width: 100%;
    min-height: auto;
    order: 2;
    margin: auto !important;
    border-radius: 0 0 50px 50px !important;
  }
}
.esg-vision section:nth-child(3) .txtBox .tit {
  color: #000;
  font-family: "Noto Sans CJK TC";
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px #CCCCCC solid;
  display: inline-block;
}
.esg-vision section:nth-child(3) .txtBox p {
  max-width: 630px;
}
.esg-vision section:nth-child(3) .imgBox {
  border-radius: 20px;
  overflow: hidden;
  height: 470px;
}
@media (max-width: 767px) {
  .esg-vision section:nth-child(3) .imgBox {
    max-height: 300px;
    height: auto;
    border-radius: 50px 50px 0 0;
  }
}
.esg-vision section:nth-child(3) .imgBox img {
  height: 100%;
  object-fit: cover;
}
.esg-vision section:nth-child(4) {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .esg-vision section:nth-child(4) {
    padding-top: 70px;
  }
}
.esg-vision section:nth-child(4)::after {
  content: url(images/esg/vision/bg-1.webp);
  position: absolute;
  right: -130px;
  bottom: 35%;
}
.esg-vision section:nth-child(4) .topBox {
  border-radius: 20px;
  border: 1px solid #B9B9B9;
  background: #FFF;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 1.5em;
}
.esg-vision section:nth-child(4) .topBox .tit {
  color: #FFF;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background: #B01719;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  padding: 10px 30px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .esg-vision section:nth-child(4) .topBox .tit {
    width: 200px;
    font-size: 20px;
    height: 50px;
    margin-top: -25px;
  }
}
.esg-vision section:nth-child(5) {
  padding-top: 3.5em;
  position: relative;
}
.esg-vision section:nth-child(5)::after {
  content: url(images/esg/vision/bg-2.webp);
  position: absolute;
  left: -20px;
  bottom: 50%;
}

.vision-history {
  max-width: 1570px;
  margin: auto;
}
@media (max-width: 767px) {
  .vision-history {
    flex-direction: column;
  }
}

.history-nav {
  display: inline-flex;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}
@media (max-width: 767px) {
  .history-nav {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .history-nav {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .history-nav.navFixed {
    background-color: #fff;
    padding: 1em;
    z-index: 2;
    left: 0;
  }
}
.history-nav a {
  display: inline-flex;
  height: 45px;
  width: 145px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  background: #FFF;
  transition: all 0.3s;
}
.history-nav a.active {
  background-color: #B01719;
  border: 0;
  color: #fff;
}

.history-item {
  display: flex;
}
.history-item .year {
  color: #000;
  font-family: "Jost";
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.history-item .year::after {
  content: "";
  background-color: #DCDCDC;
  max-width: 273px;
  width: calc(100% - 3.5em);
  height: 1px;
  position: absolute;
  right: -16px;
}
.history-item .year::before {
  content: url(images/esg/vision/point.svg);
  position: absolute;
  left: 3.5em;
  top: -0.1em;
  z-index: 1;
}
@media (max-width: 767px) {
  .history-item .year {
    font-size: 30px;
  }
  .history-item .year::after {
    width: calc(100% - 3em);
  }
  .history-item .year::before {
    left: 3em;
  }
}
.history-item .item {
  border-left: 1px solid #DCDCDC;
  margin-bottom: 0;
  padding-bottom: 48px;
  padding-left: 3em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .history-item .item {
    padding-left: 2em;
  }
}
.history-item .item li {
  word-break: break-word;
}
.history-item .item li::marker {
  font-size: 10px;
}

.wp.careers .section-1 .outBox {
  background-color: #F9F9F9;
  padding: 6% 0 7% 0;
  position: relative;
}
.wp.careers .section-1 .outBox .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
}
.wp.careers .section-1 .outBox .box img {
  margin-bottom: 1.5em;
}
.wp.careers .section-1 .outBox::before {
  content: "";
  background-color: #C70C17;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
}
.wp.careers .section-1 .slider {
  padding: 0 5%;
}
.wp.careers .section-1 .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9411764706);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
}
.wp.careers .section-1 .slider .slick-arrow img,
.wp.careers .section-1 .slider .slick-arrow svg {
  width: 10px;
  height: 16px;
}
.wp.careers .section-1 .slider .slick-arrow img path,
.wp.careers .section-1 .slider .slick-arrow svg path {
  transition: all 0.3s;
}
.wp.careers .section-1 .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.wp.careers .section-1 .slider .slick-arrow:hover svg path {
  fill: #C70C17 !important;
}
.wp.careers .section-1 .slider .slick-dots {
  padding: 2em 0;
  margin-bottom: 0;
}
.wp.careers .section-1 .slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #E0E0E0;
}
.wp.careers .section-1 .slider .slick-dots li.slick-active button {
  background-color: #C70C17;
}
.wp.careers .section-2 {
  background-color: #F9F9F9;
}
.wp.careers .section-2 .row {
  align-items: flex-end;
}
.wp.careers .section-2 .txtBox {
  background-image: url(images/careers/bg2.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3%;
}
.wp.careers .section-2 .txtBox div {
  width: 750px;
}
.wp.careers .section-2 ul {
  list-style: none;
  padding-left: 0;
}
.wp.careers .section-2 ul li {
  position: relative;
  padding-left: 1.5em;
  margin: 10px 0;
}
.wp.careers .section-2 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.wp.careers .section-3 {
  background-color: #fff;
}
.wp.careers .section-3 .txtBox {
  background-image: url(images/careers/bg3.jpg);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3%;
}
.wp.careers .section-3 .txtBox div {
  width: 550px;
}
.wp.careers .section-3 ul {
  list-style: none;
  padding-left: 0;
}
.wp.careers .section-3 ul li {
  position: relative;
  padding-left: 1.5em;
  margin: 10px 0;
}
.wp.careers .section-3 ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .wp.careers .section-2 {
    background-color: #fff;
  }
  .wp.careers .section-2 .txtBox {
    padding: 3% 1em;
  }
  .wp.careers .section-2 .txtBox div {
    width: 100%;
  }
  .wp.careers .section-2 .imgBox img {
    width: 100%;
  }
  .wp.careers .section-3 {
    background-color: #fff;
  }
  .wp.careers .section-3 .txtBox {
    order: 2;
    padding: 3% 1em;
  }
  .wp.careers .section-3 .txtBox div {
    width: 100%;
  }
  .wp.careers .section-3 .imgBox {
    order: 1;
  }
  .wp.careers .section-3 .imgBox img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wp.careers .section-1 .slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: 48%;
  }
}

.wp.Job-list .section-1 {
  padding: 2em 0;
}
.wp.Job-list table {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
}
.wp.Job-list table thead tr td {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
  text-align: center;
}
.wp.Job-list table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.Job-list table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.Job-list table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.Job-list table tbody td {
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 3% 1.5%;
  letter-spacing: 0.03em;
}
.wp.Job-list table tbody td:nth-child(1) {
  font-weight: 500;
  color: #000;
}
.wp.Job-list table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.Job-list table ul {
  padding: 0;
  margin-bottom: 0;
}
.wp.Job-list table ul li {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.wp.Job-list table ul li::before {
  content: "";
  background-color: #C70C17;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.85em;
}
.wp.Job-list .tab1 {
  margin-bottom: 2%;
}
.wp.Job-list .tab1 thead tr td:nth-child(1) {
  width: 17.5%;
}
.wp.Job-list .tab1 thead tr td:nth-child(2) {
  width: 27%;
}
.wp.Job-list .tab1 thead tr td:nth-child(3) {
  width: 26.5%;
}
.wp.Job-list .tab1 thead tr td:last-child {
  width: 7%;
}
.wp.Job-list .tab1 tbody td:last-child {
  text-align: center;
}
.wp.Job-list .tab1 tbody td div {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.wp.Job-list .tab1 tbody td div:hover {
  border: 2px solid #C70C17;
}
.wp.Job-list .modal {
  padding: 0 3em !important;
}
.wp.Job-list .modal .close {
  opacity: 1;
  display: inline-flex;
  justify-content: flex-end;
  top: 2.5em;
  position: relative;
  right: -2em;
  cursor: pointer;
}
.wp.Job-list .modal .modal-dialog-centered {
  flex-direction: column;
  justify-content: center;
}
.wp.Job-list .modal .modal-dialog {
  max-width: 1300px;
  padding-top: 3em;
}
.wp.Job-list .modal .modal-content {
  border-radius: 20px;
  border: none;
  padding: 3% 5% 4% 5%;
  margin-top: 1em;
}
.wp.Job-list .modal .modal-header {
  display: block;
  text-align: center;
  padding: 2% 0;
  border-bottom: 0;
}
.wp.Job-list .modal .modal-body {
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  height: 438px;
  padding: 4%;
  flex: none;
  overflow-y: auto;
}
@media (max-width: 1420px) {
  .wp.Job-list .modal {
    padding: 0 1em !important;
  }
  .wp.Job-list .modal .close {
    top: 0.5em;
    right: 0em;
    height: 1em;
  }
  .wp.Job-list .modal .close img {
    width: 20px;
  }
}
@media (max-width: 992px) {
  .wp.Job-list table {
    font-size: 16px;
  }
  .wp.Job-list .tab1 thead tr td:last-child {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .wp.Job-list .section-1 {
    padding: 0em 0;
  }
  .wp.Job-list tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .wp.Job-list tr td {
    display: block;
    width: 100% !important;
    padding: 1em;
    padding-left: 10em !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.8;
    position: relative;
  }
  .wp.Job-list tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    width: 10em;
    text-align: left;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
    position: absolute;
    left: 1em;
  }
  .wp.Job-list tr td:first-child {
    padding-top: 2em !important;
  }
  .wp.Job-list tr td:first-child::before {
    top: 2em;
  }
  .wp.Job-list tr td:last-child {
    padding-bottom: 2em !important;
  }
  .wp.Job-list thead {
    display: none;
  }
  .wp.Job-list .tab1 tbody td {
    padding: 2% 2.5%;
  }
  .wp.Job-list .tab1 tbody td div {
    height: auto;
    justify-content: left;
    border: none;
  }
  .wp.Job-list .tab1 tbody td div img {
    width: 45px;
  }
  .wp.Job-list .tab1 tbody td div:hover {
    border: none;
  }
}
@media (max-width: 425px) {
  .wp.Job-list tr td {
    padding: 2em 1em 20px 1em !important;
  }
  .wp.Job-list tr td::before {
    left: 1em;
    top: 0;
    color: #000;
    font-weight: 500;
  }
  .wp.Job-list tr td:first-child {
    padding-top: 3em !important;
    font-weight: 300 !important;
  }
  .wp.Job-list tr td:first-child::before {
    top: 1em;
  }
  .wp.Job-list tr td:last-child {
    padding-bottom: 1em !important;
  }
}

.wp.join-us .section-1 {
  padding: 4% 1.5em 3% 1.5em;
  border: 2px solid #C70C17;
}
.wp.join-us .max1520 {
  max-width: 1520px;
  margin: auto;
  width: 100%;
}
.wp.join-us .outBox {
  max-width: 1300px;
  margin: auto;
}
.wp.join-us .outBox .box {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
.wp.join-us .outBox h3 {
  border-bottom: 1px solid #3B3B3B;
  padding: 0.8em 5px;
  font-weight: 600;
  margin-bottom: 2%;
  margin-top: 1em;
}
.wp.join-us .outBox .form-control {
  background-color: #F4F3F4;
  border: none;
  border-radius: 4px;
  height: 57px;
}
.wp.join-us .outBox label {
  font-size: 16px;
  padding: 1em 0px;
}
.wp.join-us .outBox .custom-control-label {
  padding: 0.5em 1em 0.5em 2em;
  width: 100%;
}
.wp.join-us .outBox ::placeholder {
  color: #000 !important;
  text-align: center;
}
.wp.join-us .add {
  text-align: right;
}
.wp.join-us .add div {
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.wp.join-us .add div img,
.wp.join-us .add div svg {
  margin-right: 0.5em;
  border-radius: 50%;
  transition: all 0.3s;
  width: 30px;
}
.wp.join-us .add div:hover svg {
  background-color: #C70C17;
  fill: #fff;
}
.wp.join-us .section-2 {
  padding: 3% 0 3em 0;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .wp.join-us .outBox h3 {
    margin-bottom: 1.2em;
  }
  .wp.join-us .outBox .form-control {
    height: 45px;
  }
  .wp.join-us .outBox label {
    padding: 10px 0px;
  }
}
@media (max-width: 575px) {
  .wp.join-us .section-1 {
    padding: 4% 1em 3% 1em;
  }
  .wp.join-us .outBox label {
    padding: 5px 0px;
    font-weight: 500;
  }
  .wp.join-us .outBox .form-check-inline {
    margin-right: 0;
  }
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.wp.contact .fomeBox {
  padding-bottom: 3%;
}
.wp.contact .fomeBox b {
  color: #C70C17;
  margin: 0 3px;
}
.wp.contact .fomeBox form .selectpicker {
  display: none;
}
.wp.contact .fomeBox form .input-group {
  align-items: center;
}
.wp.contact .fomeBox form .input-group-prepend {
  margin-right: -125px;
  z-index: 10;
}
.wp.contact .fomeBox form .input-group-text {
  font-family: "Noto Sans TC";
  font-size: 16px;
  background-color: transparent;
  border: 0;
  width: 125px;
}
.wp.contact .fomeBox form .input-group-text::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #D8D9D9;
  margin-left: 0.5em;
}
.wp.contact .fomeBox form .form-control {
  font-size: 16px;
  padding-left: 120px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 6.5px;
  border: 1px solid #C7C6C6;
  height: 65px;
  background: #fff;
  transition: all 0.3s;
}
.wp.contact .fomeBox form .form-control:focus {
  border: 2px solid #C70C17;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.wp.contact .fomeBox form .bootstrap-select {
  width: 100% !important;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle {
  background: #fff !important;
  border-radius: 6.5px !important;
  border: 1px solid #C7C6C6;
  height: 65px;
  align-items: center;
  outline: 0px dotted #fff;
  width: 100%;
  display: block;
  padding: 1.2em 30px 1em 120px;
  outline: #fff auto 0px !important;
  transition: all 0.3s;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle::after {
  margin: 0;
  top: -1px;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle:focus {
  background: #fff !important;
  border: 2px solid #C70C17 !important;
  outline: #C70C17 auto 0px !important;
  box-shadow: none !important;
  outline-offset: 0;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle[aria-expanded=true] {
  background: #fff !important;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6.5px 6.5px 0 0 !important;
  border: 2px solid #C70C17;
}
.wp.contact .fomeBox form .dropdown-menu {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  transform: none !important;
  top: 100% !important;
  width: 100%;
  margin-top: -3px;
  border: 2px solid #C70C17;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.wp.contact .fomeBox form .dropdown-menu .dropdown-item {
  height: 59px;
}
.wp.contact .fomeBox form .dropdown-menu .inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp.contact .fomeBox form textarea {
  width: 100%;
  height: 165px;
  border-radius: 6.5px;
  border: 1px solid #C7C6C6;
  transition: all 0.3s;
}
.wp.contact .fomeBox form textarea:focus {
  border: 2px solid #C70C17;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
}
.wp.contact .fomeBox form img {
  mix-blend-mode: darken;
  display: inline-block;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle::after {
  content: url(images/common/dropdown-5.svg);
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-toggle .filter-option {
  width: 100%;
  font-family: "Noto Sans TC";
  text-align: left;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-menu {
  animation-name: fade;
  animation-duration: 0.5s;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-menu .dropdown-item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.wp.contact .fomeBox form .bootstrap-select .dropdown-menu .dropdown-item.active, .wp.contact .fomeBox form .bootstrap-select .dropdown-menu .dropdown-item:active, .wp.contact .fomeBox form .bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: #C70C17;
  color: #fff;
}

@media (max-width: 1200px) {
  .wp.contact .fomeBox form {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .wp.contact .fomeBox form .form-control {
    flex-basis: 100%;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .wp.contact .fomeBox form .bootstrap-select .dropdown-toggle {
    height: 50px;
    padding: 12px 30px 12px 120px;
  }
  .wp.contact .fomeBox form .bootstrap-select .dropdown-toggle::after {
    right: -5px;
  }
}
@media (max-width: 442px) {
  .wp.contact .fomeBox form .button button {
    width: 120px;
    height: 50px;
  }
}
.wp.contact .section-1 a:hover {
  color: #C70C17;
  text-decoration: underline;
}
.wp.contact .section-1 ul strong {
  font-weight: 500;
}
.wp.contact .section-1 ul li {
  position: relative;
  padding-left: 8%;
}
.wp.contact .section-1 ul li::before {
  content: "";
  background-image: url(images/header/email.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  transform: translateY(10%);
  margin-left: -2em;
  display: inline-block;
}
.wp.contact .section-1 table {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
}
.wp.contact .section-1 table thead tr td {
  height: 60px;
  padding: 0.5em 5px;
  border-top: 3px solid #B01719;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-weight: 500;
  position: relative;
  text-align: center;
}
.wp.contact .section-1 table thead tr td:nth-child(1) {
  border-top: 3px solid #000;
}
.wp.contact .section-1 table thead tr td:not(:last-child)::after {
  content: "";
  right: -1px;
  position: absolute;
  background: #000;
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.wp.contact .section-1 table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}
.wp.contact .section-1 table tbody td {
  height: 65px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 3% 0.5em;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.9019607843);
  width: 50%;
}
.wp.contact .section-1 table tbody td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.wp.contact .section-1 table tbody ul {
  max-width: 22em;
  margin: auto;
}
.wp.contact .section-1 table tbody ul li {
  margin-bottom: 0.5em;
}
.wp.contact .section-1 table tbody ul li::before {
  content: "";
  background-image: url(images/products/mim/list.svg);
  width: 12px;
  height: 12px;
  left: 0;
  top: 10px;
  margin-left: 0;
}
.wp.contact .section-2 {
  padding: 5% 0 2em 0;
}
.wp.contact .section-2 .max1240 {
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
.wp.contact .section-3 {
  padding: 3% 0 3em 0;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  margin: auto;
  text-align: center;
}
.wp.contact .section-4 {
  padding-bottom: 4em;
}
.wp.contact .section-4 .outBox {
  border: 1px solid #ccc;
  padding: 1.5em 5%;
  position: relative;
}
.wp.contact .section-4 .outBox h3 {
  display: inline-block;
  background-color: #fff;
  transform: translateY(-120%);
  position: absolute;
  padding: 0 0.8em;
  left: 4%;
}
.wp.contact .section-4 .box {
  display: flex;
  padding: 4% 0;
}
.wp.contact .section-4 .box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.wp.contact .section-4 .box div h4 {
  font-size: 18px;
  font-weight: 600;
}
.wp.contact .section-4 .box img {
  width: 120px;
  height: 120px;
  margin-right: 3%;
}
.wp.contact .section-4 .box p:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.wp.contact .section-4 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.wp.contact .section-4 ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.wp.contact .section-4 ul li::before {
  content: "";
  background-color: #C70C17;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 5px;
  top: 14px;
  line-height: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .wp.contact .section-1 table {
    font-size: 15px;
  }
  .wp.contact .section-1 table tr {
    border: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .wp.contact .section-1 table tr td {
    display: block;
    width: 100% !important;
    height: auto !important;
    border: none !important;
    line-height: 1.8;
    position: relative;
  }
  .wp.contact .section-1 table tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1em;
    text-transform: uppercase;
    text-align: left;
    height: 2em;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7490196078);
  }
  .wp.contact .section-1 table thead td {
    text-align: center;
  }
  .wp.contact .section-1 table tbody td {
    padding-left: 7em !important;
  }
  .wp.contact .section-1 table tbody ul {
    margin: 0;
  }
  .wp.contact .section-1 table tbody ul li {
    margin-bottom: 0.3em;
    padding-left: 1em;
  }
  .wp.contact .section-1 table tbody ul li::before {
    width: 10px;
    height: 10px;
  }
  .wp.contact .section-2 .formBox form .form-control,
  .wp.contact .section-2 .formBox form .custom-select {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .wp.contact .section-4 .outBox .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5em 0;
  }
  .wp.contact .section-4 .outBox .box img {
    margin-bottom: 2em;
    margin-right: 0;
  }
  .wp.contact .section-4 .outBox .box h4 {
    text-align: center;
  }
}

.wp.privacy .inner {
  background-color: transparent;
}
.wp.privacy .banner {
  height: 525px;
}
@media (max-width: 1024px) {
  .wp.privacy .banner {
    margin-top: 60px;
    height: 33vw;
    min-height: 250px;
  }
  .wp.privacy .banner .title {
    margin: 3% 0;
  }
}
.wp.privacy .section-1 {
  background-color: #fff;
  padding: 1em 0 5% 0;
}
.wp.privacy .section-1 ul li {
  padding-left: 1em;
  position: relative;
}
.wp.privacy .section-1 ul li::before {
  content: "";
  background-color: #C70C17;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}