@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2018 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Jia $
 * $Date: Oct. 2018 $
*/

/* Font Including */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
       url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
       url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Global Style */
html { font-size: 16px; }
body {
  line-height: 2;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
}
* { -webkit-backface-visibility: hidden; }
img { border: 0; vertical-align: bottom; }
a, a:visited, a:hover, a:focus, a:active { text-decoration: none; }
:focus, :active { outline: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p { line-height: inherit; }
label { font-weight: inherit; }
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
textarea { resize: vertical; }
ol.reset, ul.reset, li.reset { margin: 0; padding: 0; list-style: none; }
section, article, aside, footer, header, nav, main {
  display:block;
}

/* Page Styles */
@media (min-width: 1480px) {
  .container-1430 {
    width: 1430px;
  }
}
.page-wrap {
  overflow-x: hidden;
}

/* Page Banner */
.page-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 27%;
  opacity: 0;
}
.page-banner.view {
  opacity: 1;
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}
.page-banner .bg {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: scale(1.2) translateX(-41.667%);
  -moz-transform: scale(1.2) translateX(-41.667%);
  -webkit-transform: scale(1.2) translateX(-41.667%);
}
.page-banner.view .bg {
  transform: scale(1) translateX(-50.025%);
  -moz-transform: scale(1) translateX(-50.025%);
  -webkit-transform: scale(1) translateX(-50.025%);
  transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.page-banner .text {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  top: 50%;
  margin-top: 50px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-banner .text .subject-en {
  position: relative;
  font-size: 1.25rem;
  margin: 0 0 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-banner .text .subject-en:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  bottom: 8px;
  left: 50%;
  margin-left: -7px;
  background: #eb0000;
}
.page-banner .text .subject {
  line-height: 30px;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 991px) {
  .page-banner {
    padding-bottom: 35.3%;
  }
  .page-banner .text {
    margin-top: 40px;
  }
  .page-banner .text .subject-en {
    font-size: 1.125rem;
    margin: 0;
  }
  .page-banner .text .subject-en:after {
    bottom: 12px;
  }
  .page-banner .text .subject {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .page-banner .text {
    margin-top: 25px;
  }
  .page-banner {
    padding-bottom: 50%;
  }
}

/* Page Breadcrumb */
.page-breadcrumb {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.page-breadcrumb:after {
  position: absolute;
  content: '';
  width: 17.5%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eb0000;
  z-index: 0;
}
.page-breadcrumb a.home {
  background: #eb0000;
}
.page-breadcrumb a.home img {
  position: relative;
  z-index: 1;
  max-width: 20px;
  vertical-align: top;
}
.page-breadcrumb ul {
  font-size: 0;
}
.page-breadcrumb ul li {
  display: inline-block;
  position: relative;
  line-height: 24px;
  font-size: 1rem;
  color: #999;
  z-index: 2;
  vertical-align: top;
  border-right: 1px solid #ddd;
}
.page-breadcrumb ul li ~ li {
  background: #fff;
}
.page-breadcrumb ul li:nth-child(2) {
  padding: 20px 30px;
  color: #333;
}
.page-breadcrumb ul li a,
.page-breadcrumb ul li button {
  display: block;
  color: #333;
  padding: 20px 30px;
}
.page-breadcrumb ul li button {
  border: none;
  background: #fff;
  min-width: 260px;
  max-width: 260px;
  text-align: left;
  position: relative;
}
.page-breadcrumb ul li button:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  top: 25px;
  right: 25px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.page-breadcrumb ul li .dropdown-menu {
  width: 100%;
  font-size: 1rem;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0,.15);
  box-shadow: 0 0px 12px rgba(0, 0, 0,.15);
}
.page-breadcrumb ul li .dropdown-menu a {
  padding: 15px 20px;
}
.page-breadcrumb ul li .dropdown-menu a:hover {
  color: #fff;
  background: #eb0000;
}
.page-breadcrumb ul li a:hover {
  color: #d71313;
}

@media (max-width: 991px) {
  .product-head .theme-text-title {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media (max-width:767px) {
  .page-breadcrumb ul li a.home {
    padding: 20px 20px 20px 5px;
  }
  .page-breadcrumb ul li a,
  .page-breadcrumb ul li button {
    padding: 20px 15px;
  }
}

/* Page Nodata */
.page-nodata {
  line-height: 30px;
  font-size: 1rem;
  color: #999;
  text-align: center;
  padding: 30px 0;
}

p.nodata {
  width: 190px;
  margin: 30px auto;
  letter-spacing: 1px;
  color: #777;
  padding: 10px 0;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0,.1);
}

.text-align {
  text-align: center;
}

/* Page Content */
.page-content {
  position: relative;
  background: #fff;
  padding: 60px 0;
}
.page-content.no-padding-top {
  padding-top: 0;
}
.page-content.no-padding-bottom {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .page-content {
    padding: 30px 0;
  }
}

@media (max-width: 639px) {
  .page-breadcrumb ul li button {
    min-width: auto;
    max-width: auto;
    padding-right: 60px;
  }
}

/* Page Tabs */
@media (min-width: 992px) {
  .page-tabs.news .btn {
    display: none;
  }
  .page-tabs.news .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    min-width: 100%;
    font-size: 0;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none !important;
    text-align: center;
    margin: 0;
    padding: 1px 0 0 1px;
  }
  .page-tabs.news .dropdown-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-left: -1px;
  }
  .page-tabs .dropdown-menu > li > a {
    display: block;
    min-width: 170px;
    line-height: 26px;
    font-size: 1rem;
    font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    padding: 10px 30px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
  }
  .page-tabs .dropdown-menu > li > a span.en {
    display: block;
    font-size: 0.875rem;
    line-height: 18px;
  }
  .page-tabs.news .dropdown-menu > li > a:hover {
    background: #f5f5f5;
  }
  .page-tabs.news .dropdown-menu > li.current > a {
    color: #fff;
    border-color: #d71313;
    background: #d71313;
  }
}

.page-tabs {
  max-width: 400px;
}
.page-tabs.news {
  margin: auto;
}
.page-tabs .btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff !important;
  border: none;
  background: #d71313 !important;
  border-radius: 0;
  box-shadow: none !important;
  text-align: left;
  padding: 0 30px 0 20px;
}
.page-tabs.prod .btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #222 !important;
  border-bottom: 2px solid #d71313;
  background: #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  text-align: left;
  padding: 0 30px 0 20px;
}
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-color: #d71313;
}
.page-tabs .btn:focus {
  outline: none;
}
.page-tabs .btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent #fff transparent;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
.page-tabs.prod .btn:before {
  border-color: #d71313 transparent #d71313 transparent;
}
.page-tabs.open .btn:before {
  border-top-width: 0;
  border-bottom-width: 6px;
}
.page-tabs.prod.open .btn:before {
  border-top-width: 0;
  border-bottom-width: 6px;
}
.page-tabs .btn .text {
  font-size: 1rem;
  margin: 0;
  color: #eb0000;
  font-weight: bold;
}
.page-tabs .dropdown-menu {
  position: relative;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
  margin: 0;
  padding: 0;
}
.page-tabs .dropdown-menu > li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.page-tabs .dropdown-menu > li > a {
  position: relative;
  min-width: 250px;
  text-align: left;
  border: none;
  padding: 15px 20px;
  color: #333;
  font-weight: normal;
  letter-spacing: 2px;
  transition: padding-left .5s;
  -moz-transition: padding-left .5s;
  -webkit-transition: padding-left .5s;
}
.page-tabs .dropdown-menu > li.current > a,
.page-tabs .dropdown-menu > li > a:hover {
  border: none;
  background: none;
  color: #eb0000;
  padding-left: 55px;
  font-weight: bold;
}
.page-tabs .dropdown-menu > li.current > a:before,
.page-tabs .dropdown-menu > li > a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  top: 25px;
  left: 25px;
  background: #eb0000;
  transition: width .5s;
  -moz-transition: width .5s;
  -webkit-transition: width .5s;
}
.page-tabs .dropdown-menu > li.current > a:before,
.page-tabs .dropdown-menu > li:hover > a:before {
  width: 15px;
}

@media (max-width: 991px) {
  .page-tabs.prod {
    max-width: 100%;
  }
}

