html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Noto Sans TC", Arial, Helvetica;
  line-height: 1.6em;
  color: #333333;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 560px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 560px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 560px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 560px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

@media screen and (max-width: 560px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 560px) {
  h6 {
    font-size: 18px;
  }
}

p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 560px) {
  p {
    font-size: 16px;
  }
}

b {
  font-weight: 600;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  font-size: 18px;
  color: #333333;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
}

@media screen and (max-width: 1200px) {
  #outerWrap {
    padding-top: 70px;
  }
}

@media screen and (max-width: 400px) {
  #outerWrap {
    padding-top: 44px;
  }
}

.vbox-container img {
  margin: 0 auto;
}

/*- OWL -*/
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/iOwlNav_bl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/iOwlNav_w.png);
  background-color: #333333;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.owl-dots button.owl-dot {
  border: 1px solid #ffffff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.3em;
  margin: 0 0.2em;
}

.owl-dots button.owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.owl-dots button.owl-dot.active, .owl-dots button.owl-dot.active:hover {
  background-color: #ffffff;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin-bottom: 0.2em;
  display: block;
}

.titleBox .title {
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.titleBox .title span {
  color: #c60909;
}

.titleBox .title.bLine {
  position: relative;
  padding-bottom: 10px;
}

.titleBox .title.bLine::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #c60909;
  position: absolute;
  left: 0;
  bottom: 0;
}

