@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none;
  color: initial;
}

a:focus {
  text-decoration: none;
  outline: 0;
  color: initial;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
  color: initial;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

input[type=text], input[type=submit], input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  .hidden-if-not-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .display-mobile {
    display: block;
  }
  .display-pad-up {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-mobile {
    display: none;
  }
  .display-pad-up {
    display: block;
  }
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

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

.element-center>* {
  display: inline-block;
}

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

.element-right>* {
  display: inline-block;
}

.border-solid {
  border-width: 1px;
  border-style: solid;
}

.border-left-solid {
  border-left: 1px solid #bababa;
}

.pos-r {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.block-scrolling {
  overflow: hidden;
  height: 100%;
}

.img-wrap {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ccc;
  width: 120px;
  height: 120px;
}

.fl-r {
  float: right;
}

.white-card {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1.875em;
}

.white-bg {
  background-color: #fff;
}

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-padding {
  padding: 0;
}

.modal.center-modal {
  text-align: center;
  padding: 0 !important;
}

.modal.center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal.center-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

*, html, body {
  font-family: "PingFangTC", "微軟正黑體", "Heiti TC", "Microsoft JhengHei", "新細明體", "細明體", "標楷體", Arial, serif;
  font-size: 100%;
}

.row {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

@media (min-width: 768px) {
  .row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

@media (min-width: 1336px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 0.75em;
  padding-left: 0.75em;
}

@media (min-width: 768px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

@media (min-width: 1336px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInTop {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInTop {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.icon-arrow-right-gold {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-arrow-left-gold.png");
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

.icon-arrow-down-gray {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-arrow-down-sign.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.banner-page {
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-page .banner-text {
  margin-top: 53px;
  color: #fff;
}

.banner-page .banner-text .title-tw {
  font-size: 1.25em;
  font-weight: bold;
}

.banner-page .banner-text .title-en {
  font-size: 1em;
  font-weight: bold;
}

@media (min-width: 1023px) {
  .banner-page {
    height: 268px;
  }
  .banner-page .banner-text {
    margin-top: 102px;
    color: #fff;
  }
  .banner-page .banner-text .title-tw {
    font-size: 1.875em;
    font-weight: bold;
  }
  .banner-page .banner-text .title-en {
    font-size: 1em;
  }
}

.breadcrumbs {
  display: none;
  background-image: url("../images/breadcrumbs-bg.jpg");
  height: 37px;
  line-height: 37px;
  font-size: 0.875em;
}

.breadcrumbs .divider {
  border: 0 !important;
}

.breadcrumbs .divider:after {
  margin: 0 0.25em;
  display: inline-block;
  content: ">";
}

.breadcrumbs .current-page {
  color: #888888;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

.content-box {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  background: -webkit-linear-gradient(bottom, #fcfcfc 17%, #f8f8f8 96%);
  background: -o-linear-gradient(bottom, #fcfcfc 17%, #f8f8f8 96%);
  background: -moz-linear-gradient(bottom, #fcfcfc 17%, #f8f8f8 96%);
  background: -ms-linear-gradient(bottom, #fcfcfc 17%, #f8f8f8 96%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(17%, #fcfcfc), color-stop(96%, #f8f8f8));
  background: linear-gradient(bottom, #fcfcfc 17%, #f8f8f8 96%);
  overflow: hidden;
}

.content-box .content-header {
  padding: 0.5em 1em;
  position: relative;
  -webkit-box-shadow: inset 0 2px 1px 2px #fff;
  -moz-box-shadow: inset 0 2px 1px 2px #fff;
  -ms-box-shadow: inset 0 2px 1px 2px #fff;
  box-shadow: inset 0 2px 1px 2px #fff;
  background: -webkit-linear-gradient(top, #fcfcfc 17%, #ebeaea 96%);
  background: -o-linear-gradient(top, #fcfcfc 17%, #ebeaea 96%);
  background: -moz-linear-gradient(top, #fcfcfc 17%, #ebeaea 96%);
  background: -ms-linear-gradient(top, #fcfcfc 17%, #ebeaea 96%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #fcfcfc), color-stop(96%, #ebeaea));
  background: linear-gradient(top, #fcfcfc 17%, #ebeaea 96%);
  border-bottom: 2px solid #5f5f5f;
}

@media (min-width: 768px) {
  .content-box .content-header {
    padding: 0.75em 1em;
  }
}

.content-box .content-header:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cd900d;
}

.content-box .content-body {
  padding: 1em;
  -webkit-box-shadow: inset 0 -2px 2px 2px #fff;
  -moz-box-shadow: inset 0 -2px 2px 2px #fff;
  -ms-box-shadow: inset 0 -2px 2px 2px #fff;
  box-shadow: inset 0 -2px 2px 2px #fff;
}

.content-box .heading-title:before {
  float: left;
  margin-top: 5px;
  margin-right: 0.5em;
  width: 10px;
  height: 12px;
  background-image: url("../images/heading-title-label.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.content-box .heading-title>* {
  float: left;
  height: 1.25em;
  line-height: 1.25;
  vertical-align: middle;
}

.content-box .heading-title h3.text-tw {
  font-size: 1.125em;
  font-weight: bold;
  color: #2f2f2f;
}

.content-box .heading-title span.text-en {
  margin-left: 0.5em;
  position: relative;
  top: 6px;
  display: inline-block;
  font-size: 0.618em;
  color: #cd900d;
}

.content-box .heading-title .more-btn {
  margin-top: 4px;
  float: right;
  color: #cd900d;
  font-size: 0.813em;
}

.content-box .heading-title .more-btn .icon-arrow-right-gold {
  margin-left: 0.5em;
}

.content-box .heading-title .more-btn:hover, .content-box .heading-title .more-btn:focus {
  text-decoration: underline;
}

.content-box-border-radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}

.heading-center {
  margin: 2em auto;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1200px) {
  .heading-center {
    margin: 4em auto 3em auto;
  }
}

.heading-center .title-tw {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .heading-center .title-tw {
    font-size: 1.5em;
  }
}

.heading-center .title-tw:before, .heading-center .title-tw:after {
  position: absolute;
  top: 5px;
  content: "";
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/heading-title-label.png");
  width: 10px;
  height: 12px;
  background-size: 10px 12px;
}

@media (min-width: 768px) {
  .heading-center .title-tw:before, .heading-center .title-tw:after {
    top: 8px;
  }
}

.heading-center .title-tw:before {
  left: -20px;
}

.heading-center .title-tw:after {
  right: -20px;
}

.heading-center .title-en {
  margin-top: 0.5em;
  font-size: 0.75em;
  font-weight: bold;
  color: #cd900d;
}

.pagination {
  margin-top: 2em;
}

.pagination>li>a {
  color: #3a3a3a;
}

.pagination>.disabled>a {
  color: #cd900d;
}

@media (min-width: 1336px) {
  .pagination {
    margin-top: 3em;
  }
}

.heading-inline>* {
  display: inline-block;
}

.btn {
  padding: 0 2.5em;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.btn-radius {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ddd;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ddd;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ddd;
  font-weight: 400;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ddd;
  font-weight: 400;
}

.DR {
  cursor: pointer;
}

.DR+* {
  display: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.DR.active+* {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}

.dropBoxWrap {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  z-index: 10;
}

.paginationWrap {
  margin-top: 1.5em;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.paginationWrap>* {
  vertical-align: middle;
}

.paginationWrap .prev {
  margin-right: 0.875em;
}

.paginationWrap .next {
  margin-left: 0.875em;
}

.paginationWrap .prev>i, .paginationWrap .next>i {
  vertical-align: middle;
}

.paginationWrap .pages {
  vertical-align: middle;
}

.paginationWrap .pages>a {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  background: #fff;
  color: #666;
}

.paginationWrap .pages>a.disabled {
  background-color: #ececec;
}

@media (min-width: 1200px) {
  margin-bottom: 3em;
}

.editor img {
  margin: 0.5em 0;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 1200px) {
  .editor img {
    margin: 1.25em 0;
  }
}

.editor table {
  margin: 0.75em 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .editor table {
    margin: 1.25em 0;
  }
}

.editor table thead {
  border-bottom: 2px solid #ddd;
}

.editor table th, .editor table td {
  padding: 0.5em;
}

.editor table tbody tr {
  border-bottom: 1px solid #ddd;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.editor a {
  display: block;
}

.editor p, .editor b, .editor i, .editor span {
  margin-bottom: 0.5em;
}

.editor .btn.btn-primary {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.75em;
  padding: 0.75em 2em;
  line-height: 1;
  display: inline-block;
  border: 0;
  color: #fff;
  background-color: #e5b200;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  outline: 0;
  cursor: pointer;
}

.editor .btn.btn-primary:hover, .editor .btn.btn-primary:focus {
  background-color: #d6a600;
}

#nav .nav-top {
  height: 8px;
  background-repeat: repeat;
  background-size: contain;
  background-image: url("../images/nav-top-bg.png");
}

#nav .nav-mid {
  height: 55px;
  background: -webkit-linear-gradient(top, #ffffff 74%, #e4e4e4 99%);
  background: -o-linear-gradient(top, #ffffff 74%, #e4e4e4 99%);
  background: -moz-linear-gradient(top, #ffffff 74%, #e4e4e4 99%);
  background: -ms-linear-gradient(top, #ffffff 74%, #e4e4e4 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #ffffff), color-stop(99%, #e4e4e4));
  background: linear-gradient(top, #ffffff 74%, #e4e4e4 99%);
}

#nav .nav-mid .logo {
  margin-top: 3px;
  display: block;
  width: 78px;
  height: 40px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#nav .nav-mid .nav-items-group {
  display: none;
}

#nav .nav-mid .nav-items-group {
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #fff;
  background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background: -o-linear-gradient(top, #ffffff, #e5e5e5);
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: linear-gradient(top, #ffffff, #e5e5e5);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

#nav .nav-mid .nav-items-group .nav-item a {
  padding: 0.5em 1em;
  display: block;
}

#nav .nav-mid .nav-items-group .nav-item a:hover, #nav .nav-mid .nav-items-group .nav-item a:focus {
  color: #cd900d;
}

#nav .nav-mid .nav-items-group .nav-item span {
  display: block;
}

#nav .nav-mid .nav-items-group .nav-item .text-tw {
  font-weight: bold;
}

#nav .nav-mid .nav-items-group .nav-item .text-en {
  font-size: 0.7em;
  color: #cd900d;
}

#nav .nav-mid .nav-items-group .nav-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  -webkit-box-shadow: 0 1px 1px white;
  -moz-box-shadow: 0 1px 1px white;
  -ms-box-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px white;
}

#nav .nav-mid .nav-toggle-btn {
  margin-top: 10px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/btn-nav-toggle.png");
  cursor: pointer;
}

#nav .nav-bottom {
  height: 4px;
  border-top: 1px solid #cecece;
  background: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
  background: -o-linear-gradient(top, #e5e5e5, #ffffff);
  background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
  background: -ms-linear-gradient(top, #e5e5e5, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
  background: linear-gradient(top, #e5e5e5, #ffffff);
}

@media (min-width: 768px) {
  #nav .nav-mid {
    height: 90px;
  }
  #nav .nav-mid .logo {
    margin-top: 16px;
    width: 100px;
    height: 52px;
  }
  #nav .nav-mid .email-label-wrapper {
    height: 2px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.56);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.56);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.56);
  }
  #nav .nav-mid .email-label-wrapper .email-label-container {
    position: relative;
  }
  #nav .nav-mid .email-label-wrapper .email-label {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 9;
    width: 286px;
    height: 30px;
    background-image: url("../images/nav-email-label-bg.png");
    font-size: 0.813em;
    text-align: center;
    line-height: 30px;
  }
  #nav .nav-mid .nav-items-group {
    margin-top: 14px;
    display: inline-block;
    position: initial;
    background: transparent;
    border-bottom: 0 solid #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  #nav .nav-mid .nav-items-group .nav-item, #nav .nav-mid .nav-items-group .nav-item a {
    padding-top: 11px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    display: inline-block;
  }
  #nav .nav-mid .nav-items-group .nav-item {
    position: relative;
  }
  #nav .nav-mid .nav-items-group .nav-item:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 67px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-image: url("../images/nav-items-divider.png");
  }
  #nav .nav-bottom {
    height: 8px;
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 1200px) {
  #nav .nav-mid {
    height: 96px;
  }
  #nav .nav-mid .logo {
    margin-top: 13px;
    width: 130px;
    height: 66px;
  }
  #nav .nav-mid .nav-items-group {
    margin-top: 22px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  #nav .nav-mid .container {
    position: relative;
  }
  #nav .nav-mid .left-side {
    width: 150px;
  }
  #nav .nav-mid .right-side {
    width: 450px;
    position: absolute;
    top: -62px;
    right: 0;
    z-index: 2;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1200px), (-ms-high-contrast: none) and (min-width: 1200px) {
  #nav .nav-mid .right-side {
    top: -62px;
  }
}

#footer {
  margin-top: 2em;
  background-repeat: repeat;
  background-image: url("../images/footer-bg.png");
}

#footer .footer-top {
  padding: 1em 0;
}

@media (min-width: 1200px) {
  #footer .footer-top {
    padding: 2em 0;
  }
}

@media (min-width: 1336px) {
  #footer .footer-top {
    padding: 3em 0;
  }
}

#footer .footer-menu-items-group-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  #footer .footer-menu-items-group-wrapper {
    text-align: left;
  }
}

#footer .footer-menu-items-group-wrapper .footer-menu-items-group {
  margin-top: 42px;
  display: inline-block;
}

#footer .footer-menu-items-group-wrapper .footer-menu-items-group .footer-menu-item {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  font-weight: normal;
}

