@charset "UTF-8";
/******************************************/
/*		bootstrap-okadmin
/******************************************/
@import url("https://fonts.googleapis.com/css?family=Arimo:400,700|Roboto+Condensed:400,700|Noto+Sans+SC:400,700");
*,
*::before,
*::after {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.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;
}

pre,
code,
kbd,
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;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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;
}

.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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
}

.border {
  border: 1px solid #e9ecef !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: #868e96 !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;
}

/******************************************/
/*		base 歸零 變數
/******************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.fen, body {
  font-family: 'Arimo','Noto Sans SC', sans-serif;
}

.fench, .contact form {
  font-family: 'Arimo','Noto Sans SC', sans-serif;
}

.froboto, form select, .partTitle, .select_mate, .cont_select_int li {
  font-family: 'Roboto Condensed','Noto Sans SC', sans-serif;
}

/******************************************/
/*		layout 共用  layout.scs     
/******************************************/
/*----------------------通用設定------------------------*/
.clearfix, .about .history ul, main[role^=main] {
  zoom: 1;
}
.clearfix:before, .about .history ul:before, .clearfix:after, .about .history ul:after, main[role^=main]:before, main[role^=main]:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .about .history ul:after, main[role^=main]:after {
  clear: both;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, b::selection, strong::selection, span::selection, li::selection, div::selection, a::selection, img::selection {
  color: #fff;
  background: #000;
}

a {
  outline: none;
}

a, a:hover {
  text-decoration: none;
  transition: 0.6s;
}

a[href^=tel] {
  color: #999;
}
a[href^=tel]:hover {
  color: #999;
}

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

ul {
  list-style-type: none;
}

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

/*----------------------表單------------------------*/
form {
  font-family: "微軟正黑體", " Microsoft JhengHei", "Noto Sans SC", sans-serif;
}
form input,
form select,
form textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.875rem;
  color: black;
  font-weight: 400;
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
}
form .mselect:after {
  content: '\f107';
  font-family: "FontAwesome";
  font-size: 20px;
  color: #aaa;
  right: 8px;
  top: 4px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #626464;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #626464;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #626464;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #626464;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.right {
  float: right;
}

.left {
  float: left;
}

.mpsrel {
  position: relative;
}

.hide {
  display: none;
}

.w10img {
  width: 100%;
}