.titleBox .subTitle {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .titleBox .title {
    font-size: 36px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .titleBox .title {
    font-size: 30px;
    line-height: 1.2em;
  }
  .titleBox .subTitle {
    font-size: 22px;
  }
}

/*img*/
.imgCenter, .imgCenter a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

/*icon*/
.iDownload {
  background-image: url(../images/iDownload.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.iTalk {
  background-image: url(../images/iTalk.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPhone {
  background-image: url(../images/iPhone.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iFax {
  background-image: url(../images/iFax.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iMail {
  background-image: url(../images/iMail.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPin {
  background-image: url(../images/iPin.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iArrowSty02_w {
  background-image: url("../images/iArrowSty02_w.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*Btn*/
.btnOutline {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  position: relative;
  margin: 0 0.2em 0.2em;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnOutline i {
  width: 22px;
  height: 22px;
  margin: 0 0.2em;
}

@media screen and (max-width: 991px) {
  .btnOutline {
    height: 46px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
  }
  .btnOutline i {
    width: 18px;
    height: 18px;
  }
}

.btnOutline.round {
  border-radius: 25px;
}

.btnOutline-primary {
  color: #c60909;
  border: 1px solid #c60909;
}

.btnOutline-primary:active, .btnOutline-primary:visited, .btnOutline-primary:focus {
  color: #c60909;
}

.btnOutline-primary:hover {
  color: #ffffff;
  background: #c60909;
}

.btnOutline-secondary {
  color: #002e73;
  border: 1px solid #002e73;
}

.btnOutline-secondary:active, .btnOutline-secondary:visited, .btnOutline-secondary:focus {
  color: #002e73;
}

.btnOutline-secondary:hover {
  color: #ffffff;
  background: #002e73;
}

.btnOutline-secondary:hover i.iDownload {
  background-position: left 100%;
}

.btnOutline-black {
  color: #333333;
  border: 1px solid #333333;
}

.btnOutline-black:active, .btnOutline-black:visited, .btnOutline-black:focus {
  color: #333333;
}

.btnOutline-black:hover {
  color: #ffffff;
  background: #333333;
}

.btnOutline-black:hover i.iDownload {
  background-position: left 100%;
}

.btnRound {
  font-family: "Noto Sans TC", Arial, Helvetica;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  position: relative;
  margin: 0 0.2em 0.2em;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 16px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnRound i {
  width: 22px;
  height: 22px;
  margin: 0 0.2em;
}

.btnRound i.iTalk {
  background-position: left 50%;
}

@media screen and (max-width: 991px) {
  .btnRound {
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    min-width: 60px;
    font-size: 16px;
  }
  .btnRound i {
    width: 18px;
    height: 18px;
  }
}

.btnRound-primary {
  color: #ffffff;
  background-color: #c60909;
}

.btnRound-primary:active, .btnRound-primary:visited, .btnRound-primary:focus {
  color: #ffffff;
}

.btnRound-primary:hover {
  color: #ffffff;
  background: #333333;
}

.btnRound-secondary {
  color: #ffffff;
  background-color: #002e73;
}

.btnRound-secondary:active, .btnRound-secondary:visited, .btnRound-secondary:focus {
  color: #ffffff;
}

.btnRound-secondary:hover {
  color: #ffffff;
  background: #333333;
}

.btnTxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 25px;
  border: 1px solid #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btnTxtBox a {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  border-right: 1px solid #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnTxtBox a:last-of-type {
  border: none;
}

.btnTxtBox a:hover {
  color: #c60909;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .btnTxtBox {
    border-radius: 23px;
  }
  .btnTxtBox a {
    height: 46px;
    font-size: 16px;
    min-width: auto;
    padding: 0 16px;
  }
}

/*description*/
#description ul.resp-tabs-list {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#description ul.resp-tabs-list li {
  font-family: "Noto Sans TC", Arial, Helvetica;
  border: none;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  margin-right: 0.3em;
  text-transform: uppercase;
  font-size: 22px;
  min-width: 200px;
  line-height: 50px;
  font-weight: 500;
}

#description ul.resp-tabs-list li:hover {
  background: #989c6e;
  color: #ffffff;
}

#description ul.resp-tabs-list li.resp-tab-active {
  background: #c60909;
  color: #ffffff;
  position: relative;
}

#description .resp-arrow {
  border-top-color: #ffffff;
}

#description .resp-tab-content {
  padding: 1em 3%;
}

@media screen and (max-width: 900px) {
  #description .resp-tabs-container {
    margin: 0 auto;
  }
  #description ul.resp-tabs-list {
    display: none;
  }
  #description ul.resp-tabs-list li {
    min-width: auto;
  }
  #description .resp-accordion {
    background-color: #c60909;
    color: #ffffff;
    font-weight: 900;
    border: none;
    font-weight: normal;
  }
  #description .resp-accordion.resp-tab-active {
    background-color: #989c6e;
    color: #ffffff;
  }
  #description .resp-tab-content {
    background-color: #ffffff;
  }
}

/*formSyA*/
.formSyA {
  padding: 0;
}

.formSyA select, .formSyA input, .formSyA textarea {
  width: 100%;
  border: none;
  background: none;
  padding: 0.2em 0.5em;
  min-height: 1.5em;
  color: #999999;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 100%;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5em;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.formSyA select:optional {
  background-color: #fff;
}

.formSyA button {
  border: none;
}

.formSyA option {
  color: #999999;
}

.formSyA .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.formSyA .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 100%;
  background-color: #fff;
}

.formSyA .rowBox em {
  font-weight: 700;
  color: #ff0000;
  line-height: 36px;
}

.formSyA .rowBox.noBr {
  border: none;
}

.formSyA .rowBox.w30 {
  margin-left: 0.5em;
  width: calc((100% /3) - 0.5em);
}

.formSyA .rowBox.w30:first-of-type {
  margin-left: 0;
}

.formSyA .rowBox.w70 {
  margin-left: 0.5em;
  width: calc(100% - ((100% /3) - 0.5em ) - 0.5em);
}

.formSyA .rowBox.w70:first-of-type {
  margin-left: 0;
}

.formSyA .rowBox.w33 {
  width: calc((100% /3) - 0.3em);
}

/*UL*/
ul.ulStyle01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle01 li {
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #333;
  list-style: disc outside;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 500;
}

ul.ulStyle02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle02 li {
  list-style: decimal;
  margin: 0 0 0.2em 2em;
  padding: 0;
}

/*table*/
.table_scroll {
  overflow-x: auto;
}

.table_scroll > table {
  min-width: 1000px;
  width: 100%;
}

.datatable {
  margin: 1em auto;
  border-top: 1px solid #fff;
}

.datatable tr {
  border-bottom: 1px solid #fff;
  background-color: #ebebeb;
}

.datatable tr td {
  color: #333;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: 500;
}

.datatable tr:nth-child(even) {
  background-color: #fff;
}

.datatable tr:last-of-type {
  border-bottom: 3px solid #c60909;
}

.datatable th {
  background-color: #c60909;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 16px;
  border-right: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}

.datatable thead tr {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 660px) {
  .datatable th {
    padding: 0.3em 0;
  }
}

/*tab*/
.tagBox {
  width: 100%;
  margin: 1em 0;
}

.tagBox ul, .tagBox li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tagBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.tagBox li {
  overflow: hidden;
  margin: 0 0.2em 0.5em;
}

.tagBox li a {
  font-size: 18px;
  height: 100%;
  width: 100%;
  padding: 0.1em 1em;
  text-align: center;
  color: #999999;
  display: block;
  font-weight: 400;
  position: relative;
  border-radius: 1em;
  border: 1px solid #f4f4f4;
  opacity: 0.8;
}

.tagBox li a::before {
  content: "#";
}

.tagBox li a:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  opacity: 1;
}

.tagBox li.current a {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  opacity: 1;
}

.tagBox li.current a::after {
  display: block;
}

@media screen and (max-width: 900px) {
  .tagBox li a {
    font-size: 14px;
    padding: 0.2em 0.8em;
  }
}

/*-- Pagebanner ----------*/
.pageBanner {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.pageBanner .titleBox {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3%;
}

.pageBanner .titleBox .title {
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  text-shadow: black 0.1em 0.1em 0.5em;
}

.pageBanner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .pageBanner .titleBox .title {
    font-size: 36px;
  }
}

@media screen and (max-width: 400px) {
  .pageBanner .titleBox .title {
    font-size: 28px;
  }
}

/*-- breadcrumb ----------*/
.path {
  padding: 4px 3%;
  list-style: none;
  width: 100%;
  min-height: 80px;
}

.path .container-fluid {
  padding: 0;
}

.path ul, .path li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #002e73;
  font-weight: 500;
}

.path li a {
  font-size: 14px;
  color: #333333;
  opacity: 0.6;
}

.path li a:hover {
  text-decoration: underline;
  opacity: 1;
  color: #333333;
}

.path li + li:before {
  padding: 2px 0.2em;
  color: #999999;
  content: " / ";
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 560px) {
  .path {
    min-height: auto;
    padding: 4px 3%;
  }
}

/*sidMenu*/
.subMenuH {
  width: 100%;
  margin: 2em 0 0;
}

.subMenuH ul, .subMenuH li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subMenuH ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 1em auto;
}

