@charset "UTF-8";
/*-----mixin-----*/
/*-----extend-----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
.btn-row .btn-arrow img, .contact-item .icon, .contact-item .content {
  display: inline-block;
  vertical-align: middle; }

footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }

#index-main .index-quality .pic, .product-slider .item {
  overflow: hidden; }
  #index-main .index-quality .pic img, .product-slider .item img, #index-main .index-quality .pic .bg-img, .product-slider .item .bg-img {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  #index-main .index-quality .pic:hover img, .product-slider .item:hover img, #index-main .index-quality .pic:hover .bg-img, .product-slider .item:hover .bg-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease; }

#index-about {
  background-size: cover;
  background-repeat: no-repeat; }

.news-slider .news-content .news-title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #000;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: 'Baloo 2', 'Noto Sans TC', '微軟正黑體','Microsoft JhengHei' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 64, 127, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #00407F;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + label:before {
    content: "\f05d";
    font-size: 18px;
    margin-right: 5px;
    color: #00407F; }
  input[type="radio"] + label {
    cursor: pointer; }
    input[type="radio"] + label:before {
      content: "\f1db";
      font-family: 'FontAwesome';
      margin-right: 4px; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 5px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding: 0 15px; }

section {
  padding: 2rem 0; }

.wrap {
  padding: 20px 0; }

.row {
  padding: 10px 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.editor {
  word-break: break-word;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

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

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

/*----表格-----*/
.form-cell {
  width: 100%;
  font-family: "微軟正黑體";
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  background-color: transparent;
  line-height: 2.2em;
  height: 2.2em; }

.form-cell-s {
  width: 120px; }

textarea {
  width: 100%;
  font-family: "微軟正黑體";
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  background-color: transparent; }

input[type=password] {
  width: 100%;
  font-family: "微軟正黑體";
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  background-color: transparent; }

/*-----header-----*/
header {
  position: relative;
  z-index: 9999; }
  header #logo {
    float: left;
    width: 202px;
    padding: 1rem 0; }
  header #main-nav {
    float: left;
    width: calc(100% - 202px);
    padding-left: 5rem;
    margin-top: 2.5rem;
    font-family: 'Baloo 2', 'Noto Sans TC';
    text-transform: uppercase; }
    header #main-nav .nav-item {
      position: relative;
      display: inline-block;
      width: calc(100% / 6 - 45px);
      margin: 0 20px;
      text-align: center; }
      header #main-nav .nav-item a {
        position: relative;
        display: inline-block;
        padding: 10px; }
        header #main-nav .nav-item a:after {
          content: '';
          position: absolute;
          bottom: 2px;
          left: 50%;
          right: 50%;
          height: 3px;
          background-color: #00407F;
          -webkit-transition: 0.3s cubic-bezier(1, 0.18, 0.08, 0.52);
          -o-transition: 0.3s cubic-bezier(1, 0.18, 0.08, 0.52);
          transition: 0.3s cubic-bezier(1, 0.18, 0.08, 0.52); }
      header #main-nav .nav-item:hover > a, header #main-nav .nav-item.active > a {
        color: #00407F;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        header #main-nav .nav-item:hover > a:after, header #main-nav .nav-item.active > a:after {
          left: 0;
          right: 0;
          -webkit-transition: 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
          -o-transition: 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
          transition: 0.3s cubic-bezier(0.52, 0.08, 0.18, 1); }
    header #main-nav .sub-menu {
      position: absolute;
      width: 150%;
      left: -25%;
      top: calc(100% + 10px);
      padding: 5px;
      background-color: #fff;
      border-radius: 4px;
      -webkit-box-shadow: 2px 3px 5px 0 rgba(17, 17, 17, 0.15), -2px -3px 5px 0 rgba(17, 17, 17, 0.1);
      box-shadow: 2px 3px 5px 0 rgba(17, 17, 17, 0.15), -2px -3px 5px 0 rgba(17, 17, 17, 0.1);
      opacity: 0;
      visibility: hidden;
      z-index: 5;
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px); }
      header #main-nav .sub-menu:hover, header #main-nav .sub-menu.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      header #main-nav .sub-menu:before {
        content: '';
        position: absolute;
        width: 22px;
        height: 15px;
        top: -15px;
        left: calc(50% - 11px);
        background-image: url(../_img/layout/menu-arrow.png); }
      header #main-nav .sub-menu .sub-head {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        border-bottom: 1px solid #ddd; }
        header #main-nav .sub-menu .sub-head:last-child {
          border-bottom: 0; }
        header #main-nav .sub-menu .sub-head:hover, header #main-nav .sub-menu .sub-head.active {
          color: #00407F;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    header #main-nav .menu-hide {
      display: none; }

