@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  header {
    text-align: left !important;
  }
}
/*      base
-----------------------------------------------------------------------*/
@-moz-viewport , @-ms-viewport, @-o-viewport, @-webkit-viewport, @viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: none !important;
}

html, body {
  text-align: center;
  height: 100%;
}

body {
  background: #FBFBFB;
  color: #1a1a1a;
  font: 16px/1.5 "Quicksand", 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}

img {
  vertical-align: middle;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

button, [role=button], [type=button] {
  background: none;
  cursor: pointer;
  border: none;
}
button:focus, [role=button]:focus, [type=button]:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(146, 223, 53, 0.35);
}

a {
  color: #04141C;
  text-decoration: none;
  -webkit-transition: color 0.35s, background 0.3s;
  transition: color 0.35s, background 0.3s;
}
a:hover, a:active {
  color: #318294;
  outline-width: 0;
}

h1 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 60px;
  font-size: 3.75rem;
}

h3 {
  font-size: 27px;
  font-size: 1.69rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 18px;
  font-size: 1.13rem;
}

h6 {
  font-size: 17px;
  font-size: 1.06rem;
}

b, strong, .b, .strong {
  font-weight: bold;
}

mark {
  background-color: #fffFD7;
  padding: 0.2em;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #E6E7DF;
}