.subMenuH li {
  overflow: hidden;
  margin: 0 0.3em 0.5em;
}

.subMenuH li a {
  font-size: 20px;
  height: 52px;
  border-radius: 26px;
  padding: 0.5em 1em;
  text-align: center;
  color: #333333;
  display: block;
  font-weight: 400;
  border: 1px solid #002e73;
  color: #002e73;
  position: relative;
  min-width: 180px;
}

.subMenuH li a:hover {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

.subMenuH li.current a {
  background-color: #002e73;
  color: #ffffff;
  opacity: 1;
}

.subMenuH li.current a::after {
  display: block;
}

@media screen and (max-width: 900px) {
  .subMenuH li a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    min-width: 100px;
    font-size: 16px;
    padding: 0 0.8em;
  }
}

@media screen and (max-width: 560px) {
  .subMenuH {
    margin: 0;
  }
}

/*-- pagination ----------*/
.navPagination {
  position: relative;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
}

.navPagination a {
  color: #333333;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  font-weight: 300;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin: 0 0.2em;
}

.navPagination a .iPrev, .navPagination a .iNext {
  width: 100%;
  height: 100%;
  background-image: url(../images/iPageArrow_gy.png);
  background-position: center;
  background-size: 16% auto;
  background-repeat: no-repeat;
  display: inline-block;
}

.navPagination a .iPrev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.navPagination a:hover {
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background-color: #333333;
  color: #ffffff;
}

.navPagination a:hover .iPrev, .navPagination a:hover .iNext {
  background-image: url(../images/iPageArrow_w.png);
}

.navPagination a.active {
  background-color: #c60909;
  color: #ffffff;
  font-weight: 500;
}

