@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "GillSansMT";
  src: url(../assets/gil.TTF);
}
@font-face {
  font-family: "Myriad";
  src: url(../assets/Myriad.ttf);
}
@font-face {
  font-family: "MontereyFLF";
  src: url(../assets/MontereyFLF.ttf);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #b81a28;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #b81a28;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b81a28;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ea6873;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e02535;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b81a28;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(184, 26, 40, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: rgba(0, 0, 0, 0);
}

@-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: #ffffff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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 {
  -ms-touch-action: manipulation;
      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: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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] {
  -webkit-box-sizing: border-box;
          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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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: #b81a28 !important;
}

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

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

.border-white {
  border-color: #ffffff !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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pc_Banner .slick-slide {
  height: 371px;
}

.mo_Banner .slick-slide {
  height: 200px;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/slick.eot");
  src: url("../assets/slick.eot?#iefix") format("embedded-opentype"), url("../assets/slick.woff") format("woff"), url("../assets/slick.ttf") format("truetype"), url("../assets/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  /*    background: url(../images/are.png) 8px 0 no-repeat;*/
}

.slick-next {
  right: -25px;
  /*    background: url(../images/are.png) -10px 0 no-repeat;*/
}

/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: -39px 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px !important;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: transparent !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  display: table;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 99em;
  background: #fff;
  content: "";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.topContent .slick-next, .topContent .slick-prev {
  display: none !important;
}

.topContent .slick-dots li {
  width: 20px;
}

.topContent .slick-dots {
  position: relative;
  margin: 29px 0 0 0;
}

.tagContent .slick-dots {
  margin: 0px 0 0 0;
}

.tagContent .slick-dots li button:before {
  border: none;
}

.exposeCase .topicContent .slick-dots {
  margin: 0px 0 0 0;
}

.exposeCase .topicContent .slick-dots li {
  width: 20px;
}

.exposeCase .topicContent .slick-dots li button:before {
  border: none;
  background: #959595;
}

.exposeCase .topicContent .slick-dots li.slick-active button:before {
  border: none;
  background: #6bad3d;
}

.learningBox .exposeCase .topicContent li {
  margin: 0px 4px 20px 0;
}

.exposeCase .slick-prev {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/le_ribtn.jpg) top left no-repeat; */
  left: -46px;
}

.exposeCase .slick-next {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/ex_ribtn.jpg) top left no-repeat; */
  right: -29px;
}

.navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -11px;
}

.eventBox .navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -26px;
}

.navigation .slick-dots li button:before {
  background: #959595;
}

.navigation .slick-dots li.slick-active button:before {
  background: #6bad3d;
}

.recentBox .slick-dots {
  display: none !important;
}

.recentBox .slick-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.banner .slick-prev, .recentBox .slick-prev {
  left: 0px;
  width: 40px;
  height: 93px;
}

.banner .slick-next, .recentBox .slick-next {
  right: 0px;
  width: 40px;
  height: 93px;
}

footer {
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  background-color: #2c2c2c;
}
footer .footer-logo {
  max-width: 371px;
  margin-right: 2.5%;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-box {
  width: 92%;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1.43;
  position: relative;
  left: 4.4%;
}
@media screen and (max-width: 1440px) {
  footer .footer-box {
    left: 0;
  }
}
footer .footer-into {
  line-height: 1.7;
}
footer .footer-into i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background: #f18000;
  margin-right: 10px;
}

.copyright {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #b8b8b8;
}