@media (min-width: 768px) {
  #footer .footer-menu-items-group-wrapper .footer-menu-items-group .footer-menu-item {
    font-size: 1em;
  }
}

#footer .footer-menu-items-group-wrapper .footer-menu-items-group .footer-menu-item:after {
  padding: 0 0.5em;
  content: "/";
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  #footer .footer-menu-items-group-wrapper .footer-menu-items-group .footer-menu-item:after {
    padding: 0 1.875em;
  }
}

#footer .footer-menu-items-group-wrapper .footer-menu-items-group .footer-menu-item.last:after {
  display: none;
}

#footer .footer-company-logo-wrapper {
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .footer-company-logo-wrapper {
    text-align: right;
  }
}

#footer .footer-company-logo-wrapper .footer-company-logo {
  display: inline-block;
  width: 200px;
  height: 35px;
  background-image: url("../images/footer-logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  #footer .footer-company-logo-wrapper .footer-company-logo {
    width: 230px;
    height: 38px;
  }
}

#footer .footer-contact-email {
  text-align: center;
  font-size: 0.875em;
}

@media (min-width: 768px) {
  #footer .footer-contact-email {
    padding-right: 55px;
    text-align: right;
  }
}

#footer .footer-contact-email>a {
  color: #b1b1b1;
}