.navPagination a.active:hover {
  background-color: #c60909;
  color: #ffffff;
}

/*-- company -------------*/
#company {
  width: 100%;
  padding: 0;
  overflow: hidden;
  /*about*/
  /*service*/
  /*concept*/
}

#company .about {
  padding: 2em 3%;
  position: relative;
  background-image: url("../images/bgLine_r.png");
  background-repeat: no-repeat;
  background-position: left 20%;
  background-size: auto 80%;
}

#company .about .titleBox {
  margin-bottom: 2em;
}

#company .about .txt {
  margin-bottom: 1em;
}

@media screen and (max-width: 1700px) {
  #company .about {
    background-size: 8% auto;
    background-position: left 10%;
  }
}

@media screen and (max-width: 991px) {
  #company .about {
    padding: 0 3%;
    background: none;
  }
  #company .about .titleBox {
    text-align: center;
  }
  #company .about .titleBox .title.bLine::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #company .about img {
    margin: 1em auto;
  }
}

#company .service {
  padding: 2em 3%;
  background-image: url("../images/bgLine_b.png");
  background-repeat: no-repeat;
  background-position: right 60%;
  background-size: auto 70%;
}

#company .service .titleBox {
  margin: 0 auto 2em;
  display: table;
}

#company .service .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company .service .itemBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

#company .service .itemBox .item .pic {
  width: 160px;
  height: 160px;
  background-color: #e7e7e7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#company .service .itemBox .item .pic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 1px dashed #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#company .service .itemBox .item .pic i {
  width: 60%;
  height: 60%;
  max-height: 85px;
  max-width: 85px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#company .service .itemBox .item .pic i.iBicycle {
  background-image: url("../images/iAppBicycle_gy.png");
}

#company .service .itemBox .item .pic i.iCar {
  background-image: url("../images/iAppCar_gy.png");
}

#company .service .itemBox .item .pic i.iAerospace {
  background-image: url("../images/iAppAerospace_gy.png");
}

#company .service .itemBox .item .pic i.iElectron {
  background-image: url("../images/iAppElectron_gy.png");
}

#company .service .itemBox .item .pic i.iOtherParts {
  background-image: url("../images/iAppOther_gy.png");
}

#company .service .itemBox .item .txt {
  width: calc( 100% - 160px);
  padding-left: 1em;
}

#company .service .itemBox .item .txt h5 {
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1700px) {
  #company .service {
    background-size: 8% auto;
    background-position: right 100%;
  }
}

@media screen and (max-width: 991px) {
  #company .service {
    background: none;
    padding: 0 3%;
  }
  #company .service .itemBox .item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #company .service .itemBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
    padding-right: 0;
  }
  #company .service .itemBox .item .pic {
    width: 120px;
    height: 120px;
    margin-bottom: 1em;
  }
  #company .service .itemBox .item .pic::before {
    width: 110px;
    height: 110px;
  }
  #company .service .itemBox .item .txt {
    padding-left: 0;
    width: 100%;
  }
  #company .service .itemBox .item .txt h5 {
    text-align: center;
  }
}

#company .concept {
  background-image: url("../images/bgTechnology.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 1em 3%;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#company .concept h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
}

#company .concept h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#company .concept h2 span::after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: 50px;
  margin: 0 0.5em;
}

@media screen and (max-width: 991px) {
  #company .concept h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .concept h2 span {
    margin-bottom: 0.2em;
  }
  #company .concept h2 span::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #company .concept h2 {
    font-size: 20px;
  }
  #company .concept h2 span {
    font-size: 26px;
  }
}

@media screen and (max-width: 400px) {
  #company .concept {
    min-height: 160px;
  }
  #company .concept h2 {
    font-size: 18px;
  }
  #company .concept h2 span {
    font-size: 24px;
  }
}

/*-- applications ----------*/
#applications {
  width: 100%;
  overflow: hidden;
}

#applications .mainBox {
  position: relative;
  overflow: hidden;
  padding: 0 3%;
}

#applications .titleBox {
  margin-bottom: 1em;
}

#applications .titleBox .title {
  text-align: center;
}

#applications .titleBox .title.bLine::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

