﻿@charset "UTF-8";
#logo a, .btn-toTop {
  display: block;
  line-height: 999px;
  overflow: hidden;
}

body {
  font: 1em/150% "微軟正黑體",Arial, Helvetica, sans-serif;
  color: #000;
  min-width: 320px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #07a;
}

/**/
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;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  outline: none;
  behavior: expression(this.onFocus=this.blur());
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

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, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

ol {
  list-style: decimal;
  margin: 0 0 0 1.2em;
}

p {
  text-align: justify;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.page {
  padding: 80px 0 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 120px;
}

#header-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 80px;
}

#header.fixed, .page #header {
  height: 80px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}

#logo {
  position: absolute;
  top: 42px;
  left: 15px;
}

#header.fixed #logo, .page #header #logo {
  top: 22px;
}

#logo a {
  background: url(../images/img-Logo.png) no-repeat;
  width: 225px;
  height: 40px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  z-index: 103;
  position: relative;
}

#header.fixed #logo a {
  background: url(../images/img-Logo.png) no-repeat;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#navigation-menu {
  float: right;
  margin: 45px 0 0;
}
#navigation-menu ul {
  overflow: hidden;
}
#navigation-menu li {
  float: left;
  position: relative;
}
#navigation-menu a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
}
#navigation-menu a.mPS2id-highlight {
  color: #fff;
}
#navigation-menu li a {
  position: relative;
}
#navigation-menu li a:hover {
  color: #fff;
  border-color: #fff;
}
#navigation-menu li a.current, #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first, #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last {
  color: #fff;
  border-color: #ed1c24;
}
#navigation-menu a.mPS2id-highlight.mPS2id-highlight-last {
  color: #fff;
  border-bottom: 2px solid transparent;
}

.fixed #navigation-menu, .page #navigation-menu {
  margin: 30px 0 0;
}
.fixed #navigation-menu a, .page #navigation-menu a {
  color: #000;
}
.fixed #navigation-menu a.mPS2id-highlight, .page #navigation-menu a.mPS2id-highlight {
  color: #209dc5;
}
.fixed #navigation-menu li a, .page #navigation-menu li a {
  position: relative;
}
.fixed #navigation-menu li a:hover, .page #navigation-menu li a:hover {
  color: #209dc5;
  border-color: #209dc5;
}
.fixed #navigation-menu li a.current, .fixed #navigation-menu #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first, .fixed #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last, .page #navigation-menu li a.current, .page #navigation-menu #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first, .page #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last {
  color: #209dc5;
  border-color: #209dc5;
}
.fixed #navigation-menu a.mPS2id-highlight.mPS2id-highlight-last, .page #navigation-menu a.mPS2id-highlight.mPS2id-highlight-last {
  color: #000;
  border-bottom: 2px solid transparent;
}

.language {
  position: absolute;
  top: 2px;
  right: 20px;
}

.icon-earth {
  background: url(../images/icon-earth.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 4px 0 0;
}

.fixed .icon-earth, .page .icon-earth {
  background: url(../images/icon-earth.png) no-repeat;
}

.fixed .slicknav_nav .icon-earth, .page .fixed .slicknav_nav .icon-earth {
  margin: 5px 10px 0 0;
  background: url(../images/icon-earth.png) no-repeat;
}

.language-menu {
  float: left;
}
.language-menu li {
  float: left;
  position: relative;
}
.language-menu li:before {
  content: "|";
  position: absolute;
  left: -1px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}
.language-menu li:first-child:before {
  display: none;
}
.language-menu a {
  color: #fff;
  opacity: .8;
  display: block;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
.language-menu a:hover {
  color: #209dc5;
}
.language-menu .active {
  color: #fff;
  opacity: 1;
  font-weight: 700;
}

.fixed .language-menu li:before, .page .language-menu li:before {
  color: #000;
}
.fixed .language-menu a, .page .language-menu a {
  color: #000;
  opacity: .8;
  display: block;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
.fixed .language-menu a:hover, .page .language-menu a:hover {
  color: #209dc5;
}
.fixed .language-menu .active, .page .language-menu .active {
  color: #209dc5;
}

.slicknav_nav {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  padding-top: 150px;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 80px;
}

#navigation-menu {
  height: auto;
}

.mb-show {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 0 15px;
}

.section {
  padding: 120px 0;
  position: relative;
  width: 100%;
  background: #fff;
}

.main {
  padding: 70px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  line-height: 0.3em;
  padding: 0 0 40px;
  margin: 0 0 20px;
  position: relative;
}

.section-heading:before {
  content: "__";
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 18px;
  color: #ed1c24;
}

.btn {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #f6f6f6;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1em;
  font-size: 16px;
  text-align: center;
}

.btn:hover, .btn:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

#footer {
  background: #424242;
  position: relative;
}
#footer .container {
  padding: 40px 0;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.copyright {
  color: #fff;
}

.btn-toTop {
  background: url(../images/btn-toTop.png) no-repeat;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  right: 0;
  opacity: .8;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

#btn-toTop.fixed {
  bottom: 0;
}

.section-description {
  margin: 40px 20px 100px;
  font-size: 14px;
}

#index, #index .container, #index .slider-pic {
  height: 800px;
  z-index: 0;
}