@media (min-width: 641px) {
  .show-sm {
    display: none;
  }

  span.br {
    display: block;
  }
}
@media (max-width: 640px) {
  .show-lg {
    display: none;
  }

  span.br {
    display: none;
  }
}
.aligncenter {
  text-align: center;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.txt img {
  height: unset !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

img.size
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1011;
  width: 100%;
  background-color: black;
}
header .logo {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 140px;
}
header .logo span {
  display: none;
}
@media (max-width: 640px) {
  header .logo {
    left: 20px;
  }
}
@media (min-width: 992px) {
  header {
    width: 100%;
    transition: 0.6s;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  header .headBox {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: black;
    z-index: 10;
  }
}
header .menuicon {
  float: right;
  margin-right: 20px;
  height: 100%;
  z-index: 10;
  padding-top: 13px;
}
header .menuicon .mpsrel {
  width: 30px;
  height: 30px;
  padding-top: 15px;
}
header .menuicon.active .bar {
  background: rgba(1, 20, 145, 0);
}
header .menuicon.active .bar:before {
  top: 0;
  transform: rotate(-45deg);
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
header .menuicon.active .bar:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
@media (min-width: 991px) {
  header .menuicon {
    display: none;
  }
}
@media (max-width: 640px) {
  header .menuicon {
    top: 16px;
    right: 20px;
  }
}
header .bar, header .bar:after, header .bar:before {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 30px;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
header .bar:before {
  top: -11px;
}
header .bar:after {
  top: 11px;
}
header ul.mmenu a {
  position: relative;
  display: block;
  text-align: center;
  transition: 0.6s;
  font-size: 0.875rem;
  color: white;
  font-weight: 400;
  line-height: 36px;
}
header ul.mmenu a.btn span {
  color: white;
}
header ul.mmenu a span {
  position: relative;
}
header ul.mmenu i.fa-globe {
  color: white;
}
@media (min-width: 992px) {
  header ul.mmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
  }
  header ul.mmenu li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header ul.mmenu a:not(.langbtn) {
    margin: 0 30px;
  }
  header ul.mmenu li:hover > a {
    color: #999;
  }
  header ul.mmenu li:hover a.btn {
    color: white;
  }
  header ul.mmenu li.hasmenu {
    position: relative;
  }
  header ul.mmenu li.hasmenu span {
    cursor: pointer;
  }
  header ul.mmenu li.hasmenu ul {
    background-color: black;
    position: absolute;
    top: 35px;
    visibility: hidden;
    opacity: 0;
    right: -20px;
    width: 100px;
  }
  header ul.mmenu li.hasmenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
  header ul.mmenu li.hasmenu a {
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  header ul.mmenu {
    display: none;
    width: 100%;
    min-height: calc(100vh - 60px);
    height: 100%;
    padding-right: 0px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    background-color: black;
    padding-bottom: 10vh;
  }
  header ul.mmenu a:not(.btn) {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #222;
  }
  header ul.mmenu a.btn {
    display: inline-block;
    margin: 0 auto;
  }
  header ul.mmenu li:nth-last-child(2) {
    padding: 15px 0;
  }
  header ul.mmenu > li {
    margin: 0px auto;
    width: 90%;
    height: auto;
    display: block;
  }
  header ul.mmenu li.hasmenu ul, header ul.mmenu li.hasmenu li {
    display: inline-block;
  }
  header ul.mmenu li.hasmenu span {
    margin-right: 10px;
  }
  header ul.mmenu li.hasmenu a {
    padding: 0;
    margin: 0 10px;
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  header ul.mmenu a:not(.btn) {
    padding: 5px 0;
  }
}

.footerH {
  height: 120px;
}
@media (max-width: 640px) {
  .footerH {
    height: 60px;
  }
}

footer {
  padding-top: 40px;
  border-top: 1px solid #222;
  font-size: 0.8125rem;
}
footer a {
  color: #999;
}
footer a i {
  margin-left: 5px;
}
footer a:hover {
  color: white;
}
footer ul:not(.lang) span, footer ul:not(.lang) a {
  display: block;
}
footer ul:not(.lang) span {
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
footer .mflex {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer ul:not(.lang) {
    max-width: 1210px;
    padding: 0 30px 100px;
    margin: 0 auto;
    border-bottom: 1px solid #222;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer ul:not(.lang) span[data-toggle] {
    display: none;
  }
  footer div[data-menu] ul {
    position: absolute;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
  }
  footer div[data-menu] a {
    display: block;
  }
  footer div[data-menu]:hover ul {
    visibility: visible;
    opacity: 1;
  }
  footer li.show-sm {
    display: none;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 0;
  }
  footer li {
    border-bottom: 1px solid #222;
    padding: 8px 4.8%;
  }
  footer li:first-child {
    border-top: 1px solid #222;
  }
  footer ul:not(.lang) a {
    line-height: 1.8;
  }
  footer ul:not(.lang) .box {
    margin-top: 8px;
    display: none;
  }
  footer ul:not(.lang) span.show-lg {
    display: none;
  }
  footer ul:not(.lang) span {
    padding: 6px 0;
    margin-bottom: 0;
    position: relative;
    display: block;
    cursor: pointer;
  }
  footer ul:not(.lang) span:after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    right: 0;
    top: 0;
    height: 10px;
    transform: rotate(0deg);
    transition: all 0.6s;
    transform-origin: bottom;
  }
  footer ul:not(.lang) li.active span:after {
    transform: rotate(-180deg);
  }
  footer .mflex {
    padding: 25px 4.8% 15px;
    height: auto;
  }
  footer .mflex .copyright {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .show-lg {
    display: none;
  }
}

body {
  font-size: 0.9375rem;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  background-color: #000;
  padding-top: 80px;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
body.fade-in {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  body {
    line-height: 1.2;
  }
}

h1, h2, h3, h4 {
  color: white;
}

.rowbox, .row {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .row {
    padding: 0;
  }
  .row .col-12 {
    padding: 0 4.8%;
  }

  .rowbox {
    padding: 0 4.8%;
  }
}
.rowbox.w840 {
  max-width: 900px;
}

.rowbox.w980 {
  max-width: 1040px;
}

.rowbox.box980 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 50px 100px;
  margin-top: -40px;
  width: 80%;
  max-width: 980px;
}
@media (max-width: 991px) {
  .rowbox.box980 {
    padding: 25px 50px;
  }
}
@media (max-width: 640px) {
  .rowbox.box980 {
    width: 90%;
    padding: 20px;
    margin-top: -20px;
  }
}

.col-12.pd0 {
  padding: 0;
}

.bgcover {
  width: 100%;
  height: 0;
  background: center / cover;
}

.bgimg {
  width: 100%;
  background: no-repeat center / cover;
}

.pos-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animate_deafult, .btn, .contact form input[type="submit"], .contact form .btn i {
  transition: all 0.6s ease;
}

.mflex {
  display: flex;
  justify-content: flex-start;
}

.mflex-center, .solutions .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  height: 1px;
  width: 100%;
  background-color: #222;
}

.line_wh {
  height: 1px;
  width: 100%;
  background-color: #ededed;
}

.partTitle {
  display: inline-block;
  color: white;
  font-weight: 700;
  height: 35px;
  line-height: 38px;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}

.listIcon, .prod.single .mlist.col-lg-4:before, .prod.single ul.mlist li:before, .solution.single .benf .mlist:before {
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  width: 9px;
  height: 9px;
}

.btn {
  display: inline-block;
  height: 35px;
  line-height: 36px;
  padding: 0 32px;
  position: relative;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  text-align: center;
  font-size: 0.875rem;
  color: #011491;
  font-weight: 700;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  overflow: hidden;
}
.btn:before {
  content: ' ';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: black;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  opacity: 1;
  transition: all 0.3s ease;
}
.btn span {
  position: relative;
  z-index: 1;
  color: white;
}
.btn i {
  margin-left: 5px;
  color: white;
}
.btn:hover span, .btn:hover i {
  transition: all 0.3s ease;
}
.btn:hover:before {
  opacity: 0;
}

.banner {
  height: 480px;
  text-align: center;
  color: white;
  background: no-repeat center / cover;
}
.banner h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .banner {
    height: 250px;
  }
  .banner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .banner {
    height: 180px;
  }
  .banner h1 {
    font-size: 1.75rem;
    margin-top: 12px;
  }
}

#result {
  margin-top: 40px;
}
#result span {
  font-size: 0.875rem;
  color: #011491;
  font-weight: 700;
}

#searchform {
  background-color: black;
  position: relative;
  z-index: 10;
}
#searchform div[data-aos] {
  padding: 30px 0;
}
#searchform a.searchbtn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  padding: 12px 10px;
  display: inline-block;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