@media (max-width: 767.99px) {
  footer .footer-box {
    left: 0;
    display: block;
    text-align: center;
    font-size: 3.5vw;
  }

  footer .footer-logo {
    width: 70%;
    border: none;
    margin: 8% auto 4% auto;
    padding: 0;
  }

  .copyright {
    font-size: 2.7vw;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 3.5px 3.5px 4.8px 0.3px rgba(192, 192, 192, 0.33);
          box-shadow: 3.5px 3.5px 4.8px 0.3px rgba(192, 192, 192, 0.33);
  background: #fff;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  border-bottom: 3px solid #f18000;
}

.header-box {
  position: relative;
  width: 92%;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-box .logo {
  position: relative;
  width: 295px;
  height: 99px;
  margin-right: 9.8%;
  background: url(../img/header/logo.png) top left no-repeat;
  background-size: cover;
  text-indent: -10000px;
}
.header-box .logo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1560px) {
  .header-box .logo {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1560px) {
  .header-box {
    width: 96%;
  }
}

@media (max-width: 991.99px) {
  .header-box .logo {
    width: 26.027%;
    height: 0;
    padding-bottom: 7.58%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 575.99px) {
  .header-box .logo {
    width: 46.027%;
    padding-bottom: 15.58%;
    background-size: contain;
  }
}
.nav-box {
  width: 65%;
}
.nav-box nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav-box li {
  min-width: 133px;
  list-style: none;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 1160px) {
  .nav-box li {
    min-width: 120px;
  }
}
@media screen and (max-width: 1060px) {
  .nav-box li {
    min-width: 110px;
  }
}
.nav-box a {
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  height: 104px;
}
.nav-box a:hover {
  background-color: #f18000;
}
.nav-box a:hover .tw {
  opacity: 0;
}
.nav-box a:hover .en {
  opacity: 1;
}
.nav-box a:hover .tw, .nav-box a:hover .en {
  color: #fff;
}
.nav-box .tw, .nav-box .en {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-box .tw {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 4px;
  color: #f18000;
  font-size: 1.1875rem;
}
.nav-box .en {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: "Arial";
  letter-spacing: 0;
  color: #7f7f7f;
  font-size: 1.0625rem;
}

.open_menu:hover .sub_menu {
  opacity: 1;
  pointer-events: auto;
}

.sub_menu {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  top: 104px;
  left: 50%;
  width: 90%;
  height: 142px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  background: #fff;
  font-size: 0.875rem;
  display: block;
  pointer-events: none;
  border-top: 3px solid #f18000;
}
.sub_menu ul {
  width: 95%;
  margin: auto;
}
.sub_menu a {
  height: auto;
}
.sub_menu a:hover {
  background: none;
}
.sub_menu a:hover .menu-img, .sub_menu a:hover .menu-text {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  color: #222222;
}
.sub_menu .menu-img img {
  width: 100%;
  max-width: 190px;
  display: block;
  margin: auto;
}
.sub_menu .menu-img, .sub_menu .menu-text {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #ccc;
}
.sub_menu .slick-track {
  margin: auto;
}
.sub_menu .slick-prev, .sub_menu .slick-next {
  outline: 0;
}
.sub_menu .slick-prev {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f18000 transparent transparent;
}
.sub_menu .slick-next {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f18000;
}

/*----------------------nav icon------------------------*/
.menu-wrapper {
  display: none;
}

.menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  padding: 8px 0 0 6px;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 27px;
  height: 2px;
  border-radius: 99em;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
  background: #f18000;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  border-radius: 99px;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #f18000;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #f18000;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.menu-icon {
  display: none;
  top: 45%;
  right: -0.7em;
  z-index: 100;
  width: 45px;
  height: 39px;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: absolute;
}
@media (max-width: 980px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon-block {
  display: none;
  position: relative;
  height: 100%;
  margin: auto;
}
.menu-icon-block i {
  position: absolute;
  display: block;
  margin: auto;
  width: 72%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99em;
}
.menu-icon-block i.i1 {
  top: 0%;
}
.menu-icon-block i.i2 {
  top: 25%;
}
.menu-icon-block i.i3 {
  top: 51%;
}

.mobileMenu {
  display: none;
}

@media (max-width: 1199.99px) {
  .nav-box {
    max-width: 669px;
  }

  .nav-box .tw {
    font-size: 1.40625vw;
  }

  .nav-box .en {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 991.99px) {
  header {
    height: 70px;
  }

  .menu-wrapper {
    display: block;
  }

  .sub_menu {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: 0;
        -ms-transform: 0;
            transform: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background: none;
    width: 100%;
    height: auto;
    border: none;
  }
  .sub_menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3% 0% 5% 0;
  }
  .sub_menu li {
    width: 33.33333%;
    border-bottom: none !important;
    padding-right: 2% !important;
    letter-spacing: 0;
    font-size: 3.2vw;
  }

  .sub_menu .menu-img, .sub_menu .menu-text {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    color: #838383;
  }

  .sub_menu a:hover .menu-img, .sub_menu a:hover .menu-text {
    color: #838383;
  }

  .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    background: #838383;
    border-radius: 99em;
    margin-right: 5px;
  }

  .nav-box {
    display: none;
    position: fixed;
    right: initial;
    left: 0;
    top: 70px;
    background: #1e2022;
    max-width: 100%;
    width: 100%;
    height: 50vh;
    overflow: auto;
    padding: 14% 0;
  }
  .nav-box li {
    text-align: left;
  }
  .nav-box .tw {
    color: #fff;
  }
  .nav-box nav > ul {
    display: block;
    width: 90%;
    margin: auto;
  }
  .nav-box li:not(:last-child) {
    border-right: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .nav-box a {
    color: #ffffff;
    width: 100%;
    display: block;
    height: auto;
    padding: 5% 0;
  }
  .nav-box a:hover {
    background: none;
  }
  .nav-box .tw {
    font-size: 1.0625rem;
    margin-bottom: 8px;
  }
  .nav-box .en {
    font-size: 0.9375rem;
  }

  .sub_menu .menu-img img {
    display: none;
  }
}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, b::-moz-selection, strong::-moz-selection, span::-moz-selection, li::-moz-selection, div::-moz-selection, a::-moz-selection, img::-moz-selection, tr::-moz-selection, td::-moz-selection, th::-moz-selection {
  color: #ffffff;
  background: #f18000;
}
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
b::selection,
strong::selection,
span::selection,
li::selection,
div::selection,
a::selection,
img::selection,
tr::selection,
td::selection,
th::selection {
  color: #ffffff;
  background: #f18000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
div,
span,
iframe,
ul,
ol,
li,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

html img {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #aaa7a7;
  line-height: normal;
}

::-moz-placeholder {
  color: #aaa7a7;
  line-height: normal;
}

tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 1em;
  overflow: auto;
  font-size: 1rem;
  color: #4a474a;
  word-break: break-word;
  letter-spacing: 0.1em;
  font-family: 微軟正黑體, Arial, sans-serif;
  z-index: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  min-width: 320px !important;
  overflow: hidden;
  z-index: 2;
}

main[role=main] {
  display: block;
  margin-top: 98px;
}

.path {
  background-color: #f1f1f1;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #8f8f8f;
  margin-bottom: 2.2%;
  padding: 1.462% 0;
}
.path a {
  color: #8f8f8f;
  text-decoration: none;
}
.path a:hover {
  color: #b81a28;
}
.path a:hover::after {
  color: #8f8f8f;
}
.path a::after {
  content: "＞";
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.path-box {
  width: 92%;
  max-width: 1560px;
  margin: auto;
}

.main-content {
  position: relative;
  padding-top: 52px;
  padding-bottom: 42px;
}
@media (max-width: 767.99px) {
  .main-content {
    padding-top: 44px;
    padding-bottom: 42px;
  }
}

.main-box {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-content {
  width: 77%;
  max-width: 987px;
  margin-left: 0%;
  margin-bottom: 52px;
}

.title-box {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.3%;
}
.title-box h2 {
  font-family: "Noto Serif TC", serif;
  color: #373737;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 8px;
}
.title-box h3 {
  color: #a8a8a8;
  font-family: "spinwerad";
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 3px;
}
.title-box::after {
  display: block;
  content: "";
  background: url(../img/title_shadow.png) no-repeat;
  background-size: cover;
  width: 422px;
  height: 35px;
  margin: 0 auto 0 auto;
}

.banner {
  position: relative;
  width: 100%;
}
.banner .slick-track {
  height: 0;
  padding-bottom: 31.1813567%;
}
.banner .slick-track > li {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
}
.banner .slick-dots li button:before {
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.banner .slick-dots li.slick-active button:before {
  background: #f18000;
}
.banner .arrw {
  text-align: center;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.9375rem;
  z-index: 1;
  color: #fff;
}
.banner .arrw:before {
  content: "";
  width: 75px;
  height: 57px;
  margin: 0 auto 12px auto;
  display: block;
  background: url(../img/index/arrw.png);
  background-size: cover;
  -webkit-animation: bonus 0.7s infinite;
          animation: bonus 0.7s infinite;
}
@-webkit-keyframes bonus {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5%);
            transform: translate(0, 5%);
  }
}
@keyframes bonus {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5%);
            transform: translate(0, 5%);
  }
}

.ad-banner img {
  width: 100%;
}

.main-banner {
  position: relative;
}
.main-banner .banner-box li {
  width: 100%;
  height: 0;
  padding-bottom: 23.4123%;
}
.main-banner img {
  width: 100%;
}
.main-banner .title {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  position: absolute;
  top: 47%;
  left: 34%;
  font-weight: 700;
  min-width: 15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.main-banner .title-bg {
  position: absolute;
  background: rgba(241, 128, 0, 0.64);
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(25deg);
  width: 365px;
  width: 19vw;
  top: 0;
  left: 14.5%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: 100%;
  z-index: 0;
}
.main-banner h2 {
  font-size: 3.6458333333vw;
  margin-bottom: 1.3vw;
  line-height: 1;
}
.main-banner h3 {
  font-size: 1.0416666667vw;
  line-height: 0.67;
  letter-spacing: 2px;
  position: relative;
  top: 0.6vw;
}
.main-banner h3:after {
  display: block;
  content: "";
  width: 15.2604166667vw;
  height: 3px;
  background: url(../img/banner/banner_line.jpg) top center no-repeat;
  margin-top: 17px;
  position: relative;
  left: -10.2vw;
}
@media (max-width: 767.99px) {
  .main-banner .banner-box li {
    padding-bottom: 34.4123%;
  }
}

.editor-box {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  color: #2a2a2a;
}
@media screen and (max-width: 640px) {
  .editor-box {
    font-size: 0.9375rem;
  }
}
.editor-box ul,
.editor-box ol {
  padding-left: 20px;
}
.editor-box img {
  max-width: 100%;
  height: auto !important;
}
.editor-box iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor-box iframe {
    height: auto !important;
  }
}
.editor-box h1,
.editor-box h2,
.editor-box h3,
.editor-box h4,
.editor-box h5,
.editor-box h6 {
  margin: inherit;
}

.mo-use {
  display: none;
}

@media (max-width: 991.99px) {
  .main-content {
    padding-top: 20px;
  }

  .banner .slick-track {
    padding-bottom: 37.181357%;
  }

  .banner .arrw {
    font-size: 0.75rem;
  }

  .banner .arrw:before {
    width: 35px;
    height: 27px;
  }

  .main-box {
    display: block;
  }

  .main-content {
    display: block;
  }

  .right-content {
    width: 93%;
    margin: auto;
  }

  .pc-use {
    display: none;
  }

  .mo-use {
    display: block;
  }
}
@media (max-width: 767.99px) {
  main[role=main] {
    margin-top: 70px;
  }

  .path {
    font-size: 0.875rem;
    margin-bottom: 4.5%;
  }
  .path a::after {
    margin: 0;
  }

  .title-box::after {
    width: 221px;
    height: 13px;
  }

  .media-title {
    padding-bottom: 3%;
    margin-bottom: 5%;
  }

  .main-banner .title {
    left: 34%;
  }
  .main-banner .title-bg {
    width: 25vw;
    top: 0;
    left: 8.5%;
  }
  .main-banner h2 {
    font-size: 6vw;
  }
  .main-banner h3 {
    font-size: 3vw;
  }
  .main-banner h3:after {
    background-size: contain;
    width: 31.260417vw;
    height: 2px;
  }

  .main-content::before {
    width: 77.628%;
    padding-bottom: 59%;
  }
}
.left-nav {
  width: 27%;
  max-width: 293px;
  text-transform: uppercase;
}

.nav-title,
.item_title {
  position: relative;
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1.09;
  text-align: left;
  color: #222222;
  max-width: 240px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 46px;
}
.nav-title:after,
.item_title:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background-color: #f18000;
}

.item_nav {
  max-width: 240px;
  position: relative;
}
.item_nav li {
  position: relative;
  list-style: none;
  padding-left: 9px;
  letter-spacing: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.item_nav li.active a {
  color: #f18000;
}
.item_nav li a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 30px;
  font-size: 1.25rem;
  line-height: 2.5;
  text-align: left;
  color: #222222;
}
.item_nav li a:hover {
  color: #f18000;
}

.hot-case-list-page .item_nav:after,
.hot-case-detail-page .item_nav:after,
.history-case-list-page .item_nav:after,
.history-case-detail-page .item_nav:after,
.media-page .item_nav:after {
  content: "";
  position: absolute;
  width: 108px;
  z-index: -1;
  margin: -86% 0 0 44%;
}

.hot-case-list-page .item_nav:after,
.hot-case-detail-page .item_nav:after {
  height: 1080px;
  background: url(../img/case/case_icon.png);
}

.history-case-list-page .item_nav:after,
.history-case-detail-page .item_nav:after {
  height: 1080px;
  background: url(../img/history/history_icon.png);
}

.media-page .item_nav:after {
  height: 1011px;
  background: url(../img/media/media_icon.png);
}

@media screen and (max-width: 1100px) {
  .left-nav .hot-end {
    font-size: 1.625rem;
  }

  .item_nav li {
    padding-left: 3px;
  }
}
@media (max-width: 991.99px) {
  .left-nav .nav-title,
.item_title {
    display: none;
    border: none;
  }
  .left-nav .nav-title::after,
.item_title::after {
    display: none;
  }

  .left-nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .left-nav a {
    padding-left: 20px;
  }
  .left-nav li.active a {
    left: 0;
  }

  .left_title {
    border-radius: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
    background: #dbdbdb;
    color: #222222;
    padding: 3% 6%;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .left_title .l-en {
    display: none;
    font-family: MontereyFLF;
  }
  .left_title:after {
    float: right;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #222222 transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 5%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .item_nav {
    max-width: 100%;
    text-align: center;
    width: 100%;
    z-index: 5;
  }
  .item_nav ul {
    background: #ffffff;
    display: none;
    padding: 5% 5% 2% 5%;
    position: absolute;
    width: 100%;
  }
  .item_nav li {
    padding-left: 0;
  }
  .item_nav li .l-tw, .item_nav li .l-en {
    font-size: 0.9375rem;
  }
  .item_nav a::before {
    width: 12px;
  }

  .left-nav .hot-end {
    margin-bottom: 0;
  }

  .item_title {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .item_title.active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media (max-width: 575.99px) {
  .item_title {
    font-size: 1.375rem;
  }
  .item_title:after {
    border-width: 0 6.5px 13px 6.5px;
    border-color: transparent transparent #3b3838 transparent;
  }

  .item_nav li {
    padding: 5px 0;
  }
  .item_nav li.active:before {
    display: none;
  }

  .item_nav li a {
    font-size: 1rem;
  }

  .item_title .hot-title {
    font-size: 0.9375rem;
  }

  .left-nav .hot-end {
    font-size: 1.25rem;
  }
}
/*----------------------頁數------------------------*/
.page dt.rtbn a:before, .page dt.ltbn a:before {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 3% auto 0 auto;
}
.page dd {
  margin-bottom: 0;
}
.page dt,
.page dd {
  vertical-align: middle;
  display: inline-block;
}
.page dt a,
.page dd a {
  font-size: 1.125rem;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #606060;
}
.page dt a:hover,
.page dd a:hover {
  color: #d4a976;
}
.page dd {
  width: 20px;
}
.page dd.active a {
  color: #f18000;
  padding: 0;
  text-decoration: underline;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: -1px;
}
.page .nopage {
  display: none;
}
.page dt.ltbn a:before {
  content: "<";
}
.page dt.rtbn a:before {
  content: ">";
}

@media (max-width: 575.99px) {
  .page dt a,
.page dd a {
    font-size: 0.9375rem;
  }

  .page dd {
    width: 8%;
  }
  .page dt.ltbn a:before {
    border-width: 5px 5px 5px 0;
  }
  .page dt.rtbn a:before {
    border-width: 5px 0 5px 5px;
  }
  .page dt.ltbn a,
.page dt.rtbn a {
    width: 28px;
    height: 28px;
  }
}
.index-page .banner .slick-prev, .index-page .banner .slick-next {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 51px;
  height: 51px;
  outline: 0;
}
.index-page .banner .slick-prev:hover, .index-page .banner .slick-next:hover {
  opacity: 0.5;
}
.index-page .banner .slick-prev {
  left: 0;
  background: url(../img/btn-arrw-l.jpg) 0 0 no-repeat;
  background-size: contain;
}
.index-page .banner .slick-next {
  right: 0;
  background: url(../img/btn-arrw-r.jpg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .index-page .banner .slick-prev, .index-page .banner .slick-next {
    width: 30px;
    height: 30px;
  }
}

.about-detail-page .main-content {
  background: url(../img/service/service-bg.jpg) #fff top center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 0;
}
.about-detail-page .main-content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(../img/about/r-bg.png) top center no-repeat;
  background-size: contain;
  width: 33.806%;
  height: 45.972%;
}
.about-detail-page .main-content .l-bg {
  position: absolute;
  background: #f18000;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 365px;
  width: 19vw;
  top: 0;
  left: 13.5%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1680px) {
  .about-detail-page .main-content .l-bg {
    left: 18%;
  }
}
@media screen and (max-width: 1440px) {
  .about-detail-page .main-content .l-bg {
    left: 22.5%;
  }
}
@media screen and (max-width: 1366px) {
  .about-detail-page .main-content .l-bg {
    left: 24%;
  }
}
@media screen and (max-width: 1280px) {
  .about-detail-page .main-content .l-bg {
    left: 25.3%;
  }
}
.about-detail-page .main-content .l-img {
  position: relative;
  width: 25vw;
  max-width: 470px;
  margin-right: 10%;
}
.about-detail-page .main-content .title {
  position: relative;
  margin-bottom: 33px;
}
.about-detail-page .main-content .title::before {
  display: block;
  width: 85px;
  height: 4px;
  background-color: #f18000;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
}
.about-detail-page .main-content .title::after {
  display: block;
  content: "";
  width: 223px;
  height: 2px;
  background-color: #dbdbdb;
}
.about-detail-page .main-content .title h2 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 2;
}
.about-detail-page .main-content .title h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: left;
  color: #434343;
}
.about-detail-page .editor-content {
  position: relative;
  width: 52%;
  padding-top: 23vh;
  padding-bottom: 82px;
}
.about-detail-page .main-box {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding-top: 84px;
}
.about-detail-page .about-bottom-img {
  display: block;
  width: 100%;
  height: 850px;
  background: url(../img/about/bottom_bg.jpg) top center no-repeat;
}
.about-detail-page .about-bottom-box {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.about-detail-page .about-bottom-content {
  position: absolute;
  top: -27px;
  right: 0;
  width: 674px;
  height: 754px;
  background: url(../img/about/bg.png);
  padding: 5% 0 5% 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .about-detail-page .about-bottom-content {
    width: 484px;
    right: -2%;
  }
}
.about-detail-page .about-bottom-content .title {
  display: block;
  margin: 0 auto 6% auto;
}
.about-detail-page .about-bottom-list-box {
  width: 72%;
  height: 434px;
  overflow: auto;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .about-detail-page .about-bottom-list-box {
    width: 76%;
    position: relative;
    left: 1em;
  }
}
.about-detail-page .about-bottom-list h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.75px;
  color: #f18000;
  font-family: "Fira Sans", sans-serif;
}
.about-detail-page .about-bottom-list ul {
  width: 100%;
  display: block;
  border-left: 2px solid #f18000;
  padding-left: 14px;
  margin-bottom: 5%;
  letter-spacing: 0;
}
.about-detail-page .about-bottom-list li {
  list-style: non;
  display: block;
  font-size: 1rem;
  text-align: left;
  color: #2a2a2a;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.about-detail-page .about-bottom-list li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #2a2a2a;
  width: 4%;
  margin-right: 1%;
}
.about-detail-page .about-bottom-list li span {
  width: 93%;
}
@media (max-width: 991.99px) {
  .about-detail-page .main-box {
    display: block;
    padding-top: 40px;
  }
  .about-detail-page .main-content .l-bg, .about-detail-page .main-content::before {
    display: none;
  }
  .about-detail-page .main-content .l-img {
    width: 47vw;
    margin: auto;
  }
  .about-detail-page .editor-content {
    width: 85%;
    padding-top: 0;
    padding-bottom: 12%;
    margin: auto;
  }
  .about-detail-page .about-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-detail-page .about-bottom-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-detail-page .about-bottom-img {
    height: 0;
    padding-bottom: 44%;
    background-size: cover;
    margin-bottom: 5%;
  }
  .about-detail-page .about-bottom-content {
    background: none;
    position: static;
    height: auto;
    max-width: 100%;
    margin: auto;
    right: 0;
  }
  .about-detail-page .about-bottom-content .title {
    width: 65%;
  }
  .about-detail-page .about-bottom-list h4 {
    font-size: 5vw;
  }
  .about-detail-page .about-bottom-list li {
    font-size: 3.3vw;
  }
  .about-detail-page .about-bottom-list li::before {
    border-width: 4px 0 4px 7px;
  }
  .about-detail-page .about-bottom-list-box {
    height: auto;
    overflow: initial;
    width: 100%;
    padding: 0 1em;
    left: 0;
  }
  .about-detail-page .main-content .title h3 {
    font-size: 3vw;
  }
  .about-detail-page .main-content .title h2 {
    font-size: 5.9vw;
  }
  .about-detail-page .main-content .title::before {
    width: 14%;
  }
  .about-detail-page .main-content .title::after {
    width: 37%;
  }
}

.service-list {
  width: 100%;
}

.service-detail-page .main-box {
  width: 100%;
  max-width: 100%;
  display: block;
}
.service-detail-page .main-content {
  background: url(../img/service/service-bg.jpg) #fff top center no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.service-detail-page .s-list {
  width: 100%;
  max-width: 1139px;
  margin: 0 auto 8.0208333333vw auto;
}
.service-detail-page .s-list li {
  list-style: none;
  text-align: center;
}
.service-detail-page .s-list li a {
  width: 100%;
  max-width: 228px;
  display: block;
  text-decoration: none;
}
.service-detail-page .s-list li a img {
  margin: auto;
  width: 100%;
  max-width: 135px;
  display: block;
  margin-bottom: 30px;
}
.service-detail-page .s-list li a:hover p {
  color: #f18000;
}
.service-detail-page .s-list li p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.25rem;
  text-align: center;
  color: #2a2a2a;
  line-height: 1.2;
}
.service-detail-page .s-list .slick-prev, .service-detail-page .s-list .slick-next {
  outline: 0;
}
.service-detail-page .s-list .slick-prev {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f18000 transparent transparent;
}
.service-detail-page .s-list .slick-next {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f18000;
}
.service-detail-page .l-bg {
  width: 100%;
  height: 0;
  padding-bottom: 13.071%;
  background: url(../img/service/l-bg.png) top center no-repeat;
  background-size: contain;
}
.service-detail-page .editor-content .title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #434343;
  line-height: 2;
  margin-bottom: 46px;
}
.service-detail-page .editor-content .title::before {
  display: block;
  width: 85px;
  height: 4px;
  background-color: #f18000;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-detail-page .editor-content .title::after {
  display: block;
  content: "";
  width: 223px;
  height: 2px;
  background: #dbdbdb;
  margin: 22px auto 0 auto;
}
.service-detail-page .editor-content .editor-box {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
.service-detail-page .narrate {
  width: 100%;
  background: url(../img/service/bottom_bg.jpg) center top no-repeat;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  line-height: 1.74;
  margin-top: 2%;
  padding: 2% 0 6.7144% 0;
}
.service-detail-page .narrate p {
  display: block;
  margin-bottom: 78px;
}
.service-detail-page .narrate strong {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 991.99px) {
  .service-detail-page .s-list {
    width: 80%;
  }
  .service-detail-page .s-list .slick-prev {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #f18000 transparent transparent;
  }
  .service-detail-page .s-list .slick-next {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #f18000;
  }
  .service-detail-page .s-list li a {
    width: 65%;
    display: block;
    margin: auto;
  }
  .service-detail-page .s-list li a img {
    margin-bottom: 10px;
  }
  .service-detail-page .s-list li p {
    font-size: 2vw;
  }
  .service-detail-page .editor-box {
    font-size: 0.875rem;
  }
  .service-detail-page .editor-content .title {
    font-size: 6vw;
    margin-bottom: 26px;
  }
  .service-detail-page .editor-content .title::after {
    width: 280px;
    margin-top: 12px;
  }
  .service-detail-page .narrate {
    padding: 5% 5%;
  }
}
@media (max-width: 575.99px) {
  .service-detail-page .narrate {
    margin-top: 10%;
    padding: 13% 5%;
    font-size: 2vw;
    letter-spacing: 0.02em;
  }
  .service-detail-page .narrate p {
    margin-bottom: 7%;
  }
  .service-detail-page .narrate strong {
    font-size: 4.5vw;
  }
}

.news-page .right-content {
  width: 100%;
  max-width: 1280px;
}
.news-page .hot-title {
  padding-left: 35px;
  background: url(../img/news/pro-icon.png) left center no-repeat;
}

.news-title .time {
  font-size: 1.03125rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 18px;
  color: #797979;
  letter-spacing: normal;
}
.news-title .time i {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../img/news/calendar.png) top left no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.news-title h2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 3%;
}

.news-list {
  width: 100%;
}
.news-list .col-12 {
  margin-bottom: 50px;
}
.news-list a {
  color: #222222;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list a:hover h2 {
  color: #f18000;
}
.news-list .news-content {
  width: 82%;
  padding: 5% 0 0 3%;
}
.news-list .news-img {
  width: 44%;
  max-width: 275px;
  height: 0;
  padding-bottom: 18.3596%;
  background-color: #f2f2f2;
}
.news-list .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list .list-content .list-text {
  font-size: 0.9375rem;
  height: 3.4em;
  line-height: 1.7;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  max-width: 100%;
  color: #606060;
}

@media (max-width: 991.99px) {
  .news-title .time {
    font-size: 3vw;
    margin-bottom: 6px;
  }
  .news-title .time i {
    margin-right: 5px;
    width: 13px;
    height: 13px;
  }

  .news-title h2 {
    font-size: 3.8vw;
    margin-bottom: 3%;
    line-height: 1.2;
  }

  .news-list .col-12 {
    margin-bottom: 4%;
  }

  .news-list .news-content {
    padding: 1% 0% 1% 4%;
  }

  .news-list .list-content .list-text {
    font-size: 3vw;
  }

  .news-list .news-img {
    max-width: 100%;
    padding-bottom: 27.697%;
  }
}
.news-detail-page .editor-box {
  font-size: 0.875rem;
  padding-bottom: 10%;
}
.news-detail-page .hot-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-detail-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-detail-img {
  width: 51%;
  max-width: 806px;
  height: 0;
  padding-bottom: 32.008%;
}

.news-detail-content {
  position: relative;
  width: 100%;
  color: #222222;
}
.news-detail-content .title {
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 27px;
}

.hot-more {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 767.99px) {
  .hot-more {
    width: 100%;
    text-align: right;
    position: relative;
    margin-top: 6%;
    bottom: 0;
  }
}
.hot-more a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  color: #7e7e7e;
  text-align: center;
  width: 109px;
  height: 28px;
  line-height: 26px;
  border: solid 1px #7e7e7e;
  background-color: #ffffff;
  display: inline-block;
}
.hot-more a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7e7e7e !important;
}