/* Page Collapse */
@media (min-width: 992px) {
  .page-collapse .page-tabs .dropdown-menu {
    text-align: left;
  }
}
.page-collapse-body {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.page-collapse-box {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: opacity .5s, transform .001s .5s;
  -moz-transition: opacity .5s, transform .001s .5s;
  -webkit-transition: opacity .5s, transform .001s .5s;
}
.page-collapse-box.current {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: opacity .5s, transform .001s;
  -moz-transition: opacity .5s, transform .001s;
  -webkit-transition: opacity .5s, transform .001s;
}
@media (max-width: 991px) {
  .page-collapse-body {
    margin-top: 20px;
  }
}

/* Page Pagination */
.page-pager {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.page-pager > a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.9375rem;
  color: #fff;
  background: #999;
  vertical-align: top;
  margin: 0 5px;
}
.page-pager > a:hover {
  background: #666;
}
.page-pager > a.current {
  background: #2764b7;
}
.page-pager > a.prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 19px;
  left: 23px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-pager > a.next:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 19px;
  right: 23px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-pager > a.prev.disabled,
.page-pager > a.next.disabled {
  background: #eee;
  cursor: pointer;
}

/* Page Buttons */
.page-btnbox {
  font-size: 0;
  text-align: center;
}
.page-btnbox .btn {
  display: inline-block;
  width: calc(50% - 10px);
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  vertical-align: top;
  margin: 0 5px;
  padding: 0;
  letter-spacing: 1px;
}
.page-btnbox .btn:focus {
  outline: none;
}
.page-btnbox .btn:hover {
  box-shadow: 0 0 999px rgba(255,255,255,.25) inset !important;
}
.page-btnbox .btn.reset {
  color: #fff;
  background: #222;
}
.page-btnbox .btn.submit {
  color: #fff;
  background: #d71313;
}
@media (max-width: 991px) {
  .page-btnbox .btn {
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9375rem;
  }
}

/* Page Social & Back */
.page-social-back .page-social {
  float: left;
  font-size: 0;
  margin: 7px 0;
}
.page-social-back .page-social li span {
  display: inline-block;
  font-size: 0.875rem;
  color: #eb0000;
  font-weight: bold;
}
.page-social-back .page-social li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.page-social-back .page-social li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.page-social-back .page-social li a:hover {
  box-shadow: 0 0 999px rgba(255,255,255,.25) inset;
}
.page-social-back .page-social li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/social_link.png') no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
}
.page-social-back .page-social li a.facebook {
  background: #1873eb;
}
.page-social-back .page-social li a.facebook:before {
  background-position: 0 0;
}
.page-social-back .page-social li a.google {
  background: #e40101;
}
.page-social-back .page-social li a.google:before {
  background-position: 0 -30px;
}
.page-social-back .page-social li a.line {
  background: #01b901;
}
.page-social-back .page-social li a.line:before {
  background-position: 0 -60px;
}
.page-social-back .page-back {
  float: right;
}
.page-social-back .page-back a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  color: #fff;
  background: #222;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-social-back .page-back a:hover {
  background: #d71313;
}
@media (max-width: 991px) {
  .page-social-back .page-social {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-social-back .page-social li {
    margin: 0 3px;
  }
  .page-social-back .page-back {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .page-social-back .page-back a {
    height: 40px;
    line-height: 40px;
    font-size: 0.9375rem;
    margin: auto;
  }
}

/* Page Table */
.page-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  border: 0;
}
.page-table.text-left {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.page-table.text-left p {
  margin: 0;
}
.page-table.text-left p.column-1,
.page-table.text-left p.column-2 {
  position: relative;
  display: inline-block;
  width: 49.5%;
  padding: 5px 15px;
}
.page-table.text-left p.column-1 {
  width: 100%;
}
.page-table.text-left p.column-1:before,
.page-table.text-left p.column-2:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #eb0000;
  left: 0;
  top: 15px;
  border-radius: 100px;
}
.page-table.text-left th {
  font-weight: bold;
  border-left: 3px solid #eb0000;
  min-width: 200px;
}
.page-table thead th {
  background: #2f2f2f;
  padding: 20px 0;
}
.page-table thead th span {
  display: block;
  line-height: 20px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.page-table thead th:nth-child(n+2) span {
  border-left: 1px solid rgba(255,255,255,.2);
}
.page-table tbody th {
  line-height: 30px;
  font-size: 1.125rem;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 10px 30px;
  vertical-align: middle;
}
.page-table tbody td {
  line-height: 30px;
  font-size: 1.125rem;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.page-table.text-left tbody td {
  text-align: left;
}
.page-table tbody tr:nth-child(even) th,
.page-table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
.page-table tbody th a {
  color: #2764b7;
}
.page-table tbody td .number {
  display: block;
  width: 100px;
  height: 46px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  margin: auto;
  padding: 0 10px;
}
.page-table tbody td .number:focus {
  border-color: #2764b7;
}
.page-table tbody td .download {
  display: inline-block;
  line-height: 34px;
  font-size: 0.875rem;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 18px;
  text-transform: uppercase;
  vertical-align: top;
  padding: 0 20px;
}
.page-table tbody td .download i {
  margin-right: 5px;
}
.page-table tbody td .download:hover {
  color: #fff;
  border-color: #2764b7;
  background: #2764b7;
}
.page-table tbody td .map,
.page-table tbody td .delete {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 0.875rem;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 18px;
  text-align: center;
}
.page-table tbody td .map:hover,
.page-table tbody td .delete:hover {
  color: #fff;
  border-color: #2764b7;
  background: #2764b7;
}
@media (max-width: 991px) {
  .page-table,
  .page-table tbody,
  .page-table tr,
  .page-table th,
  .page-table td {
    display: block;
    position: relative;
    width: 100% !important;
  }
  .page-table thead {
    display: none;
  }
  .page-table tbody tr {
    border: 1px solid #aaa;
  }
  .page-table tbody tr + tr {
    margin-top: 20px;
  }
  .page-table tbody th,
  .page-table tbody td {
    line-height: 24px;
    font-size: 0.9375rem;
    border-bottom: none;
    text-align: left;
    padding: 5px 10px 5px 110px;
  }
  .page-table.text-left tbody tr:nth-child(even) th,
  .page-table.text-left th {
    background: #f9f9f9;
    border: none;
    border-top: 2px solid #d71313;
  }
  .page-table.text-left tbody tr:nth-child(even) td {
    background: #fff;
  }
  .page-table.text-left tbody th,
  .page-table.text-left tbody td {
    padding: 10px 20px;
  }
  .page-table.text-left tbody th {
    font-size: 1.125rem;
  }
  .page-table.text-left tbody tr+tr {
    margin: 0;
  }
  .page-table.text-left tbody th:before,
  .page-table.text-left tbody td:before {
    display: none;
  }
  .page-table.text-left tbody tr {
    border: none;
  }
  .page-table tbody th:nth-child(n+2),
  .page-table tbody td:nth-child(n+2) {
    margin-top: 1px;
  }
  .page-table tbody th:before,
  .page-table tbody td:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    background: #aaa;
    top: 0;
    left: 0;
  }
  .page-table tbody th:after,
  .page-table tbody td:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    width: 100px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .page-table tbody td .number {
    width: 80px;
    height: 36px;
    margin: 0;
    padding: 0 6px;
  }
  .page-table tbody td .download {
    line-height: 28px;
    border-radius: 15px;
    padding: 0 15px;
  }
  .page-table tbody td .map {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
  }
}
@media ( max-width: 549px) {
  .page-table.text-left p.column-2 {
    width: 100%;
  }
}

/* Page Form */
.page-form {
  font-size: 0;
  margin: 0 -20px 10px;
}
.page-form .group {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 20px;
}
.page-form .group.full {
  width: 100%;
}
.page-form .group dt {
  display: inline-block;
  width: 150px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  padding: 8px 0;
}
.page-form .group dt strong {
  color: #fe4800;
  margin-right: 4px;
}
.page-form .group dd {
  display: inline-block;
  width: calc(100% - 150px);
  vertical-align: top;
  padding-left: 30px;
}
.page-form .group.middle dt,
.page-form .group.middle dd {
  vertical-align: middle;
}
.page-form .group.bottom dt,
.page-form .group.bottom dd {
  vertical-align: bottom;
}
.page-form .group .input {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  padding: 0 10px;
}
.page-form .group .input.name {
  width: calc(100% - 150px);
  margin-right: 15px;
}
.page-form .group .input.captcha-input {
  width: calc(100% - 130px);
}
.page-form .group .select {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  padding: 0 6px;
}
.page-form .group .textarea {
  display: block;
  width: 100%;
  min-height: 166px;
  line-height: 24px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}
.page-form .group .input:focus,
.page-form .group .select:focus,
.page-form .group .textarea:focus {
  border-color: #eb0000;
}
.page-form .group .radio,
.page-form .group .checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 8px 15px 8px 0;
  cursor: pointer;
}
.page-form .group .radio:last-child,
.page-form .group .checkbox:last-child {
  margin-right: 0;
}
.page-form .group .radio input,
.page-form .group .checkbox input {
  display: none;
}
.page-form .group .radio span,
.page-form .group .checkbox span {
  display: block;
  position: relative;
  line-height: 30px;
  font-size: 1rem;
  padding-left: 25px;
}
.page-form .group .radio span:before,
.page-form .group .checkbox span:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  top: 5px;
  left: 0;
}
.page-form .group .radio span:before {
  border-radius: 100%;
}
.page-form .group .radio input:checked + span:before,
.page-form .group .checkbox input:checked + span:before {
  border-color: #eb0000;
}
.page-form .group .radio input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #eb0000;
  border-radius: 100%;
  top: 10px;
  left: 5px;
}
.page-form .group .checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  border-right: 2px solid #2764b7;
  border-bottom: 2px solid #2764b7;
  top: 8px;
  left: 7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-form .group .captcha-refresh {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.page-form .page-btnbox {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin-top: 20px;
  padding: 0 5px 0 0;
}
.page-form .page-btnbox .btn {
  height: 46px;
  line-height: 46px;
  max-width: 180px;
}
@media (max-width: 1199px) {
  .page-form {
    margin: 40px -10px 0;
  }
  .page-form .group {
    padding: 0 10px;
  }
  .page-form .page-btnbox {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .page-form {
    margin: 20px 0 0;
  }
  .page-form .group,
  .page-form .page-btnbox {
    display: block;
    width: 100%;
    padding: 0;
  }
  .page-form .group dt {
    width: 110px;
    line-height: 26px;
    font-size: 1rem;
    padding: 5px 0;
  }
  .page-form .group dd {
    width: calc(100% - 110px);
    padding-left: 15px;
  }
  .page-form .group .input {
    height: 36px;
    padding: 0 6px;
  }
  .page-form .group .select {
    height: 36px;
    padding: 0 3px;
  }
  .page-form .group .textarea {
    min-height: 146px;
    line-height: 22px;
    padding: 6px;
  }
  .page-form .group .radio,
  .page-form .group .checkbox {
    margin: 3px 10px 3px 0;
  }
  .page-form .page-btnbox {
    text-align: center;
  }
  .page-form .page-btnbox .btn {
    max-width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .page-form .group dt {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .page-form .group dd {
    width: 100%;
    padding-left: 0;
  }
}

/* Header */
#header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #fff;
  padding: 25px 45px 20px;
  letter-spacing: 1px;
}
#header .logo {
  float: left;
  margin: 0;
}
#header .option {
  float: right;
  font-size: 0;
  margin: 14px 0;
}
#header .option > span,
#header .option > .search,
#header .option > .lang {
  display: inline-block;
  vertical-align: middle;
}
#header .option > span {
  position: relative;
  line-height: 26px;
  font-size: 0.875rem;
  padding: 0 11px 0 10px;
}
#header .option > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #ddd;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
#header .option > span a {
  color: #0060b0;
}
#header .option > span a:hover {
  color: #222;
}
#header .option > .search {
  padding: 0 5px;
}
#header .option > .search .search-switch {
  display: block;
  width: 26px;
  height: 26px;
  color: #eb0000;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
#header .option > .search .search-switch:focus {
  outline: none;
}
#header .option > .search .search-switch:hover {
  color: #222;
}
#header .option > .search .search-switch i {
  display: block;
  line-height: 16px;
  font-size: 1rem;
  text-align: center;
}
#header .option > .search .search-form {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #d71313;
  top: 0;
  left: 0;
  padding: 15px 60px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
}
#header.on-search .option > .search .search-form {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#header .option > .search .search-form form {
  position: relative;
  max-width: 800px;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#header .option > .search .search-form .input-label {
  display: inline-block;
  position: relative;
  width: calc(100% - 190px);
  vertical-align: middle;
  margin: 0;
  padding-right: 15px;
}
#header .option > .search .search-form .input {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 1rem;
  color: #777;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 0 10px 0 15px;
}
#header .option > .search .search-form .input:focus {
  border-color: #eb0000;
}
#header .option > .search .search-form .submit {
  display: inline-block;
  width: 120px;
  height: 44px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  background: #333;
  box-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  transition: box-shadow .25s;
  -moz-transition: box-shadow .25s;
  -webkit-transition: box-shadow .25s;
}
#header .option > .search .search-form .submit:focus {
  outline: none;
}
#header .option > .search .search-form .submit:hover {
  box-shadow: 0 0 999px rgba(0,0,0,.5) inset !important;
}
#header .option > .search .search-form .search-close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.25rem;
  color: #fff;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  margin-left: 15px;
  padding: 0;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}

#header .option > .search .search-form .search-close:before,
#header .option > .search .search-form .search-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin-left: -15px;
}

#header .option > .search .search-form .search-close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .option > .search .search-form .search-close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .option > .search .search-form .search-close:focus {
  outline: none;
}
#header .option > .lang .dropdown-menu {
  top: 115%;
  left: -14px;
  padding: 0;
  min-width: 80px;
  border-radius: 0;
  text-align: center;
}
#header .option > .lang {
  position: relative;
  padding: 0 5px 0 6px;
}
#header .option > .lang .dropdown-toggle {
  font-size: 0.9375rem;
  color: #333;
  border: none;
  background: none;
}
#header .option > .lang.open .dropdown-toggle::after {
  margin-top: 2px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#header .option > .lang .dropdown-toggle::after {
  display: inline-block;
  content: "";
  margin: -6px 0 0 10px;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border: none;
  border-right: #333 solid 1px;
  border-bottom: #333 solid 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* #header .option > .lang:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #ddd;
  top: 50%;
  left: 0;
  margin-top: -5px;
} */
#header .option > .lang .lang-switch {
  width: 26px;
  height: 26px;
  color: #0060b0;
  cursor: pointer;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
#header .option > .lang .lang-switch i {
  display: block;
  line-height: 26px;
  font-size: 1rem;
  text-align: center;
}
#header .option > .lang .lang-list {
  position: absolute;
  background: rgba(0,0,0,.75);
  top: 100%;
  right: 0;
  margin-top: 10px;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: opacity .5s, transform .001s .5s;
  -moz-transition: opacity .5s, transform .001s .5s;
  -webkit-transition: opacity .5s, transform .001s .5s;
}
#header .option > .lang:hover .lang-list {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: opacity .5s, transform .001s;
  -moz-transition: opacity .5s, transform .001s;
  -webkit-transition: opacity .5s, transform .001s;
}
#header .option > .lang .lang-list:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}
#header .option > .lang .lang-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent rgba(0,0,0,.75) transparent;
  top: -8px;
  right: 12px;
}
#header .option > .lang .lang-list li + li {
  border-top: 1px solid rgba(255,255,255,.25);
}
#header .option > .lang .lang-list li a {
  display: block;
  line-height: 24px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 8px 25px;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