p {
  margin: 0;
}
p + p {
  margin-top: 0.5em;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #E6E7DF;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}
ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl {
  font-size: 90%;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}

.form-element {
  display: block;
  width: 100%;
  padding: 0 0.3em;
  line-height: 28px;
  min-height: 28px;
  color: #343a40;
  background-color: #fff;
  font-size: 0.88rem;
  border: 1px solid #E6E7DF;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-element:disabled, [readonly].form-element {
  background-color: #eee;
  opacity: 1;
}
.form-element:disabled {
  cursor: not-allowed;
}
.form-element:focus {
  outline: none;
  border-color: #92df35;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(146, 223, 53, 0.35);
}
.form-inline .form-element, .inline.form-element {
  display: inline;
  width: auto;
}
.form-inline .form-element:not(:last-child), .inline.form-element:not(:last-child) {
  margin-right: 0.3rem;
}
.form-element::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-element::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 14" width="32" height="14"><path fill="%23c8c8c8" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 3rem !important;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 14" width="32" height="14"><path fill="false" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

input[type=number] {
  padding-right: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.form-label, .field dt {
  display: inline-block;
  font-weight: normal;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

legend {
  width: 100%;
}

legend,
.form-label.block,
.field dt.block {
  margin-bottom: 0.5rem;
}

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

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

textarea {
  resize: vertical;
  min-height: 6.5rem;
}

output {
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 28px;
    height: 30px;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background: #0a3449;
  color: #fff;
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 28px;
  letter-spacing: 0.2em;
  padding: 0.3em 1.67em;
  -webkit-transition: all .35s, color .5s;
  transition: all .35s, color .5s;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  background: #78C21F;
  color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  background: #959595;
}
.btn.success {
  background: #78C21F;
}
.btn.success:hover, .btn.success:active, .btn.success.active {
  background: #8ddd2c;
}
.btn.info {
  background: #BEE3BC;
}
.btn.info:hover, .btn.info:active, .btn.info.active {
  background: #daefd9;
}
.btn.warning {
  background: #F5B843;
}
.btn.warning:hover, .btn.warning:active, .btn.warning.active {
  background: #f7c76a;
}
.btn.danger {
  background: #FF5F73;
}
.btn.danger:hover, .btn.danger:active, .btn.danger.active {
  background: #ff8897;
}
.btn.white:hover, .btn.white:active, .btn.white.active {
  background: #092e40;
}

.scrolling .logo, .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.timeline-content:after, .field:after, .btn-group:after, .wrap:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (min-width: 48em) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 64em) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 75em) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
.clear {
  clear: both;
}

.rest {
  overflow: hidden;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.img-center {
  display: block;
  margin: auto;
}

.center, .about-target dt, .wrap {
  margin-right: auto;
  margin-left: auto;
}

[hidden], .hidden {
  display: none;
}

.circle, .pagination > a, .news-date {
  border-radius: 50%;
}

.full {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

.m-0, .gallery h4 {
  margin: 0;
}

.mt-0, .about-local h3 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0, .logo {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2, .news-date small {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4, .breadcrumb li:not(:last-child) {
  margin-right: 0.25rem;
}

.mb-4, .lang-nav a {
  margin-bottom: 0.25rem;
}

.ml-4, .breadcrumb li:not(:last-child):after {
  margin-left: 0.25rem;
}

.mx-4 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-4, .overlay-nav .sub-nav a, .foot-contacts dd {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-8, .foot-nav a {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8, .product-nav a {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12, .logo {
  margin-top: 0.75rem;
}

.mr-12, #menu img {
  margin-right: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16, .product-nav a {
  margin-bottom: 1rem;
}

.ml-16, .company-wx {
  margin-left: 1rem;
}

.mx-16 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-16, .album, .news-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24, .title-head {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24, .tec-info, .about-target dt {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-24, .gallery, .overlay-nav .main-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mr-32, .timeline-content dt {
  margin-right: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.ml-32, .pagination .next-prev {
  margin-left: 2rem;
}

.mx-32 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-48 {
  margin: 3rem;
}

.mt-48, .pagination {
  margin-top: 3rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.ml-48 {
  margin-left: 3rem;
}

.mx-48 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-64 {
  margin: 4rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mx-64 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-4, #menu img {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4, #header .nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-8, .album figcaption {
  padding: 0.5rem;
}

.pt-8, .album {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8, .album, .tip:after {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-8, .timeline-content dd, .goTop {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.pt-12, .timeline {
  padding-top: 0.75rem;
}

.pr-12, .field dt {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12, .pagination .next-prev a {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-12, .breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16, .goTop {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24, .timeline-content dt {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24, .news-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-24, .overlay-nav, #header .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.px-32, .timeline-content dd {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-48 {
  padding: 3rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pl-48 {
  padding-left: 3rem;
}

.px-48 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-48, .news-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-64, .about-local article {
  padding: 4rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pl-64 {
  padding-left: 4rem;
}

.px-64 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

.text-left, .timeline-content dd, .editor, .copyright, .logo, .news-item p, .news-title {
  text-align: left;
}

.text-right, .timeline-content dt, .field dt {
  text-align: right;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-sp {
  font-family: "Quicksand";
}

.text-white, .album:hover figcaption, .tec-info dt, .gallery:hover h4, .gallery i, .product-nav a.active, .pagination > a.active, .title-head, .tip:after, .overlay-nav footer, .overlay-nav .sub-nav a, .overlay-nav .nav-link:hover, .overlay-nav .nav-link:active, .overlay-nav .nav-link.active, .mobile-toggle, .lang-nav a.active, .nav-link, #menu .sub-nav a:hover, #menu .sub-nav a:active, #menu .sub-nav a.active, .copyright, .company-group, .logo, .news-item:hover .btn, .news-date, .goTop:hover, .goTop:active, .goTop, .btn.outline:hover, .btn.outline:active, .btn.white:hover, .btn.white:active, .btn.white.active {
  color: #fff;
}

.text-black {
  color: #000;
}

.bg-white, .album, .gallery, #menu img, .news-item:hover, .btn.white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.text-primary, .pagination > a, #menu .sub-nav a, .hover-sp:hover, .foot-nav a:hover, .hover-sp:active, .foot-nav a:active, ::selection, .title, .btn.outline, .btn.white {
  color: #04141C;
}

.bg-primary {
  background-color: #04141C;
}

.hover-primary {
  color: #04141C;
}
.hover-primary:hover, .hover-primary:active {
  color: black;
}

.text-secondary, .foot-nav a.active {
  color: #318294;
}

.bg-secondary, .tec-info:first-child dt, .product-nav a.active, .lang-nav a.active {
  background-color: #318294;
}

.hover-secondary {
  color: #318294;
}
.hover-secondary:hover, .hover-secondary:active {
  color: #1e505b;
}

.text-muted {
  color: #E6E7DF;
}

.bg-muted, .timeline-content dd, .timeline:before, .album figcaption, .product-nav a, .pagination > a:not(.active):hover, .pagination > a:not(.active):active, .lang-nav a, ::selection {
  background-color: #E6E7DF;
}

.hover-muted {
  color: #E6E7DF;
}
.hover-muted:hover, .hover-muted:active {
  color: #c4c6b3;
}

.text-success, .overlay-nav .sub-nav a:hover, .overlay-nav .sub-nav a.active {
  color: #78C21F;
}

.bg-success, .album:hover figcaption, .gallery:hover h4, .pagination > a.active, #menu .sub-nav a:hover, #menu .sub-nav a:active, #menu .sub-nav a.active, .news-item:hover .btn, .news-item:hover .news-date, .btn.outline:hover, .btn.outline:active {
  background-color: #78C21F;
}

.hover-success {
  color: #78C21F;
}
.hover-success:hover, .hover-success:active {
  color: #4f8014;
}

.text-info {
  color: #BEE3BC;
}

.bg-info, .gallery h4, .product-nav a:not(.active):hover, .product-nav a:not(.active):active, .lang-nav a:not(.active):hover, .lang-nav a:not(.active):active, #menu .sub-nav a, .news-date {
  background-color: #BEE3BC;
}

.hover-info {
  color: #BEE3BC;
}
.hover-info:hover, .hover-info:active {
  color: #8acc86;
}

.text-warning {
  color: #F5B843;
}

.bg-warning {
  background-color: #F5B843;
}

.hover-warning {
  color: #F5B843;
}
.hover-warning:hover, .hover-warning:active {
  color: #e0970c;
}

.text-danger, .help {
  color: #FF5F73;
}

.bg-danger {
  background-color: #FF5F73;
}

.hover-danger {
  color: #FF5F73;
}
.hover-danger:hover, .hover-danger:active {
  color: #ff1330;
}

[class*=text-].disabled, [class*=text-][disabled],
[class*=hover-].disabled,
[class*=hover-][disabled] {
  cursor: not-allowed;
  color: #959595;
}

.font-tiny, .tip:after, .overlay-nav footer, .lang-nav a, .copyright, .company-group small, .news-date small {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-sm {
  font-size: 13px;
  font-size: 0.81rem;
}

.font-md, .breadcrumb, .foot-contacts dd {
  font-size: 15px;
  font-size: 0.94rem;
}

.font-lg, .album figcaption, .overlay-nav .sub-nav a, #header .nav-link, #menu .sub-nav a, .foot-nav a, [lang=en] .logo small, .help, .goTop {
  font-size: 18px;
  font-size: 1.13rem;
}

.font-xl, .timeline-content dt, .mobile-toggle {
  font-size: 24px;
  font-size: 1.5rem;
}

.font-xxl, .about-target dt {
  font-size: 36px;
  font-size: 2.25rem;
}

.font-xxxl, .gallery i {
  font-size: 48px;
  font-size: 3rem;
}

.font-jumbo {
  font-size: 64px;
  font-size: 4rem;
}

.font-normal {
  font-style: normal;
}

.btn.outline {
  border-color: #BEE3BC;
  background-color: transparent;
  border-radius: 28px;
}
.goTop {
  z-index: 99;
  opacity: 0;
  border-radius: 0.25rem border-radius 0 0;
  background: rgba(4, 20, 28, 0.35);
  position: fixed;
  right: 1.6%;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.goTop:hover, .goTop:active {
  background: #04141C;
}

.fade-in {
  -webkit-animation: fadeIn 1s 1 forwards;
  animation: fadeIn 1s 1 forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-out {
  -webkit-animation: fadeOut 1s 1 forwards;
  animation: fadeOut 1s 1 forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.underline {
  border-bottom: 1px solid;
}

.outline {
  border: 1px solid;
}

.title {
  line-height: 1.3;
  font-size: 48px;
  font-size: 3rem;
}
.title::first-letter {
  border-bottom: 4px solid #BEE3BC;
}
.title .underline {
  border-bottom: 4px solid #BEE3BC;
}

.help {
  cursor: help;
}

.hover-underline, .breadcrumb a, .foot-contacts a {
  position: relative;
}
.hover-underline:after, .breadcrumb a:after, .foot-contacts a:after {
  border-bottom: 1px solid;
  width: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.timeline-content:after, .timeline-content:before, .timeline:before, .product-nav a.active:before, .tip:before, .tip:after, .nav-link:before, #menu .nav-link:after, .news-item:before, .hover-underline:after, .breadcrumb a:after, .foot-contacts a:after {
  content: "";
  display: block;
}

.hover-underline:hover:after, .breadcrumb a:hover:after, .foot-contacts a:hover:after, .hover-underline:active:after, .breadcrumb a:active:after, .foot-contacts a:active:after {
  width: 100%;
  left: 0;
}

.hover-sp, .foot-nav a {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.hover-sp:before, .foot-nav a:before, .hover-sp:after, .foot-nav a:after {
  content: "";
  display: block;
  border: 0 solid #BEE3BC;
  opacity: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  transition: 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  -ms-transform: translate(0px, 0px) scale(0.8);
  -webkit-transform: translate(0px, 0px) scale(0.8);
  transform: translate(0px, 0px) scale(0.8);
}
.hover-sp:before, .foot-nav a:before {
  left: 0;
  bottom: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.hover-sp:after, .foot-nav a:after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
.hover-sp:hover, .foot-nav a:hover, .hover-sp:active, .foot-nav a:active {
  text-shadow: 0 0 1px;
}
.hover-sp:hover:before, .foot-nav a:hover:before, .hover-sp:hover:after, .foot-nav a:hover:after, .hover-sp:active:before, .foot-nav a:active:before, .hover-sp:active:after, .foot-nav a:active:after {
  -webkit-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  opacity: 1;
}
.hover-sp:hover:before, .foot-nav a:hover:before, .hover-sp:active:before, .foot-nav a:active:before {
  -ms-transform: translate(-12px, 4px) scale(1);
  -webkit-transform: translate(-12px, 4px) scale(1);
  transform: translate(-12px, 4px) scale(1);
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.hover-sp:hover:after, .foot-nav a:hover:after, .hover-sp:active:after, .foot-nav a:active:after {
  -ms-transform: translate(12px, -4px) scale(1);
  -webkit-transform: translate(12px, -4px) scale(1);
  transform: translate(12px, -4px) scale(1);
  border-top-width: 3px;
  border-right-width: 3px;
}

.news-date {
  display: inline-block;
  line-height: 1;
  padding-top: 14px;
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-size: 2rem;
  width: 75px;
  height: 75px;
}
.news-date small {
  display: block;
}
.news-title {
  line-height: 1.4;
}
.news-item {
  position: relative;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media (min-width: 64em) {
  .news-item {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 48.06em) {
  .news-item {
    min-height: 506px;
  }
}
.news-item:before {
  position: absolute;
  top: 92px;
  right: 24px;
  left: 24px;
  border-top: 2px solid #BEE3BC;
}
.news-item p {
  line-height: 1.85;
}
@media (min-width: 48.06em) {
  .news-item .btn {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 64px;
  }
}
@media (max-width: 47.99em) {
  .news-item .btn {
    margin-top: 48px;
  }
}
.news-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-item:hover .btn:hover, .news-item:hover .btn:active {
  background-color: #6aac1b;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*      layout
-----------------------------------------------------------------------*/
.wrap {
  max-width: 1480px;
}
@media (max-width: 92.44em) {
  .wrap {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

body {
  padding-top: 284px;
}
@media (max-width: 63.94em) {
  body {
    padding-top: 220px;
  }
}

#wrapper {
  min-height: 100%;
  padding-bottom: 474px;
}
.AboutUs #wrapper, .ContactUs #wrapper {
  padding-bottom: 402px;
}

#header {
  height: 284px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #04141C center/cover no-repeat;
}
.AboutUs #header {
  background-image: url(../images/AboutUs-banner.jpg);
}
.News #header {
  background-image: url(../images/News-banner.jpg);
}
.Products #header {
  background-image: url(../images/Products-banner.jpg);
}
.Branch #header {
  background-image: url(../images/Branch-banner.jpg);
}
.Tec #header {
  background-image: url(../images/Tec-banner.jpg);
}
.OEM #header {
  background-image: url(../images/OEM-banner.jpg);
}
.Award #header {
  background-image: url(../images/Award-banner.jpg);
}
.ContactUs #header {
  background-image: url(../images/ContactUs-banner.jpg);
}
@media (max-width: 63.94em) {
  #header {
    height: 220px;
  }
}
.scrolling #header {
  height: 54px;
  background: rgba(4, 20, 28, 0.8);
  position: fixed;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-animation: scrolling 1s alternate both;
  animation: scrolling 1s alternate both;
}
@-webkit-keyframes scrolling {
  from {
    opacity: 0.5;
    top: -284px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes scrolling {
  from {
    opacity: 0.5;
    top: -284px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.scrolling #header:hover {
  background: #04141C;
}

.logo {
  cursor: pointer;
  cursor: hand;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-shadow: 0 0 8px #000;
  letter-spacing: 0.02em;
  height: 58px;
  min-width: 67px;
  padding-top: 1.5px;
  padding-left: 83px;
  font-size: 33px;
  font-size: 2.06rem;
}
@media (max-width: 35.44em) {
  .logo {
    margin-top: 6px;
    height: 68px;
    padding-left: 72px;
  }
}
.scrolling .logo {
  height: 42px;
  margin-top: 6px;
  background-size: contain;
}
.logo small {
  letter-spacing: 0.16em;
}
[lang=en] .logo small {
  letter-spacing: 0.65em;
}

.head-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 63.94em) {
  .head-info {
    border-bottom: none;
  }
}
.scrolling .head-info {
  display: none;
}

.company-group {
  letter-spacing: 0.04em;
  font-size: 17px;
  font-size: 1.06rem;
}
@media (max-width: 63.94em) {
  .company-group {
    display: none;
  }
}
.company-group span {
  background-repeat: no-repeat;
  min-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.company-group small {
  letter-spacing: 0.002em;
  -ms-transform: scale(0.833);
  -webkit-transform: scale(0.833);
  transform: scale(0.833);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.company-tw {
  background-position: right 0;
  background-image: url(../images/icon-iatf.png);
  padding-right: 42px;
}
[lang=en] .company-tw, [lang=ja] .company-tw {
  padding-right: 26px;
}
.company-wx {
  background-position: 305px 0;
  background-image: url(../images/icon-iatf2.png);
}
[lang=en] .company-wx {
  background-position: right 0;
  padding-right: 10px;
}

#footer {
  color: #454545;
  min-height: 402px;
  margin-top: -402px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #E6E7DF;
  padding-top: 36px;
}
#footer a {
  color: #454545;
}

@media (min-width: 64em) {
  .foot-nav {
    border-right: 1px solid #E6E7DF;
  }
}
[lang=en] .foot-nav dl {
  margin-bottom: 12.5px;
}
.foot-nav dt {
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.foot-nav dd {
  margin-left: -8px;
}
.foot-nav a {
  display: inline-block;
  letter-spacing: 0.1em;
}
[lang=en] .foot-nav a {
  line-height: 1;
}
@media (min-width: 64em) {
  .foot-contacts {
    padding-left: 36px;
  }
}
.foot-contacts dt {
  font-weight: normal;
}
.foot-contacts dd {
  text-indent: -1.7em;
  margin-left: 1.7em;
}
.foot-contacts dd:before {
  color: #c2c4b0;
  margin-right: 12px !important;
}
@media (min-width: 75em) {
  .foot-contacts .tel, .foot-contacts .fax {
    display: inline-block;
    margin-right: 16px;
  }
}

.copyright {
  letter-spacing: 1px;
  background: #082733;
}
.copyright section {
  background: url(../images/logo-s.gif) 0 center no-repeat;
  line-height: 66px;
  padding-left: 56px;
}
@media (max-width: 92.44em) {
  .copyright section {
    padding-left: 72px;
    background-position: 16px center;
  }
}

@media (max-width: 74.94em) {
  #menu {
    display: none;
  }
}
#menu .dropdown {
  display: inline-block;
  vertical-align: top;
}
#menu .dropdown:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  top: 139px;
}
.scrolling #menu .dropdown:hover .sub-nav {
  top: 54px;
}
#menu .dropdown:hover .nav-link:after {
  opacity: 1;
  bottom: 0;
}
#menu .nav-link:after {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 0 10px 8px 10px;
  border-bottom-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}
#menu .nav-link:after {
  bottom: -20px;
  opacity: 0;
}
#menu img {
  border: 1px solid #E6E7DF;
  border-radius: 0.25rem 0 0 0.25rem;
  height: 120px;
}
#menu .sub-nav {
  -webkit-transition: 0.3s, opacity 0.5s ease-out;
  transition: 0.3s, opacity 0.5s ease-out;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 24px 16px 12px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  z-index: 21;
  opacity: 0;
  visibility: hidden;
}
.scrolling #menu .sub-nav {
  top: 34px;
}
#menu .sub-nav a {
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  margin: 0 0 0.75rem 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 74.94em) {
  #menu .sub-nav a {
    padding: 8px 12px;
  }
}
#menu .sub-nav a:hover img, #menu .sub-nav a:active img, #menu .sub-nav a.active img {
  border-color: #6aac1b;
}
#menu .sub-nav a.active {
  box-shadow: 3px 3px 5px #E6E7DF;
}

.nav-link {
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.nav-link:before {
  border-top: 3px solid #BEE3BC;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#header .nav-link {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 87.49em) {
  [lang=ja] #header .nav-link, [lang=en] #header .nav-link {
    margin-left: 12px;
  }
}
.scrolling #header .nav-link {
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}
.nav-link:hover, .nav-link:active {
  color: #a2d79f;
}
.nav-link:hover:before, .nav-link:active:before, .nav-link.active:before {
  width: 100%;
}

.lang-nav {
  margin-top: 10px;
}
@media (max-width: 63.94em) {
  #header .lang-nav {
    display: none;
  }
}
.lang-nav a {
  display: inline-block;
  border-radius: 0.25rem;
  width: 72px;
  color: #7c8060;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.lang-nav a:not(.active) {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.overlay {
  overflow-y: hidden;
}
.overlay .mobile-toggle {
  top: 6px;
}
.overlay .overlay-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-toggle {
  display: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 2px 2px 15px;
  position: absolute;
  top: 74px;
  right: 16px;
}
@media (max-width: 74.94em) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle:focus {
  box-shadow: none;
}
@media (max-width: 63.94em) {
  .mobile-toggle {
    top: 12px;
  }
}
.scrolling .mobile-toggle {
  position: fixed;
  top: 6px;
}

.overlay-nav {
  background: #072432;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 999;
}
.overlay-nav .main-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.overlay-nav .nav-link {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  padding: 10px 0;
}
.overlay-nav .nav-link.active {
  background-color: rgba(190, 227, 188, 0.1);
}
.overlay-nav .sub-nav {
  display: flex;
  flex-direction: column;
}
.overlay-nav footer {
  display: inline-block;
  background: url(../images/logo-s.gif) 0 center no-repeat;
  line-height: 41px;
  padding-left: 54px;
}

.tip {
  position: relative;
}
.tip:before, .tip:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tip:before {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 6px 6px 0 6px;
  border-top-color: rgba(0, 0, 0, 0.85);
  top: -6px;
  margin-left: -6px;
  pointer-events: none;
}
.tip:after {
  bottom: 100%;
  margin-bottom: 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  content: attr(aria-label);
  white-space: pre;
  line-height: 26px;
  letter-spacing: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tip:hover::before, .tip:hover::after {
  visibility: visible;
  opacity: 1;
}

.btn-group > .btn {
  float: left;
}
.btn-group > .btn:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group .btn,
.btn-group .dropdown-toggle:active {
  outline: 0;
}

.field {
  margin-bottom: 0.75rem;
}
.field dt {
  font-weight: normal;
}
@media (max-width: 47.94em) {
  .field dt {
    text-align: left;
    display: block;
  }
}

.gallery figcaption, figure .full-link:empty {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

figure {
  position: relative;
  margin: 0;
}
figure .full-link:empty {
  z-index: 1;
  opacity: 0;
  background: #fff;
}

.object-cover {
  object-fit: cover;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.title-head {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 15px;
  text-transform: uppercase;
  word-break: break-all;
  font-size: 72px;
  font-size: 4.5rem;
}
@media (max-width: 35.49em) {
  .title-head {
    font-size: 3rem;
    margin-top: 1.1em;
  }
}
.scrolling .title-head {
  display: none;
}

.breadcrumb {
  background: #f5f5f5;
  border-bottom: 1px solid #E6E7DF;
  color: #455F82;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.breadcrumb a {
  color: #455F82;
}
.breadcrumb li:not(:last-child):after {
  content: "/ ";
  color: #455F82;
}

.pagination > a, .pagination .next-prev {
  display: inline-block;
  vertical-align: middle;
}
.pagination > a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.editor {
  word-wrap: normal;
  word-break: break-all;
}
.editor img {
  max-width: 100% !important;
}

.about-info {
  background: #000 url(../images/aboutus/infoBg.jpg) center 0 no-repeat fixed;
}
.about-info2 {
  background: #1f535e;
}
.about-target {
  margin: 1.6% 0.8% 32px;
}
@media (min-width: 48em) {
  .about-target {
    width: 26.97%;
    display: inline-block;
    vertical-align: top;
  }
}
.about-target dt {
  border-radius: 50%;
  width: 164px;
  height: 164px;
  font-weight: normal;
  padding-top: 82px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.about-target .t1 {
  background: #F5B843 url(../images/aboutus/icon-info.png) 56px 18px no-repeat;
}
.about-target .t2 {
  background: #78C21F url(../images/aboutus/icon-info.png) -98px 18px no-repeat;
}
.about-target .t3 {
  background: #FF5F73 url(../images/aboutus/icon-info.png) -252px 18px no-repeat;
}
.about-target dd {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
.about-local {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 92.5em) {
  .about-local article {
    max-width: 740px;
  }
}
@media (max-width: 47.99em) {
  .about-local article {
    padding: 24px 16px;
  }
}
.about-local li {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 64em) {
  .about-local.tw article {
    left: -50%;
  }
}
@media (min-width: 92.5em) {
  .about-local.tw article {
    left: -740px;
  }
}
@media (min-width: 64em) {
  .about-local figure {
    overflow: hidden;
    min-height: 745px;
  }
}
@media (min-width: 64em) {
  .about-local img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
  }
}
@media (max-width: 63.94em) {
  .about-local img {
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .about-history .timeline {
    width: 47.6%;
    float: left;
  }
  .about-history .timeline:last-child {
    margin-left: 2.4%;
  }
}

.news-article header {
  font-size: 35px;
  font-size: 2.19rem;
  border-bottom: 2px solid #78C21F;
}
.news-article .date {
  color: #14648c;
}

.product-nav a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0.42em 1em;
  min-width: 136px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  color: #555;
  font-size: 18px;
  font-size: 1.13rem;
}
.product-nav a:not(.active) {
  border-radius: 0.25rem;
}
.product-nav a.active {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.product-nav a.active:before {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 10px 68px 0 68px;
  border-top-color: #318294;
  position: absolute;
  top: 100%;
  left: 50%;
}
.product-nav a.active:before {
  margin-left: -68px;
}

@media (min-width: 35.5em) {
  .grid {
    margin-left: -1.6%;
  }
}

.gallery {
  cursor: pointer;
  border: 1px solid #fff;
  padding-bottom: 54px;
}
@media (min-width: 35.5em) {
  .gallery {
    width: 48.4%;
    float: left;
    margin-left: 1.6%;
  }
}
@media (min-width: 48em) {
  .gallery {
    width: 31.73%;
  }
}
@media (min-width: 64em) {
  .gallery {
    width: 23.4%;
  }
}
.gallery .pic {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.gallery img, .gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery h4, .gallery figcaption {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.gallery img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gallery h4 {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.8em 8px;
}
.gallery i {
  -webkit-transition: 0.8s ease-out 0.3s;
  transition: 0.8s ease-out 0.3s;
  opacity: 0;
}
.gallery:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.gallery:hover figcaption {
  background: rgba(4, 20, 28, 0.8);
}
.gallery:hover i {
  margin-top: -27px;
  opacity: 1;
}
.gallery:hover img {
  -ms-transform: scale(1.2) translate(-50%, -50%);
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
}

.tec-info dt {
  box-shadow: 5px 5px 0 #E6E7DF, inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 35.5em) {
  .tec-info dt {
    border-radius: 50%;
    width: 174px;
    height: 174px;
    text-align: center;
    line-height: 174px;
    background-color: #78C21F;
    float: left;
    margin-right: 48px;
  }
}
@media (max-width: 35.44em) {
  .tec-info dt {
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #78C21F;
    border-radius: 0.5rem;
  }
}
.tec-info dd {
  overflow: hidden;
}
.tec-info p {
  text-indent: -1.32em;
  padding-left: 1.32em;
}
.tec-info p:before {
  color: #b8bba5;
}
@media (min-width: 35.5em) {
  .tec-info .row-cus p {
    display: inline-block;
    vertical-align: top;
    width: 31.73%;
  }
  .tec-info .row-cus p:first-child {
    margin-top: 0.5em;
  }
}

.album {
  border: 1px solid #E6E7DF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 35.5em) {
  .album {
    float: left;
    margin-right: 8px;
    margin-left: 8px;
  }
}
.album img {
  vertical-align: top;
  margin-bottom: 8px;
}
@media (min-width: 35.5em) {
  .Tec .album img {
    max-height: 180px;
  }
  .Award .album img {
    max-height: 300px;
  }
}
@media (max-width: 35.44em) {
  .album img {
    width: 100%;
  }
}
.album figcaption {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: -8px;
  margin-right: -8px;
}
.album:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-color: #78C21F;
}
.timeline {
  position: relative;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 76px;
  width: 6px;
}
.timeline-content {
  position: relative;
}
.timeline-content:before {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 8px 8px 8px 0;
  border-right-color: #E6E7DF;
  position: absolute;
  top: 12px;
  left: 100px;
}
.timeline-content:after {
  position: absolute;
  top: 8px;
  left: 67px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #78C21F;
  border: 4px solid whitesmoke;
}
.timeline-content dt {
  color: #115475;
  font-weight: normal;
  word-break: keep-all;
  width: 76px;
}
.timeline-content dd {
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

#map {
  height: 540px;
}

@media (max-width: 74.94em) {
  .ContactUs form h3 {
    text-align: left;
    line-height: 1.35;
  }
}

.textBreak {
  word-break: break-all;
}