/*-----footer-----*/
footer {
  padding: 2rem 0;
  background-color: #00407F;
  color: #fff; }
  footer .footer-logo {
    float: left;
    width: 20%; }
    footer .footer-logo li {
      margin: 10px 5px; }
  footer .footer-main {
    float: right;
    width: 80%;
    padding-left: 3rem; }
    footer .footer-main li {
      margin: 5px 0; }
    footer .footer-main .footer-nav {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      footer .footer-main .footer-nav nav {
        float: left;
        width: 50%;
        padding: 0 10px; }
    footer .footer-main .footer-contact {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 30%; }
  footer .copyright {
    margin-top: 12px;
    font-size: 13px; }
    footer .copyright span {
      opacity: .6; }

#backToTop {
  position: fixed;
  width: 80px;
  height: 85px;
  right: 10px;
  bottom: 5rem;
  padding: 1rem;
  cursor: pointer;
  background-color: rgba(0, 64, 127, 0.6);
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  #backToTop .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
    color: #00407F; }
    #backToTop .arrow img, #backToTop .arrow span {
      display: inline-block;
      vertical-align: middle; }
    #backToTop .arrow:before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }

/*-----Typography-----*/
.blue {
  color: #00407F; }

.bold {
  font-weight: bold; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.333rem; }

.section-header {
  position: relative;
  padding-bottom: 10px;
  margin: 1rem 0 3.5rem;
  line-height: 1.4;
  color: #00407F;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Baloo 2', 'Noto Sans TC', '微軟正黑體','Microsoft JhengHei' , sans-serif; }
  .section-header:after {
    content: '';
    position: absolute;
    background-image: url(../_img/layout/icon.png);
    width: 41px;
    height: 10px;
    left: calc(50% - 21px);
    bottom: -12px; }

.box-header {
  font-family: 'Baloo 2', 'Noto Sans TC', '微軟正黑體','Microsoft JhengHei' , sans-serif;
  position: relative;
  margin-bottom: 1rem;
  color: #00407F;
  border-bottom: 2px solid #00407F; }

.text-wrap {
  max-width: 860px;
  margin: 0 auto 1.5rem;
  padding: 0 1rem;
  line-height: 2; }
  .text-wrap:last-child {
    margin-bottom: 0; }

article {
  line-height: 2; }
  article p {
    margin-bottom: 10px; }
    article p:last-child {
      margin-bottom: 0; }

.date {
  color: #aaa; }

.btn-row .btn {
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .btn-row .btn .fa {
    margin: 0 3px; }

.btn-row .btn-border {
  width: 160px;
  padding: .5rem;
  color: #00407F;
  border: 1px solid #00407F;
  text-align: center; }
  .btn-row .btn-border:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 0 0 #00407F;
    box-shadow: 0 2px 0 0 #00407F;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.btn-row .btn-arrow {
  color: #00407F; }
  .btn-row .btn-arrow img {
    margin: 0 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.btn-row .btn-back:hover img {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.btn-row .btn-send:hover img {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.btn-row .btn-send {
  width: 160px;
  padding: .5rem;
  border: 1px solid #00407F;
  border-radius: 4px;
  background-color: #00407F;
  color: #fff; }
  .btn-row .btn-send:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 64, 127, 0.5);
    box-shadow: 0 2px 0 0 rgba(0, 64, 127, 0.5);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.box .btn-more {
  position: absolute;
  font-size: .9rem;
  text-decoration: underline;
  right: 5px;
  top: 18px; }

hr {
  background-color: #ddd;
  border-color: #ddd;
  border-style: solid;
  margin: 0; }

/*-----內頁banner-----*/
.page-banner .bg-img {
  height: 320px;
  background-position: center; }

.main-content {
  padding-left: 2rem; }

/*-----麵包屑-----*/
.bread-list {
  color: #999; }

.bread-item {
  display: inline-block;
  margin: 0 2px; }
  .bread-item:hover, .bread-item.active, .bread-item:last-child {
    color: #000; }

/*-----頁數------*/
#pagination {
  margin-top: 4rem; }
  #pagination .page-list {
    text-align: center;
    color: #444; }
    #pagination .page-list > li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
    #pagination .page-list .page-item {
      display: inline-block;
      width: 22px; }
      #pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
        color: #00407F;
        text-decoration: underline; }

/*-----Index-----*/
.banner-slider .bg-img {
  padding-top: 31.25%; }

#index-about {
  position: relative;
  margin-top: -190px;
  padding: 190px 0 3rem;
  background-image: url(../_img/index/about_bg.png);
  background-position: 60% top; }
  #index-about:after {
    content: '';
    position: absolute;
    background-image: url(../_img/index/gray_bg.jpg);
    width: 100%;
    height: 50px;
    bottom: -50px; }

#index-main .index-quality .pic {
  padding-top: 74.428%; }

#index-main .index-catalog {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-image: url(../_img/index/catalog_bg.png);
  background-repeat: no-repeat;
  background-position: right top; }

.news-slider {
  padding-top: 13px; }
  .news-slider .item {
    padding: 5px;
    margin-bottom: 1rem; }
  .news-slider .bg-img {
    padding-top: 56%; }
  .news-slider .news-content {
    position: relative;
    padding: .8rem 1rem;
    background-color: #00407F;
    color: #fff;
    z-index: 5; }
    .news-slider .news-content .news-title {
      font-size: 1.333rem; }

.product-slider .item {
  position: relative;
  margin-bottom: 1rem; }

.product-slider .pic {
  padding-top: 96.6667%; }

.index-news .box-header {
  margin-top: 1rem;
  margin-bottom: 2.5rem; }

.index-bottom-row {
  padding-right: 15px; }

.catalog {
  padding-top: 46px; }
  .catalog .wrap, .catalog .name {
    width: 210px;
    margin: 0 auto; }
  .catalog .wrap {
    padding: 10px 0px 5px; }
  .catalog img {
    width: auto;
    max-width: 220px;
    height: 300px; }

/*-----About-----*/
#about .page-banner .bg-img {
  height: 500px; }

#about img {
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease; }
  #about img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease; }

/*-----Product-----*/
.product-item .name {
  margin-top: 5px;
  text-align: center;
  color: #00407F; }

.menu-list a {
  display: block;
  padding: 10px 5px; }

.menu-list li {
  border-bottom: 1px solid #ddd; }
  .menu-list li:hover .has-arrow {
    padding-left: 8px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    .menu-list li:hover .has-arrow:after {
      border-color: #00407F; }
  .menu-list li.current .has-arrow {
    padding-left: 8px;
    background-color: #00407F;
    color: #fff; }
    .menu-list li.current .has-arrow:after {
      border-color: #fff; }
  .menu-list li ul li a {
    padding-left: 1.5rem; }
  .menu-list li ul li:hover a, .menu-list li ul li.showup a {
    background-color: #0063BD;
    color: #fff; }

.menu-list .has-arrow {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  .menu-list .has-arrow:after {
    width: 1rem;
    height: 1rem;
    border-color: #C1C4C6;
    border-width: 2px 0 0 2px;
    right: 1.5rem;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%); }

.metismenu .active > .has-arrow:after {
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%); }

.product-wrap > div {
  float: right; }

/*-----Certify-----*/
.certificate-item figure {
  float: left;
  width: 20%;
  padding: 5px;
  margin-bottom: 2rem;
  text-align: center; }
  .certificate-item figure .certify-img {
    display: block;
    position: relative;
    margin-bottom: 5px; }
    .certificate-item figure .certify-img:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url(../_img/certified/certified_cover.png);
      background-size: contain;
      background-repeat: no-repeat; }

.fancybox-caption-wrap {
  visibility: visible;
  opacity: 1;
  text-align: center; }

/*-----News-----*/
#news .btn-row {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E6DBD3; }

.news-item {
  padding: 1rem 10px;
  border-bottom: 1px solid #E6DBD3; }
  .news-item .bg-img {
    display: block;
    padding-top: 60.975%; }
  .news-item figure {
    float: left;
    width: 410px; }
  .news-item .content {
    float: right;
    width: calc(100% - 410px);
    padding-left: 1.5rem; }

.event-item {
  padding: 1rem 10px;
  border-bottom: 1px solid #E6DBD3; }
  .event-item .bg-img {
    display: block;
    padding-top: 73.333%; }
  .event-item figure {
    float: left;
    width: 300px; }
  .event-item .content {
    float: right;
    width: calc(100% - 300px);
    padding-left: 1.5rem; }
    .event-item .content .intro {
      margin-top: 1rem;
      line-height: 1.6;
      max-height: calc(8em + 2rem);
      overflow: hidden; }

.news .title {
  font-size: 1.333rem; }

/*-----Catalog-----*/
.catalog-item {
  width: calc(25% - 20px);
  margin: 1rem 10px 2rem;
  text-align: center; }
  .catalog-item .cover {
    position: relative;
    display: inline-block;
    margin-bottom: 8px; }
    .catalog-item .cover:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 17px;
      background-image: url(../_img/catalog/shadow.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -17px;
      left: 0; }
  .catalog-item .file-name {
    margin: 5px 0; }
  .catalog-item .gallery {
    display: none; }

/*-----Contact-----*/
.contact-item {
  word-break: break-word; }
  .contact-item .icon {
    width: 15px;
    text-align: center; }
  .contact-item .content {
    width: calc(100% - 15px - 5px);
    padding-left: 5px; }

#contact .contact-item {
  margin: 5px 0; }

#contact .company {
  margin-bottom: 2rem; }

#contact .contact-table {
  width: 100%;
  max-width: 840px;
  margin: auto; }
  #contact .contact-table td {
    padding: 8px 5px; }
  #contact .contact-table p {
    margin-bottom: 3px; }
  #contact .contact-table label {
    margin-right: 5px; }
  #contact .contact-table .captcha-img {
    display: inline-block;
    vertical-align: sub;
    margin: 0 3px; }

#contact .tab-list {
  text-align: center;
  margin-bottom: 1rem; }

#contact .tab-item {
  display: inline-block;
  margin: 3px;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  #contact .tab-item a {
    display: block;
    padding: .5rem 1.5rem; }
  #contact .tab-item:hover, #contact .tab-item.current {
    background-color: #00407F;
    color: #fff;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }

#contact .map {
  padding-top: 38.461%; }

#contact .location-item {
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 10px; }
  #contact .location-item .logo {
    display: inline-block;
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd; }
    #contact .location-item .logo span {
      display: inline-block;
      font-weight: bold;
      color: #00407F; }
    #contact .location-item .logo .pic {
      padding-top: 80%; }
  #contact .location-item .info {
    display: inline-block;
    width: calc(100% - 200px - 10px);
    padding-left: 1.5rem; }

.location-filter-row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: wrap;
  -ms-flex-positive: wrap;
  flex-grow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }
  .location-filter-row .filter-text {
    margin-right: 2rem; }
  .location-filter-row .location-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-row: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .location-filter-row .location-filter li {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .location-filter-row .location-filter li input {
        display: none; }
        .location-filter-row .location-filter li input:checked + label:before {
          content: '\f046'; }
      .location-filter-row .location-filter li label {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 2rem;
        cursor: pointer;
        position: relative; }
        .location-filter-row .location-filter li label:before {
          content: '\f096';
          font-family: 'FontAwesome';
          font-weight: normal;
          display: block;
          margin-right: 5px;
          margin-top: 2px; }
      .location-filter-row .location-filter li.reset-button label {
        border: 1px solid #00407F;
        border-radius: 50px;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #fff;
        background-color: #00407F; }
        .location-filter-row .location-filter li.reset-button label:before {
          display: none; }

.location-list-row {
  margin-top: 2rem; }
  .location-list-row .location-text {
    font-size: 2rem;
    color: #00407F;
    border-bottom: 1px solid #00407F;
    margin-bottom: 1.5rem; }
  .location-list-row .location-list-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .location-list-row .location-list-new .location-list-item {
      width: 25%;
      padding: 10px; }
      @media only screen and (max-width: 1024px) {
        .location-list-row .location-list-new .location-list-item {
          width: 50%; } }
      @media only screen and (max-width: 640px) {
        .location-list-row .location-list-new .location-list-item {
          width: 100%; } }
      .location-list-row .location-list-new .location-list-item .border {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 1rem;
        height: 100%; }
      .location-list-row .location-list-new .location-list-item .img-row {
        width: 100%;
        margin-bottom: 0.5rem; }
        .location-list-row .location-list-new .location-list-item .img-row .pic {
          width: 100%;
          padding-bottom: 50%; }
      .location-list-row .location-list-new .location-list-item .txt-row .location {
        color: #00407F; }
      .location-list-row .location-list-new .location-list-item .txt-row .name {
        font-size: 1.5rem;
        font-weight: bold; }

@media only screen and (max-width: 1300px) {
  #index-about {
    margin-top: -170px;
    padding-top: 170px; } }

@media only screen and (max-width: 1024px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 45px;
    right: 25px;
    cursor: pointer;
    z-index: 99999; }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #5e5e5e;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.action {
      position: fixed; }
      #burger.action span {
        background-color: transparent;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #burger.action span:before, #burger.action span:after {
          background-color: #aaa;
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-duration: 0.2s, 0.2s;
          -o-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;
          -webkit-transition-delay: 0s, 0.2s;
          -o-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s; }
        #burger.action span:before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #burger.action span:after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header #logo {
    padding: 1.5rem 0; }
  header #main-nav {
    position: fixed;
    width: 75vw;
    max-width: 300px;
    height: 100vh;
    margin-top: 0;
    padding-left: 0;
    padding-top: 3rem;
    float: none;
    top: 0;
    right: 0;
    overflow: auto;
    background-color: #eee;
    -webkit-transform: translateX(75vw);
    -ms-transform: translateX(75vw);
    transform: translateX(75vw);
    -webkit-transition: 0.4s cubic-bezier(0.95, 0.225, 0.1, 0.65);
    -o-transition: 0.4s cubic-bezier(0.95, 0.225, 0.1, 0.65);
    transition: 0.4s cubic-bezier(0.95, 0.225, 0.1, 0.65); }
    header #main-nav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: 0.4s cubic-bezier(0.65, 0.1, 0.225, 0.95);
      -o-transition: 0.4s cubic-bezier(0.65, 0.1, 0.225, 0.95);
      transition: 0.4s cubic-bezier(0.65, 0.1, 0.225, 0.95); }
    header #main-nav .nav-item {
      display: block;
      width: 100%;
      margin: 0;
      padding-left: 1rem;
      text-align: left; }
      header #main-nav .nav-item a {
        display: block; }
        header #main-nav .nav-item a:after {
          display: none; }
    header #main-nav .sub-menu {
      position: relative;
      width: 100%;
      left: 0;
      top: auto;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      header #main-nav .sub-menu:before {
        display: none; }
      header #main-nav .sub-menu .sub-head {
        padding-left: 1rem;
        border-bottom: 0; }
        header #main-nav .sub-menu .sub-head a {
          padding: 5px 10px; }
  footer .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
  footer .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    float: none;
    padding-left: 0; }
    footer .footer-main .footer-nav nav {
      padding: 0; }
  footer .footer-contact {
    width: 100% !important;
    margin-top: 1rem; }
  .rwd-col-12 {
    width: 100%;
    float: none;
    margin-bottom: 1rem; }
  #index-about {
    margin-top: -140px; }
  #index-main .index-catalog {
    max-width: 380px;
    margin: auto; }
  #about .page-banner .bg-img {
    height: 0;
    padding-top: 60%; }
  .box-header {
    cursor: pointer; }
  .menu-list {
    display: none; }
  .main-content {
    padding-left: 5px; }
  .certificate-item figure {
    width: 33.3%; }
  #contact .location-item {
    float: none;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .m-col-12 {
    float: none;
    width: 100%; }
  #index-about {
    padding-top: 150px; }
  .page-banner .bg-img {
    height: 200px; }
  .catalog-item {
    width: calc(33.3% - 20px); }
  section {
    padding: 20px 0; }
  .news-item figure, .event-item figure {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: auto; }
  .news-item .content, .event-item .content {
    float: none;
    width: 100%;
    padding-left: 0; } }