@media (max-width: 991.99px) {
  .news-detail-page .news-title .time {
    ont-size: 3.3vw;
  }
  .news-detail-page .news-title h2 {
    font-size: 4.6vw;
    margin-bottom: 3%;
  }

  .news-detail-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .news-detail-img, .news-detail-content {
    width: 100%;
  }

  .news-detail-img {
    padding-bottom: 63.008%;
    margin-bottom: 10%;
  }

  .news-detail-content .title {
    font-size: 1.375rem;
    margin-bottom: 9px;
  }
  .news-detail-content .news-tag-box {
    padding-bottom: 16px;
  }
  .news-detail-content .news-tag-box .time {
    font-size: 1rem;
  }
  .news-detail-content .news-tag-box .news-tag {
    font-size: 0.875rem;
  }

  .news-detail-page .hot-more {
    position: static;
  }
}
.project-list-photo {
  position: relative;
}

.project-mark {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
}
.project-mark span {
  text-align: center;
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 6px;
  letter-spacing: 0;
  font-weight: bold;
  border: 1px solid #fff;
}

.project-list a {
  text-decoration: none;
}
.project-list a:hover .project-mark {
  opacity: 1;
}
.project-list .col-lg-3 {
  margin-bottom: 2%;
}
.project-list .col-lg-4 {
  margin-bottom: 5%;
}

