@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Arapey:400,400i");
html {
  overflow-y: hidden; }

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #707070;
  background-color: #fff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' ,'Abel', 'Lato','Oxygen', 'Raleway', 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(199, 0, 0, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #C70000;
  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; }

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

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

input[type="text"] {
  -webkit-appearance: none;
  outline: 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: 1200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.wrap {
  padding: 20px 0; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.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: 10px;
  padding-right: 10px; }

.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%; }

.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, .iframe {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe, .iframe 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; }

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

main {
  background-color: #fff;
  position: relative;
  z-index: 5000;
  display: block; }

article {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }

.aside-style {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .aside-style aside {
    width: 160px; }
    .aside-style aside .mobile-title {
      display: none; }
    .aside-style aside .aside-menu > li:first-child .btn1 {
      margin-top: 0; }
    .aside-style aside .aside-menu > li.active .btn1 {
      background-color: #C70000;
      color: #fff;
      border-color: #C70000; }
  .aside-style .right-block {
    width: calc(100% - 160px);
    padding-left: 20px; }

#inner-banner .bg-img {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #inner-banner .bg-img .main-title {
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 3px #000; }

.content {
  max-width: 1020px;
  margin: auto; }

.txt-left {
  text-align: left !important; }

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

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

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

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

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

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px; }
  .tab-list li a {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    padding: 1rem 30px;
    border-bottom: 2px solid #D7E0E5;
    line-height: 1; }
  .tab-list li.active a, .tab-list li:hover a {
    border-bottom: 2px solid #C70000;
    color: #C70000; }

.list1 > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  color: #707070; }
  .list1 > li .list-title {
    font-size: 1.3rem;
    width: 150px; }
  .list1 > li .list-info {
    font-size: 1.2rem;
    width: calc(100% - 150px); }

.img-list > li {
  margin: 50px 0; }
  .img-list > li .title {
    margin-bottom: 20px; }
    .img-list > li .title span {
      font-size: 1.3rem;
      color: #C70000; }
    .img-list > li .title p {
      font-size: 1.3rem; }
    .img-list > li .title:after {
      content: '';
      display: block;
      width: 10rem;
      height: 3px;
      background-color: #C70000; }

.mc1 {
  color: #C70000; }

.txt-big {
  font-size: 1.2rem;
  line-height: 2; }

.txt-big2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold; }

.txt {
  font-size: 1rem;
  line-height: 2; }

.txt-line {
  position: relative; }
  .txt-line:after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: #C70000;
    margin: 30px auto; }

.c-white {
  color: #fff; }

.under-line {
  text-decoration: underline; }

.bold {
  font-weight: bold; }

.c2 {
  color: #000000; }

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1rem;
  margin-bottom: 30px; }
  .main-title p {
    color: #707070;
    margin-right: 20px;
    font-size: 2em; }
    .main-title p:after {
      content: '';
      display: block;
      width: .7em;
      height: 1px;
      background-color: #C70000;
      margin: 20px 0;
      position: absolute; }
  .main-title span {
    color: #000000;
    font-size: 1em; }
  .main-title.center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-title.center p:after {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .main-title.c2 p {
    color: #000000; }
  .main-title.ls5 {
    letter-spacing: 5px; }
    .main-title.ls5 p:after {
      width: 2.5em; }

.main-title2 {
  text-align: center;
  margin-bottom: 4rem; }
  .main-title2 p {
    display: inline-block;
    font-size: 2.4rem; }
    .main-title2 p:after {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background-color: #C70000;
      margin: auto; }
  .main-title2.txt-left p:after {
    margin: 0; }

.button-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

button {
  background: none; }

.index-btn {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #fff;
  border-left: 2px solid #FF8800;
  border-right: 2px solid #fff;
  position: relative;
  margin-top: 2rem; }
  .index-btn:before, .index-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF8800), color-stop(#FFED47), to(#fff));
    background-image: -webkit-linear-gradient(left, #FF8800, #FFED47, #fff);
    background-image: -o-linear-gradient(left, #FF8800, #FFED47, #fff);
    background-image: linear-gradient(to right, #FF8800, #FFED47, #fff);
    position: absolute; }
  .index-btn:before {
    top: 0;
    left: 0; }
  .index-btn:after {
    left: 0;
    bottom: 0; }
  .index-btn a {
    display: block; }
  .index-btn:hover {
    color: #C70000; }

.btn1 {
  display: block;
  min-width: 160px;
  max-width: 160px;
  background: none;
  color: #707070;
  padding: 0;
  font-size: 1rem;
  border: 2px solid #707070;
  outline: none;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer; }
  .btn1:hover, .btn1.active {
    background-color: #C70000;
    color: #fff;
    border-color: #C70000; }
  .btn1.center {
    margin-left: auto;
    margin-right: auto; }
  .btn1 > * {
    display: block;
    line-height: 50px; }

.more {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 9px;
  color: #707070;
  border: 1px solid #707070;
  background: none;
  margin: auto;
  margin-bottom: 10px; }
  .more a {
    display: block; }
  .more:hover {
    color: #fff;
    border-color: #fff; }

.back {
  padding: 0;
  margin: 1rem 0;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  color: #000000; }
  .back:hover {
    color: #C70000; }
  .back a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .back i {
    font-size: 1.3rem; }
  .back span {
    font-family: 'Arapey';
    font-size: 1.2rem;
    display: block;
    margin-left: 10px;
    letter-spacing: 5px; }
    .back span:after {
      content: '';
      display: block;
      width: .7rem;
      height: 1px;
      background-color: #C70000;
      margin-top: 5px; }

.send {
  padding: 0;
  margin: 1rem auto;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  display: block;
  background: none; }
  .send:hover {
    color: #C70000; }
  .send .in {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .send i {
    font-size: 1.3rem; }
  .send span {
    font-family: 'Arapey';
    font-size: 1.2rem;
    display: block;
    margin-left: 10px;
    letter-spacing: 5px; }
    .send span:after {
      content: '';
      display: block;
      width: .7rem;
      height: 1px;
      background-color: #C70000;
      margin-top: 5px; }

.pb0 {
  padding-bottom: 0; }

.ma {
  margin-left: auto;
  margin-right: auto; }

.form {
  width: 100%; }
  .form li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form li .input {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.3rem;
      line-height: 35px;
      height: 35px;
      display: block;
      padding: 0px 5px;
      margin: 15px 10px; }
      .form li .input input[type="text"],
      .form li .input input[type="password"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        display: block;
        font-size: 1.3rem;
        z-index: 50;
        border-bottom: 2px solid #707070; }
        .form li .input input[type="text"]:focus, .form li .input input[type="text"]:active,
        .form li .input input[type="password"]:focus,
        .form li .input input[type="password"]:active {
          border-bottom-color: #C70000; }
          .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
          .form li .input input[type="password"]:focus + .txt,
          .form li .input input[type="password"]:active + .txt {
            -webkit-transform: scale(0.8) translateY(-100%);
            -ms-transform: scale(0.8) translateY(-100%);
            transform: scale(0.8) translateY(-100%);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            color: #C70000; }
      .form li .input .txt {
        position: relative;
        z-index: 100;
        display: inline-block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        font-size: 1.3rem;
        line-height: 35px; }
        .form li .input .txt.active {
          -webkit-transform: scale(0.8) translateY(-100%);
          -ms-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #C70000; }
    .form li .radio-row {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.3rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 1px solid #C70000;
      padding: 5px 5px;
      margin: 30px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .form li .radio-row .radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1rem;
        cursor: pointer; }
        .form li .radio-row .radio input[type="radio"] {
          display: none; }
          .form li .radio-row .radio input[type="radio"]:checked + .circle:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .form li .radio-row .radio .circle {
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50%;
          border: 1px solid #C70000;
          position: relative; }
          .form li .radio-row .radio .circle:after {
            content: '';
            width: 7px;
            height: 7px;
            background-color: #C70000;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .form li .radio-row .radio .txt {
          position: relative;
          z-index: 100;
          display: inline-block;
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          font-size: 1.3rem;
          line-height: 35px;
          margin-left: 5px; }
    .form li.captcha {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-top: 20px;
      margin-bottom: 20px; }
      .form li.captcha .img-row {
        cursor: pointer; }
      .form li.captcha .input-row input {
        border: 2px solid #707070;
        font-size: 1rem;
        height: 100%;
        padding-left: 1rem; }
  .form .textarea {
    display: block;
    width: calc(100% - 20px);
    height: 160px;
    position: relative;
    margin: auto;
    margin-top: 1rem; }
    .form .textarea textarea {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      font-size: 1.3rem;
      padding: 5px;
      outline: none;
      border: 2px solid #707070; }
      .form .textarea textarea:active, .form .textarea textarea:focus {
        border-color: #C70000; }
  .form .checkbox {
    display: block;
    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;
    cursor: pointer; }
    .form .checkbox input[type="checkbox"] {
      display: none; }
      .form .checkbox input[type="checkbox"]:checked + .square:after {
        display: block; }
    .form .checkbox .square {
      width: 15px;
      height: 15px;
      border: 1px solid #C70000;
      margin-right: 5px; }
      .form .checkbox .square:after {
        content: '\f00c';
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        display: block;
        font-size: 1.3rem;
        color: #C70000;
        line-height: 15px;
        display: none; }
    .form .checkbox .txt {
      line-height: 35px;
      font-size: 1.3rem;
      color: #C70000; }
  .form .google-captcha-row > div {
    margin: 1rem auto; }
  .form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form .row2 .input {
      width: calc(50% - 20px); }
  .form .button-row {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px; }
    .form .button-row .btn2 {
      margin: 1rem auto; }

.select {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #707070;
  color: #707070;
  position: relative;
  cursor: pointer; }
  .select.right {
    margin-left: auto; }
  .select:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 1.5rem;
    color: #707070;
    position: absolute;
    right: 1rem;
    top: 0;
    line-height: 50px;
    z-index: 50; }
  .select select {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    color: #707070;
    padding-left: 1rem;
    background: none;
    z-index: 100;
    cursor: pointer; }

.bread {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0; }
  .bread li {
    font-size: .95rem; }
    .bread li + li:before {
      content: '>';
      display: inline-block;
      vertical-align: center;
      margin: 0 3px; }

.pages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px; }
  .pages .page {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    color: #707070;
    text-align: center;
    line-height: 30px;
    margin-left: .5rem;
    margin-right: .5rem; }
    .pages .page.active, .pages .page:hover {
      color: #C70000;
      border-color: #C70000; }

.swiper-pagination {
  position: static;
  margin-top: 20px; }
  .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C70000; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none; }

.template {
  position: relative;
  height: 100%; }

.mobile-logo {
  display: none; }

.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
  margin: auto;
  position: relative;
  width: 100%; }
  .template header {
    width: 300px;
    height: 100%;
    position: fixed; }
  .template main {
    width: calc(100% - 300px);
    margin-left: 300px;
    padding: 0; }
    .template main article {
      max-width: 1180px; }

article {
  padding-left: 40px;
  padding-right: 40px; }

header {
  z-index: 8000;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  header .header-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  header #logo {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%; }
  header .logo-bottom {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px; }
    header .logo-bottom img {
      width: 260px;
      height: 58.8px; }
  header .facebook-link {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%; }
  header #main-nav {
    width: 100%; }
    header #main-nav .menu {
      position: relative;
      width: 168px;
      margin: auto; }
      header #main-nav .menu .nav-item {
        text-align: center;
        position: static;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 1rem 0; }
        header #main-nav .menu .nav-item:hover > a span.en:after, header #main-nav .menu .nav-item.active > a span.en:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
        header #main-nav .menu .nav-item > a {
          font-size: 1.3rem;
          position: relative;
          color: #707070;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; }
          header #main-nav .menu .nav-item > a span {
            display: block;
            position: relative; }
            header #main-nav .menu .nav-item > a span.en {
              font-size: 1.4rem; }
              header #main-nav .menu .nav-item > a span.en:after {
                content: '';
                display: block;
                width: .7em;
                height: 1px;
                background-color: #C70000;
                -webkit-transform-origin: left;
                -ms-transform-origin: left;
                transform-origin: left;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear; }
            header #main-nav .menu .nav-item > a span.tw {
              font-size: 1rem; }
            header #main-nav .menu .nav-item > a span:after {
              content: '';
              display: block;
              position: absolute;
              width: 100%;
              height: 5px;
              background-color: #C70000;
              display: none; }
        header #main-nav .menu .nav-item .sub-menu {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          float: left;
          left: 0; }
          header #main-nav .menu .nav-item .sub-menu:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: #D5F0FF;
            margin-left: -9999px;
            margin-right: -9999px;
            padding-left: 9999px;
            padding-right: 9999px;
            z-index: 0; }
          header #main-nav .menu .nav-item .sub-menu.show {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header #main-nav .menu .nav-item .sub-menu > li {
            position: relative;
            z-index: 100;
            width: 160px; }
            header #main-nav .menu .nav-item .sub-menu > li a {
              padding-top: 10px;
              padding-bottom: 10px; }
            header #main-nav .menu .nav-item .sub-menu > li:hover, header #main-nav .menu .nav-item .sub-menu > li.active {
              color: #C70000; }
            header #main-nav .menu .nav-item .sub-menu > li > a {
              display: block; }
        header #main-nav .menu .nav-item .mobile-click {
          display: none; }
  header .facebook-link {
    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; }
    header .facebook-link:hover {
      color: #000000; }
    header .facebook-link i {
      font-size: 1.3rem;
      line-height: 1.6; }
    header .facebook-link span {
      margin-left: 8px; }

#lang {
  position: absolute;
  right: 1rem;
  top: 2rem;
  margin: auto; }
  #lang .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #lang .lang:hover .t {
      color: #707070; }
    #lang .lang .t {
      color: #fff;
      margin-left: 8px; }

footer {
  background-color: #EEEEEE;
  padding: 15px;
  position: relative;
  max-width: 1180px; }
  footer .fa-angle-up {
    position: absolute;
    left: 0;
    right: 0;
    top: -3rem;
    margin: auto;
    display: inline-block;
    font-size: 3rem;
    width: 3rem;
    cursor: pointer; }
  footer .info {
    text-align: right;
    margin-top: 15px; }
    footer .info li {
      margin: 8px 0; }
  footer #copyright {
    text-align: right;
    font-size: .9rem; }

#banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 2rem; }

#index footer {
  display: none; }

.moble-bottom {
  display: none; }

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .about-info .title {
    width: 180px;
    color: #000000;
    font-size: 1.2rem; }
  .about-info .info {
    width: calc(100% - 180px); }

#about #section2 {
  background-color: #F2F2F2;
  display: block;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px; }

.p-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px; }
  .p-list .item {
    width: 50%;
    padding: 5px;
    display: block; }
    .p-list .item a {
      display: block;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .p-list .item a .bg-img {
        width: 100%;
        padding-bottom: 55%;
        position: relative;
        overflow: hidden;
        display: block; }
      .p-list .item a .p-name-row {
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        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; }
        .p-list .item a .p-name-row:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 100;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: .7;
          background-image: -webkit-linear-gradient(135deg, #000000, #545454);
          background-image: -o-linear-gradient(135deg, #000000, #545454);
          background-image: linear-gradient(-45degree, #000000, #545454); }
        .p-list .item a .p-name-row .p-name {
          font-size: 1.6rem;
          color: #fff;
          position: relative;
          z-index: 200; }
          .p-list .item a .p-name-row .p-name:after {
            content: '';
            display: block;
            height: 1px;
            width: 3rem;
            background-color: #fff;
            margin: auto;
            margin-top: 1rem; }

.p-inner-img-row {
  margin-bottom: 50px;
  max-width: 100%;
  overflow: hidden; }

.swiper-row {
  position: relative;
  max-width: 100%; }
  .swiper-row .slider-prev,
  .swiper-row .slider-next {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    outline: none;
    cursor: pointer; }
    .swiper-row .slider-prev:hover,
    .swiper-row .slider-next:hover {
      opacity: .8; }
    .swiper-row .slider-prev i,
    .swiper-row .slider-next i {
      font-size: 2rem; }
  .swiper-row .slider-prev {
    left: 0; }
  .swiper-row .slider-next {
    right: 0; }

.big-img-slider,
.small-img-slider {
  max-width: 100%; }
  .big-img-slider .swiper-slide,
  .small-img-slider .swiper-slide {
    max-width: 100%; }
  .big-img-slider .pic,
  .small-img-slider .pic {
    width: 100%;
    padding-bottom: 51%;
    cursor: pointer; }

.swiper-row {
  max-width: 80%;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px; }

.small-img-slider {
  margin: auto;
  margin-top: 30px; }
  .small-img-slider .swiper-slide .bg-img {
    width: 100%;
    padding-bottom: 60%; }
  .small-img-slider .swiper-slide:hover, .small-img-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: .5; }

#contact article {
  padding-bottom: 0; }

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 80%; }
  .contact-row .contact-form {
    width: 375px;
    max-width: 100%; }
  .contact-row .info-row {
    width: 250px;
    max-width: 100%; }
    .contact-row .info-row .company-name {
      margin-bottom: 100px; }
      .contact-row .info-row .company-name p {
        font-size: 1.2rem;
        color: #000000; }
    .contact-row .info-row .info {
      line-height: 2; }
    .contact-row .info-row .facebook-link {
      display: table;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 2rem auto; }
      .contact-row .info-row .facebook-link:hover {
        color: #000000; }
      .contact-row .info-row .facebook-link i {
        font-size: 1.3rem;
        line-height: 1.6; }
      .contact-row .info-row .facebook-link span {
        margin-left: 8px; }

.contact-map {
  display: block;
  margin-left: -40px;
  margin-right: -40px; }
  .contact-map .map {
    width: 100%;
    padding-bottom: 50%;
    display: block; }

@media only screen and (max-width: 1024px) {
  .container {
    width: 768px; }
  #lang {
    display: none; }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 9000;
    display: none; }
    #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.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active 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.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .progress-bottom .progress-img02 {
    right: 0; }
  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  #lang {
    position: static; }
  .p-list .item a .p-name-row {
    left: 0; } }