.index-mod-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 40px;
  position: relative;
  -moz-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.index-mod-content .btn {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-mod-heading {
  font-size: 48px;
  padding: 0 0 35px;
  line-height: 1em;
  font-weight: 400;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

#index .container {
  display: table;
  width: 100%;
}

.slider-pic {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .9;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-animation: 25s linear 0s alternate none infinite running heroEast;
  -webkit-animation: 25s linear 0s alternate none infinite running heroEast;
  animation: 25s linear 0s alternate none infinite running heroEast;
}

#slider li:nth-child(2n) .slider-pic {
  -moz-animation: 25s linear 0s alternate none infinite running heroWest;
  -webkit-animation: 25s linear 0s alternate none infinite running heroWest;
  animation: 25s linear 0s alternate none infinite running heroWest;
}

@keyframes heroEast {
  0% {
    -moz-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  100% {
    -moz-transform: scale(1.2) translateX(100px);
    -ms-transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
    transform: scale(1.2) translateX(100px);
  }
}
@keyframes heroWest {
  0% {
    -moz-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  100% {
    -moz-transform: scale(1.2) translateX(-100px);
    -ms-transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
    transform: scale(1.2) translateX(-100px);
  }
}
.post-item {
  float: left;
  position: relative;
}

.company-mod {
  background: #f8f8f8;
  padding-bottom: 0;
}
.company-mod .container {
  padding: 0 20px;
  max-width: 1024px;
}
.company-mod .section-description {
  margin-top: 0;
}
.company-mod .lead {
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0 40px;
  text-align: center;
  text-decoration: underline;
}
.company-mod .president {
  float: right;
  margin: 0 0 2em;
  width: 45%;
  text-align: right;
}
.company-mod .message {
  float: left;
  width: 52%;
}
.company-mod .post-item {
  width: 33.3333%;
}
.company-mod .active .padded-inner {
  background-color: #209dc5;
}
.company-mod .post-pic, .company-mod .post-box {
  height: 500px;
}
.company-mod .post-pic {
  opacity: .9;
  background-position: center top;
}
.company-mod .active .post-pic, .company-mod .active:hover .post-pic {
  opacity: 0;
}
.company-mod .active .post-title {
  text-shadow: none;
}
.company-mod .post-item:nth-child(1) {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.company-mod .post-item:nth-child(2) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.company-mod .post-item:nth-child(3) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.company-mod .post-item:nth-child(4) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.company-mod .post-item:nth-child(5) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.company-mod .post-item:nth-child(6) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.company-mod p {
  padding-bottom: 1em;
  line-height: 1.5;
}
.company-mod .text-indent {
  text-indent: 1em;
}
.company-mod .officer-title {
  padding: 0;
  text-align: left;
  color: #444;
}

.page .company-mod {
  background: #fff;
}

.variable .slick-prev, .variable .slick-next {
  z-index: 10;
}
.variable .slick-prev:before, .variable .slick-next:before {
  font-size: 28px;
  opacity: .8;
}
.variable .slick-prev {
  left: 25px;
}
.variable .slick-next {
  right: 25px;
}

.product-mod {
  background: #303030;
  padding-bottom: 0;
}
.product-mod .section-heading {
  color: #fff;
}
.product-mod .section-description {
  color: #fff;
}
.product-mod .post-item {
  width: 20%;
  max-width: 20vw;
}
.product-mod .post-pic, .product-mod .post-box {
  height: 350px;
}
.product-mod .post-box {
  opacity: .9;
}
.product-mod .padded-inner {
  margin: 0;
}

.category-header {
  margin: 0 0 40px;
}

.category-title {
  font-size: 28px;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 3px solid #000;
}

.product-department {
  margin: 0 20px;
}

.department-head {
  padding: 0 0 0 3%;
  width: 32%;
  margin: 0 0 40px;
}

.department-content {
  width: 68%;
  margin: 0 0 40px;
}

.department-content p {
  margin: 0 0 1.5em;
}

.department-head-pic {
  margin: 0 0 20px;
  text-align: center;
}

.product-list {
  padding: 10px;
  margin: 20px 0;
}
.product-list .post-item {
  width: 33.3333%;
  padding: 10px;
}
.product-list .post-box {
  height: 350px;
}
.product-list .post-pic {
  height: 350px;
  opacity: .9;
}
.product-list .padded-inner {
  margin: 0;
}

.padded-inner {
  background: #000;
  position: relative;
  overflow: hidden;
}

.post-pic {
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: ease 1s;
  -o-transition: ease 1s;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

.icon-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/img-linkArrow.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

a:hover .post-pic {
  opacity: .5;
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.post-title {
  font-size: 28px;
  line-height: 1.15em;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}

.post-item a {
  display: block;
  text-align: center;
}
.post-item a:hover {
  display: block;
  text-align: center;
}
.post-item a:hover .post-pic {
  opacity: .5;
}

.news-list li {
  float: left;
  position: relative;
  width: 100%;
}
.news-list a {
  display: block;
  padding: 22px 0;
  font-size: 24px;
  line-height: 1.6em;
  margin: 5px 20px;
  background: #eee;
  color: #000;
}
.news-list .date {
  margin: 0 20px 0 0;
  color: #03a;
}
.news-list a:hover {
  background: #2191e1;
  color: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.news-list a:hover .date {
  color: #fff;
}

.recruit-list li {
  float: left;
  position: relative;
  width: 100%;
}
.recruit-list a {
  display: block;
  padding: 22px 0;
  font-size: 24px;
  line-height: 1.6em;
  margin: 5px 20px;
  background: #eee;
  color: #000;
}
.recruit-list a:hover {
  background: #af0b00;
  color: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.recruit-mod {
  background: #c8c8c8;
}

.category-menu {
  text-align: center;
  padding: 20px 0 70px;
  max-width: 920px;
  margin: 0 auto;
}

.category-link {
  border: 1px solid #4c4c4c;
  background: #4c4c4c;
  display: block;
  padding: 12px 0;
  width: 143px;
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 0 #333;
}
.category-link:hover {
  border: 1px solid #777;
  background: #777;
}
.category-link.active {
  background: #af0b00;
  border: 1px solid #af0b00;
  color: #fff;
  text-shadow: 0 1px 0 #800;
}

.year-menu {
  text-align: center;
  padding: 20px 0 70px;
  max-width: 920px;
  margin: 0 auto;
}

.year-link {
  border: 1px solid #4c4c4c;
  background: #4c4c4c;
  display: block;
  padding: 12px 0;
  width: 154px;
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 0 #333;
}
.year-link:hover {
  border: 1px solid #777;
  background: #777;
}
.year-link.active, .year-link:hover.active {
  background: #af0b00;
  border: 1px solid #af0b00;
  color: #fff;
  text-shadow: 0 1px 0 #800;
}

.company {
  padding: 20px 0 100px;
  max-width: 940px;
  margin: 0 auto;
}
.company .heading {
  background: #444;
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
  margin: 0 0 1em;
  border-left: 5px solid #209dc5;
}
.company .group-category-title {
  font-size: 20px;
  border-bottom: 1px dotted #000;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.company .sub-title {
  font-size: 16px;
  padding-bottom: 10px;
}

.company-title {
  font-size: 26px;
  line-height: 1.5;
  padding: 12px 0;
  margin: 0 0 40px;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.link {
  padding: 0;
  max-width: 940px;
  margin: 0 auto;
}

.link-list {
  margin: -.6em;
}

.link-item {
  width: 33.3333%;
  float: left;
  padding: .6em;
  min-height: 225px;
  overflow: hidden;
}
.link-item__image {
  height: 150px;
  text-align: center;
  border: 1px solid #b3b3b3;
  margin-bottom: .5em;
  position: relative;
}
.link-item__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 150px;
  padding: 1em;
}
.link-item__title {
  height: 3em;
  overflow: hidden;
}
.link-item a {
  color: #000;
}
.link-item a:hover {
  color: #209dc5;
}

.table {
  width: 100%;
  margin: 0 0 1em;
}
.table th, .table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.table .hd {
  background: #ddd;
  text-align: center;
  font-weight: 700;
}
.table a {
  color: #000;
  text-decoration: underline;
}
.table a:hover {
  color: #209dc5;
  text-decoration: none;
}

.network-list {
  margin: 20px -5px;
}
.network-list li {
  width: 50%;
  float: left;
  position: relative;
  padding: 5px;
}
.network-list a {
  background-color: #333;
  color: #fff;
  display: block;
  padding: 10px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.network-list a:hover {
  background-color: #209dc5;
  color: #fff;
}

.btn-back {
  font-size: 20px;
  background: url(../images/img-back.png) no-repeat;
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 48px;
  display: inline-block;
  color: #000;
  margin: 20px 0;
}

.red-text {
  color: #f00;
}

.transparent {
  opacity: 0;
}

.index-mod {
  padding: 0;
  overflow: hidden;
  width: 100% !important;
}

.bg-slider {
  background: #000;
  width: 100% !important;
}

.slicknav_menu {
  display: none;
}

.col-half {
  width: 45%;
  color: #fff;
  font-size: 15px;
  padding: 0 0 40px;
  position: relative;
}

.contact-form {
  float: left;
  width: 75%;
}
.contact-form li {
  padding: 0 0 40px;
  color: #444;
  font-size: 15px;
  width: 100%;
}
.contact-form label {
  font-weight: 700;
}
.contact-form .col-half {
  padding: 0;
  color: #444;
  width: 50%;
  float: left;
  height: 95px;
}
.contact-form .pull-right {
  padding: 0 0 0 30px;
  float: right;
}
.contact-form .form-control {
  border: 2px solid #aaa;
  width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.contact-form input.form-control[type="text"] {
  height: 45px;
}
.contact-form .form-control:focus {
  border: 2px solid #4bcaff;
}
.contact-form textarea.form-control {
  height: 185px;
  width: 100%;
}

.contact-info {
  float: right;
  width: 20%;
  color: #444;
  font-size: 15px;
}

.contact-info h3 {
  font-size: 20px;
  line-height: 1em;
  padding: 10px 0 30px;
}

.contact-info p {
  line-height: 1.2em;
  padding: 0 0 1em;
}

.btn-submit {
  background: #af0b00;
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  padding: 20px 0;
  width: 320px;
}

.btn-submit:hover, .btn-submit:active {
  background: #2191e1;
}

.post-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-header {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 0 40px;
}

.product-title {
  font-size: 37px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.product-gallery {
  float: right;
  width: 35%;
  margin: 0 0 40px;
}

.product-slider img {
  width: 100%;
}

.product-thumbnail-slider {
  padding: 10px 0;
}

.product-thumbnail-slider img {
  width: 80px;
}

.product-thumbnail-slider .pic {
  margin: 5px;
}

.product-thumbnail-slider .slick-prev::before, .product-thumbnail-slider .slick-next::before {
  color: #000;
}

.product-main {
  float: left;
  width: 60%;
}
.product-main ul {
  list-style: disc;
  margin-left: 1.2em;
}
.product-main ol {
  list-style: decimal;
  margin-left: 1.2em;
}

.product-main .heading {
  font-size: 20px;
  margin: 0 0 20px;
}

.product-main p {
  margin: 0 0 1em;
}

.article {
  max-width: 900px;
  margin: 0 auto;
}

.article-header {
  margin: 20px 0 30px;
}

.article-title {
  font-size: 33px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 10px;
  border-bottom: 4px double #000;
}

.article-info {
  font-size: 14px;
}

.article-gallery {
  margin: 0 0 40px;
}

.article-slider img {
  width: 100%;
}

.article-thumbnail-slider {
  padding: 10px 0;
}

.article-thumbnail-slider img {
  width: 120px;
}

.article-thumbnail-slider .pic {
  margin: 5px;
}

.article-thumbnail-slider .slick-prev::before, .article-thumbnail-slider .slick-next::before {
  color: #000;
}

.article-main ul {
  list-style: disc;
  margin-left: 1.2em;
}
.article-main ol {
  list-style: decimal;
  margin-left: 1.2em;
}

.article-main p {
  margin: 0 0 1em;
}

.post-box {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post-box .post-title {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .post-iframe {
    padding-top: 0;
  }
}
/*video responsive END*/
.bx-wrapper .bx-pager .bx-pager-item {
  width: 20px;
}

.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.officer-item {
  width: 100%;
  float: none;
  margin-bottom: 1.5em;
  background: #eee;
}

.officer-image {
  width: 53%;
  float: left;
}

.officer-content {
  width: 47%;
  float: left;
  padding: 2em 0 0 2em;
}

.officer-name {
  font-size: 2em;
  padding-bottom: .5em;
}

.en-US .officer-name {
  font-size: 1.5em;
}

@media (min-width: 1440px) {
  .product-mod .slick-track {
    overflow-x: hidden;
    width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .company-mod .post-box, .company-mod .post-pic {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .product-list .post-item {
    width: 33.3333%;
  }

  .company-mod .post-box, .company-mod .post-pic {
    height: 360px;
  }

  .product-mod .post-item {
    width: 38%;
    max-width: 38vw;
  }
  .product-mod .post-box, .product-mod .post-pic {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  #index, #index .container, #index .slider-pic {
    height: 600px;
  }

  .page .slicknav_menu .slicknav_icon-bar {
    background: #222;
  }

  .page .slicknav_menu .slicknav_open .slicknav_icon-bar {
    background: #fff;
  }

  .section {
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  .js #menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  .mb-show {
    display: block;
  }

  .language {
    display: none;
  }

  #logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  #header.fixed {
    height: 80px;
    padding: 0;
  }
  #header #logo a {
    width: 226px;
    height: 39px;
  }

  .col-half {
    max-width: 100%;
  }

  #index .container {
    padding: 0;
  }

  .contact-form, .contact-info {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .contact-info {
    padding: 40px 10px 0;
  }

  .contact-form li, .contact-form .form-control, .contact-form textarea.form-control {
    width: 100%;
  }

  .contact-form .col-half {
    width: 48%;
  }

  .contact-form .pull-right {
    padding: 0 0 20px;
  }

  .contact-form .btn-row {
    text-align: center;
  }

  .btn-submit {
    width: 100%;
  }

  .contact-mod-content {
    padding: 25px 0 25px;
  }

  .contact-info br {
    display: none;
  }

  .contact-form .form-control {
    border-color: #898989;
  }

  .slicknav_menu .slicknav_nav a {
    padding: 12px 40px;
  }

  .fixed-bg {
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
  }

  #header.fixed .header-menu-mask {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .product-mod .post-item {
    width: 40%;
    max-width: 40vw;
  }
  .product-mod .post-box, .product-mod .post-pic {
    height: 350px;
  }

  .product-list .post-item {
    width: 50%;
  }

  .article, .product {
    padding: 0 10px;
  }

  .company-mod .post-box, .company-mod .post-pic {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .col-half, .contact-form .col-half {
    width: 100%;
  }

  .contact-form .col-half {
    padding-bottom: 20px;
    height: auto;
  }

  @keyframes heroEast {
    0% {
      -moz-transform: scale(1) translateX(0px);
      -ms-transform: scale(1) translateX(0px);
      -webkit-transform: scale(1) translateX(0px);
      transform: scale(1) translateX(0px);
    }
    100% {
      -moz-transform: scale(1.2) translateX(0px);
      -ms-transform: scale(1.2) translateX(0px);
      -webkit-transform: scale(1.2) translateX(0px);
      transform: scale(1.2) translateX(0px);
    }
  }
  @keyframes heroWest {
    0% {
      -moz-transform: scale(1) translateX(0px);
      -ms-transform: scale(1) translateX(0px);
      -webkit-transform: scale(1) translateX(0px);
      transform: scale(1) translateX(0px);
    }
    100% {
      -moz-transform: scale(1.2) translateX(0px);
      -ms-transform: scale(1.2) translateX(0px);
      -webkit-transform: scale(1.2) translateX(0px);
      transform: scale(1.2) translateX(0px);
    }
  }
  .product-mod .post-item {
    width: 45%;
    max-width: 45vw;
  }
  .product-mod .post-pic, .product-mod .post-title {
    opacity: .5;
  }
  .product-mod .slick-center .post-pic, .product-mod .slick-center .post-title {
    opacity: 1;
  }

  .company-mod .post-item {
    width: 50%;
  }
  .company-mod .post-item {
    width: 50%;
  }
  .company-mod .post-box, .company-mod .post-pic {
    height: 360px;
  }

  .article-gallery, .product-gallery {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .article-main, .product-main {
    float: none;
    width: 100%;
  }

  .department-head {
    width: 40%;
  }

  .department-content {
    width: 60%;
  }

  .link-list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-mod .post-item {
    width: 55%;
    max-width: 55vw;
  }

  .officer-content {
    padding: 1.5em;
  }

  .officer-name {
    font-size: 1.5em;
  }

  .link-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #index, #index .container, #index .slider-pic {
    height: 100vh;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5px;
  }

  .index-mod-content {
    width: 100%;
    text-align: center;
  }

  .product-list .post-box, .product-list .post-pic {
    height: 250px;
  }

  .company-mod .president {
    width: 100%;
    float: none;
    text-align: center;
  }
  .company-mod .message {
    width: 100%;
    float: none;
  }
  .company-mod .section-description {
    margin: 40px 20px;
  }
  .company-mod .post-box, .company-mod .post-pic {
    height: 300px;
  }

  .network-list li {
    width: 100%;
  }

  .product-mod .post-item {
    width: 300px;
    max-width: 100vw;
  }
  .product-mod .post-box, .product-mod .post-pic {
    max-height: 280px;
  }

  .officer-content {
    padding-bottom: 0;
  }

  .en-US .officer-name {
    font-size: 1.2em;
  }

  .officer-title {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .pull-left, .pull-right {
    float: none;
  }

  .product-menu li {
    width: 100%;
    padding: 15px 0;
    float: none;
  }

  .category-menu {
    padding: 0 0 40px;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
  }

  .post-item, .company-mod .post-item {
    width: 100%;
  }

  .product-mod .post-item {
    width: 300px;
    max-width: 100vw;
  }
  .product-mod .post-box, .product-mod .post-pic {
    max-height: 280px;
  }

  .product-list .post-item {
    width: 100%;
  }

  .company-mod {
    padding: 60px 0 0;
  }
  .company-mod .post-item {
    width: 50%;
  }
  .company-mod .post-box, .company-mod .post-pic {
    height: 220px;
  }

  .department-head, .department-content {
    width: 100%;
    padding: 0;
  }

  .news-list a, .recruit-list a {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px;
  }
  .news-list .date, .recruit-list .date {
    display: block;
    font-size: 16px;
  }

  .officer-item {
    width: 100%;
    float: none;
  }

  .officer-image {
    width: 100%;
    float: none;
  }

  .officer-content {
    width: 100%;
    float: none;
    padding: 1.5em;
  }
}
@media (max-width: 375px) {
  .company-mod {
    padding: 30px 0 0;
  }
  .company-mod .post-box, .company-mod .post-pic {
    height: 180px;
  }
  .company-mod .post-title {
    font-size: 20px;
  }
  .company-mod .section-description {
    margin: 0 0 20px;
  }

  .icon-arrow {
    display: none;
  }

  .link-item {
    width: 100%;
    float: none;
  }
}
@media (max-width: 320px) {
  .company-mod .post-box, .company-mod .post-pic {
    height: 150px;
  }
}