.project-list-content {
  width: 90%;
  margin: auto;
  padding: 18px 0;
}
.project-list-content h3 {
  text-align: center;
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.project-list-box {
  width: 100%;
  max-width: 300px;
  background-color: #f18000;
  border: 1px solid #f18000;
}

.project-list-img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
}

.project-list-title {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1.25px;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
  top: -22px;
}
.project-list-title h3 {
  background-color: #3b3838;
  display: inline-block;
  padding: 3.61% 14.7%;
}

.project-list-text {
  font-size: 1.0625rem;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  height: 1.22em;
  line-height: 1.22;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  display: block;
  padding: 0;
  width: 100%;
  margin: auto;
}

.project-list-view {
  border-top: solid 1px #cecece;
  font-size: 1.375rem;
  line-height: 1.36;
  letter-spacing: 1.1px;
  text-align: left;
  color: #3b3838;
  text-align: center;
  padding: 9px;
}
.project-list-view::after {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 40px;
  height: 14px;
  background: url(../img/project/arrw.svg) top left no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  .hot-project-list-page,
.history-project-list-page {
    width: 76%;
  }
}
@media screen and (max-width: 1100px) {
  .project-list-content h3 {
    font-size: 1.0625rem;
    line-height: 1.3;
  }
}
@media (max-width: 575.99px) {
  .project-list-content {
    padding: 8px 0;
  }

  .project-list-text {
    font-size: 3vw;
    letter-spacing: 0;
  }

  .project-list .col-6 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .project-list-title h3 {
    font-size: 1.0625rem;
    padding: 5.61% 14.7%;
  }
  .project-list-title h3::after {
    width: 90%;
  }

  .project-list-title {
    margin-bottom: -8px;
  }

  .project-list-content h3 {
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .project-list-text {
    letter-spacing: 1px;
    width: 100%;
    font-size: 3vw;
    overflow: initial;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
    height: auto;
    display: block;
    letter-spacing: 0;
  }

  .project-list-view {
    font-size: 0.9375rem;
  }
  .project-list-view::after {
    width: 27px;
    height: 9px;
  }
}
.project-detail-page .right-content {
  width: 78.462%;
}

.project-detail-content {
  margin-top: 46px;
  margin-bottom: 6%;
}
.project-detail-content h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-bottom: 1px solid #353535;
}

