@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.htbd {
  height: 100%;
  margin: 0;
}

.bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: calc( 0.35vw + 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Noto Sans TC,'微軟正黑體','蘋方-繁';
}

::-moz-selection {
  background: #cc3300;
  color: #fff;
}

::selection {
  background: #cc3300;
  color: #fff;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, a:focus {
  outline: medium none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

.p-9 {
  padding: 72px;
}

.p-b-9 {
  padding-bottom: 72px;
}

.m-b-9 {
  margin-bottom: 72px;
}

.p-t-9 {
  padding-top: 72px;
}

.m-t-9 {
  margin-top: 72px;
}

.p-r-9 {
  padding-right: 72px;
}

.m-r-9 {
  margin-right: 72px;
}

.m-tb-9 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-tb-9 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.p-lr-9 {
  padding-left: 72px;
  padding-right: 72px;
}

.p-8 {
  padding: 64px;
}

.p-b-8 {
  padding-bottom: 64px;
}

.m-b-8 {
  margin-bottom: 64px;
}

.p-t-8 {
  padding-top: 64px;
}

.m-t-8 {
  margin-top: 64px;
}

.p-r-8 {
  padding-right: 64px;
}

.m-r-8 {
  margin-right: 64px;
}

.m-tb-8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-tb-8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-lr-8 {
  padding-left: 64px;
  padding-right: 64px;
}

.p-7 {
  padding: 56px;
}

.p-b-7 {
  padding-bottom: 56px;
}

.m-b-7 {
  margin-bottom: 56px;
}

.p-t-7 {
  padding-top: 56px;
}

.m-t-7 {
  margin-top: 56px;
}

.p-r-7 {
  padding-right: 56px;
}

.m-r-7 {
  margin-right: 56px;
}

.m-tb-7 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-tb-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.p-lr-7 {
  padding-left: 56px;
  padding-right: 56px;
}

.p-6 {
  padding: 48px;
}

.p-b-6 {
  padding-bottom: 48px;
}

.m-b-6 {
  margin-bottom: 48px;
}

.p-t-6 {
  padding-top: 48px;
}

.m-t-6 {
  margin-top: 48px;
}

.p-r-6 {
  padding-right: 48px;
}

.m-r-6 {
  margin-right: 48px;
}

.m-tb-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-tb-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-lr-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.p-5 {
  padding: 40px;
}

.p-b-5 {
  padding-bottom: 40px;
}

.m-b-5 {
  margin-bottom: 40px;
}

.p-t-5 {
  padding-top: 40px;
}

.m-t-5 {
  margin-top: 40px;
}

.p-r-5 {
  padding-right: 40px;
}

.m-r-5 {
  margin-right: 40px;
}

.m-tb-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-tb-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-lr-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-4 {
  padding: 32px;
}

.p-b-4 {
  padding-bottom: 32px;
}

.m-b-4 {
  margin-bottom: 32px;
}

.p-t-4 {
  padding-top: 32px;
}

.m-t-4 {
  margin-top: 32px;
}

.p-r-4 {
  padding-right: 32px;
}

.m-r-4 {
  margin-right: 32px;
}

.m-tb-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-tb-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-lr-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.p-3 {
  padding: 24px;
}

.p-b-3 {
  padding-bottom: 24px;
}

.m-b-3 {
  margin-bottom: 24px;
}

.p-t-3 {
  padding-top: 24px;
}

.m-t-3 {
  margin-top: 24px;
}

.p-r-3 {
  padding-right: 24px;
}

.m-r-3 {
  margin-right: 24px;
}

.m-tb-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-tb-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-lr-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-2 {
  padding: 16px;
}

.p-b-2 {
  padding-bottom: 16px;
}

.m-b-2 {
  margin-bottom: 16px;
}

.p-t-2 {
  padding-top: 16px;
}

.m-t-2 {
  margin-top: 16px;
}

.p-r-2 {
  padding-right: 16px;
}

.m-r-2 {
  margin-right: 16px;
}

.m-tb-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-tb-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-lr-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.p-1 {
  padding: 8px;
}

.p-b-1 {
  padding-bottom: 8px;
}

.m-b-1 {
  margin-bottom: 8px;
}

.p-t-1 {
  padding-top: 8px;
}

.m-t-1 {
  margin-top: 8px;
}

.p-r-1 {
  padding-right: 8px;
}

.m-r-1 {
  margin-right: 8px;
}

.m-tb-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-tb-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-lr-1 {
  padding-left: 8px;
  padding-right: 8px;
}

body .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0px;
  margin-right: 0px;
}