#footer .footer-bottom {
  margin-top: 1.25em;
  padding: 1em 0;
  border-top: 1px solid #5d5d5d;
}

#footer .footer-bottom-items-group-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  #footer .footer-bottom-items-group-wrapper {
    text-align: right;
  }
}

#footer .footer-bottom-items-group-wrapper .footer-bottom-items-group {
  display: inline-block;
}

#footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item {
  font-size: 0.813em;
  color: #919191;
}

@media (min-width: 768px) {
  #footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item {
    font-size: 0.813em;
  }
}

#footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item:after {
  padding: 0 1.5em;
  content: "|";
}

#footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item.last:after {
  display: none;
}

#footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item:hover, #footer .footer-bottom-items-group-wrapper .footer-bottom-items-group .footer-bottom-item:focus {
  color: #ddd;
}

#footer .copy-right {
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.813em;
  color: #919191;
}

@media (min-width: 768px) {
  #footer .copy-right {
    text-align: left;
  }
}

.index .hompage-banner .slide {
  height: 28vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.index .hompage-banner .slick-dots {
  bottom: -1.25rem;
}

.index .hompage-banner .slick-dots li, .index .hompage-banner .slick-dots li button, .index .hompage-banner .slick-dots li button:before {
  width: 12px;
  height: 12px;
}

.index .hompage-banner .slick-dots li.slick-active button:before {
  background-color: #cd900d;
}

.index .hompage-banner .slick-dots li button:before {
  background-color: #d0d0d0;
}

@media (min-width: 768px) {
  .index .hompage-banner .slide {
    height: 220px;
  }
  .index .hompage-banner .slick-dots {
    bottom: 1em;
  }
  .index .hompage-banner .slick-dots li, .index .hompage-banner .slick-dots li button, .index .hompage-banner .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
  .index .hompage-banner .slick-dots li button:before {
    background-color: #fff;
  }
}

@media (min-width: 1023px) {
  .index .hompage-banner .slide {
    height: 280px;
  }
}

@media (min-width: 1200px) {
  .index .hompage-banner .slide {
    height: 400px;
  }
}

@media (min-width: 1600px) {
  .index .hompage-banner .slide {
    height: 537px;
  }
}

.index .latest-events {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .index .latest-events {
    margin-top: 2em;
  }
}

.index .latest-events .content-body>.row {
  margin: 0 -0.25em;
}

.index .latest-events .content-body>.col-sm-3 {
  padding: 0 0.25em !important;
}

.index .latest-events .item {
  margin-bottom: 1em;
  display: block;
}

.index .latest-events .item.no-margin {
  margin: 0;
}

.index .latest-events .item:hover .content {
  color: #3a3a3a;
  text-decoration: underline;
}

.index .latest-events .item .content {
  margin-top: 0.25em;
}

.index .latest-events .item .content .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.7;
}