@media screen and (max-width: 1366px) {
  .project-detail-page .right-content, .history-case-detail-page .right-content {
    width: 76%;
  }
}
@media (max-width: 991.99px) {
  .project-photo .hot-img-box {
    display: block;
  }
}
.down-list .col-12 {
  padding-bottom: 31px;
  margin-bottom: 31px;
  border-bottom: solid 1.2px #cdcdcd;
}
.down-list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.down-list a:hover span {
  background-color: #f18000;
}

.down-img {
  width: 20%;
  max-width: 190px;
  border: solid 5px #dadada;
  margin-right: 38px;
}

.down-content {
  width: 80%;
}
.down-content h2 {
  font-size: 1.5625rem;
  line-height: 2.18;
  letter-spacing: 0.63px;
  text-align: left;
  color: #222222;
}
.down-content .content {
  font-size: 1.125rem;
  letter-spacing: 0.45px;
  text-align: left;
  color: #222222;
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.down-content .size {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #4a4949;
  margin-bottom: 24px;
}
.down-content span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  width: 178px;
  height: 37px;
  background-color: #d2d2d2;
  font-size: 1.125rem;
  line-height: 37px;
  letter-spacing: 0.45px;
  text-align: center;
  color: #ffffff;
}
.down-content span img {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

@media (max-width: 767.99px) {
  .down-img {
    width: 64%;
    margin-right: 8%;
  }

  .down-content h2 {
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 6%;
  }
  .down-content .content {
    font-size: 3.2vw;
    overflow: initial;
    height: auto;
    display: block;
    margin-bottom: 4%;
  }
  .down-content .size {
    font-size: 2vw;
    margin-bottom: 6%;
  }
  .down-content span {
    width: 100%;
    height: 28px;
    font-size: 4vw;
    line-height: 28px;
  }
  .down-content span img {
    width: 4.7vw;
  }
}
.contact-page .main-content {
  position: relative;
  display: block;
  padding-bottom: 7%;
  background: url(../img/contact/contact_bg.png) top center no-repeat;
  background-size: cover;
}

.contact-box {
  width: 92%;
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-box h2 {
  font-size: 1.4375rem;
  line-height: 1.5;
  letter-spacing: 0.63px;
  text-align: left;
  color: #212121;
}
.contact-box .hot-end {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
.contact-box .hot-end::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background-color: #f18000;
}
.contact-box .hot-title {
  background: none;
  padding-left: 0;
}

.form-box,
.con-box {
  width: 48%;
  max-width: 622px;
  font-size: 1.09375rem;
  letter-spacing: 0;
}

.form-box h3 {
  width: 18%;
  margin-bottom: 13px;
  text-align: right;
  margin-right: 4%;
}
.form-box input {
  height: 35px;
  margin-bottom: 5%;
}
.form-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-box p {
  margin-bottom: 34px;
  line-height: 1.5;
}
.form-box input,
.form-box textarea {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 77%;
  background-color: #e6e6e6;
  border: none;
  padding-left: 10px;
}
.form-box textarea {
  padding-top: 10px;
  height: 193px;
}
.form-box .btn-send {
  margin-top: 8%;
  width: 110px;
  height: 32px;
  line-height: 28px;
  border: solid 1px #212121;
  background-color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 4px;
  outline: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  color: #212121;
  margin: 8% auto 0 auto;
  display: block;
  position: relative;
  left: 11%;
}
.form-box .btn-send:hover {
  color: #ffffff;
  background-color: #212121;
}
.form-box .btn-send:hover i {
  background: url(../img/contact/send-icon-hover.svg) top left no-repeat;
}
.form-box .btn-send i {
  display: inline-block;
  width: 21px;
  height: 8px;
  background: url(../img/contact/send-icon.svg) top left no-repeat;
  background-size: cover;
}

.con-box {
  font-size: 1.125rem;
  color: #212121;
}
.con-box p {
  display: block;
  margin-bottom: 34px;
}
.con-box ul {
  margin-bottom: 30px;
}
.con-box li {
  position: relative;
  list-style: none;
  margin-bottom: 3%;
}
.con-box li img {
  max-width: 31px;
  margin-right: 10px;
}
.con-box li a {
  text-decoration: none;
}
.con-box li a:hover {
  opacity: 0.8;
}

.map-box {
  position: relative;
  width: 100%;
  height: 320px;
}
.map-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.99px) {
  .contact-box {
    display: block;
  }

  .form-box,
.con-box {
    width: 100%;
    max-width: 100%;
    font-size: 3.4vw;
  }

  .con-box {
    margin-bottom: 17%;
  }

  .form-box {
    margin-bottom: 10%;
  }

  .contact-page .main-content::after {
    display: none;
  }

  .contact-page .main-content::before {
    width: 54.51%;
    padding-bottom: 30.856%;
  }

  .contact-page .main-content::after {
    display: block;
    width: 54.51%;
    padding-bottom: 30.856%;
  }
}
@media (max-width: 767.99px) {
  .contact-page .main-content {
    padding: 29px 0 50px 0;
  }

  .contact-box h2 {
    font-size: 5vw;
    line-height: 1.18;
  }

  .contact-page .form-box {
    margin-bottom: 15%;
  }

  .contact-page .hot-end {
    font-size: 5.5vw;
    padding-bottom: 7px;
  }

  .form-box h3 {
    width: 19%;
  }

  .form-box input {
    margin-bottom: 5%;
  }

  .form-box input,
.form-box textarea {
    width: 76%;
  }

  .form-box .btn-send {
    margin-top: 3%;
  }

  .form-box textarea {
    height: 180px;
    margin-bottom: 28px;
  }

  .con-box .tel-icon::before,
.con-box .mail-icon::before,
.con-box .add-icon::before {
    margin-right: 10px;
  }
  .con-box .tel-icon::before {
    width: 29px;
    height: 29px;
  }
  .con-box .mail-icon::before {
    width: 29px;
    height: 28px;
  }
  .con-box .add-icon::before {
    width: 29px;
    height: 30px;
  }
}
.service-page .main-content {
  background: url(../img/list-bg.png) bottom center no-repeat;
  background-size: cover;
}

.service-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.service-list a:hover .service-img::before {
  opacity: 0;
}
.service-list .col-12 {
  padding-bottom: 2.1875vw;
  margin-bottom: 2.1875vw;
}
.service-list .col-12:not(:last-child) {
  border-bottom: 1px dashed #a6a6a6;
}

.service-img {
  position: relative;
  width: 67%;
  height: 0;
  max-width: 635px;
  padding-bottom: 24.61%;
  margin-right: 2.9166666667vw;
  background-color: #e8e8e8;
}
.service-img::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.service-content {
  width: 50%;
  padding-bottom: 2.1875vw;
}
.service-content h2 {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: left;
  color: #434343;
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 2px solid #dbdbdb;
}
.service-content h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 14.432%;
  height: 4px;
  background-color: #f18000;
}
.service-content .list-content {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #2a2a2a;
  height: 7.5em;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}