#applications .listBox {
  margin: 2em auto;
  overflow: hidden;
  max-width: 1180px;
}

#applications .item {
  position: relative;
  margin: 0 0.8em 2em;
  width: calc((100%/2) - 1.6em);
  float: left;
  overflow: hidden;
  border-radius: 20px;
  background-color: #333333;
}

#applications .item .pic {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66%;
  line-height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#applications .item .pic img {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
  opacity: 0.5;
}

#applications .item .txt {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#applications .item .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

#applications .item .txt img {
  margin: 0 auto;
}

#applications .item .txt .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

#applications .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

@media screen and (max-width: 575px) {
  #applications .item {
    width: 100%;
    margin: 0 0 1em;
  }
}

/*-- applicationsDetail ----------*/
#applicationsDetail {
  /*picBox*/
}

#applicationsDetail .mainPhoto {
  position: relative;
}

#applicationsDetail .mainPhoto img {
  width: 100%;
}

#applicationsDetail .mainPhoto::before {
  content: "";
  background-color: #333333;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#applicationsDetail .mainPhoto .txtBox {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0.5em 3%;
}

#applicationsDetail .mainPhoto .txtBox .container-fluid {
  padding: 0;
}

#applicationsDetail .mainPhoto .txtBox .titleBox .title {
  color: #ffffff;
}

#applicationsDetail .mainPhoto .path {
  position: absolute;
  z-index: 2;
  top: 0;
}

#applicationsDetail .mainPhoto .path li {
  color: #ffffff;
}

#applicationsDetail .mainPhoto .path li a {
  color: #ffffff;
}

#applicationsDetail .mainPhoto .path li + li:before {
  color: #ffffff;
}

#applicationsDetail .mainBox {
  padding: 2em 3%;
  max-width: 1200px;
  margin: 0 auto;
}

#applicationsDetail .mainBox .titleBox {
  margin-bottom: 1em;
  text-align: center;
}

#applicationsDetail .mainBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#applicationsDetail .mainBox .btnTxtBox {
  margin-bottom: 1em;
}

.applicationsDetail-container{
    margin: 20px auto;
    max-width: 1280px;
    width: 100%;
    padding: 1em 3%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #applicationsDetail .mainBox .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #applicationsDetail .mainBox .btnTxtBox {
    margin: 0 auto 1em;
  }
}

#applicationsDetail .picBox {
  margin-bottom: 1em;
  display: block;
  overflow: hidden;
}

#applicationsDetail .picBox .item {
  float: left;
  width: calc(100%/3);
  padding: 0 0.5em;
}

#applicationsDetail .picBox .item .pic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 73.2%;
  line-height: 0;
  border-radius: 20px;
  background-color: #333333;
}

#applicationsDetail .picBox .item .pic img {
  max-height: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#applicationsDetail .picBox .item:hover .pic img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #applicationsDetail .picBox .item {
    width: calc(100%/2);
    padding: 0 0.2em;
  }
}

/*-- process ----------*/
#process {
  /*firstStep*/
  /*secondStep,.fourthStep*/
  /*thirdStep*/
}

#process .num {
  width: 300px;
  height: 180px;
  display: block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#process .num.n01 {
  background-image: url(../images/num01.svg);
}

#process .num.n02 {
  background-image: url(../images/num02.svg);
}

#process .num.n03 {
  background-image: url(../images/num03.svg);
}

#process .num.n04 {
  background-image: url(../images/num04.svg);
}

#process .titleBox {
  margin-bottom: 1em;
}

#process .titleBox .title {
  text-align: center;
}

#process .titleBox .title.bLine::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

#process .txt {
  margin-bottom: 1em;
  padding: 1em 3%;
}

#process .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2em;
}

#process .itemBox .item {
  width: calc(50% - 1em);
  padding: 0 0.5em 0 calc(16px + 0.5em);
  margin-bottom: 1em;
  position: relative;
}

#process .itemBox .item::before, #process .itemBox .item::after {
  content: "";
  position: absolute;
  background-color: #002e73;
}

#process .itemBox .item::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0.5em;
  top: 10px;
}

#process .itemBox .item::after {
  left: calc(4.5px + 0.5em);
  height: calc(100% - 10px);
  top: 10px;
  width: 1px;
}