.no-gutters > [class*='col-'] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-1 {
  max-width: 8.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

@media screen and (max-width: 1200px) {
  .col-xl-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-xl-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-xl-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-xl-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-xl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-xl-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-xl-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-xl-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-lg-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-lg-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-lg-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-lg-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-lg-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-md-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-md-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-md-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-md-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-md-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-md-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-sm-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-sm-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-sm-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-sm-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-sm-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-sm-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}

.fz-lg {
  font-size: 3em;
}

.fz-md {
  font-size: 2em;
}

.fz-md-sm {
  font-size: 1.75em;
}

.fz-sm {
  font-size: 1.5em;
}

.fw-black {
  font-weight: 800;
}

.fw-bold {
  font-weight: 800;
}

.fw-md {
  font-weight: 500;
}

.fw-light {
  font-weight: 300;
}

.text {
  color: #4d4d4d;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  font-size: 1.4em;
  text-align: left;
  font-weight: 700;
}

.text-lp-sm {
  color: #4d4d4d;
  line-height: 2em;
  font-size: 1.15em;
}

.text-1em {
  color: #4d4d4d;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size: 1.15em;
  font-weight: 600;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.tul-color {
  color: #CC3300;
}

.gray-dark-color {
  color: #4d4d4d;
}

.bg-gray {
  background: #777;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 3.5em;
  color: #fff;
}

.bg-gray-shape {
  background: #ccc;
  color: #000;
}

.table-title {
  background: #cfcfcf;
  color: #474747;
  text-align: center;
  line-height: 2em;
  font-size: 1.35em;
}

.table-content:nth-child(odd) {
  background: #fff;
}

.table-content:nth-child(even) {
  background: #eee;
}

.table-content .table-text {
  border-left: 2px solid #fff;
  padding: 16px;
}

.table-line {
  border-right: 1px solid #fff;
}

.table-bg {
  background: #777;
}

.text-doc p {
  font-size: 1.15em;
  font-weight: 800;
  margin: 8px;
  border-bottom: 1px solid;
}

.box-shadow {
  -webkit-box-shadow: 0 0 5px 0px #ccc;
          box-shadow: 0 0 5px 0px #ccc;
}

.text-change {
  text-align: left;
  padding-top: 16px;
}

ul.text.col-w-6.text-change li {
  font-size: 1em;
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 18px auto 0 auto;
  border-radius: 4px;
  padding-top: 43px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 90vw;
  height: 500px;
  background: #ccc;
  text-align: center;
  line-height: 500px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  padding: 10px 15px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 50%;
}

a.control_next {
  right: 0;
  border-radius: 50%;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.example-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: -1px 1px 5px black;
}

.example-content h2, .example-content p {
  padding: 16px 0;
}

.example-content h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.55em;
}

.example-content p {
  font-size: 2em;
}

.slider-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-slide img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simple-slider,
.slider-container,
.slider-slide {
  height: 70vh;
}

.simple-slider {
  width: 100%;
  margin: auto;
  position: relative;
}

.simple-slider .slider-container {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.simple-slider .slider-container .slider-inner {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.simple-slider .slider-container .slider-inner .slider-slide {
  position: relative;
  display: inline-block;
  width: calc(100% + 6px);
  margin-right: -4px;
}

.simple-slider .slider-previous {
  left: 20px;
}

.simple-slider .slider-next {
  right: 20px;
}

.simple-slider .slider-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  right: 0;
  text-align: center;
}

.simple-slider .slider-dots a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 10px;
}

.simple-slider .slider-dots a.active {
  background-color: #333;
}

.simple-slider .slider-previous,
.simple-slider .slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 50px;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.simple-slider .slider-previous:hover,
.simple-slider .slider-next:hover {
  opacity: 1;
}

.simple-slider .slider-previous:active,
.simple-slider .slider-next:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/banner/about.jpg");
}