.index .latest-events .item .content .des {
  margin-top: 0.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  height: 3em;
  font-size: 0.813em;
  font-weight: normal;
  color: #4f4f4f;
}

@media (min-width: 768px) {
  .index .latest-events .item .content .title {
    margin-top: 0.75em;
    font-size: 1em;
  }
  .index .latest-events .item .content .des {
    font-size: 0.875em;
  }
}

.index .latest-ad-slider {
  margin-top: 2em;
  margin-bottom: 1em;
}

.index .latest-ad-slider .slick-list {
  padding-right: 3em;
}

@media (min-width: 768px) {
  .index .latest-ad-slider .slick-list {
    padding-right: 0;
  }
}

.index .latest-ad-slider .slide {
  padding-right: 0.5em;
  display: block;
}

.index .latest-ad-slider .slide .img-wrapper-border-radius {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

@media (min-width: 768px) {
  .index .latest-ad-slider .slide {
    padding-right: 0;
    padding: 0 0.5em;
  }
  .index .latest-ad-slider .slide .img-wrapper-border-radius {
    height: auto;
    border: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .index .latest-ad-slider .latest-ad-slick-next, .index .latest-ad-slider .latest-ad-slick-prev {
    position: absolute;
    top: 18%;
    z-index: 2;
    border: 0;
    outline: 0;
  }
  .index .latest-ad-slider .latest-ad-slick-next {
    right: -20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/btn-slider-page-control-next.png");
    width: 22px;
    height: 116px;
    background-size: 22px 116px;
  }
  .index .latest-ad-slider .latest-ad-slick-prev {
    left: -20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/btn-slider-page-control-prev.png");
    width: 22px;
    height: 116px;
    background-size: 22px 116px;
  }
}

.index .latest-news .item {
  padding: 0.5em 0;
  border-bottom: 1px solid #dcdcdc;
}

.index .latest-news .item .title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.913em;
  line-height: 1.5;
  font-weight: bold;
  color: #3a3a3a;
}

.index .latest-news .item .date {
  margin-top: 0.375em;
  font-size: 0.813em;
  color: #aeaeae;
}

.index .latest-news .item:hover .title, .index .latest-news .item:focus .title {
  color: #cd900d;
}

@media (min-width: 768px) {
  .index .latest-news .item .title, .index .latest-news .item .date {
    float: left;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
  }
  .index .latest-news .item .title {
    width: calc(100% - 100px);
  }
  .index .latest-news .item .date {
    text-align: right;
    width: 100px;
    line-height: 15px;
  }
}

.index .fb-fans-page {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 0.875em;
}

@media (min-width: 768px) {
  .index .fb-fans-page {
    float: left;
    width: calc(100% - 50% - 240px);
  }
}

.index .hompage-bottom-banners-block {
  margin: 1em 0;
  padding: 0 0.75em;
}

@media (min-width: 768px) {
  .index .hompage-bottom-banners-block {
    padding: 0 0.875em;
    float: left;
    width: 240px;
  }
}

.index .hompage-bottom-banners-block .row {
  margin: 0 -0.5em;
}

.index .hompage-bottom-banners-block .col-xs-6.col-sm-12 {
  padding: 0 0.5em;
}

.index .hompage-bottom-banners-block .banner-wrapper {
  margin-bottom: 1em;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

@media (min-width: 768px) {
  .index .hompage-bottom-banners-block .banner-wrapper {
    margin-bottom: 1.6em;
  }
}

.index .hompage-bottom-banners-block .banner-wrapper img {
  width: 100%;
}

.news .banner-page-news {
  background-image: url("../images/banner-news.jpg");
}

.news .categories-menu-wrapper {
  position: relative;
}

.news .categories-toggle-btn {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0.5em;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 26px;
}

.news .categories-toggle-btn .icon-arrow-down-gray {
  margin-right: 0.5em;
  display: inline-block;
  float: right;
  height: 24px;
  line-height: 40px;
}

.news .categories-toggle-btn.active .icon-arrow-down-gray {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news .categories-toggle-btn.active+.categories-menu {
  display: block;
}

.news .categories-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 0.5em;
  font-size: 0.875em;
}

.news .categories-menu a.category-btn {
  padding: 0.5em 0;
  display: block;
}

.news .categories-menu a.category-btn.active {
  color: #cd900d;
}

.news .news-list .news-item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.news .news-list .news-item>* {
  float: left;
}

.news .news-list .news-item .category-label {
  margin-right: 12px;
  width: 50px;
  height: 20px;
  font-size: 0.75em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #656565;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}

.news .news-list .news-item .text {
  width: calc(100% - 50px - 12px);
}

.news .news-list .news-item .text .news-title {
  margin-top: -2px;
  display: block;
  font-weight: bold;
  font-size: 0.913em;
  line-height: 1.7;
}

.news .news-list .news-item .text .news-des {
  margin-top: 0.5em;
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.7em;
  height: 1.7em;
}

.news .news-list .news-item .text:hover .news-title, .news .news-list .news-item .text:focus .news-title {
  color: #cd900d;
  text-decoration: underline;
}

.news .news-list .news-item .text:hover .news-des, .news .news-list .news-item .text:focus .news-des {
  text-decoration: underline;
}

.news .news-list .news-item .date {
  margin-top: 0.5em;
  padding-left: 62px;
  font-size: 0.875em;
  text-align: right;
  color: #aeaeae;
}

@media (min-width: 768px) {
  .news .categories-menu-wrapper {
    margin-top: 2em;
  }
  .news .categories-menu {
    padding: 0;
    height: 36px;
    display: block;
    position: static;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }
  .news .categories-menu a.category-btn {
    margin-right: 0.75em;
    position: relative;
    width: 80px;
    text-align: center;
    border: 1px solid #9c9c9c;
    display: inline-block;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom, #e0e0e0, #f8f8f8);
    background: -o-linear-gradient(bottom, #e0e0e0, #f8f8f8);
    background: -moz-linear-gradient(bottom, #e0e0e0, #f8f8f8);
    background: -ms-linear-gradient(bottom, #e0e0e0, #f8f8f8);
    background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), to(#f8f8f8));
    background: linear-gradient(bottom, #e0e0e0, #f8f8f8);
  }
  .news .categories-menu a.category-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 80px;
    height: 36px;
    border: 1px solid #fff;
  }
  .news .categories-menu a.category-btn.active {
    color: #75550c;
    border-color: #b38218;
    background: -webkit-linear-gradient(bottom, #f9e39c, #fdc03e);
    background: -o-linear-gradient(bottom, #f9e39c, #fdc03e);
    background: -moz-linear-gradient(bottom, #f9e39c, #fdc03e);
    background: -ms-linear-gradient(bottom, #f9e39c, #fdc03e);
    background: -webkit-gradient(linear, left bottom, left top, from(#f9e39c), to(#fdc03e));
    background: linear-gradient(bottom, #f9e39c, #fdc03e);
  }
  .news .news-list .news-item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .news .news-list .news-item .category-label {
    margin-right: 16px;
    height: 24px;
    line-height: 24px;
  }
  .news .news-list .news-item .text {
    width: calc(100% - 50px - 16px - 80px);
  }
  .news .news-list .news-item .text .news-title {
    font-size: 1em;
  }
  .news .news-list .news-item .text .news-des {
    padding-right: 3em;
  }
  .news .news-list .news-item .date {
    padding-left: 0;
    width: 80px;
  }
}

@media (min-width: 1336px) {
  .news .categories-menu-wrapper {
    margin-top: 3em;
  }
}

.news-detail .news-content {
  margin: 1.5em 0;
}

@media (min-width: 1200px) {
  .news-detail .news-content {
    margin-top: 3em;
  }
}

.news-detail .news-content .news-heading {
  margin-bottom: 0.5em;
}

.news-detail .news-content .news-heading .news-category-label {
  margin-bottom: 0.5em;
  width: 50px;
  height: 20px;
  font-size: 0.75em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #656565;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}

.news-detail .news-content .news-heading .news-title {
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 768px) {
  .news-detail .news-content .news-heading .news-title {
    font-size: 1.5em;
  }
}

.news-detail .news-content .news-date {
  margin-bottom: 1em;
  font-size: 0.875em;
  color: #aeaeae;
}

.news-detail .news-content .news-des {
  margin-top: 1em;
  font-size: 0.913em;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .news-detail .news-content .news-des {
    margin-bottom: 2em;
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .news-detail .news-content .news-des {
    margin-bottom: 4em;
  }
}

.partners .banner-page-partners {
  background-image: url("../images/banner-partners.jpg");
}

.partners .purchase-teaching-by-store {
  margin-top: 2em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .partners .purchase-teaching-by-store {
    margin-top: 3em;
    margin-bottom: 4em;
    padding-bottom: 3em;
  }
}

@media (min-width: 768px) {
  .partners .partners {
    margin-bottom: 3em;
  }
}

@media (min-width: 1200px) {
  .partners .partners {
    margin-bottom: 4em;
  }
}

.partners .logo-box {
  margin-bottom: 1.375em;
  display: block;
  border: 1px solid #cdcdcd;
  background: -webkit-linear-gradient(bottom, #f8f8f8 96%, #fcfcfc 17%);
  background: -o-linear-gradient(bottom, #f8f8f8 96%, #fcfcfc 17%);
  background: -moz-linear-gradient(bottom, #f8f8f8 96%, #fcfcfc 17%);
  background: -ms-linear-gradient(bottom, #f8f8f8 96%, #fcfcfc 17%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(96%, #f8f8f8), color-stop(17%, #fcfcfc));
  background: linear-gradient(bottom, #f8f8f8 96%, #fcfcfc 17%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
}

.partners .logo-box:hover, .partners .logo-box:focus {
  color: #cd900d;
}

.partners .logo-box-inner {
  border: 2px solid #fff;
}

.partners .logo-box-inner .name {
  margin: 0.25em 0;
  font-size: 0.875em;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.7em;
  height: 1.7em;
}

.about .banner-page-about {
  background-image: url("../images/banner-about-us.jpg");
}

.about .about-heading {
  padding: 1.25em 0.5em;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .about .about-heading {
    margin: 2em auto;
    max-width: 685px;
    font-size: 1.5em;
  }
}

.about .heading-inline {
  margin-bottom: 1.5em;
}

.about .heading-inline .title-tw {
  font-weight: bold;
  color: #3a3a3a;
}

.about .heading-inline .title-en {
  margin-left: 0.25em;
  font-weight: bold;
  color: #cd900d;
}

.about .issuer-info .logo-wrap {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

.about .issuer-info .logo {
  margin-bottom: 1em;
  padding-bottom: 2em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/logo.svg");
  width: 200px;
  height: 60px;
  background-size: 200px 60px;
}

.about .issuer-info .list {
  font-size: 0.875em;
}

.about .issuer-info .inline-item {
  margin-bottom: 1em;
}

.about .issuer-info .inline-item>.title {
  font-weight: bold;
}

.about .issuer-info .inline-item>.content, .about .issuer-info .inline-item>.content * {
  color: #737373;
}

@media (min-width: 768px) {
  .about .issuer-info .issuer-list-wrap {
    padding-left: 3em;
  }
  .about .issuer-info .list {
    font-size: 0.938em;
  }
}

@media (min-width: 1023px) {
  .about .issuer-info .logo-wrap {
    margin-top: 4em;
    margin-bottom: 0;
    border: 0;
  }
  .about .issuer-info .logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/logo.svg");
    width: 200px;
    height: 80px;
    background-size: 200px 80px;
  }
  .about .issuer-info .heading-inline {
    margin-top: 1em;
  }
  .about .issuer-info .issuer-list-wrap {
    padding-left: 10%;
    background-image: url("../images/about-gradient-divider.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
}

.about .divider {
  margin: 2em 0;
  border-top: 1px solid #ddd;
}

.about .performance-bond .list li, .about .user-guide .list li {
  margin-bottom: 1em;
  padding-left: 0.875em;
  font-size: 0.938em;
  line-height: 1.5;
  color: #737373;
  background-image: url(../images/list-dot.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.about .user-guide {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .about .user-guide {
    margin-top: 0;
  }
}

.about .iwin-card-display {
  margin-top: 3em;
}

@media (min-width: 1200px) {
  .about .iwin-card-display {
    margin: 0 auto;
    padding-top: 1rem;
    width: 860px;
  }
  .about .iwin-card-display .iwin-card-item img {
    margin-bottom: 1rem;
    max-width: 170px;
  }
}

.about .iwin-card-display .iwin-card-item {
  margin-bottom: 1em;
}

@media (min-width: 1023px) {
  .policy-content-box {
    margin: 2em auto;
    width: 880px;
  }
}

@media (min-width: 768px) {
  .policy-content {
    padding: 1em;
  }
}

.policy-content p {
  margin-bottom: 1em;
  font-size: 0.938em;
  line-height: 1.7;
}

.policy-content .policy-list .policy-title {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

.policy-content .policy-list a {
  display: inline-block;
  text-decoration: underline;
}

.policy-content .policy-list>ol {
  margin-bottom: 1em;
}

.policy-content .policy-list>ol>li {
  margin-bottom: 1em;
  font-weight: bold;
}

.policy-content .policy-list>ol>li>ol {
  margin-top: 0.5em;
}

.policy-content .policy-list>ol>li>ol>li {
  font-weight: normal;
}

.policy-content .policy-list ol {
  margin-bottom: 1.5em;
  padding-left: 1em;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
}

.policy-content .policy-list ol .des {
  font-weight: normal;
}

.policy-content .policy-list .list-type-disc {
  list-style-type: disc;
}

.event-template {
  margin: 0;
  padding: 0;
}

.event-template .banner {
  margin-bottom: -5px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .event-template .banner {
    height: 280px;
  }
}

@media (min-width: 1023px) {
  .event-template .banner {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .event-template .banner {
    height: 400px;
  }
}

@media (min-width: 1336px) {
  .event-template .banner {
    height: 537px;
  }
}

.event-template .banner img {
  width: 100%;
  max-width: 100%;
  zoom: 1;
}

.event-template .main {
  margin: 0;
  padding: 2em 0;
  background-color: #efefef;
}

@media (min-width: 1200px) {
  .event-template .main .editor {
    padding: 0 50px;
    width: 950px;
  }
}

.event-template #footer {
  margin-top: 0;
  padding: 1em;
  text-align: center;
}

.event-template #footer .logo {
  display: inline-block;
  width: 78px;
  height: 40px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .event-template #footer .logo {
    margin-top: 0;
    margin-right: 1em;
  }
}

.event-template #footer .copy-right {
  margin-top: 0.5em;
  width: 100%;
  position: relative;
  top: -5px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .event-template #footer .copy-right {
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 55px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 1.875em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.slick-dots li.slick-active button:before {
  border-color: #cd900d;
  background-color: #cd900d;
  opacity: 1;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: 25px;
  }
}