#process .itemBox .item .title {
  font-size: 18px;
  color: #002e73;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#process .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

#process .group .groupTitle {
  width: 100%;
  margin-bottom: 1em;
}

#process .group .groupTitle p {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 5px;
  border: 1px solid #333333;
  font-weight: 500;
}

#process .picBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#process .picBox img {
  width: calc(50% - 0.6em);
  margin: 0 0.3em;
}

@media screen and (max-width: 991px) {
  #process .num {
    width: 240px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #process .itemBox .item {
    width: calc(100% - 1em);
  }
}

@media screen and (max-width: 575px) {
  #process .num {
    width: 180px;
    height: 110px;
  }
}

@media screen and (max-width: 400px) {
  #process .picBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #process .picBox img {
    width: calc(100% - 0.6em);
    margin-bottom: 0.5em;
  }
}

#process .firstStep {
  position: relative;
  padding: 2em 3%;
}

#process .firstStep .num {
  margin: 0 auto;
}

#process .firstStep .txtBox {
  text-align: center;
  padding: 0 0.5em;
}

#process .firstStep .photo01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  #process .firstStep {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 50% auto;
  }
  #process .firstStep .col-6 {
    padding-left: 4px;
    padding-right: 4px;
  }
  #process .firstStep .photo01, #process .firstStep .photo02 {
    margin-top: 0;
    margin-bottom: 2em;
  }
  #process .firstStep .photo01 img, #process .firstStep .photo02 img {
    width: 100%;
  }
  #process .firstStep .txtBox img {
    width: 80px;
  }
  #process .firstStep .txt {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  #process .firstStep .photo01, #process .firstStep .photo02 {
    margin-bottom: 0.5em;
  }
  #process .firstStep .txt {
    margin-bottom: 0;
  }
}

#process .secondStep, #process .fourthStep {
  width: 100%;
  padding: 2em 3%;
  background-color: #f4f4f4;
}

#process .thirdStep {
  background-image: url("../images/bgMaterial.jpg");
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  padding: 2em 3%;
}

#process .thirdStep .num {
  margin-left: calc(100% - 300px);
}

@media screen and (max-width: 991px) {
  #process .thirdStep .num {
    margin-left: calc(100% - 240px);
  }
}

@media screen and (max-width: 575px) {
  #process .thirdStep .num {
    margin-left: calc(100% - 180px);
  }
}

/*-- quality ----------*/
#quality {
  /*thirdStep*/
}

#quality .container {
  padding: 1em 3%;
}

#quality .container-fluid {
  padding: 0;
}

#quality .nav_scroll {
  overflow-x: auto;
  max-width: 100%;
}

#quality .nav_scroll::-webkit-scrollbar {
  height: 8px;
  border-radius: 5px;
}

#quality .nav_scroll::-webkit-scrollbar-track {
  background-color: rgba(51, 51, 51, 0.6);
}

#quality .nav_scroll::-webkit-scrollbar-thumb {
  background-color: #c60909;
}

#quality .nav_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #c60909;
}

#quality .navTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  padding: 2em 3%;
  margin: 0 auto;
}

#quality .navTab .nav {
  width: calc(100%/7);
  position: relative;
}

#quality .navTab .nav a {
  width: 100%;
}

#quality .navTab .nav p {
  padding: 0 0.3em 0 14.5px;
}

#quality .navTab .nav p.num {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}

#quality .navTab .nav p.num::before, #quality .navTab .nav p.num::after {
  content: "";
  display: inline-block;
}

#quality .navTab .nav p.num::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-transform: translate(10px, 40px);
          transform: translate(10px, 40px);
  background-color: #002e73;
}

#quality .navTab .nav p.num::after {
  width: 100%;
  -webkit-transform: translateX(14.5px);
          transform: translateX(14.5px);
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

#quality .navTab .nav:hover p.num {
  color: #c60909;
}

#quality .navTab .nav:hover p.num::after {
  background-color: #002e73;
}

@media screen and (max-width: 991px) {
  #quality .navTab {
    max-width: none;
    padding: 0.5em 3%;
  }
}