.banner h2 {
  color: #ffffff;
  text-shadow: 1px 1px 5px  #000000;
}

.corporate-bg {
  background-image: url("../img/banner/business.jpeg");
}

.csr-bg {
  background-image: url("../img/banner/csr.jpg");
}

.hr-bg {
  background-image: url("../img/banner/join-us.jpg");
}

.tul-story-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.powerColor-logo {
  background-image: url(../img/logo_powercolor.png);
}

.tulEmbedded-logo {
  background-image: url(../img/logo_tulembedded.png);
}

.iotuasia-logo {
  background-image: url(../img/logo_iotuasia.png);
}

.floraup-logo {
  background-image: url(../img/logo_floraup.png);
}

.business-strategy-item-bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-strategy-rd-team-bg {
  background-image: url(../img/business-strategy-01.jpg);
}

.business-strategy-production-bg {
  background-image: url("../img/business-strategy-02.jpg");
}

.business-strategy-cost-bg {
  background-image: url("../img/business-strategy-03.jpg");
}

.business-strategy-service-bg {
  background-image: url("../img/business-strategy-04.jpg");
}

.content p {
  color: #4d4d4d;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tableStyle thead {
  background: #cfcfcf;
  color: #474747;
  text-align: center;
  line-height: 2em;
  font-size: 1.35em;
}

.tableStyle tbody tr:nth-child(even) {
  background: #eee;
}

.tableStyle tbody tr td {
  line-height: 1.7em;
}

.tableStyle tbody tr td p {
  padding: 20px;
}

.menu {
  -webkit-box-shadow: 0px 1px 7px #ccc;
          box-shadow: 0px 1px 7px #ccc;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
}

.menu nav p {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  cursor: default;
}

.menu nav a, .menu nav p {
  color: #4d4d4d;
  font-size: 4.2em;
}

.menu nav a {
  font-weight: 700;
  font-size: 4.5em;
  cursor: pointer;
}

.menu nav a:hover {
  color: #000000;
}

.menu nav ul li ul li a {
  font-size: 4.2em;
}

.menu-item {
  background: #fff;
  position: absolute;
  padding: 32px 0 0 8px;
  width: 100%;
}

.menu-item a {
  display: inline-block;
  padding: 4px 0;
  margin: 4px 0;
  font-weight: 100;
}

.bg-w {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: -2;
  height: 300px;
}

.aside {
  color: #4d4d4d;
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}

.aside li {
  margin-bottom: 16px;
}

.aside li h5 {
  font-size: 1.55em;
}

.aside li a {
  font-size: 1.25em;
  font-weight: 700;
  margin-left: 20px;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}

.aside li a:hover {
  color: #CC3300;
  border-bottom: 2px solid #CC3300;
  font-weight: bold;
}

.aside li .active {
  color: #CC3300;
  border-bottom: 2px solid #CC3300;
  font-weight: bold;
  cursor: context-menu;
}

.nav-list-pc li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-list-pc li:hover ul .nav-dropdowns {
  display: block;
}

a.fz-menu {
  font-size: 1.25em;
}

.lan {
  right: 50px;
  position: absolute;
  font-weight: 600;
}

.lan a {
  position: relative;
}

.lan a::after {
  content: "";
  background: #000000;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0em;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.lan a:hover:after {
  height: .05em;
  min-height: 1.25px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-space-bettween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clearfix {
  clear: both;
}

/* Extra large devices */
.col-12 {
  max-width: 100%;
}

.col-w-12 {
  width: 100%;
}

.col-w-6 {
  width: 47%;
}

.col-w-10 {
  width: 83.33333%;
}

.col-w-9 {
  width: 75%;
}

.col-w-8 {
  width: 66.666666%;
}

.col-w-4 {
  width: 33.33333%;
}

.col-w-3 {
  width: 25%;
}

.col-w-2 {
  width: 16.66667%;
}

.col-w-1 {
  width: 8.33333%;
}

.col-w-77 {
  width: 14.2857143%;
}

.col-w-777 {
  width: 28.5714286%;
}

.col-w-7777 {
  width: 42.8571429%;
}

.vh {
  min-height: 50vh;
}

.vh-768 {
  min-height: 59vh;
}

@media (max-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
  }
  .vh {
    min-height: 55vh;
  }
  .banner {
    height: 482px;
  }
}