#header .option > .lang .lang-list li a:hover {
  background: rgba(0,96,176,.75);
}
#header .nav-menu {
  float: right;
  margin-right: 65px;
}
#header .menu-main {
  position: relative;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
#header .menu-main:after {
  position: absolute;
  content: '';
  right: -20px;
  top: 18px;
  width: 1px;
  height: 15px;
  background: #ddd;
}
#header .menu-main > li {
  display: inline-block;
  vertical-align: top;
  padding: 6px 25px 0;
}
#header .menu-main > li.show-for-mb {
  display: none;
}
#header .menu-main > li > a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 1.0625rem;
  color: #222;
  padding: 0 10px;
  text-transform: uppercase;
}
@keyframes headerScroll {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 1171px) {
  #header {
    position: fixed;
    transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
  }
  #header.scroll {
    box-shadow: 0 0 20px rgba(0, 0, 0,.15);
  }
  #header .nav-switch {
    display: none;
  }
  #header .menu-main > li.has-sub {
    position: relative;
  }
  #header .menu-main > li.has-sub > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 27px;
    left: 0;
    top: 100%;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .5s, transform .001s .5s;
    -moz-transition: opacity .5s, transform .001s .5s;
    -webkit-transition: opacity .5s, transform .001s .5s;
  }
  #header .menu-main > li.has-sub > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -28px;
    opacity: 0;
    background: #eb0000;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .5s, transform .001s .5s;
    -moz-transition: opacity .5s, transform .001s .5s;
    -webkit-transition: opacity .5s, transform .001s .5s;
  }
  #header .menu-main > li.current > a:after,
  #header .menu-main > li.has-sub:hover > a:before,
  #header .menu-main > li.has-sub:hover > a:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .5s, transform .001s;
    -moz-transition: opacity .5s, transform .001s;
    -webkit-transition: opacity .5s, transform .001s;
  }
  #header .menu-sub {
    display: inline-block;
    position: absolute;
    min-width: 100%;
    background: rgba(0,0,0,.75);
    vertical-align: top;
    top: calc(100% + 27px);
    left: 50%;
    opacity: 0;
    transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    transition: opacity .5s, transform .001s .5s;
    -moz-transition: opacity .5s, transform .001s .5s;
    -webkit-transition: opacity .5s, transform .001s .5s;
  }
  body.pc #header .menu-main > li.has-sub:hover > .menu-sub,
  body.mb #header .menu-main > li.has-sub.open > .menu-sub {
    opacity: 1;
    transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    transition: opacity .5s, transform .001s;
    -moz-transition: opacity .5s, transform .001s;
    -webkit-transition: opacity .5s, transform .001s;
  }
  #header .menu-sub > li + li {
    border-top: 1px solid rgba(255,255,255,.25);
  }
  #header .menu-sub > li > a {
    display: block;
    line-height: 24px;
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
    padding: 15px 30px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
  }
  #header .menu-sub > li > a:hover {
    background: rgba(235,0,0,.75);
  }
}
@media (max-width: 1479px) {
  #header,#header.scroll {
    padding: 10px 0;
  }
  #header .menu-main > li {
    padding: 6px 20px;
  }
}
@media (max-width: 1199px) {
  #header .menu-main > li {
    padding: 6px 15px;
  }
}
@media (max-width: 1170px) {
  #header,#header.scroll {
    position: fixed;
    padding: 0;
  }
  #header .container-fluid {
    padding: 0 50px 0 10px;
  }
  #header .option {
    margin: 14px;
  }
  #header .option > .search .search-form {
    height: 100px;
    padding: 15px 30px;
  }
  #header .option > .search .search-form form {
    max-width: inherit;
  }
  #header .option > .search .search-form .input-label {
    width: calc(100% - 125px);
    padding-right: 10px;
  }
  #header .option > .search .search-form .input {
    height: 36px;
    padding: 0 6px 0 15px;
  }
  #header .option > .search .search-form .input-label i {
    top: 6px;
    left: 10px;
  }
  #header .option > .search .search-form .submit {
    width: 80px;
    height: 36px;
    padding: 0 10px;
  }
  #header .option > .search .search-form .search-close {
    margin-left: 10px;
  }
  #header .nav-switch {
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    border: none;
    background: #d71313;
    padding: 0;
    top: 0;
    right: 0;
  }
  #header .nav-switch i {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    top: 50%;
    right: 15px;
  }
  #header .nav-switch i:nth-child(1) {
    width: 18px;
    margin-top: -10px;
    transition: width .25s .25s, transform .25s, margin .25s;
    -moz-transition: width .25s .25s, transform .25s, margin .25s;
    -webkit-transition: width .25s .25s, transform .25s, margin .25s;
  }
  #header.on-nav .nav-switch i:nth-child(1) {
    width: 30px;
    margin-top: -1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: width .25s, transform .25s .25s, margin .25s .25s;
    -moz-transition: width .25s, transform .25s .25s, margin .25s .25s;
    -webkit-transition: width .25s, transform .25s .25s, margin .25s .25s;
  }
  #header .nav-switch i:nth-child(2) {
    width: 30px;
    margin-top: -1px;
    transition: width .25s .25s;
    -moz-transition: width .25s .25s;
    -webkit-transition: width .25s .25s;
  }
  #header.on-nav .nav-switch i:nth-child(2) {
    width: 0;
    transition: width .25s;
    -moz-transition: width .25s;
    -webkit-transition: width .25s;
  }
  #header .nav-switch i:nth-child(3) {
    width: 24px;
    margin-top: 8px;
    transition: width .25s .25s, transform .25s, margin .25s;
    -moz-transition: width .25s .25s, transform .25s, margin .25s;
    -webkit-transition: width .25s .25s, transform .25s, margin .25s;
  }
  #header.on-nav .nav-switch i:nth-child(3) {
    width: 30px;
    margin-top: -1px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: width .25s, transform .25s .25s, margin .25s .25s;
    -moz-transition: width .25s, transform .25s .25s, margin .25s .25s;
    -webkit-transition: width .25s, transform .25s .25s, margin .25s .25s;
  }
  #header .option > span {
    padding: 0 9px 0 8px;
  }
  #header .nav-menu {
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 79px);
    top: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .5s, transform .001s .5s;
    -moz-transition: opacity .5s, transform .001s .5s;
    -webkit-transition: opacity .5s, transform .001s .5s;
  }
  #header.on-nav .nav-menu {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .5s, transform .001s;
    -moz-transition: opacity .5s, transform .001s;
    -webkit-transition: opacity .5s, transform .001s;
  }
  #header .menu-main > li {
    display: block;
    border-top: 1px solid #ff3636;
    padding: 0;
  }
  #header .menu-main > li > a {
    position: relative;
    line-height: 24px;
    color: #fff !important;
    text-align: left;
    padding: 15px 30px 15px 10px;
    background: #d71313;
  }
  #header .menu-main > li > a:hover,
  #header .menu-main > li.has-sub.open > a {
    background: #333;
  }
  #header .menu-main > li.has-sub > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent #fff transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
  }
  #header .menu-main > li.has-sub.open > a:before {
    border-width: 0 5px 6px 5px;
  }
  #header .menu-sub {
    display: none;
    background: #fff;
  }
  #header .menu-main > li.open > .menu-sub {
    display: block;
  }
  #header .menu-sub > li + li {
    border-top: 1px solid #eee;
  }
  #header .menu-sub > li > a {
    display: block;
    line-height: 24px;
    font-size: 1rem;
    color: #444;
    text-align: left;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #header .option > span {
    display: none;
  }
  #header .menu-main > li.show-for-mb {
    display: block;
  }
}
@media (max-width: 639px) {
  #header .container-fluid {
    padding-left: 5px;
  }
}

/* Footer */
#footer {
  background: #d71313;
  padding: 70px 0 0;
}
#footer .menu .logo {
  display: block;
  float: left;
}
#footer .menu .menu-table {
  float: right;
  width: calc(100% - 280px);
  border-collapse: initial;
}
#footer .menu .menu-table td {
  width: 10%;
  text-align: center;
  vertical-align: top;
  padding: 0 30px;
}
#footer .menu .menu-table td.column-2 {
  width: 30%;
}
#footer .menu .menu-table td:first-child {
  padding-left: 0;
}
#footer .menu .menu-table td:last-child {
  padding-left: 60px;
  padding-right: 0;
}
#footer .menu .menu-table td + td {
  border-left: 1px solid rgba(255,255,255,.2);
}
#footer .menu .menu-main {
  line-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#footer .menu .menu-main a {
  color: #fff;
}
#footer .menu .menu-sub-list {
  font-size: 0;
}
#footer .menu .menu-sub-list li {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  font-size: 0.875rem;
  vertical-align: top;
  margin: 0 0 5px;
}
#footer .menu .menu-sub-list.column-2 li {
  width: 100%;
}
#footer .menu .menu-sub-list li a {
  color: rgba(255,255,255,.7);
}
#footer .menu .menu-sub-list li a:hover {
  color: #fff;
}
#footer .copyright {
  font-size: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
#footer .copyright span {
  display: inline-block;
  line-height: 24px;
  font-size: 0.8125rem;
  color: #fff;
  vertical-align: top;
  margin: 0 5px;
}
#footer .copyright span a {
  color: rgba(255,255,255,.7);
}
#footer .copyright span a:hover {
  color: #fff;
}
#footer .copyright span a.privacy {
  color: #fff;
}
@media (max-width: 1479px) {
  #footer .menu .menu-table {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1199px) {
  #footer {
    padding-top: 0;
  }
  #footer .menu .logo {
    display: none;
  }
  #footer .menu .menu-table {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  #footer .menu .menu-table td:last-child {
    padding-left: 30px;
  }
  #footer .copyright {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #footer .menu .menu-table,
  #footer .menu .menu-table tbody,
  #footer .menu .menu-table tr,
  #footer .menu .menu-table td {
    display: block;
    width: 100% !important;
    font-size: 0;
  }
  #footer .menu .menu-table td {
    padding: 10px 0 !important;
    text-align: left;
  }
  #footer .menu .menu-table td + td {
    border-top: 1px solid rgba(255,255,255,.2);
    border-left: none;
    text-align: left !important;
  }
  #footer .menu .menu-main {
    display: inline-block;
    width: 24%;
    line-height: 26px;
    vertical-align: top;
    margin: 5px 0;
  }
  #footer .menu .menu-sub-list {
    display: inline-block;
    width: 75%;
    vertical-align: top;
  }
  #footer .menu .menu-sub-list li,
  #footer .menu .menu-sub-list.column-2 li {
    width: 47.5%;
  }
  #footer .copyright {
    margin-top: 0;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #footer .copyright {
    text-align: left;
  }
}
@media (max-width: 479px) {
  #footer .menu .menu-main {
    width: 50%;
  }
  #footer .menu .menu-sub-list {
    width: 100%;
  }
}
@media (max-width: 419px) {
  #footer .menu .menu-sub-list li {
    width: 49.5% !important;
    margin-left: 0 !important;
  }
}