#quality .titleBox {
  margin-bottom: 1em;
}

#quality .titleBox .title {
  text-align: center;
}

#quality .titleBox .title.bLine::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

#quality .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#quality .txtBox .num {
  font-size: 48px;
  font-weight: 600;
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #002e73;
  color: #002e73;
}

#quality .txtBox .titleBox {
  width: calc( 100% - 104px);
  padding-left: 0.5em;
  margin-bottom: 0;
}

#quality .txtBox .titleBox p {
  padding-top: 0.5em;
}

#quality .txt {
  margin-bottom: 1em;
  padding: 1em 0;
}

#quality .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2em;
}

#quality .itemBox .item {
  width: calc(50% - 1em);
  padding: 0 0.5em 0 calc(16px + 0.5em);
  margin-bottom: 1em;
  position: relative;
}

#quality .itemBox .item::before, #quality .itemBox .item::after {
  content: "";
  position: absolute;
  background-color: #002e73;
}

#quality .itemBox .item::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0.5em;
  top: 10px;
}

#quality .itemBox .item::after {
  left: calc(4.5px + 0.5em);
  height: calc(100% - 10px);
  top: 10px;
  width: 1px;
}

#quality .itemBox .item .title {
  font-size: 18px;
  color: #002e73;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#quality .picBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#quality .picBox img {
  width: calc(25% - 0.2em);
  margin: 0 0.1em 0.2em;
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  #quality .txtBox .num {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #quality .txtBox .titleBox {
    width: calc( 100% - 80px);
  }
  #quality .itemBox .item {
    width: calc(100% - 1em);
  }
  #quality .picBox img {
    width: calc(50% - 0.2em);
  }
}

@media screen and (max-width: 575px) {
  #quality .txtBox .num {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #quality .txtBox .titleBox {
    width: calc( 100% - 60px);
  }
}

@media screen and (max-width: 400px) {
  #quality .txtBox .num {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #quality .txtBox .titleBox {
    width: calc( 100% - 40px);
    padding: 0em 0 0 0.5em;
  }
  #quality .picBox img {
    width: calc(100% - 0.2em);
  }
}

#quality #thirdStep, #quality #fifthStep, #quality #seventhStep {
  padding-top: 2em;
  background-color: #f0f5f6;
}

#quality #thirdStep .container, #quality #fifthStep .container, #quality #seventhStep .container {
  margin-bottom: 0;
}

#quality #fifthStep, #quality #seventhStep {
  background-position: left 100%;
}

/*-- news ----------*/
#news {
  overflow: hidden;
}

#news .titleBox {
  margin-bottom: 1em;
}

#news .titleBox .title {
  text-align: center;
}

#news .titleBox .title.bLine::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

#news .itemBox {
  position: relative;
  overflow: hidden;
}

#news .itemBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news .item {
  width: calc(100%/4);
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}

#news .item .pic {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63%;
  line-height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 30px;
}

#news .item .pic img {
  max-height: 100%;
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}

#news .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#news .item .txtBox {
  text-align: left;
  padding: 0;
}

#news .item .txtBox .txt {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 4.5em;
  display: -webkit-box;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#news .item .txtBox .date .day {
  color: #002e73;
  font-weight: 700;
  font-size: 60px;
  float: left;
  width: 80px;
  height: 60px;
  line-height: 40px;
}

#news .item .txtBox .date .year, #news .item .txtBox .date .month {
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

#news .item .txtBox .title {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  height: 1.3em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1140px) {
  #news .item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 960px) {
  #news .item .txtBox .title {
    margin-top: 0.2em;
  }
  #news .item .txtBox .date .day {
    font-size: 40px;
    width: 50px;
    height: 40px;
    line-height: 18px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  #news .item .txtBox .date .year, #news .item .txtBox .date .month {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 760px) {
  #news .item {
    width: calc(100%/2);
  }
}

@media screen and (max-width: 460px) {
  #news .item {
    width: 100%;
  }
  #news .item .txtBox .title {
    font-size: 20px;
  }
}

/*-- cotact us ----------*/
#contact {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  /*contactInfo*/
  /*contactForm*/
  /*mapBox*/
}