@media (max-width: 991.99px) {
  .service-page .main-content {
    padding-bottom: 0;
  }

  .service-content h2 {
    font-size: 1.125rem;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .service-content .list-content {
    font-size: 0.9375rem;
  }

  .service-list a {
    display: block;
  }
  .service-list .col-12 {
    margin-bottom: 7.2916666667vw;
  }
  .service-list .col-12:not(:last-child) {
    border: none;
  }
  .service-list .col-12:not(:last-child) .service-content {
    border-bottom: 1px dashed #a6a6a6;
  }

  .service-img, .service-content {
    width: 100%;
  }

  .service-content {
    padding-bottom: 7.2916666667vw;
  }

  .service-img {
    padding-bottom: 49.61%;
    margin-bottom: 3vh;
  }
  .service-img::before {
    opacity: 0;
  }
}
.project-content {
  width: 100%;
}

.hot-case-picture {
  position: relative;
  width: 100%;
}

.hot-case-photo {
  width: 100%;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot-case-photo .hot-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hot-case-photo .hot-img-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 57%;
  max-width: 555px;
}
.hot-case-photo .slider-for {
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px;
}
.hot-case-photo .slick-list.draggable {
  max-width: 738px;
  width: 100%;
}
.hot-case-photo .slick-prev {
  outline: 0;
  width: 17px;
  height: 23px;
  left: 17px;
  background: url(../img/case/inco_btn_left.png) 0px 0px no-repeat;
}
.hot-case-photo .slick-next {
  outline: 0;
  right: 17px;
  width: 17px;
  height: 23px;
  background: url(../img/case/inco_btn_right.png) 0 0 no-repeat;
}

.polist {
  margin-top: 2.5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .polist {
    max-width: 100%;
  }
}
.polist div.slick-slide {
  max-width: 123px;
  height: 123px;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1366px) {
  .polist div.slick-slide {
    max-width: 112px;
    height: 112px;
  }
}
@media screen and (max-width: 1280px) {
  .polist div.slick-slide {
    max-width: 104px;
  }
}
@media screen and (max-width: 640px) {
  .polist div.slick-slide {
    max-width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .polist div.slick-slide {
    max-width: 77px;
  }
}
@media screen and (max-width: 360px) {
  .polist div.slick-slide {
    max-width: 72px;
  }
}
.polist div:not(:last-child) {
  margin-right: 0.11%;
}
@media screen and (max-width: 1440px) {
  .polist div:not(:last-child) {
    margin-right: 0.06%;
  }
}

.hot-case-product-contenter {
  position: relative;
  z-index: 1;
}

.hot-case-product-text {
  position: relative;
  width: 58%;
  padding: 0px 0 0 7%;
}

.lb-nav a.lb-prev {
  left: -77px !important;
  position: relative;
}

.lb-nav a.lb-next {
  position: relative;
  right: -79px !important;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-outerContainer {
  background: none !important;
}

.lightbox .lb-image {
  border-radius: 0 !important;
  border: none !important;
}

.hot-title {
  font-size: 1.875rem;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  line-height: 2;
}

.hot-end {
  font-family: "Myriad";
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-bottom: 1px dashed #828282;
}

.hot-case-product-text .hot-case-content {
  font-size: 1.125rem;
  line-height: 1.8;
  padding-bottom: 33px;
  margin-bottom: 30px;
}
.hot-case-product-text li {
  color: #4a474a;
  width: 100%;
  font-size: 0.9375rem;
  list-style: none;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.hot-case-product-text b,
.hot-case-product-text span {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
.hot-case-product-text b {
  font-weight: bold;
  width: 117px;
}
.hot-case-detail-content {
  padding-top: 3px;
  width: 92%;
  max-width: 1690px;
  margin: 0 auto;
  margin-top: 46px;
}
.hot-case-detail-content .hot-title {
  background: none;
  padding-left: 0;
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.hot-case-detail-content .hot-title h2 {
  width: 100%;
  display: block;
  background: #f18000;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 46px;
  line-height: 2.28em;
}

.fancybox-next span {
  width: 53px !important;
  height: 53px !important;
  background: url(../img/case/next.png) 0 0 no-repeat !important;
  background-size: contain !important;
  right: 0px !important;
}

.fancybox-prev span {
  width: 53px !important;
  height: 53px !important;
  background: url(../img/case/prev.png) 0 0 no-repeat !important;
  background-size: contain !important;
  left: 0px !important;
}

.fancybox-close {
  top: 6px !important;
  right: 6px !important;
  width: 80px !important;
  height: 80px !important;
  background: url(../img/case/close.png) 0 0 no-repeat !important;
  background-size: contain !important;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fancybox-skin {
  background: none !important;
}

.fancybox-nav span {
  visibility: visible !important;
}

@media screen and (max-width: 1366px) {
  .hot-case-product-text li:not(:last-child) {
    margin-bottom: 3.8%;
  }
}
@media screen and (max-width: 1280px) {
  .hot-case-product-text li {
    font-size: 1rem;
  }

  .hot-case-product-text li:not(:last-child) {
    margin-bottom: 3.4%;
  }
}
@media screen and (max-width: 768px) {
  .hot-case-photo {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .hot-case-product-text {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .hot-case-product-text li {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .polist {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .polist {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-skin {
    padding: 21px !important;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-next span,
.fancybox-prev span {
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-next span {
    right: -37px !important;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-prev span {
    left: -37px !important;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-close {
    top: -23px !important;
    right: 7px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 991.99px) {
  .hot-case-photo .slick-slide img {
    width: 100%;
  }

  .hot-case-photo .hot-img-box {
    display: block;
  }

  .hot-case-photo .slider-for {
    width: 100%;
    max-width: 100%;
  }

  .hot-case-photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hot-case-photo .slider-for,
.hot-case-photo .slick-list.draggable {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
  }
  .hot-case-photo .slick-list.draggable {
    max-width: 100%;
    width: 100%;
  }

  .hot-case-photo .hot-img-component {
    width: 91%;
    margin: 0 auto 11% auto;
  }

  .hot-case-product-text {
    width: 100%;
    padding: 0;
    width: 91%;
    margin: 0 auto;
  }
  .hot-case-product-text li:not(:last-child) {
    margin-bottom: 2.7%;
  }

  .hot-case-detail-content .hot-title::before,
.hot-case-detail-content .hot-title::after {
    width: 38%;
  }
}
@media (max-width: 767.99px) {
  .hot-title {
    margin-bottom: 4px !important;
  }

  .hot-case-product-text .hot-end {
    font-size: 1rem;
  }

  .hot-title {
    font-size: 1.1875rem;
  }

  .hot-case-product-text .hot-case-content {
    font-size: 0.9375rem;
    margin: 0;
    padding: 0;
  }

  .hot-case-detail-content .hot-title::before,
.hot-case-detail-content .hot-title::after {
    width: 30%;
  }

  .hot-case-detail-content .hot-title {
    margin-bottom: 35px;
  }

  .hot-case-picture::before {
    width: 73.628%;
    padding-bottom: 77%;
  }
}
.in-slider {
  max-width: 1280px;
  width: 90%;
  margin: 43px auto 53px auto;
}
.in-slider .slick-prev, .in-slider .slick-next {
  width: 20px;
  height: 32px;
  outline: 0;
}
.in-slider .slick-prev {
  left: -45px;
  background: url(../img/index/l-arrw.png) 0 0 no-repeat;
  background-size: contain;
}
.in-slider .slick-next {
  background: url(../img/index/r-arrw.png) 0 0 no-repeat;
  background-size: contain;
}
.in-slider a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 94%;
  max-width: 408px;
  min-height: 172px;
}
.in-slider a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 90%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dbdbdb), to(#f3f3f3));
  background-image: -o-linear-gradient(bottom, #dbdbdb, #f3f3f3);
  background-image: linear-gradient(to top, #dbdbdb, #f3f3f3);
  z-index: -1;
}
.in-slider h3 {
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.38px;
  text-align: center;
  color: #2a2a2a;
  margin-bottom: 6px;
  height: 18px;
  overflow: hidden;
  padding: 0 8% 0 5%;
  line-height: 1;
}
.in-slider h4 {
  font-size: 0.875rem;
  line-height: 1.43;
  text-align: center;
  color: #4f4f4f;
  height: 20px;
  overflow: hidden;
  padding: 0 7%;
}
.in-slider .left-contnet {
  position: relative;
  width: 60%;
}
.in-slider .right-img {
  width: 43%;
  max-width: 171px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.99px) {
  .in-slider a {
    min-height: 140px;
  }

  .in-slider .slick-prev {
    left: -35px;
  }

  .in-slider .slick-next {
    right: -20px;
  }

  .in-slider {
    position: relative;
    left: 1%;
  }

  .project-list-box {
    max-width: 100%;
  }
}
@media (max-width: 575.99px) {
  .in-slider {
    width: 83%;
    margin: 20px auto 27px auto;
  }

  .in-slider .slick-prev {
    left: -30px;
  }

  .in-slider a {
    min-height: 76px;
  }
  .in-slider a:after {
    height: 60%;
  }

  .in-slider .left-contnet {
    width: 74%;
  }

  .in-slider h3 {
    font-size: 3vw;
    margin-bottom: 0px;
    height: 15px;
    letter-spacing: 0;
  }

  .in-slider h4 {
    font-size: 2.6vw;
    letter-spacing: 0;
    height: 15px;
  }

  .in-slider .right-img {
    width: 28%;
  }

  .in-slider .slick-prev, .in-slider .slick-next {
    width: 15px;
    height: 27px;
  }
}
.in-title {
  position: relative;
  margin-bottom: 45px;
}
.in-title::after {
  display: block;
  content: "";
  width: 222px;
  height: 1px;
  background-color: #dbdbdb;
  margin: auto;
}
.in-title::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  background-color: #f18000;
}
.in-title h2 {
  font-family: "Myriad";
  font-size: 2.0625rem;
  text-align: center;
  color: #222222;
  margin-bottom: 17px;
  letter-spacing: 0;
  font-weight: bold;
}
.in-title h3 {
  font-size: 1.25rem;
  text-align: center;
  color: #000000;
  margin-bottom: 13px;
}

.project-list-cdf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.in-recommended, .in-hot-product {
  max-width: 1250px;
  width: 93%;
  margin: 0 auto 66px auto;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-btn .Slick-Prev, .slider-btn .Slick-Next {
  cursor: pointer;
}
.slider-btn .Slick-Prev:hover, .slider-btn .Slick-Next:hover {
  opacity: 0.7;
}
.slider-btn .Slick-Prev {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/index/pro-l.png) no-repeat;
  margin-right: 1%;
}
.slider-btn .Slick-Next {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/index/pro-r.png) no-repeat;
}

@media (max-width: 575.99px) {
  .in-recommended, .in-hot-product {
    margin-bottom: 36px;
  }

  .in-title h2 {
    font-size: 5.4vw;
    letter-spacing: 0;
  }

  .in-title h3 {
    font-size: 4.6vw;
  }

  .slider-btn {
    margin-top: 10px;
  }

  .in-title::before {
    width: 70px;
  }
}
.in-video {
  padding: 5.3% 0;
  width: 100%;
  background: url(../img/index/bg-1.jpg);
}

.in-video-box {
  max-width: 1280px;
  width: 93%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.in-video-content {
  width: 50%;
  max-width: 615px;
}
.in-video-content h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.0625rem;
  font-weight: bold;
  text-align: center;
  color: #f18000;
  margin-bottom: 3%;
}
.in-video-content h3 {
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4%;
}

.in-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.66%;
  border: solid 8px rgba(255, 255, 255, 0.5);
}
.in-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.99px) {
  .in-video {
    padding: 10% 0;
  }

  .in-video-box {
    display: block;
  }

  .in-video-content {
    width: 100%;
    margin: auto;
  }
  .in-video-content:nth-child(1) {
    margin-bottom: 10%;
  }
}
@media (max-width: 575.99px) {
  .in-video-content h2 {
    font-size: 6vw;
  }

  .in-video-content h3 {
    font-size: 4vw;
    margin-bottom: 3%;
  }

  .in-video-content:nth-child(1) {
    margin-bottom: 12%;
  }

  .in-video-box {
    width: 80%;
  }

  .in-video-container {
    border: solid 3px rgba(255, 255, 255, 0.5);
  }
}
.in-partner {
  padding: 3% 0 4.5% 0;
}
.in-partner .slider-logo {
  max-width: 1310px;
  width: 93%;
  margin: auto;
}
.in-partner .slider-logo a {
  border: solid 1px #dedede;
  margin: 0 8px;
}
.in-partner .slider-logo a img {
  max-width: 308px;
}
.in-partner .slick-prev, .in-partner .slick-next {
  width: 20px;
  height: 32px;
  outline: 0;
}
.in-partner .slick-prev {
  left: -45px;
  background: url(../img/index/l-arrw.png) 0 0 no-repeat;
  background-size: contain;
}
.in-partner .slick-next {
  background: url(../img/index/r-arrw.png) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 991.99px) {
  .in-partner .slider-logo {
    width: 83%;
  }

  .in-partner .slider-logo a img {
    max-width: 100%;
  }
}
@media (max-width: 575.99px) {
  .in-partner {
    padding: 10% 0 11.5% 0;
  }

  .in-partner .slider-logo {
    width: 79%;
  }

  .in-partner .slick-prev {
    left: -25px;
  }
}
.in-about {
  width: 100%;
  background: url(../img/index/bg-2.jpg);
  background-size: cover;
  padding: 6% 2.5%;
  margin-bottom: 5%;
}
.in-about .in-title h2, .in-about .in-title span {
  font-family: "Fira Sans", sans-serif;
}
.in-about .in-title h2, .in-about .in-title h3 {
  color: #fff;
}
.in-about .in-title span {
  color: #f18000;
}
.in-about a {
  text-align: center;
  color: #fff;
  display: block;
  width: 174px;
  height: 49px;
  line-height: 49px;
  background-color: #f18000;
  margin: auto;
  text-decoration: none;
}
.in-about p {
  font-size: 0.875rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.7;
  display: block;
  margin-bottom: 3%;
}

@media (max-width: 575.99px) {
  .in-about {
    padding: 14% 9.5%;
  }
  .in-about p {
    font-size: 3.2vw;
    margin-bottom: 9%;
  }
  .in-about a {
    width: 139px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.in-idea {
  width: 100%;
}
.in-idea .container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.in-idea .idea-img {
  width: 48%;
  max-width: 600px;
}
.in-idea .idea-content {
  padding: 25px 0 49px 0;
  width: 52%;
  background-color: rgba(255, 255, 255, 0.7);
}
.in-idea .idea-content .in-title {
  margin-bottom: 5%;
}
.in-idea .idea-content .in-title h2 {
  font-size: 1.8125rem;
  text-align: center;
  color: #212121;
  margin-bottom: 10px;
}
.in-idea .idea-content .in-title h3 {
  font-size: 1.09375rem;
  text-align: center;
  color: #212121;
}
.in-idea .idea-content .in-title::after {
  width: 139px;
}
.in-idea .idea-content ul {
  display: block;
  width: 80%;
  max-width: 409px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.in-idea .idea-content ul li {
  width: 50%;
  text-align: center;
  list-style: none;
}
.in-idea .idea-content ul li:nth-child(1), .in-idea .idea-content ul li:nth-child(2) {
  margin-bottom: 10%;
}
.in-idea .idea-content ul li:nth-child(2) img {
  margin-bottom: 11%;
}
.in-idea .idea-content ul li:nth-child(4) img {
  margin-bottom: 15%;
}
.in-idea .idea-content ul li img {
  display: block;
  max-width: 42px;
  margin: 0 auto 7% auto;
}
.in-idea .idea-content ul li h3 {
  font-size: 1.03125rem;
  letter-spacing: 0.83px;
  margin-bottom: 5px;
}
.in-idea .idea-content ul li h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.45px;
}

@media (max-width: 575.99px) {
  .in-idea .idea-content .in-title h2 {
    font-size: 5.4vw;
  }

  .in-idea .idea-content .in-title h3 {
    font-size: 4.6vw;
  }

  .in-idea .idea-content ul {
    width: 90%;
  }

  .in-idea .idea-content .in-title {
    margin-bottom: 12%;
  }

  .in-idea .idea-content ul li h3 {
    font-size: 4vw;
    margin-bottom: 2px;
  }

  .in-idea .idea-content ul li h4 {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=main.css.map */