.communityLink {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 999;
}
.communityLink a {
  position: relative;
  display: block;
  text-indent: -9999px;
}
.communityLink .fb,
.communityLink .line,
.communityLink .ig {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  margin: 5px 0;
  opacity: 0.8;
}
.communityLink .fb:hover,
.communityLink .line:hover,
.communityLink .ig:hover {
  opacity: 1;
}
.communityLink .fb { background: #29487d; }
.communityLink .line { background: #00c300; }
.communityLink .ig { background: url(../images/ig_bg.jpg) no-repeat; background-size: 100%; }
.communityLink .fb a:before,
.communityLink .line a:before,
.communityLink .ig a:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
}
.communityLink .fb a:before {
  background: url(../images/icon_fb.png) no-repeat;
  background-size: 100%;
}
.communityLink .line a:before {
  background: url(../images/icon_line.png) no-repeat;
  background-size: 100%;
}
.communityLink .ig a:before {
  background: url(../images/icon_ig.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .communityLink {
    right: 20px;
    bottom: 50px;
  }
  .communityLink .fb,
  .communityLink .line,
  .communityLink .ig {
    width: 40px;
    height: 40px;
  }
  .communityLink .fb a:before,
  .communityLink .line a:before,
  .communityLink .ig a:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
  }
}
.go-top {
  display: block;
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff !important;
  background: rgba(0,0,0,.75);
  border-radius: 100%;
  text-align: center;
  padding-top: 20px;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: opacity .25s, transform .001s .25s, background .25s;
  -moz-transition: opacity .25s, transform .001s .25s, background .25s;
  -webkit-transition: opacity .25s, transform .001s .25s, background .25s;
}
.go-top.scroll {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: opacity .25s, transform .001s, background .25s;
  -moz-transition: opacity .25s, transform .001s, background .25s;
  -webkit-transition: opacity .25s, transform .001s, background .25s;
}
.go-top:hover {
  background: rgba(0,0,0,95);
}
.go-top:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 22px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 991px) {
  .go-top {
    width: 40px;
    height: 40px;
    font-size: 0.8125rem;
    padding-top: 14px;
    right: 20px;
    bottom: 10px;
  }
  .go-top:before {
    width: 8px;
    height: 8px;
    top: 17px;
    margin-left: -4px;
  }
}

/* Plugins */
.lity-wrap {
  padding: 10px;
}

/* Index */
#index .banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 41.7%;
}
#index .banner .banner-slick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .banner-slick .item img,
.page-banner img {
  width: 100% !important;
}
#index .banner-slick .item {
  position: relative;
  vertical-align: top;
}
#index .banner-slick .item > a {
  display: block;
  position: relative;
}
#index .banner-slick .item .text {
  position: absolute;
  width: 100%;
  max-width: 700px;
  color: #fff;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: 50px;
  padding: 0 15px;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
#index .banner-slick .item .text .main-title {
  line-height: 60px;
  font-size: 2.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
#index .banner-slick .item .text .sub-title {
  line-height: 30px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: 0;
}
#index .banner-slick .slick-dots {
  display: inline-block;
  position: absolute;
  z-index: 10;
  height: 8px;
  vertical-align: top;
  left: 50%;
  bottom: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#index .banner-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
#index .banner-slick .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  border: none;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  transition: width .15s;
  -moz-transition: width .15s;
  -webkit-transition: width .15s;
}
#index .banner-slick .slick-dots li.slick-active button {
  width: 18px;
  background: #eb0000;
}
#index .about {
  padding: 80px 0 50px;
}
#index .about .content {
  font-size: 0;
}
#index .about .content .text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#index .about .content .subject span {
  display: block;
  font-size: 0.875rem;
  color: #eb0000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#index .about .content .subject {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
  color: #333;
  font-weight: bold;
}
#index .about .content .summary {
  max-width: 820px;
  line-height: 2.25;
  font-size: 1rem;
  margin: 25px auto 0;
}
#index .about .spot {
  font-size: 0;
  text-align: center;
  margin: 60px 0 40px;
}
#index .about .spot li {
  position: relative;
  display: inline-block;
  width: calc(100%/ 4);
  vertical-align: top;
}
#index .about .spot li .txt {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 0;
  text-align: left;
  padding-left: 80px;
}
#index .about .spot li:nth-child(2) .txt {
  padding-left: 100px;
}
#index .about .spot li:nth-child(3) .txt {
  padding-left: 95px;
}
#index .about .spot li:nth-child(4) .txt {
  padding-left: 95px;
}
#index .about .spot li .title {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
}
#index .about .spot li .title span {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}
#index .news {
  background: #f5f5f5;
  padding: 80px 0;
}
#index .news .subject {
  line-height: 40px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
#index .news .subject span {
  display: block;
  font-size: 0.875rem;
  color: #eb0000;
}
#index .news-slick {
  margin: 0 -13px;
}
#index .news-slick .item {
  display: inline-block;
  padding: 0 13px;
  transition: padding .5s;
  -moz-transition: padding .5s;
  -webkit-transition: padding .5s;
}
#index .news-slick .item > a .img {
  overflow: hidden;
  background: #000;
}
#index .news-slick .item > a img {
  transition: transform .5s, opacity .3s;
  -moz-transition: transform .5s, opacity .3s;
  -webkit-transition: transform .5s, opacity .3s;
}
#index .news-slick .item > a:hover img {
  -moz-transform:scale(1.15);
  -webkit-transform:scale(1.15);
  transform:scale(1.15);
  opacity: 0.5;
}
#index .news-slick .item > a {
  display: block;
  position: relative;
  padding-top: 30px;
  outline: none;
}
#index .news-slick .item > a .text {
  position: relative;
  width: 92%;
  min-height: 140px;
  background: #f5f5f5;
  padding: 25px 20px;
  margin: 0 4%;
  top: -24px;
}
#index .news-slick .item > a .text .title {
  height: 26px;
  line-height: 26px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
#index .news-slick .item > a:hover .text .title {
  color: #666;
}
#index .news-slick .item > a .text .date {
  line-height: 24px;
  font-size: 0.9375rem;
  color: #eb0000;
  margin: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
#index .news-slick .item > a .more {
  display: inline-block;
  line-height: 16px;
  font-size: 0.875rem;
  color: #666;
  border-bottom: 1px solid #999;
  vertical-align: top;
  margin-top: 15px;
}
#index .news-slick .item:hover > a .more {
  color: #eb0000;
  border-bottom: 1px solid #eb0000;
}
#index .news-slick .slick-dots {
  height: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#index .news-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
#index .news-slick .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 1px solid #686868;
  background: rgba(0,0,0,0);
  border-radius: 14px;
  padding: 0;
  transition: border .25s, background .25s;
  -moz-transition: border .25s, background .25s;
  -webkit-transition: border .25s, background .25s;
}
#index .news-slick .slick-dots li.slick-active button {
  border-color: #eb0000;
  background: #eb0000;
}
#index .parallax {
  position: relative;
  height: 560px;
  overflow: hidden;
}
#index .parallax .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 120px);
  top: 0;
  left: 0;
}
#index .parallax .text {
  position: relative;
  max-width: 850px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#index .parallax .text .subject {
  display: block;
  font-size: 0.875rem;
  color: #eb0000;
  font-weight: bold;
}
#index .parallax .text .summary {
  line-height: 1.5;
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-style: italic;
}
#index .parallax .text .more {
  position: relative;
  display: inline-block;
  line-height: 43px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background: #eb0000;
  padding: 0 15px;
  text-transform: uppercase;
  margin-top: 30px;
  vertical-align: top;
  opacity: 1;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
#index .parallax .text .more::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 43px;
  left: -24px;
  border-bottom: solid 24px rgb(235,0,0);
  border-right: solid 10px rgb(235,0,0);
  border-left: solid 14px transparent;
  border-top: solid 19px transparent;
}
#index .parallax .text .more::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 43px;
  right: -24px;
  border-bottom: solid 24px transparent;
  border-right: solid 10px transparent;
  border-left: solid 14px rgb(235,0,0);
  border-top: solid 19px rgb(235,0,0);
}
#index .parallax .text .more:hover {
  opacity: 0.8;
}
#index .article {
  background: #fff;
  padding: 80px 0 ;
}
#index .link .link-list {
  font-size: 0;
}
#index .link .link-list li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  opacity: 1;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
#index .link .link-list li > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #e7e7e7;
}
#index .link .link-list li:hover {
  opacity: 0.7;
}
#index .link .link-list li:last-child > a {
  border-right: none;
}
#index .link .link-list li > a .txt {
  font-size: 1rem;
  color: #888;
  padding: 40px 50px;
}
#index .link .link-list li > a span {
  color: #eb0000;
  font-size: 0.875rem;
  font-weight: bold;
}
#index .link .link-list li > a .title {
  width: 100%;
  line-height: 30px;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  transition: opacity .25s, margin .25s;
  -moz-transition: opacity .25s, margin .25s;
  -webkit-transition: opacity .25s, margin .25s;
}
@media (max-width: 1479px) {
  #index .about,
  #index .news {
    padding: 45px 0;
  }
  #index .about .content .pic {
    padding-left: 0;
  }
  #index .about .spot {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  #index .about .spot li {
    margin: 0;
  }
  #index .parallax {
    height: 450px;
  }
  #index .news-slick .item > a .text {
    min-height: 122px;
  }
}
@media (max-width: 1199px) {
  #index .about .content .text,
  #index .about .content .pic {
    display: block;
    width: 100%;
  }
  #index .about .content .text {
    padding-right: 0;
  }
  #index .about .content .pic {
    max-width: 640px;
    margin: 40px auto 0;
  }
  #index .parallax {
    height: 400px;
  }
  #index .news-slick .slick-current + .slick-active .item {
    padding-top: 0;
  }
  #index .link .link-list {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  #index .banner {
    margin-top: 54px;
    padding-bottom: 80%;
  }
  #index .banner-slick .item .text {
    bottom: auto;
    top: 45%;
  }
  #index .about {
    padding: 20px 0;
  }
  #index .about .content .subject {
    line-height: 40px;
    font-size: 1.875rem;
  }
  #index .about .content .subject span {
    margin-bottom: 0;
  }
  #index .about .content .slogan {
    line-height: 28px;
    font-size: 1rem;
  }
  #index .about .content .summary {
    line-height: 2;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
  #index .about .content .summary br {
    display: none;
  }
  #index .about .spot li .txt {
    padding-left: 60px;
  }
  #index .about .spot li:nth-child(2) .txt {
    padding-left: 70px;
  }
  #index .about .spot li:nth-child(3) .txt {
    padding-left: 65px;
    padding-right: 10px;
  }
  #index .about .spot li:nth-child(4) .txt {
    padding-left: 65px;
  }
  #index .about .spot li .title {
    margin-top: 10px;
    font-size: 1rem;
    padding-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0,0,0,.8);
  }
  #index .about .spot li .title span {
    font-size: 0.625rem;
    font-weight: normal;
  }
  #index .news {
    padding: 20px 0 40px;
  }
  #index .news .subject {
    font-size: 1.875rem;
  }
  #index .news-slick {
    margin-top: 20px;
  }
  #index .news-slick .slick-dots {
    margin-top: 15px;
  }
  #index .news-slick .item > a {
    padding-top: 0;
  }
  #index .news-slick .item > a img {
    position: relative;
  }
  #index .news-slick .item > a .text {
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    padding: 40px 15px 0;
  }
  #index .news-slick .item > a .text .title {
    font-size: 1rem;
  }
  #index .news-slick .item > a .text .date {
    top: 10px;
    left: 15px;
  }
  #index .news-slick .item > a .more {
    margin-top: 10px;
  }
  #index .parallax {
    height: 300px;
  }
  #index .parallax .text {
    padding: 0 70px;
  }
  #index .parallax .text .summary {
    font-size: 1.75rem;
  }
  #index .parallax .text .more {
    margin-top: 20px;
  }
  #index .link .link-list li>a {
    min-height: 285px;
  }
  #index .link .link-list li > a .txt {
    padding: 20px 35px;
  }
  #index .link .link-list li > a .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  #index .banner-slick .item .text .main-title {
    line-height: 40px;
    font-size: 1.75rem;
    margin: 5px 0;
  }
  #index .banner-slick .item .text .sub-title {
    line-height: 26px;
    font-size: 0.9375rem;
    margin: 5px 0;
  }
  #index .about .spot {
    margin-top: 0;
  }
  #index .about .spot li {
    width: calc(100%/ 2);
    margin: 20px 0 0;
  }
  #index .news-slick {
    margin: 20px -5px 0;
  }
  #index .news-slick .item {
    padding: 0 5px;
  }
  #index .news-slick .item > a .text {
    padding: 40px 0 0;
  }
  #index .news-slick .item > a .text .date {
    left: 0;
  }
  #index .parallax {
    height: 280px;
  }
  #index .parallax .text {
    padding: 0 35px;
  }
  #index .parallax .text .summary {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-left: 0;
  }
  #index .link {
    margin-top: 15px;
  }
  #index .link .link-list {
    max-width: 400px;
    margin: auto;
  }
  #index .link .link-list li {
    width: 100%;
    padding: 0;
  }
  #index .link .link-list li > a {
    min-height: auto;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
  }
  #index .link .link-list li > a .txt {
    padding: 10px 25px;
  }
}