#searchform a.searchbtn i {
  color: white;
}
@media (min-width: 768px) {
  #searchform a.searchbtn span {
    display: none;
  }
}
@media (max-width: 767px) {
  #searchform a.searchbtn {
    width: 100%;
    text-align: center;
    color: white;
  }
}
@media (min-width: 768px) {
  #searchform .mflex > div {
    max-width: calc((94% - 36px) / 3);
    flex: 0 0 calc((94% - 36px) / 3);
    margin: 0 1%;
  }
  #searchform .mflex > div:first-child {
    margin-left: 0;
  }
  #searchform .mflex > div:last-child {
    margin-right: 0;
    flex: 0 0 36px;
    max-width: 36px;
    padding-top: 25px;
    order: 4;
  }
  #searchform .mflex .msort {
    order: 2;
  }
}
@media (max-width: 767px) {
  #searchform .mflex {
    justify-content: center;
    flex-wrap: wrap;
  }
  #searchform .mflex > div {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 10px;
  }
  #searchform .mflex > div:last-child {
    text-align: right;
  }
  #searchform .mflex .msort {
    display: none;
  }
}
#searchform input, #searchform select {
  background-color: #353738;
  height: 36px;
  font-size: 0.75rem;
  color: white;
  font-weight: 700;
}
#searchform label {
  font-size: 0.75rem;
  color: white;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
#searchform input {
  line-height: 30px;
  padding: 10px 12px;
}

.icon_select_mate {
  position: absolute;
  top: 0px;
  right: 5%;
  height: 20px;
  font-size: 22px;
  transition: all 275ms;
  transform-origin: bottom;
}

.select_mate {
  position: relative;
  width: 300px;
  height: 36px;
  font-weight: 300;
  background-color: #353738;
  transition: all 375ms ease-in-out;
  font-size: 0.75rem;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .select_mate {
    width: 100%;
  }
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #353738;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 1px;
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: #353738;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
  color: white;
}
.cont_select_int li:last-child {
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #111;
}
.cont_select_int .active {
  background-color: #111;
}