@media only screen and (max-width: 768px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px; }
  article {
    margin-top: 250px; }
  #burger {
    position: fixed; }
  #inner-banner {
    margin-top: 230px; }
  .swiper-container {
    margin-top: 0px; }
  .mobile-logo {
    position: absolute;
    left: 0px;
    top: -3px;
    z-index: 5000;
    display: block; }
    .mobile-logo a {
      display: block; }
    .mobile-logo ul {
      margin-top: 50px;
      padding-left: 20px;
      width: 150px; }
      .mobile-logo ul li {
        font-size: 18px;
        color: #000; }
        .mobile-logo ul li .tw {
          font-size: 12px;
          float: right;
          margin-top: 5px; }
  .moble-bottom {
    display: block;
    width: 80%;
    margin: 0 auto; }
    .moble-bottom .facebook-link {
      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; }
    .moble-bottom img {
      margin: 20px auto 0px;
      display: block;
      width: 80%; }
  main,
  .template {
    margin: 0 auto !important;
    width: 768px !important;
    z-index: 3000;
    max-width: 100%; }
  header {
    left: -300px;
    position: fixed;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    header.active {
      left: 0;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  .banner-slider-thumbs {
    position: static; }
    .banner-slider-thumbs .flex {
      display: block;
      text-align: center; }
    .banner-slider-thumbs .icon-row img {
      margin: auto; }
  .big-img-slider .pic,
  .small-img-slider .pic {
    padding-bottom: 100%; } }

@media only screen and (max-width: 640px) {
  .index-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
  body,
  html {
    font-size: 13px; }
  header {
    width: 200px !important;
    left: -200px; }
  footer {
    position: static; }
    footer #footer-info {
      display: block; }
  #banner {
    height: 80%;
    padding-top: 220px; }
  .banner-slider-thumbs .txt-row {
    display: none; }
  #inner-banner .bg-img {
    height: 300px; }
  .p-category > li {
    width: 50%; }
  .contact-form {
    padding: 20px; }
    .contact-form .txt {
      font-size: 1rem !important; }
  .contact-info {
    display: block; }
    .contact-info .txt-row,
    .contact-info .map-row {
      width: 100%;
      margin: 50px 0; }
    .contact-info .map-row {
      width: 100%; }
      .contact-info .map-row .map {
        width: 100%;
        padding-bottom: 100%;
        height: auto;
        position: static; }
  .p-top .left,
  .p-top .right {
    width: 100%;
    padding: 0;
    margin: 50px 0; }
  .contact-row {
    display: block;
    max-width: 100%; }
    .contact-row .left,
    .contact-row .right {
      width: 100%; }
    .contact-row .info-row {
      margin: auto; }
  .pc {
    display: none; }
  #application .right-block {
    padding-left: 0; }
  .about8-list .item .item1-list {
    display: block; }
    .about8-list .item .item1-list > li {
      width: 100%;
      margin-bottom: 30px; }
  .about8-list .item .item4-block {
    display: block; }
    .about8-list .item .item4-block .block {
      width: 100%;
      margin-bottom: 30px;
      padding: 0; }
  .target-list .item {
    width: 33.3333%;
    margin-bottom: 20px;
    font-size: .8rem; }
  .about-info {
    display: block; }
    .about-info .title,
    .about-info .info {
      width: 100%;
      padding: 10px 0; }
  article {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 220px; }
  footer .footer-info .item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem !important; }
    footer .footer-info .item a {
      word-break: break-word; }
  .container {
    max-width: 90%;
    margin: auto;
    padding: 0; }
  .banner-slider-thumbs .icon-row i {
    font-size: 30px; }
  .banner-slider-thumbs .icon-row img {
    width: 30px; }
  .aside-style {
    display: block; }
    .aside-style aside,
    .aside-style .right-block {
      width: 100%;
      padding: 0; }
    .aside-style aside .border {
      width: 250px;
      margin: auto;
      border: 1px solid #C70000;
      position: relative;
      margin-bottom: 30px; }
      .aside-style aside .border:after {
        content: "\f0d7";
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.5rem;
        font-weight: bold;
        position: absolute;
        right: 1rem;
        top: 0;
        line-height: 50px; }
      .aside-style aside .border .mobile-title {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #707070;
        font-size: 1.2rem;
        cursor: pointer; }
      .aside-style aside .border .aside-menu {
        display: none; }
        .aside-style aside .border .aside-menu > li button {
          border: none;
          width: 100%;
          max-width: none;
          min-width: none;
          margin: 0; }
    .aside-style aside .main-title {
      text-align: center !important; }
  #about .page1 .aside-style .right-block {
    padding-left: 0; }
  #about article {
    margin-top: 0; }
  .team-row {
    display: block; }
    .team-row .team-list {
      display: block;
      width: 100%; }
      .team-row .team-list li {
        width: 100%;
        height: 120px; }
  .p-list {
    padding: 0; }
    .p-list .item {
      width: 50%; }
  .p-detail-page {
    padding-left: 0; }
  .p-list .item a .p-name-row .p-name {
    font-size: 1rem; } }

.small-img-slider {
  max-width: 100%; }
  .small-img-slider .swiper-slide .bg-img {
    padding-bottom: 60%;
    margin: 0; }

.swiper-row {
  max-width: 100%;
  margin: 25px auto 0;
  padding-left: 30px;
  padding-right: 30px; }

@media only screen and (max-width: 350px) {
  body,
  html {
    font-size: 10px; }
  .form .google-captcha-row > div {
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
    -ms-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important; } }

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