/* desktops */
@media (max-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
  }
}

/* tablets */
@media (max-width: 768px) {
  .tul-story-logo {
    height: 70px;
    background-size: 175px;
  }
  .col-md-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .business-strategy-item-bg {
    height: calc(100vw - 30px);
  }
  .fz-sm {
    font-size: 2em;
  }
  .text-1em, .text {
    font-size: 1.45em;
  }
  .aside ul li a {
    font-size: 1.25em;
  }
  .tb {
    width: 800px;
  }
  .scroll {
    overflow-x: scroll;
  }
  .tableStyle td p {
    line-height: 2em;
    font-size: 1.5em;
  }
}

/* phones */
@media (max-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aside {
    display: none;
  }
  .col-w-12, .col-w-10, .col-w-9, .col-w-8 {
    width: 100%;
  }
  .col-w-2 {
    width: 100%;
  }
  .col-w-6 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .fz-md {
    font-size: 2.25em;
  }
  .fz-sm {
    font-size: 2em;
  }
  .text-1em, .text {
    font-size: 1.65em;
  }
  .col-w-4 {
    width: 100%;
  }
  .box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .text-change {
    text-align: center;
  }
}

i.small {
  font-size: 0.25rem;
}

.none {
  display: none;
}

footer {
  width: 100%;
  left: 0;
  background: #e6e6e6;
  z-index: -1;
  text-align: center;
  padding: 16px 0;
}

.full {
  height: 45vh;
}

.wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-top {
  padding-bottom: 24px;
  margin: 32px 0;
  border-bottom: 1px solid #ccc;
  color: #777;
}

.news-top span {
  color: #ccc;
}

.news-top h4 {
  font-size: 1.55em;
  font-weight: 800;
  line-height: 1.5em;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-top h4 span {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2em;
  padding: 0 0.5em;
}

.news-top h4 .tul {
  background: #CC3300;
}

.news-top h4 .floraup {
  background: #2ea3f2;
}

.news-top h4 .iotuasia {
  background: #d97635;
}

.news-top .active {
  color: #000;
}

.news-top p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 2.25em;
}

.news-col-hover:last-of-type {
  border: none;
}

.news-col-hover:hover {
  cursor: pointer;
}

.news-col-hover:hover h4 {
  color: #000;
}

.news-col-hover:hover p {
  color: #000;
}

.new-column {
  height: 195px;
  overflow: hidden;
}

.news-content-preview {
  overflow: hidden;
  height: calc(3.5em + 16px);
}

.news-col {
  padding-bottom: 24px;
  margin: 32px 0;
  border-bottom: 1px solid #ccc;
}

.news-col span {
  color: #ccc;
  margin-bottom: 8px;
}

.news-col h4 {
  font-size: 1.55em;
  color: #777;
  font-weight: 800;
  line-height: 1.5em;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-col h4 span {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2em;
  padding: 0 0.5em;
  margin-right: 8px;
}

.news-col h4 .tul {
  background: #CC3300;
}

.news-col h4 .floraup {
  background: #2ea3f2;
}

.news-col h4 .iotuasia {
  background: #d97635;
}

.news-col p {
  color: #777;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-col .active {
  color: #000;
}

.news-content {
  color: #4d4d4d;
  line-height: 2.35em;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  font-weight: 700;
}

.news-content p {
  font-size: 1.25em;
}

.news-content-preview-top {
  height: 60px;
  overflow: hidden;
}

.custom-select {
  width: 300px;
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected, .custom-select-button {
  color: #777;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.select-selected:hover {
  background-color: white;
  border: 1px solid #777;
  cursor: pointer;
}

.custom-select-button:hover {
  background: #CC3300;
  color: #fff;
  border: 1px solid #CC3300;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #777 transparent transparent transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: #777 transparent transparent transparent;
  top: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected, .custom-select-button {
  color: #777;
  padding: 10px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.25em;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ccc;
  border-top: transparent;
  cursor: pointer;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=main.css.map */