/* Milestone */
.milestone-content .head,
.milestone-content .foot {
  text-align: center;
}
.milestone-content .head img,
.milestone-content .foot img {
  margin: auto;
}
.milestone-content .body {
  position: relative;
  margin: 20px 0;
  padding-bottom: 40px;
}
.milestone-content .body:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #aaa;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
.milestone-box {
  position: relative;
  font-size: 0;
}
.milestone-box + .milestone-box {
  margin-top: 20px;
}
.milestone-box:nth-child(even) {
  direction: rtl;
}
.milestone-box .text {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
  direction: ltr;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 30px;
}
.milestone-box:nth-child(even) .text {
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
}
.milestone-box .text .year {
  line-height: 36px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #d71313;
  margin: 0;
}
.milestone-box .text .summary {
  line-height: 26px;
  font-size: 1rem;
  margin: 5px 0 0;
}
.milestone-box .pic {
  display: inline-block;
  position: relative;
  width: 50%;
  text-align: left;
  vertical-align: top;
  direction: ltr;
  padding-left: 50px;
}
.milestone-box:nth-child(even) .pic {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
.milestone-box .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #aaa;
  top: 32px;
  left: 10px;
}
.milestone-box:nth-child(even) .pic:before {
  left: auto;
  right: 10px;
}
.milestone-box .pic img {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.milestone-box .icon {
  position: absolute;
  width: 60px;
  height: 36px;
  background: #fff;
  top: 15px;
  left: 50%;
  margin-left: -50px;
}
.milestone-box:nth-child(even) .icon {
  margin-left: -10px;
}
.milestone-box .icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #d71313;
  border-radius: 100%;
  top: 11px;
  right: 3px;
}
.milestone-box:nth-child(even) .icon:before {
  left: 3px;
  right: auto;
}
.milestone-box .icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #d71313;
  border-radius: 100%;
  top: 15px;
  right: 7px;
}
.milestone-box:nth-child(even) .icon:after {
  left: 7px;
  right: auto;
}
.milestone-box .icon i {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 100%;
  top: 15px;
}
.milestone-box:nth-child(odd) .icon i:nth-child(1) {
  left: 12px;
}
.milestone-box:nth-child(odd) .icon i:nth-child(2) {
  left: 26px;
}
.milestone-box:nth-child(even) .icon i:nth-child(1) {
  right: 12px;
}
.milestone-box:nth-child(even) .icon i:nth-child(2) {
  right: 26px;
}
@media (max-width: 991px) {
  .milestone-content .head img,
  .milestone-content .foot img {
    margin: 0;
  }
  .milestone-content .body {
    padding-bottom: 20px;
  }
  .milestone-content .body:before {
    left: 7px;
  }
  .milestone-box:nth-child(even) {
    direction: ltr;
  }
  .milestone-box .text {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-top: 10px;
    padding-left: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 0;
  }
  .milestone-box .text .year {
    line-height: 30px;
    font-size: 1.375rem;
  }
  .milestone-box .text .summary {
    line-height: 24px;
    font-size: 0.9375rem;
  }
  .milestone-box .pic {
    display: block;
    width: 100%;
    text-align: left !important;
    margin-top: 10px;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .milestone-box .pic:before {
    display: none;
  }
  .milestone-box .pic img {
    margin-bottom: 5px;
  }
  .milestone-box .icon {
    width: 14px;
    height: 14px;
    top: 18px;
    left: 0;
    margin-left: 0 !important;
  }
  .milestone-box .icon:before {
    top: 0;
    left: 0 !important;
    right: auto !important;
  }
  .milestone-box .icon:after {
    top: 4px;
    left: 4px !important;
    right: auto !important;
  }
  .milestone-box .icon i {
    display: none;
  }
}

/* Team */
.team-list .list {
  font-size: 0;
  padding: 0 30px;
}
.team-list .list li {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 15px;
  vertical-align: top;
  padding: 0px 10px;
  border: 1px solid #ddd;
  transition: box-shadow .3s, border .3s;
  -moz-transition: box-shadow .3s, border .3s;
  -webkit-transition: box-shadow .3s, border .3s;
}
.team-list .list li:hover {
  position: relative;
  z-index: 1;
  border: 1px solid #eb0000;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.team-list .list li ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 20px;
  font-weight: bold;
  border: none;
}
.team-list .list li:hover ul li {
  border: none;
  box-shadow: none;
}
.team-list .list li ul li:nth-child(odd) {
  background: none;
}
.team-list .list li ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #eb0000;
  top: 17px;
  left: 2px;
  border-radius: 50px;
}
.team-list .list li .pic {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: inline-block;
}
body.pc .team-list .list li .pic .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.75);
  top: 0;
  left: 0;
  padding: 20px 30px;
  opacity: 0;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: opacity .5s, transform .5s;
  -moz-transition: opacity .5s, transform .5s;
  -webkit-transition: opacity .5s, transform .5s;
}
body.pc .team-list .list li .pic:hover .info {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
body.pc .team-list .list li .pic .info .text-edit {
  position: relative;
  word-break: break-all;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.mb .team-list .list li .pic .info {
  background: #f5f5f5;
  padding: 15px;
  word-break: break-all;
}
.team-list .list li .text {
  margin: 25px 0;
  padding-left: 17px;
  font-size: 1rem;
}
.team-list .list li .text .title,
.team-list .list li .text ul {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 30px;
}
.team-list .list li .text .title {
  max-width: 150px;
}
.team-list .list li .text ul {
  width: calc(100% - 150px);
}
.team-list .list li .text .dep {
  position: relative;
  line-height: 26px;
  font-size: 0.9375rem;
  color: #eb0000;
  text-transform: uppercase;
  margin: 0 15px 5px 0;
  display: block;
  padding: 10px 0 20px 0;
}
.team-list .list li .text .dep:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background: #eb0000;
  bottom: 8px;
  left: 0;
}
.team-list .list li .text .name {
  display: inline-block;
  line-height: 30px;
  font-size: 1.25rem;
  color: #000;
  margin: 0;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .team-list .list {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .team-list .list {
    margin: 0 -10px;
  }
  .team-list .list li .pic .info {
    padding: 10px;
  }
  .team-list .list li .text {
    border-left-width: 2px;
    margin-top: 10px;
    padding-left: 8px;
  }
  .team-list .list li .text .dep {
    line-height: 20px;
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
  .team-list .list li .text .name {
    line-height: 26px;
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  body.pc .team-list .list li .pic .info {
    position: relative;
    background: #f5f5f5;
    padding: 10px;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  body.pc .team-list .list li .pic .info .text-edit {
    top: auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
}
@media (max-width: 479px) {
  .team-list .list {
    margin: 0;
  }
  .team-list .list li {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px;
  }
}

/* Locations */
.location-filter {
  background: #f2f5fa;
  padding: 30px 0;
}
.location-filter .form {
  max-width: 900px;
  font-size: 0;
  text-align: center;
  margin: auto;
}
.location-filter .title {
  display: inline-block;
  position: relative;
  line-height: 50px;
  font-size: 1.125rem;
  color: #fff;
  background: #2764b7;
  border-radius: 3px 0 0 3px;
  vertical-align: middle;
  margin: 0 30px 0 0;
  padding: 0 20px 0 25px;
}
.location-filter .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #2764b7;
  top: 0;
  left: 100%;
}
.location-filter .select {
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  margin-right: 20px;
  padding: 0 6px;
}
.location-filter .select:focus {
  border-color: #2764b7;
}
.location-filter .submit {
  display: inline-block;
  height: 50px;
  font-size: 1rem;
  color: #fff;
  border: none;
  background: #2764b7;
  border-radius: 3px;
  padding: 0 25px;
  vertical-align: middle;
}
.location-filter .submit:hover {
  box-shadow: 0 0 999px rgba(255,255,255,.25) inset;
}
.location-filter .submit i {
  margin-left: 10px;
}
.location-list {
  font-size: 0;
  margin: 0 -20px;
}
.location-list .item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-top: 40px;
  padding: 0 20px;
}
.location-list .item .pic {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
}
/*.location-list .item .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.location-list .item .pic:hover:before {
  opacity: 1;
}
.location-list .item .pic:after {
  content: 'VIEW';
  display: block;
  position: absolute;
  width: 100%;
  line-height: 30px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 40px 0 0;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity .25s, margin .25s;
  -moz-transition: opacity .25s, margin .25s;
  -webkit-transition: opacity .25s, margin .25s;
}
.location-list .item .pic:hover:after {
  opacity: 1;
  margin-top: 0;
}*/
.location-list .item .text {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 25px;
}
.location-list .item .name {
  line-height: 30px;
  font-size: 1.125rem;
  color: #0060b0;
  margin: 0;
}
.location-list .item .info {
  position: relative;
  line-height: 26px;
  font-size: 1rem;
  color: #666;
  margin: 10px 0 0;
  padding-left: 30px;
}
.location-list .item .info i {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 0.875rem;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
.location-list .item .info a {
  color: #0060b0;
}
.location-list .item .info a:hover {
  color: #000;
}
.location-list .item .link a {
  display: inline-block;
  line-height: 36px;
  font-size: 0.9375rem;
  border-radius: 3px;
  vertical-align: top;
  margin: 10px 10px 0 0;
  padding: 0 15px;
}
.location-list .item .link a:hover {
  box-shadow: 0 0 999px rgba(255,255,255,.25) inset;
}
.location-list .item .link a.website {
  color: #fff;
  background: #2764b7;
}
.location-list .item .link a.map {
  color: #fff;
  background: #222;
}
@media (max-width: 1479px) {
  .location-list {
    margin: 10px -15px 0;
  }
  .location-list .item {
    margin-top: 30px;
    padding: 0 15px;
  }
  .location-list .item .pic {
    width: 45%;
  }
  .location-list .item .text {
    width: 55%;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .location-filter {
    padding: 15px 0;
  }
  .location-filter .title {
    line-height: 36px;
    font-size: 1rem;
    margin-right: 15px;
    padding: 0 10px 0 15px;
  }
  .location-filter .title:after {
    border-width: 18px 0 18px 10px;
  }
  .location-filter .select {
    width: 140px;
    height: 36px;
    margin-right: 5px;
  }
  .location-filter .submit {
    height: 36px;
    font-size: 0.875rem;
    padding: 0 15px;
  }
  .location-filter .submit i {
    margin-left: 4px;
  }
  .location-list {
    margin: 20px 0 0;
  }
  .location-list .item {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .location-list .item .name {
    line-height: 26px;
    font-size: 1rem;
  }
  .location-list .item .info {
    line-height: 24px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
  .location-list .item .info i {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .location-filter .title {
    display: block;
    line-height: 30px;
    font-size: 0.9375rem;
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .location-filter .title:after {
    display: none;
  }
  .location-filter .select {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .location-filter .submit {
    height: 30px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .location-list .item {
    display: block;
    max-width: 340px;
    margin: 20px auto 0;
  }
  .location-list .item .pic {
    width: 100%;
  }
  .location-list .item .text {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}

/* Awards */
.award-list .list {
  font-size: 0;
  margin: 0 -18px;
}
.award-list .list li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-bottom: 60px;
  padding: 0 18px;
}
.award-list .list li a {
  display: block;
}
.award-list .list li a .pic {
  position: relative;
  overflow: hidden;
}
.award-list .list li a .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.award-list .list li a:hover .pic:before {
  opacity: 1;
}
.award-list .list li a .pic:after {
  content: 'VIEW';
  display: block;
  position: absolute;
  width: 100%;
  line-height: 30px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 40px 0 0;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity .25s, margin .25s;
  -moz-transition: opacity .25s, margin .25s;
  -webkit-transition: opacity .25s, margin .25s;
}
.award-list .list li a:hover .pic:after {
  opacity: 1;
  margin-top: 0;
}
.award-list .list li a .title {
  line-height: 30px;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 25px 15px 10px;
}
@media (max-width: 1199px) {
  .award-list .list {
    margin: 0 -10px;
  }
  .award-list .list li {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .award-list .list li a .title {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .award-list .list li {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .award-list .list li a .title {
    line-height: 26px;
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .award-list .list {
    margin: 0 -5px;
  }
  .award-list .list li {
    padding: 0 5px;
  }
}
@media (max-width: 419px) {
  .award-list .list {
    margin: 0;
  }
  .award-list .list li {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
    padding: 0;
  }
}


/* Product List */
#product .page-content {
  background: url(../images/prod_bg.jpg) no-repeat;
  background-attachment: fixed;
}
#product .page-tabs .dropdown-menu {
  position: absolute;
}
.product-list .search-title {
  line-height: 30px;
  font-size: 1.125rem;
  color: #222;
  text-align: center;
  margin: 0 0 20px;
}
.product-list .list {
  font-size: 0;
  margin: 0 -15px;
}
.product-list .list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-top: 40px;
  padding: 0 15px;
}
.product-list .list li a {
  display: block;
}
.product-list .list li a .pic {
  position: relative;
  overflow: hidden;
}
.product-list .list li a .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.product-list .list li a:hover .pic:before {
  opacity: 1;
}
.product-list .list li a .pic:after {
  content: 'VIEW';
  display: block;
  position: absolute;
  width: 100%;
  line-height: 30px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 40px 0 0;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity .25s, margin .25s;
  -moz-transition: opacity .25s, margin .25s;
  -webkit-transition: opacity .25s, margin .25s;
}
.product-list .list li a:hover .pic:after {
  opacity: 1;
  margin-top: 0;
}
.product-list .list li a .text {
  padding: 10px 5px;
}
.product-list .list li a .title {
  line-height: 30px;
  font-size: 1.25rem;
  color: #1b4f97;
  margin: 0;
}
.product-list .list li a .summary {
  line-height: 26px;
  font-size: 1rem;
  color: #666;
  margin: 5px 0 0;
}
.product-list {
  margin: 50px auto 80px;
  background: rgba(255,255,255,.5);
  transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
}
.product-list:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.product-list.no-bg {
  background: none;
}
.product-list.no-bg:hover {
  box-shadow: none;
}
.product-list .title,
.product-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2);
}
.product-list .title {
  position: relative;
  text-align: center;
}
.product-list .title p {
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  padding: 1%;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
  transform: translateX(-50%);
  background: rgba(0,0,0,.5);
}
.product-list .title p span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.product-list .title p img {
  max-width: 200px;
  margin: 0 auto 5px;
}
.product-list .item {
  padding: 30px 60px;
}
.product-list .item .ti {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
}
.product-list .item .ti span {
  font-size: 0.9875rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #eb0000;
}
.product-list .item a {
  color: #222;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
}
.product-list .item a:hover,
.product-list .item a:hover span.en {
  color: #eb0000;
}
.product-list .item span {
  position: relative;
  display: inline-block;
  width: 49.5%;
  color: #222;
  padding: 5px 15px;
}
.product-list .item span.en {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
}
.product-list .item span:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 16px;
  background: #eb0000;
  border-radius: 100px;
}
.product-list .item span.en:before {
  display: none;
}
@media (max-width: 1199px) {
  .product-list .list {
    margin: 0 -10px;
  }
  .product-list .list li {
    width: 33.333%;
    padding: 0 10px;
  }
  .product-list .item span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-list .search-title {
    line-height: 28px;
    font-size: 1rem;
  }
  .product-list .title {
    padding-left: 20px;
  }
  .product-list .list li {
    margin-top: 20px;
  }
  .product-list .list li a .text {
    padding: 10px 0;
  }
  .product-list .list li a .title {
    line-height: 26px;
    font-size: 1rem;
  }
  .product-list .list li a .summary {
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 2px;
  }
  .product-list {
    margin: 30px auto;
  }
  .product-list .title,
  .product-list .item {
    width: 100%;
  }
  .product-list .item {
    padding: 10px 30px;
  }
  .product-list .title {
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .product-list .list {
    margin: 0 -5px;
  }
  .product-list .list li {
    width: 50%;
    padding: 0 5px;
  }
}

/* Product View */
.product-head {
  background: #fff;
  padding: 60px 0 80px;
}
.product-head .text {
  width: 100%;
}
.product-head .text .title {
  line-height: 35px;
  font-size: 2rem;
  margin: 0;
}
.product-head .text .title span.en {
  font-size: 1.25rem;
  display: block;
}
.product-head .text .sub-title {
  line-height: 30px;
  font-size: 1.25rem;
  color: #003f7e;
  margin: 0;
}
.product-head .text .spec-wrap {
  margin: 15px 0 0;
}
.product-head .text .spec {
  font-size: 0;
  margin: 0;
  padding-bottom: 0;
}
.product-head .text .spec dt {
  display: inline-block;
  width: 120px;
  line-height: 26px;
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  vertical-align: top;
}
.product-head .text .spec dd {
  display: inline-block;
  width: calc(100% - 120px);
  line-height: 26px;
  font-size: 1rem;
  vertical-align: top;
}
.product-head .theme-text-title {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 0;
}
.product-head .theme-text-title img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.table-scroll-notice.nopadding {
  margin-top: 0;
}
.product-head .theme-separate-line {
  background: #ddd;
  margin: 30px 0 0;
}
.page-btnbox.prod {
  margin-top: 30px;
}
.table-scroll-notice {
  font-size: 1rem;
  display: block;
  position: relative;
  margin: 20px 0;
}
.table-scroll-notice span {
  display: inline-block;
  font-size: 15px;
  padding: 5px 20px;
  background: #fff0f0;
  color: #d71313;
  border-radius: 25px;
}
.product-head .col-body {
  position: relative;
  z-index: 1;
  overflow-x: scroll;
}
.schedule-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.schedule-table th,
.schedule-table td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.schedule-table th {
  border-top: 2px solid #eb0000;
}
.schedule-table a.down {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/icon_txt.png) no-repeat;
  background-size: 20px 20px;
}
.product-head .album {
  float: left;
  position: relative;
  width: 620px;
  margin-left: 80px;
  padding-left: 120px;
}
.product-head .album-slick .item {
  vertical-align: top;
}
.product-head .album-thumb {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 0;
}
.product-head .album-thumb-inner {
  position: relative;
  height: 100%;
}
.product-head .album-thumb-inner:before,
.product-head .album-thumb-inner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 5px;
  background: #fff;
  left: 0;
}
.product-head .album-thumb-inner:before {
  top: 0;
}
.product-head .album-thumb-inner:after {
  bottom: 0;
}
.product-head .album-thumb-inner .item {
  position: relative;
  padding: 6px 1px;
  cursor: pointer;
}
.product-head .album-thumb-inner .item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  border: 1px solid #e5e5e5;
  top: 5px;
  left: 0;
  transition: border .25s;
  -moz-transition: border .25s;
  -webkit-transition: border .25s;
}
.product-head .album-thumb-inner .item.current:before {
  border-color: #999;
}
.product-head .album-thumb-inner .mCSB_scrollTools {
  z-index: -1;
  opacity: 0 !important;
}
.product-head .album-thumb .album-arrow {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 30px;
  font-size: 0;
  border: none;
  background: #fff;
  left: 0;
  padding: 0;
  opacity: .5;
}
.product-head .album-thumb .album-arrow:hover {
  opacity: 1;
}
.product-head .album-thumb .album-arrow.slick-disabled {
  opacity: .15;
  cursor: not-allowed;
}
.product-head .album-thumb .album-arrow.slick-hidden {
  display: none !important;
}
.product-head .album-thumb .album-prev {
  top: 0;
}
.product-head .album-thumb .album-prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #2764b7;
  border-left: 3px solid #2764b7;
  top: 10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-head .album-thumb .album-next {
  bottom: 0;
}
.product-head .album-thumb .album-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 3px solid #2764b7;
  border-bottom: 3px solid #2764b7;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-detail {
  background: #f2f5fa;
  padding: 80px 0 100px;
}
@media (max-width: 1479px) {
  .product-head .text {
    margin-right: 0;
  }
  .product-head .album {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .product-head .album {
    width: 520px;
    padding-left: 90px;
  }
  .product-head .album-thumb {
    width: 80px;
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .product-head {
    padding: 40px 0 60px;
  }
  .product-head .text {
    float: none;
    width: 100%;
  }
  .product-head .text .title {
    line-height: 30px;
    font-size: 1.5rem;
  }
  .product-head .text .sub-title {
    line-height: 24px;
    font-size: 0.875rem;
  }
  .product-head .text .spec-wrap {
    margin: 0;
  }
  .product-head .text .spec {
    padding: 10px 0;
  }
  .product-head .text .spec dt {
    width: 110px;
    line-height: 24px;
    font-size: 0.9375rem;
  }
  .product-head .text .spec dd {
    width: 100%;
    line-height: 24px;
    font-size: 0.9375rem;
  }
  .product-head .album {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
    padding-left: 0;
  }
  .product-head .album-thumb {
    position: static;
    width: 100%;
    height: 0;
    padding: 0;
  }
  .product-head .album-thumb-inner {
    display: none;
  }
  .product-head .album-thumb .album-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0);
  }
  .product-head .album-thumb .album-prev {
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  .product-head .album-thumb .album-prev:before {
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-left-width: 2px;
    top: 13px;
    left: 16px;
    margin-left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .product-head .album-thumb .album-next {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    margin-top: -20px;
  }
  .product-head .album-thumb .album-next:before {
    width: 14px;
    height: 14px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    top: 13px;
    left: auto;
    right: 16px;
    margin-left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .product-detail {
    padding: 40px 0 60px;
  }
}

/* Inquiry */
.inquiry-form {
  background: #e5ecf5;
  margin-top: 80px;
  padding: 80px 0;
}
.inquiry-form .page-form {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-form {
    margin-top: 40px;
    padding: 40px 0;
  }
}

/* News List */
.page-tabs.news {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  vertical-align: top;
}
.page-tabs.news .dropdown-menu {
  text-align: left;
}
.page-tabs.news .dropdown-menu > li {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.page-tabs.news .dropdown-menu > li > a {
  position: relative;
  min-width: 250px;
  text-align: left;
  border: none;
  padding: 15px 20px;
  color: #333;
  font-weight: normal;
  letter-spacing: 2px;
  transition: padding-left .5s;
  -moz-transition: padding-left .5s;
  -webkit-transition: padding-left .5s;
}
.page-tabs.news .dropdown-menu > li.current > a,
.page-tabs.news .dropdown-menu > li > a:hover {
  border: none;
  background: none;
  color: #eb0000;
  padding-left: 35px;
  font-weight: bold;
}
.page-tabs.news .dropdown-menu > li.current > a:before,
.page-tabs.news .dropdown-menu > li:hover > a:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  top: 50%;
  left: 5px;
  background: #eb0000;
}
.news-list {
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
  padding-left: 35px;
  border-left: 1px solid #ddd;
}
.news-list .list {
  font-size: 0;
  margin: 0 -12.5px;
}
.news-list .list li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  margin-bottom: 40px;
  padding: 0 15px;
}
.news-list .list li a {
  display: block;
}
.news-list .list li a .pic {
  position: relative;
  overflow: hidden;
}
.news-list .list li:hover a .pic {
  background: #000;
}
.news-list .list li a .pic img {
  overflow: hidden;
  transition: transform .5s, opacity .5s;
  -moz-transition: transform .5s, opacity .5s;
  -webkit-transition: transform .5s, opacity .5s;
}
.news-list .list li:hover > a img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.5;
}
.news-list .list li a .text {
  position: relative;
  width: 92%;
  min-height: 140px;
  background: #fff;
  padding: 25px 20px;
  margin: 0 4%;
  top: -24px;
}
.news-list .list li a .text .date {
  display: block;
  line-height: 24px;
  font-size: 0.9375rem;
  color: #eb0000;
  font-weight: bold;
  margin: 0 0 5px;
}
.news-list .list li a .text .title {
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  font-size: 1.125rem;
  color: #000;
  margin: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .list li:hover a .text .title {
  color: #666;
}
.news-list .list li a .text .summary {
  line-height: 28px;
  font-size: 1rem;
  color: #666;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399px) {
  .news-list .list li {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .news-list .list {
    margin: 0 -10px;
  }
  .news-list .list li {
    padding: 0 10px;
  }
  .news-list .list li a .text {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .page-tabs.news {
    display: block;
    max-width: 100%;
  }
  .news-list {
    width: 100%;
    padding-left: 0;
  }
  .news-list {
    border-left: none;
  }
  .news-list .list li {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .news-list .list li a .text {
    padding-bottom: 0;
  }
  .news-list .list li a .text .date {
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
  .news-list .list li a .text .title {
    line-height: 26px;
    font-size: 1rem;
  }
  .news-list .list li a .text .summary {
    line-height: 24px;
    font-size: 0.9375rem;
    margin-top: 2px;
  }
  .page-tabs.news .dropdown-menu > li.current > a,
  .page-tabs.news .dropdown-menu > li > a:hover {
    padding-left: 45px;
  }
  .page-tabs.news .dropdown-menu > li.current > a:before,
  .page-tabs.news .dropdown-menu > li:hover > a:before {
    left: 20px;
  }
}
@media (max-width: 639px) {
  .news-list .list {
    margin: 0 -5px;
  }
  .news-list .list li {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .news-list .list {
    margin: 0;
  }
  .news-list .list li {
    width: 100%;
    padding: 0;
  }
}

/* News View */
.news-head {
  padding: 0 10px;
}
.news-head .date {
  line-height: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #eb0000;
  margin: 0 0 10px;
}
.news-head .title {
  line-height: 40px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
.news-head .summary {
  line-height: 28px;
  font-size: 1rem;
  color: #666;
  margin: 10px 0 0;
}
.news-content {
  position: relative;
  margin: 20px 0 30px;
  padding: 20px;
}
.news-content:before,
.news-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
}
.news-content:before {
  top: 0;
}
.news-content:after {
  bottom: 0;
}
.article-btm {
  font-size: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 -15px;
}
.article-sib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: calc(50% - 30px);
  margin: 0 15px 10px;
  position: relative;
  padding-left: 320px;
  min-height: 155px;
  font-size: 1rem;
  line-height: 1.2;
  color: #444;
  letter-spacing: 0.15em;
}
.article-sib > * {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.article-sib::before {
  content: "";
  display: block;
  font-size: 0.7272rem;
  color: #999;
  letter-spacing: 0.2em;
}
.article-sib .pic {
  overflow: hidden;
  background: #000;
}
.article-sib .pic img {
  transition: transform .5s, opacity .3s;
  -moz-transition: transform .5s, opacity .3s;
  -webkit-transition: transform .5s, opacity .3s;
}
.article-sib:hover .pic img {
  -moz-transform:scale(1.15);
  -webkit-transform:scale(1.15);
  transform:scale(1.15);
  opacity: 0.5;
}
.article-sib span {
  font: inherit;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.125rem;
  color: #222;
  font-weight: bold;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
.article-sib:hover span {
  color: #666;
}
.article-sib .link-more {
  max-width: 87px;
  line-height: 16px;
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 1px;
  border-bottom: 1px solid #999;
}
.article-sib:hover .link-more {
  color: #eb0000;
  border-bottom: 1px solid #eb0000;
}
.article-sib.prev {
  float: left;
  padding-right: 20px;
}
.article-sib.prev::before {
  content: "上一篇";
}
.article-sib.next {
  float: right;
}
.article-sib.next::before {
  content: "下一篇";
}
.article-sib .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
}
.pc .article-sib:hover {
  color: #d71422;
}
@media (max-width: 1199px) {
  .news-head {
    padding: 0;
  }
  .news-content {
    padding: 60px 0;
  }
  .article-sib {
    width: calc(50% - 30px);
    margin: 0 15px 10px;
    padding-left: 180px;
    min-height: 130px;
  }
  .article-sib .pic {
    width: 150px;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .news-head .date {
    line-height: 26px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  .news-head .title {
    line-height: 30px;
    font-size: 1.25rem;
  }
  .news-head .summary {
    line-height: 26px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
  .news-content {
    margin: 15px 0 20px;
    padding: 30px 0;
  }
  .article-inner {
    padding: 30px;
    margin-top: -45px;
  }
  .article-btm {
    margin: 0 -10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-sib {
    width: 100%;
  }
  .article-sib.prev,
  .article-sib.next {
    float: none;
  }
  .article-sib.prev {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* Events */
.event-slick {
  max-width: 1000px;
  margin: auto;
  padding: 0 50px;
}
.event-slick .item {
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.event-slick .item .text {
  position: absolute;
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  background: rgba(17,17,17,0);
  background: -moz-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,0)), color-stop(100%, rgba(17,17,17,1)));
  background: -webkit-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
  background: -o-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
  background: -ms-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
  background: linear-gradient(to bottom, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111', GradientType=0 );
}
.event-slick .item .text p {
  line-height: 26px;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  text-align: center;
}
.event-slick .slick-arrow {
  display: block;
  position: absolute;
  z-index: 5;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background: rgba(0,0,0,0);
  top: 50%;
  margin-top: -20px;
  padding: 0;
  opacity: .5;
}
.event-slick .slick-arrow:hover {
  opacity: 1;
}
.event-slick .slick-arrow.slick-hidden {
  display: none !important;
}
.event-slick .slick-prev {
  left: 0;
}
.event-slick .slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px solid #2764b7;
  border-bottom: 3px solid #2764b7;
  top: 10px;
  left: 15px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.event-slick .slick-next {
  right: 0;
}
.event-slick .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #2764b7;
  border-right: 3px solid #2764b7;
  top: 10px;
  right: 15px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 767px) {
  .event-slick {
    padding: 0;
  }
  .event-slick .item .text {
    padding: 10px;
  }
  .event-slick .item .text p {
    line-height: 22px;
    font-size: 0.875rem;
  }
  .event-slick .slick-prev:before {
    width: 14px;
    height: 14px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    top: 13px;
    left: 16px;
  }
  .event-slick .slick-next:before {
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-right-width: 2px;
    top: 13px;
    right: 16px;
  }
}

/* Media */
.media-list .list {
  font-size: 0;
  margin: 0 -15px;
}
.media-list .list li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  margin-bottom: 60px;
  padding: 0 15px;
}
.media-list .list li a {
  display: block;
}
.media-list .list li a .pic {
  position: relative;
  overflow: hidden;
}
.media-list .list li a .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.media-list .list li a:hover .pic:before {
  opacity: 1;
}
.media-list .list li a .pic:after {
  content: "\f167";
  display: block;
  position: absolute;
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Brands";
  color: rgba(0,0,0,.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
.media-list .list li a:hover .pic:after {
  color: rgba(255,0,0,.8);
}
.media-list .list li a .text {
  padding: 15px 10px 10px;
}
.media-list .list li a .text .title {
  line-height: 30px;
  font-size: 1.125rem;
  color: #000;
  margin: 0;
}
.media-list .list li a .text .summary {
  line-height: 26px;
  font-size: 1rem;
  color: #666;
  margin: 5px 0 0;
}
#media .page-pager {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .media-list .list {
    margin: 0 -10px;
  }
  .media-list .list li {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .media-list .list li a .text {
    padding: 15px 0 10px;
  }
}
@media (max-width: 991px) {
  .media-list .list li {
    width: 50%;
  }
  .media-list .list li a .text {
    padding: 10px 0;
  }
  .media-list .list li a .text .title {
    line-height: 26px;
    font-size: 1rem;
  }
  .media-list .list li a .text .summary {
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 2px;
  }
}
@media (max-width: 639px) {
  .media-list .list {
    margin: 0 -5px;
  }
  .media-list .list li {
    padding: 0 5px;
  }
}
@media (max-width: 419px) {
  .media-list .list {
    margin: 0;
  }
  .media-list .list li {
    width: 100%;
    padding: 0;
  }
}

/* Catalogue */
.catalogue-list .list {
  font-size: 0;
  margin: 0 -15px;
}
.catalogue-list .list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-bottom: 60px;
  padding: 0 15px;
}
.catalogue-list .list li .text {
  text-align: center;
  padding: 25px 15px 10px;
}
.catalogue-list .list li .text .title {
  line-height: 30px;
  font-size: 1.25rem;
  color: #000;
  margin: 0;
}
.catalogue-list .list li .text .download {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 0.85rem;
  color: #fff;
  background: #2764b7;
  border-radius: 3px;
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 15px;
}
.catalogue-list .list li .text .download:hover {
  box-shadow: 0 0 999px rgba(255,255,255,.25) inset;
}
@media (max-width: 991px) {
  .catalogue-list .list {
    margin: 0 -10px;
  }
  .catalogue-list .list li {
    width: 33.333%;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .catalogue-list .list li .text {
    padding: 10px 0;
  }
  .catalogue-list .list li .text .title {
    line-height: 26px;
    font-size: 1rem;
  }
  .catalogue-list .list li .text .download {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .catalogue-list .list {
    margin: 0 -5px;
  }
  .catalogue-list .list li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
}

/* FAQ */
.faq-list .list li + li {
  margin-top: 10px;
}
.faq-list .list li .question {
  position: relative;
  line-height: 26px;
  font-size: 1rem;
  border-left: 5px solid #2764b7;
  background: #f3f3f3;
  margin: 0;
  padding: 15px 15px 15px 40px;
  cursor: pointer;
}
.faq-list .list li .question:before {
  content: 'Q.';
  display: block;
  position: absolute;
  font-weight: bold;
  top: 15px;
  left: 15px;
}
.faq-list .list li .answer {
  display: none;
  line-height: 28px;
  font-size: 1rem;
  color: #666;
  padding: 10px 15px 20px 45px;
}
@media (max-width: 991px) {
  .faq-list .list li .question {
    border-left-width: 2px;
    padding: 5px 10px 5px 33px;
  }
  .faq-list .list li .question:before {
    top: 5px;
    left: 10px;
  }
  .faq-list .list li .answer {
    line-height: 26px;
    font-size: 0.9375rem;
    padding: 5px 10px 10px 35px;
  }
}

/* Links */
.link-list .list {
  font-size: 0;
  margin: 0 -15px;
}
.link-list .list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 15px;
}
.link-list .list li a {
  display: block;
  position: relative;
  padding: 30px 25px;
}
body.pc .link-list .list li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  top: 0;
  left: 0;
}
body.pc .link-list .list li a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39,100,183,.9);
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
body.pc .link-list .list li a:hover .text {
  opacity: 1;
}
body.pc .link-list .list li a .text-inner {
  position: relative;
  top: 50%;
  padding: 0 25px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.pc .link-list .list li a .text .name {
  line-height: 30px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 10px;
}
body.pc .link-list .list li a .text i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 1rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 100%;
  margin: auto;
}
body.mb .link-list .list li a {
  padding: 0;
}
body.mb .link-list .list li a .pic {
  position: relative;
}
body.mb .link-list .list li a .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  top: 0;
  left: 0;
}
body.mb .link-list .list li a .text {
  padding: 15px 10px 10px;
}
body.mb .link-list .list li a .text .name {
  line-height: 30px;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  margin: 0;
}
body.mb .link-list .list li a .text i {
  display: none;
}
@media (max-width: 1199px) {
  .link-list .list {
    margin: 0 -10px;
  }
  .link-list .list li {
    width: 33.333%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .link-list .list li a {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .link-list .list li a {
    padding: 0;
  }
  body.pc .link-list .list li a:before {
    display: none;
  }
  body.pc .link-list .list li a .pic {
    position: relative;
  }
  body.pc .link-list .list li a .pic:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    top: 0;
    left: 0;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
  }
  body.pc .link-list .list li a:hover .pic:before {
    background: rgba(39,100,183,.5);
  }
  body.pc .link-list .list li a .pic img {
    margin: auto;
  }
  body.pc .link-list .list li a .text,
  body.mb .link-list .list li a .text {
    position: relative;
    background: none;
    padding: 10px 0;
    opacity: 1;
  }
  body.pc .link-list .list li a .text-inner {
    top: auto;
    padding: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  body.pc .link-list .list li a .text .name,
  body.mb .link-list .list li a .text .name {
    line-height: 26px;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 0;
  }
  body.pc .link-list .list li a .text i,
  body.mb .link-list .list li a .text i {
    display: none;
  }
}
@media (max-width: 639px) {
  .link-list .list {
    margin: 0 -5px;
  }
  .link-list .list li {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

/* Contact Us */
#contact .page-content {
  background: url(../images/contact_bg.jpg) no-repeat;
  background-attachment: fixed;
}
.contact-note {
  line-height: 36px;
  font-size: 1rem;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.contact-note.text-align {
  border-bottom: none;
  font-weight: bold;
}
.contact-note a,
.contact-note strong {
  color: #eb0000;
  margin: 0 4px;
  font-size: 0.875rem;
}
.contact-note a:hover {
  color: #222;
}
.contact-note span {
  margin-right: 25px;
}
.contact-note span:last-child {
  margin: 0;
}
.contact-note span span {
  color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 0;
}
.contact-map {
  background: #e5ecf5;
  margin-top: 80px;
}
.contact-map iframe {
  display: block;
  width: 100% !important;
  height: 480px !important;
}
.mobile-block {
  display: none;
}
@media (max-width: 1199px) {
  .contact-note span:last-child {
    display: block;
  }
}
@media (max-width: 991px) {
  .contact-note {
    line-height: 26px;
    font-size: 1rem;
  }
  .contact-map {
    margin-top: 40px;
  }
  .contact-map iframe {
    height: 360px !important;
  }
}
@media (max-width: 767px) {
  .mobile-block {
    display: block;
  }
}
@media (max-width: 479px) {
  .contact-map iframe {
    height: 240px !important;
  }
}

/* Subscription */
.subscribe-form {
  max-width: 780px;
  margin: auto;
}
.subscribe-form .note {
  line-height: 30px;
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
.subscribe-form .board {
  font-size: 0;
  background: #f6f6f6;
  margin-top: 20px;
  padding: 40px 50px;
}
.subscribe-form .board .group {
  margin-bottom: 10px;
}
.subscribe-form .board .group dt {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  padding: 8px 0;
}
.subscribe-form .board .group dd {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: top;
  padding-left: 30px;
}
.subscribe-form .board .group.captcha-dl dt,
.subscribe-form .board .group.captcha-dl dd {
  vertical-align: middle;
}
.subscribe-form .board .group .input {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  vertical-align: middle;
}
.subscribe-form .board .group .input:focus {
  border-color: #2764b7;
}
.subscribe-form .board .group .input.captcha {
  width: calc(100% - 120px);
}
.subscribe-form .board .group .captcha-refresh {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.subscribe-form .board .page-btnbox {
  margin-top: 25px;
}
.subscribe-form .board .page-btnbox .btn {
  max-width: 180px;
}
.subscribe-done {
  line-height: 30px;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 991px) {
  .subscribe-form .note,
  .subscribe-done {
    line-height: 26px;
    font-size: 1rem;
  }
  .subscribe-form .board {
    padding: 10px;
  }
  .subscribe-form .board .group dt {
    line-height: 26px;
    font-size: 1rem;
    padding: 5px 0;
  }
  .subscribe-form .board .group dd {
    padding-left: 15px;
  }
  .subscribe-form .board .group .input {
    height: 36px;
    padding: 0 6px;
  }
  .subscribe-form .board .page-btnbox {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .subscribe-form .board .group dt {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 2px;
  }
  .subscribe-form .board .group dd {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

/* Sitemap */
.sitemap-list {
  font-size: 0;
  margin: 0 -10px;
}
.sitemap-list .item + .item {
  margin-top: 40px;
}
.sitemap-list .item .head {
  display: inline-block;
  width: calc(20% - 20px);
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
}
.sitemap-list .item.more .head {
  margin-bottom: 20px;
}
.sitemap-list .item .head a {
  display: block;
  line-height: 30px;
  font-size: 1.125rem;
  color: #0060b0;
  background: #f5f5f5;
  padding: 5px 15px;
}
.sitemap-list .item .head a:hover {
  color: #fff;
  background: #0060b0;
}
.sitemap-list .item .body {
  display: inline-block;
  width: calc(80% - 10px);
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding: 5px 0 ;
  vertical-align: top;
}
.sitemap-list .item .body-list li {
  display: inline-block;
  line-height: 30px;
  font-size: 1rem;
  vertical-align: top;
  padding: 0 15px;
}
.sitemap-list .item .body-list li a {
  color: #666;
}
.sitemap-list .item .body-list li a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .sitemap-list .item + .item {
    margin-top: 20px;
  }
  .sitemap-list .item .head {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .sitemap-list .item .head.full {
    width: calc(100% - 20px);
  }
  .sitemap-list .item .head a {
    line-height: 26px;
    font-size: 1rem;
  }
  .sitemap-list .item .body {
    width: calc(100% - 20px);
    border-left: none;
  }
  .sitemap-list .item .body-list li {
    width: 50%;
    line-height: 26px;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .sitemap-list {
    margin: 0;
  }
  .sitemap-list .item .head,
  .sitemap-list .item .body,
  .sitemap-list .item .body-list li {
    width: 100%;
  }
  .sitemap-list .item.more .head {
    margin-bottom: 10px;
  }
}

.cke_editable * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 文字編輯器樣板 */
.text-edit {
  min-height: 150px;
}
.theme-left-text-right-pic,
.theme-left-pic-right-text {
  font-size: 0;
  margin: 0 0 60px;
}
.theme-left-text-right-pic {
  direction: rtl;
}
.theme-left-text-right-pic > div,
.theme-left-pic-right-text > div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  direction: ltr;
}
.theme-left-text-right-pic.middle > div,
.theme-left-pic-right-text.middle > div {
  vertical-align: middle;
}
.theme-left-text-right-pic > .pic {
  position: relative;
  padding-left: 55px;
}
.theme-left-pic-right-text > .pic {
  position: relative;
  padding-right: 55px;
}
.theme-left-text-right-pic > .pic:after,
.theme-left-pic-right-text > .pic:after {
  position: absolute;
  content: '';
  width: 650px;
  height: 380px;
  bottom: -50px;
  left: 0;
  z-index: 0;
  background: #f6f6f6;
}
.theme-left-pic-right-text > .pic:after {
  left: auto;
  right: 0;
}
.theme-left-pic-right-text.quality > .pic {
  padding-right: 0;
}
.theme-left-pic-right-text.quality > .pic:after {
  background: none;
}
.theme-left-text-right-pic > .pic img,
.theme-left-pic-right-text > .pic img,
.theme-vertical > .pic img {
  position: relative;
  margin: auto;
  z-index: 1;
  border: 15px solid #fff;
}
.theme-left-text-right-pic > .text {
  padding: 0 35px;
}
.theme-left-pic-right-text > .text {
  padding: 0 35px;
}
.theme-vertical {
  max-width: 1060px;
  margin: auto;
}
.theme-vertical > div + div {
  margin-top: 20px;
}
.theme-text-title {
  line-height: 1.5;
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}
.theme-text-title span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #eb0000;
  margin: 0 0 5px 5px;
}
.theme-vertical .theme-text-title {
  text-align: center;
}
.theme-vertical .theme-text-title:after {
  margin: auto;
}
.theme-text-summary {
  line-height: 2;
  font-size: 1rem;
  margin: 0;
  padding: 15px 0;
}
.theme-vertical .theme-text-summary {
  text-align: center;
}
.theme-separate-line {
  height: 1px;
  background: #fff;
  margin: 60px 0;
}
.theme-paragraph-gap {
  height: 40px;
}
@media (max-width: 1479px) {
  .theme-left-pic-right-text > .pic {
    padding-right: 0;
  }
  .theme-left-text-right-pic > .pic {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .theme-left-text-right-pic, .theme-left-pic-right-text {
    margin: 0 0 30px;
  }
  .theme-left-text-right-pic > div,
  .theme-left-pic-right-text > div {
    display: block;
    width: 100%;
  }
  .theme-left-text-right-pic > .text,
  .theme-left-pic-right-text > .text {
    margin-top: 70px;
  }
  .theme-vertical > div + div {
    margin-top: 15px;
  }
  .theme-text-title {
    padding: 5px 0;
    font-size: 1.5rem;
  }
  .theme-text-summary {
    padding: 0;
  }
  .theme-vertical .theme-text-title {
    text-align: left;
  }
  .theme-left-text-right-pic > .text,
  .theme-left-pic-right-text > .text {
    padding: 0 15px;
  }
  .theme-vertical .theme-text-title:after {
    margin: 0;
  }
  .theme-vertical .theme-text-summary {
    text-align: left;
  }
  .theme-separate-line {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .theme-left-text-right-pic > .pic:after,
  .theme-left-pic-right-text > .pic:after {
    display: none;
  }
  .theme-left-text-right-pic > .text,
  .theme-left-pic-right-text > .text {
    margin-top: 0;
  }
  .theme-separate-line {
    display: none;
  }
}

.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  margin-top: 20px;
  overflow: hidden;
}
.youtube-embed-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.patner_logo {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.patner_logo .pic {
  display: inline-block;
  width: 190px;
  padding: 5px;
  vertical-align: middle;
  margin: 0 10px;
}
.patner_logo img {
  width: 100%;
}
@media (max-width: 1199px) {
  .contact-note span,
  .contact-note span:last-child {
    margin: 0 10px;
  }
  .patner_logo {
    display: flex;
    width: 420px;
    flex-wrap: wrap;
    margin: auto;
  }
  .patner_logo .pic {
  }
}