#contact .titleBox {
  margin-bottom: 1em;
}

#contact .container {
  padding: 0 3% 100px;
}

@media screen and (max-width: 991px) {
  #contact {
    padding-top: 0px;
  }
}

#contact .contactInfo .txtBox {
  margin-bottom: 2em;
}

#contact .contactInfo .txtBox p {
  margin: 0;
}

#contact .contactInfo .infoBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

#contact .contactInfo .infoBox .item .pic {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f3ee;
}

#contact .contactInfo .infoBox .item .pic i {
  width: 28px;
  height: 28px;
}

#contact .contactInfo .infoBox .item .txt {
  width: calc( 100% - 66px);
  padding: 0.5em;
}

#contact .contactInfo .infoBox .item .txt p {
  font-weight: 700;
  font-size: 18px;
  word-wrap: break-word;
}

#contact .contactInfo .infoBox .item .txt p a {
  color: #333333;
}

#contact .contactInfo .infoBox .item .txt p a {
  display: inline-block;
}

#contact .contactInfo .infoBox .item .txt p span {
  display: inline-block;
}

#contact .contactInfo .infoBox .item .txt p.title {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  #contact .contactInfo .infoBox .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact .contactInfo .infoBox .item .pic {
    width: 40px;
    height: 40px;
  }
  #contact .contactInfo .infoBox .item .pic i {
    width: 20px;
    height: 20px;
  }
  #contact .contactInfo .infoBox .item .txt {
    padding-top: 0;
  }
}

#contact .contactForm {
  background-color: #f3f3f2;
  border-top: 4px solid #002e73;
  padding: 1em 3%;
  margin-bottom: 1em;
}

#contact .contactForm .title {
  font-size: 20px;
  color: #002e73;
  margin-bottom: 1em;
  font-weight: 700;
}

#contact .contactForm .btnRound {
  margin-top: 1em;
}

#contact .contactForm .btnRound i.iArrow {
  margin-left: 0.5em;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/iArrowSty01_w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 660px) {
  #contact .contactForm .formSyA .formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contactForm .formSyA .rowBox.w70, #contact .contactForm .formSyA .rowBox.w30 {
    width: 100%;
  }
  #contact .contactForm .formSyA .rowBox.w30 {
    margin-left: 0;
  }
}

#contact .mapBox {
  width: 100%;
  height: 380px;
  margin-bottom: 1em;
}

@media screen and (max-width: 400px) {
  #contact .mapBox {
    height: 260px;
  }
}

/* 產品詳細頁 頁籤 */
.tab-list {
  text-align: center;
  background: #333333;
  border-bohttom: solid 1px rgba(255, 255, 255, 0.5);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0;
}
.tab-list li {
  display: inline-block;
  padding: 3px 2rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  list-style: none;
  text-align: center;
  font-weight: 400;
  line-height: 2.5em;
  cursor: pointer;
}
@media (max-width: 760px) {
  .tab-list li {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
.tab-list li:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.tab-list li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-list li a:hover {
  font-weight: bold;
}

.tab-list-content {
  padding: 30px;
  width: 98%;
  max-width: 1360px;
  margin: 2% auto;
  font-size: 0.9rem;
  line-height: 2rem;
}
.tab-list-content h3 {
  text-align: center;
  margin: 2% 0;
}
.tab-list-content h3 span {
  color: #ea5404;
}
.tab-list-content ul {
  padding-left: 20px;
}
.tab-list-content li b {
  color: #000;
}
.tab-list-content a:hover {
  color: #fec41b;
}
.pro-detail-tab-title {
  margin: 2% 0;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.pro-detail-tab-title span {
  color: #fabc3d;
}

/* Hashtag ===================================================================== */
.hashtag-common ul{
  padding: 0;
}
.hashtag-common {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1300px;
}
.hashtag-common-icon {
  position: absolute;
  left: 5px;
  top: 0px;
}
.hashtag-common ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-bottom: 5px;
}
.hashtag-common li {
  list-style: none;
}
.hashtag-common li a {
  display: block;
  font-size: 0.9rem;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  padding: 5px 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-left: 10px;
  color: #8b8b8b;
  transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #a3a3a3;
}