@media only screen and (max-width: 640px) {
  #backToTop {
    width: auto;
    height: auto;
    padding: 0px;
    bottom: 20px;
    background-color: transparent; }
    #backToTop .arrow {
      border: 1px solid #00407F;
      margin-bottom: 0; }
    #backToTop p {
      display: none; }
  .catalog-item {
    width: 50%;
    margin: 1rem 0 2rem; }
  #certify .badge {
    margin-bottom: 1rem; }
  .certificate-item figure {
    width: 50%; }
  #contact .map {
    padding-top: 75%; }
  #contact .location-item .logo {
    display: block;
    margin: auto; }
  #contact .location-item .info {
    display: block;
    width: 100%;
    padding-left: 0; }
  #contact .contact-table td {
    display: block; } }

@media only screen and (max-width: 480px) {
  #burger {
    top: 40px;
    right: 15px; }
  header .container {
    padding: 0 10px; }
  header #logo {
    width: 180px;
    padding: 1rem 0; }
  .s-col-12 {
    float: none;
    width: 100%;
    margin: 5px 0; }
  #banner {
    position: relative;
    z-index: 10; }
  .page-banner .bg-img {
    height: 180px; }
  #index-about {
    margin-top: -240px;
    padding-top: 240px; }
  .catalog-item {
    width: 100%; }
  .index-bottom-row {
    padding-right: 0px; } }

/*# sourceMappingURL=style.css.map */