.selecionado_opcion {
  padding: 10px 12px;
  width: 100%;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.slick-slide {
  outline: none;
}

.slick-dots li {
  width: 64px;
  height: 6px;
  background-color: white;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
.slick-dots li button {
  display: none;
}
.slick-dots:focus {
  outline: none;
}

/******************************************/
/*		pages 放置各單元scss
/******************************************/
.indx {
  overflow-x: hidden;
}

.indx-banner .bgimg {
  width: 100vw;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indx-banner .txt {
  padding: 0 30px;
}
.indx-banner h3 {
  font-size: 3rem;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}
.indx-banner h3 + div {
  font-size: 1.25rem;
  color: white;
  font-weight: 400;
  width: 70%;
  margin-top: 16px;
}
.indx-banner .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 30px;
}
@media (min-width: 992px) {
  .indx-banner .txt {
    max-width: 660px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .indx-banner .txt {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .indx-banner .txt {
    width: 100%;
    padding: 0 4.8%;
  }
  .indx-banner h3 {
    font-size: 1.875rem;
  }
  .indx-banner h3 + div {
    font-size: 0.9375rem;
  }
}

.indx .solutions {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .indx .solutions {
    padding: 40px 0;
  }
}

.indx .mchoose {
  background-color: #111;
  padding: 80px 0;
}
.indx .mchoose .mflex {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}
.indx .mchoose h2 {
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  margin: 20px 0 60px;
}
.indx .mchoose h5 {
  font-size: 0.9375rem;
  color: white;
  font-weight: 700;
  margin-bottom: 8px;
}
.indx .mchoose h5:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #011491;
  font-size: 0.8125rem;
  margin-right: 9px;
}
.indx .mchoose li {
  border-bottom: 1px solid #222;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.indx .mchoose li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .indx .mchoose .txt {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .indx .mchoose .mimg {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: right;
    padding-top: 55px;
  }
  .indx .mchoose ul {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .indx .mchoose .mflex {
    flex-wrap: wrap;
  }
  .indx .mchoose h2 {
    font-size: 1.875rem;
    margin: 20px 0 40px;
  }
}
@media (max-width: 640px) {
  .indx .mchoose {
    padding: 40px 0;
  }
  .indx .mchoose h2 {
    font-size: 1.5rem;
  }
}

.indx .threats {
  position: relative;
  height: 980px;
}
.indx .threats h2 {
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  text-align: center;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .indx .threats {
    display: none;
  }
}

.indx .prod {
  background-color: #111;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .indx .prod {
    padding: 40px 0;
  }
}
.indx .prod .mflex-center, .indx .prod .solutions .mimg, .solutions .indx .prod .mimg {
  padding: 0 4.8%;
  margin-top: 40px;
}
.indx .prod .mflex-center > span, .indx .prod .solutions .mimg > span, .solutions .indx .prod .mimg > span {
  font-size: 0.875rem;
  color: white;
  font-weight: 700;
  line-height: 1;
}
.indx .prod .mflex-center h5, .indx .prod .solutions .mimg h5, .solutions .indx .prod .mimg h5 {
  font-size: 2.25rem;
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .indx .prod .mflex-center h5, .indx .prod .solutions .mimg h5, .solutions .indx .prod .mimg h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .indx .prod .mflex-center h5, .indx .prod .solutions .mimg h5, .solutions .indx .prod .mimg h5 {
    font-size: 1.25rem;
  }
}
.indx .prod .mflex-center .txt, .indx .prod .solutions .mimg .txt, .solutions .indx .prod .mimg .txt {
  width: 740px;
  background-color: #0a0a0a;
  padding: 20px;
  position: relative;
  z-index: 2;
  padding-bottom: 11%;
}
.indx .prod .mflex-center .txt:after, .indx .prod .solutions .mimg .txt:after, .solutions .indx .prod .mimg .txt:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 640px) {
  .indx .prod .mflex-center .txt, .indx .prod .solutions .mimg .txt, .solutions .indx .prod .mimg .txt {
    padding-bottom: 90px;
  }
}
.indx .prod .mflex-center .btn, .indx .prod .solutions .mimg .btn, .solutions .indx .prod .mimg .btn {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 767px) {
  .indx .prod .mflex-center .btn, .indx .prod .solutions .mimg .btn, .solutions .indx .prod .mimg .btn {
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .indx .prod .mflex-center .btn, .indx .prod .solutions .mimg .btn, .solutions .indx .prod .mimg .btn {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1201px) {
  .indx .prod .mflex-center:nth-child(even) .txt, .indx .prod .solutions .mimg:nth-child(even) .txt, .solutions .indx .prod .mimg:nth-child(even) .txt {
    margin-left: -5%;
  }
  .indx .prod .mflex-center:nth-child(even) .mimg, .indx .prod .solutions .mimg:nth-child(even) .mimg, .solutions .indx .prod .mimg:nth-child(even) .mimg {
    margin-left: -10%;
  }
  .indx .prod .mflex-center:nth-child(odd) .txt, .indx .prod .solutions .mimg:nth-child(odd) .txt, .solutions .indx .prod .mimg:nth-child(odd) .txt {
    order: 2;
    margin-left: -10%;
  }
  .indx .prod .mflex-center:nth-child(odd) .mimg, .indx .prod .solutions .mimg:nth-child(odd) .mimg, .solutions .indx .prod .mimg:nth-child(odd) .mimg {
    order: 1;
    margin-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .indx .prod .mflex-center:nth-child(odd) .txt, .indx .prod .solutions .mimg:nth-child(odd) .txt, .solutions .indx .prod .mimg:nth-child(odd) .txt {
    margin-left: -5%;
  }
}
@media (min-width: 641px) {
  .indx .prod .mflex-center, .indx .prod .solutions .mimg, .solutions .indx .prod .mimg {
    padding: 0 15px;
    margin-top: 80px;
  }
  .indx .prod .mflex-center:nth-child(odd) .txt, .indx .prod .solutions .mimg:nth-child(odd) .txt, .solutions .indx .prod .mimg:nth-child(odd) .txt {
    order: 2;
  }
  .indx .prod .mflex-center:nth-child(odd) .mimg, .indx .prod .solutions .mimg:nth-child(odd) .mimg, .solutions .indx .prod .mimg:nth-child(odd) .mimg {
    order: 1;
  }
}

.widget-container[_ngcontent-c1] .summary-panel[_ngcontent-c1] {
  top: 120px !important;
}

.about.inner {
  background-color: #fdfdfd;
}
.about.bk h4 {
  color: white;
}
.about .rowbox.w840 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  .about .rowbox.w840 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.about .rowbox.w960 {
  max-width: 960px;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .about .rowbox.w960 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.about .mflex-around {
  justify-content: space-around;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .about .mflex-around.m-col-4 > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .about .mflex-around.m-col-3 > div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .about .mflex-around > div {
    margin-bottom: 60px;
  }
  .about .mflex-around.m-col-4 > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about .mflex-around.m-col-3 > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .about .mflex-around > div {
    margin-bottom: 30px;
  }
  .about .mflex-around.m-col-3 > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about h4 {
  font-size: 2rem;
  color: #011491;
  font-weight: 700;
  margin: 40px auto 80px;
  padding: 0 30px;
}
.about h4.w520 {
  max-width: 520px;
}
.about h4.w700 {
  max-width: 700px;
}
@media (min-width: 641px) and (max-width: 991px) {
  .about h4 {
    margin: 40px auto 60px;
  }
}
@media (max-width: 640px) {
  .about h4 {
    margin: 20px auto 40px;
    font-size: 1.5rem;
  }
}
.about h5 {
  font-size: 0.8125rem;
  color: black;
  font-weight: 700;
}
.about h5 + div {
  font-size: 6.25rem;
  color: #011491;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 640px) {
  .about h5 + div {
    font-size: 3.75rem;
  }
}
.about .aos-animate h5 + div {
  transition: all 0.6s 1.5s;
}
.about .addtxt:after {
  content: '+';
}
.about .mb16 {
  margin-bottom: 16px;
}
.about .partTitle.mt60 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about .rowbox {
  overflow: hidden;
}
.about .mpolicy ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.about .mpolicy li {
  margin-right: 90px;
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 20px;
  margin-bottom: 20px;
}
.about .mpolicy i {
  margin-right: 10px;
}
@supports (-webkit-background-clip: text) {
  .about .mpolicy i {
    color: #1870Db;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
}
@media (min-width: 991px) {
  .about .mpolicy li {
    margin-right: 90px;
  }
}
@media (min-width: 641px) and (max-width: 991px) {
  .about .mpolicy li {
    flex: 0 0 50%;
  }
}
.about .history {
  overflow: hidden;
  padding: 0 3%;
  margin: 0 auto;
}
.about .history .myear {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about .history .myear {
    font-size: 2.25rem;
  }
}
.about .history h6 {
  font-size: 0.9375rem;
  color: black;
  font-weight: 700;
}
@media (max-width: 640px) {
  .about .history h6 {
    margin: 6px 0 3px;
  }
}
.about .history h6 + div {
  font-size: 0.875rem;
  height: 4.5em;
}
.about .history ul {
  margin-bottom: 60px;
}
.about .history .scrolling-wrapper {
  margin-bottom: 60px;
}
.about .history .scrolling-wrapper .outbox {
  display: inline-block;
  float: left;
  padding: 8px;
}
.about .history .scrolling-wrapper .outbox .box {
  height: 180px;
  padding: 12px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  outline: none;
}
@media (min-width: 1200px) {
  .about .history .scrolling-wrapper .outbox .box {
    padding: 12px 17px;
  }
}
.about .history .btn-prev, .about .history .btn-next {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.about .history .btn-prev {
  background: no-repeat url(../images/left_arrow.png) center/contain;
  left: -2.5%;
}
.about .history .btn-next {
  background: no-repeat url(../images/right_arrow.png) center/contain;
  right: -2.5%;
}
@media (max-width: 1200px) {
  .about .history .btn-prev, .about .history .btn-next {
    width: 30px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .about .history .btn-prev, .about .history .btn-next {
    display: none !important;
  }
}
@supports (-webkit-background-clip: text) {
  .about.inner h4, .about.inner .counter.ending, .about.inner .myear {
    color: transparent;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
}
.about .logoBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .logoBox > div {
  flex: 0 0 calc(100% / 6);
  padding: 0 30px;
  margin: 30px 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  -webkit-filter: grayscale(100%);
  text-align: center;
}
.about .logoBox > div:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.about .logoBox span.w100 {
  flex: 0 0 100%;
}
@media (min-width: 641px) and (max-width: 992px) {
  .about .logoBox > div {
    flex: 0 0 calc(100% / 3);
  }
}
@media (max-width: 640px) {
  .about .logoBox > div {
    flex: 0 0 50%;
  }
}

.prod.archive {
  color: white;
}
.prod.archive .bgimg {
  height: auto;
  min-height: 400px;
  background: left center / cover;
  overflow: hidden;
}
.prod.archive h3 {
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 16px;
}
.prod.archive .pd0 {
  padding: 0;
}
.prod.archive .row {
  width: 100%;
}
.prod.archive .col-lg-4 {
  margin-top: 45px;
}
.prod.archive .col-lg-4 > span {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.prod.archive .col-lg-3 {
  margin-top: 45px;
}
.prod.archive .col-lg-3 > span {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.prod.archive a.btn {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .prod.archive h3 {
    font-size: 1.5rem;
  }
  .prod.archive .mflex {
    flex-wrap: wrap;
  }
  .prod.archive .bgimg {
    padding: 50px 0;
  }
}
.prod.single .partTitle {
  margin-bottom: 30px;
}
.prod.single .partTitle.mt60 {
  margin: 60px 0 0;
}
@media (min-width: 641px) {
  .prod.single h2 {
    font-size: 2rem;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .prod.single h3 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-bottom: 22px;
  }
  .prod.single .txt {
    padding: 0 50px;
  }
  .prod.single .p1 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .prod.single .p2 {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .prod.single .p4 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .prod.single .p6 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media (max-width: 640px) {
  .prod.single h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .prod.single h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .prod.single .p1, .prod.single .p2, .prod.single .p3, .prod.single .p4, .prod.single .p6 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .prod.single .partTitle.mt60 {
    margin: 30px 0 0;
  }
}
.prod.single .slickImg {
  margin-top: 30px;
}
.prod.single .slickImg .slick-dots {
  margin-top: 25px;
}
.prod.single .mflex-group .mflex-center, .prod.single .mflex-group .solutions .mimg, .solutions .prod.single .mflex-group .mimg {
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 20px 80px;
}
@media (min-width: 992px) {
  .prod.single .mflex-group > div:nth-child(4n+3) .mimg {
    order: 2;
  }
  .prod.single .mflex-group > div:nth-child(4n+3) .txt {
    order: 1;
  }
  .prod.single .mflex-group .mimg {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .prod.single .mflex-group .txt {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .prod.single .mflex-group .mflex-center, .prod.single .mflex-group .solutions .mimg, .solutions .prod.single .mflex-group .mimg {
    flex-wrap: wrap;
  }
  .prod.single .mflex-group .mimg {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .prod.single .mflex-group .mflex-center, .prod.single .mflex-group .solutions .mimg, .solutions .prod.single .mflex-group .mimg {
    padding: 30px 4.8% 40px;
  }
}
.prod.single .col-12.pd0 {
  margin-bottom: 40px;
}
.prod.single .mlist.col-lg-4 {
  margin-bottom: 36px;
  padding-left: 36px;
}
.prod.single .mlist.col-lg-4:before {
  content: ' ';
  position: absolute;
  top: 0.3em;
  left: 15px;
}
.prod.single ul.mlist {
  margin-top: 45px;
}
.prod.single ul.mlist li {
  padding-left: 21px;
  margin-bottom: 22px;
  position: relative;
}
.prod.single ul.mlist li:before {
  content: ' ';
  position: absolute;
  top: 0.3em;
  left: 0px;
}
.prod.single ol {
  list-style: none;
  counter-reset: li;
}
.prod.single ol li {
  counter-increment: li;
  padding-left: 15px;
  margin-bottom: 24px;
  position: relative;
}
.prod.single ol li::before {
  font-size: 1rem;
  color: #011491;
  font-weight: 700;
  content: counter(li);
  display: inline-block;
  direction: rtl;
  position: absolute;
  top: 0;
  left: -15px;
}
@media (max-width: 640px) {
  .prod.single ol {
    padding-left: 15px;
  }
  .prod.single ol li {
    padding-left: 5px;
  }
}
.prod.single ol h6 {
  font-size: 1.25rem;
  color: white;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.support {
  background-color: #fdfdfd;
}
.support h2 {
  font-size: 2.25rem;
  color: #011491;
  font-weight: 700;
  margin-bottom: 60px;
}
.support h6 {
  color: black;
  margin-bottom: 12px;
  font-size: 1rem;
}
.support li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.support li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: initial;
}
.support .line_wh {
  margin-bottom: 24px;
}
.support .mb40 {
  margin-bottom: 40px;
}
.support .btn {
  margin: 48px 0;
}
.support .btn:before {
  background-color: white;
}
.support .btn span, .support .btn i {
  color: #011491;
}
.support .partTitle {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .support .btn:hover span, .support .btn:hover i {
    color: white;
  }
}
@media (max-width: 640px) {
  .support h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .support .btn {
    margin: 20px 0;
  }
}

.resource {
  background-color: #fdfdfd;
}
.resource h3 {
  font-size: 1.25rem;
  color: black;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
}
.resource .mtype {
  font-size: 0.8125rem;
  color: black;
  font-weight: 400;
  margin-bottom: 24px;
}
.resource .mlist {
  margin-top: 80px;
}
.resource .mlist > div {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .resource .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .resource .btn:before {
    background-color: white;
  }
  .resource .btn span, .resource .btn i {
    color: #011491;
  }
  .resource .mlist > div {
    padding-right: 24%;
  }
}
@media (min-width: 641px) {
  .resource .btn:hover span, .resource .btn:hover i {
    color: white;
  }
}
@media (max-width: 767px) {
  .resource .btn {
    margin-top: 20px;
  }
}

.news {
  background-color: #fdfdfd;
}
.news .mflex-between {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ededed;
}
.news .mtitle {
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  padding: 25px 4.8% 40px;
  width: 100%;
  text-align: center;
  color: white;
}
.news .mtitle span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.news .mtitle h1 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 6px;
}
@media (max-width: 640px) {
  .news .mtitle {
    padding: 15px 4.8%;
  }
  .news .mtitle h1 {
    font-size: 1.125rem;
  }
}
.news .mtime {
  font-size: 0.8125rem;
  color: black;
  font-weight: 700;
}
.news .mshare {
  font-size: 0.8125rem;
  color: black;
  font-weight: 700;
}
.news .mshare a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: center;
  color: white;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
}
.news .mshare a i {
  margin-top: 4px;
}
.news h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: black;
}
.news .mtype a, .news .mdate {
  font-size: 0.8125rem;
  color: black;
  font-weight: 700;
}
.news .mlist > div {
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.news .mlist .mflex {
  position: relative;
}
.news .mlist .mflex:before, .news .mlist .mflex:after {
  content: ' ';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.6s;
}
.news .mlist .mflex:before {
  background-color: #ededed;
}
.news .mlist .mflex:after {
  background-color: #011491;
  width: 0;
}
.news .mt40 {
  margin-top: 40px;
}
.news .mt80 {
  margin-top: 80px;
}
.news .mtype {
  flex: 0 0 130px;
  max-width: 130px;
  text-transform: uppercase;
}
.news .mdate {
  flex: 0 0 150px;
  max-width: 150px;
}
@media (min-width: 641px) {
  .news .mlist .mflex:hover > div, .news .mlist .mflex:hover .mtype, .news .mlist .mflex:hover .mdate, .news .mlist .mflex:hover h5 {
    color: transparent;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
  .news .mlist .mflex:hover:after {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .news .mflex-between {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .news .mflex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .mdate {
    text-align: right;
  }
  .news .mtype, .news .mdate {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .news h5 {
    margin: 15px 0 10px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .news .mtxt {
    font-size: 0.8125rem;
  }
}

.contact {
  background-color: #fdfdfd;
  font-size: 0.8125rem;
}
.contact .rowbox.mflex {
  max-width: 1140px;
  margin-top: 90px;
}
.contact h2 {
  font-size: 2.25rem;
  color: #011491;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 640px) {
  .contact h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@supports (-webkit-background-clip: text) {
  .contact h2 {
    color: transparent;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
}
.contact h5 {
  color: black;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.contact ul[data-aos] {
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact ul[data-aos] li {
  padding-bottom: 24px;
  padding-right: 24px;
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 20px;
}
.contact ul[data-aos] div {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .contact ul[data-aos] li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact .partTitle {
  margin-top: 80px;
  margin-bottom: 30px;
}
.contact form {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 380px;
  padding: 0 24px;
}
.contact form label {
  font-size: 0.75rem;
  color: #011491;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 24px;
}
.contact form input {
  background-color: #fdfdfd;
  height: 40px;
  line-height: 30px;
  padding: 10px 0px;
}
.contact form textarea {
  background-color: #fdfdfd;
  height: 120px;
}
.contact form select {
  background-color: #fdfdfd;
  height: 40px;
  padding: 0px;
}
.contact form .m-select {
  position: relative;
  border-bottom: 1px solid #ededed;
}
.contact form .m-select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 1;
  font-size: 1.375rem;
}
.contact form input[type="submit"] {
  display: inline-block;
  height: 35px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  color: #011491;
  font-weight: 700;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  overflow: hidden;
  background-color: transparent;
  padding: 3px 40px 0 15px;
  cursor: pointer;
}
.contact form .btn {
  padding: 0px;
  margin: 24px 0;
}
.contact form .btn:before {
  background-color: white;
}
.contact form .btn i {
  position: absolute;
  top: 12px;
  right: 25px;
  color: #011491;
}
.contact form .btn:hover input[type="submit"] {
  color: white;
}
.contact form .btn:hover span, .contact form .btn:hover i {
  color: white;
}
.contact form .mat-div {
  position: relative;
  display: block;
}
.contact form .mat-div:before, .contact form .mat-div:after {
  content: ' ';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.6s;
}
.contact form .mat-div:before {
  background-color: #ededed;
}
.contact form .mat-div:after {
  background-color: #011491;
  width: 0;
}
.contact form .mat-div.is-active:after {
  width: 100%;
}
.contact form .select_mate {
  background-color: white;
  color: black;
  border-bottom: 1px solid #ededed;
  width: 100%;
  height: 40px;
}
.contact form .cont_select_int {
  background-color: white;
  color: black;
}
.contact form .cont_select_int li {
  background-color: white;
  color: black;
  border-color: #ededed;
}
.contact form .cont_select_int li:hover, .contact form .cont_select_int .active {
  background-color: #ebebeb;
}
@media (min-width: 992px) {
  .contact .info {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .contact .rowbox.mflex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contact form {
    width: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .contact .rowbox.mflex {
    margin-top: 40px;
  }
  .contact form {
    margin-top: 40px;
  }
  .contact .partTitle {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.solutions.wh {
  background-color: #fdfdfd;
  padding-top: 80px;
}
@supports (-webkit-background-clip: text) {
  .solutions.wh h3 {
    color: transparent;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
}
.solutions.bk {
  color: white;
}
.solutions.bk a {
  background-color: #111;
}
.solutions.bk h3, .solutions.bk h2 {
  color: white;
}
.solutions .row {
  max-width: 1360px;
}
.solutions h3 {
  font-size: 2.5rem;
  color: #011491;
  font-weight: 700;
  max-width: 760px;
  padding: 0 30px;
  margin: 20px auto 80px;
}
@media (min-width: 641px) and (max-width: 992px) {
  .solutions h3 {
    font-size: 1.875rem;
    margin: 20px auto 60px;
  }
}
@media (max-width: 640px) {
  .solutions h3 {
    font-size: 1.5rem;
    margin: 20px auto 40px;
  }
}
.solutions h2 {
  margin-bottom: 8px;
  font-size: 0.9375rem;
  color: black;
  font-weight: 700;
}
.solutions h2 + div {
  height: 4.5em;
}
.solutions .mimg {
  width: 100%;
  height: 160px;
  max-width: 160px;
  margin: 40px auto 60px;
}
.solutions .more {
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-top: 30px;
  font-size: 0.8125rem;
  color: white;
  font-weight: 700;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  position: absolute;
  left: 0;
  bottom: -28px;
  transition: bottom 0.6s;
  z-index: 5;
}
.solutions a {
  display: block;
  background-color: white;
  color: #999;
  padding: 0 15px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.solutions a:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #011491;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF011491', endColorstr='#FF1870DB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NzBkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #011491), color-stop(100%, #1870db));
  background-image: -moz-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: -webkit-linear-gradient(left, #011491 0%, #1870db 100%);
  background-image: linear-gradient(to right, #011491 0%, #1870db 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 641px) {
  .solutions a:hover .more {
    bottom: 0;
  }
  .solutions .col-12 {
    margin-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media (max-width: 640px) {
  .solutions .col-12 {
    margin-bottom: 30px;
  }
  .solutions .more {
    bottom: 0;
  }
}

.solution.single {
  background-color: #fdfdfd;
}
.solution.single .row {
  max-width: 1360px;
}
.solution.single .banner {
  height: 300px;
}
.solution.single .partTitle {
  margin: 60px 0 48px;
}
@supports (-webkit-background-clip: text) {
  .solution.single h4, .solution.single h2 {
    color: transparent;
    background: linear-gradient(to right, #011491 0%, #1870db 100%);
    -webkit-background-clip: text;
  }
}
.solution.single .mlist span {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: black;
  text-transform: uppercase;
}
.solution.single .adv .mlist {
  margin-top: 40px;
  padding-left: 30px;
}
.solution.single .adv .mlist:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #011491;
  font-size: 0.8125rem;
  position: absolute;
  top: 0.2em;
  left: 10px;
}
.solution.single .benf .mlist {
  margin-top: 40px;
  padding-left: 35px;
}
.solution.single .benf .mlist:before {
  content: ' ';
  position: absolute;
  top: 0.4em;
  left: 15px;
}
.solution.single .appli .col-lg-8 > div {
  margin-top: 40px;
}
@media (min-width: 641px) {
  .solution.single h2 {
    font-size: 2rem;
    line-height: 44px;
  }
  .solution.single h4 {
    font-size: 1.625rem;
    line-height: 1.2;
  }
  .solution.single .txt {
    padding: 0 10px;
  }
  .solution.single .p1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .solution.single .p1 h2 {
    margin-bottom: 20px;
  }
  .solution.single .p2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .solution.single h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .solution.single h4 {
    font-size: 1.125rem;
    line-height: 1;
  }
  .solution.single .partTitle {
    margin: 30px 0;
  }
  .solution.single .p1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution.single .p1 h2 {
    margin-bottom: 16px;
  }
  .solution.single .p2 {
    padding-bottom: 40px;
  }
}

.investors {
  background-color: #fdfdfd;
  line-height: 28px;
  letter-spacing: 0.58px;
  font-size: 0.875rem;
  color: #999;
  font-weight: 400;
}
.investors h5 {
  font-size: 0.875rem;
  color: black;
  font-weight: 700;
  margin-bottom: 8px;
}
.investors li span {
  color: #333;
  margin-right: 8px;
}
.investors .partTitle {
  margin-bottom: 32px;
  margin-top: 24px;
}
@media (min-width: 641px) {
  .investors h5 + div {
    margin-bottom: 32px;
  }
}
@media (max-width: 640px) {
  .investors h5 + div {
    margin-bottom: 24px;
  }
}
.investors .rowbox {
  max-width: 1030px;
  margin-top: 60px;
}
.investors .p1 {
  display: flex;
  flex-wrap: wrap;
}
.investors .p1 .mflex {
  flex-wrap: wrap;
}
.investors .p1 .mflex li:nth-child(1) span {
  color: #0C20C3;
}
.investors .p1 .regu li > div {
  border-bottom: 1px solid #ededed;
}
.investors .p1 .regu a {
  font-size: 0.75rem;
  color: #0C20C3;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px;
}
@media (min-width: 641px) {
  .investors .p1 .regu h5 {
    margin: 48px 0 24px;
  }
  .investors .p1 .regu li {
    flex: 0 0 33.3333%;
  }
  .investors .p1 .regu li > div {
    padding: 15px 0;
  }
  .investors .p1 .regu li > div:nth-child(1) {
    border-top: 1px solid #ededed;
  }
}
@media (max-width: 640px) {
  .investors .p1 .regu h5 {
    margin: 0px 0 12px;
  }
  .investors .p1 .regu li {
    flex: 0 0 100%;
  }
  .investors .p1 .regu li > div {
    padding: 8px 0;
  }
  .investors .p1 .regu li:nth-child(1) > div:nth-child(1) {
    border-top: 1px solid #ededed;
  }
}
@media (min-width: 641px) {
  .investors .p1 {
    padding-bottom: 48px;
  }
  .investors .p1 > div {
    flex: 0 0 50%;
  }
  .investors .p1 > div.w100 {
    flex: 0 0 100%;
  }
  .investors .p1 .mflex ul {
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  .investors .p1 .mb {
    margin-bottom: 32px;
  }
  .investors .p1 > div {
    flex: 0 0 100%;
  }
  .investors .p1 .mflex ul {
    flex: 0 0 100%;
  }
  .investors .p1 .mflex ul {
    margin-bottom: 12px;
  }
}
.investors .p2 li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.investors .p2 li:last-child {
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.investors .p3 h4 {
  font-size: 1.25rem;
  color: black;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1;
}
.investors .p3 .des {
  margin-bottom: 60px;
}
.investors .p3 ul.mdownload li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 640px) {
  .investors .p3 ul.mdownload li {
    padding: 8px 0;
  }
  .investors .p3 ul.mdownload li div {
    flex: 0 0 15%;
  }
  .investors .p3 ul.mdownload li div:nth-child(2) {
    flex: 0 0 20%;
  }
  .investors .p3 ul.mdownload li i:not(.fa) {
    display: none;
  }
  .investors .p3 ul.mdownload li.thead {
    color: black;
    font-weight: 700;
  }
}
@media (max-width: 640px) {
  .investors .p3 ul.mdownload li div {
    flex: 0 0 100%;
    border-top: 1px solid #ededed;
    padding: 8px 0;
  }
  .investors .p3 ul.mdownload li div:nth-child(1) {
    border-top: none;
  }
  .investors .p3 ul.mdownload li i:not(.fa) {
    display: inline-block;
    min-width: 100px;
  }
  .investors .p3 ul.mdownload li.thead {
    display: none;
  }
}
.investors .p3 a span, .investors .p3 a i {
  color: #011491;
}
.investors .p3 ul.contactwin {
  letter-spacing: 0.5px;
}
.investors .p3 ul.contactwin span {
  color: #0C20C3;
  line-height: 14px;
  letter-spacing: 0.58px;
}
.investors .p3 ul.contactwin i {
  color: #333;
  margin-right: 8px;
}
.investors .p3 ul.contactwin .lh28 {
  line-height: 28px;
  letter-spacing: 0.58px;
  margin-top: 4px;
}
.investors .p3 ul.contactwin div {
  margin-top: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .investors .p3 ul.contactwin {
    display: flex;
    flex-wrap: wrap;
  }
  .investors .p3 ul.contactwin li {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 767px) {
  .investors .p3 ul.contactwin li {
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) {
  .investors .p3 h4.mt80 {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .investors .p3 .br {
    display: none;
  }
  .investors .p3 .des {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .investors .p3 h4.mt80 {
    margin-top: 60px;
  }
}
.investors .btn {
  padding: 0 16px;
}
.investors .btn:before {
  background-color: white;
}
.investors .btn span, .investors .btn i {
  color: #011491;
}
@media (min-width: 641px) {
  .investors .btn:hover span, .investors .btn:hover i {
    color: white;
  }
}

/*# sourceMappingURL=main.css.map */
