@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto";
@import url(fonts/fontello/css/icon.css);
@import url(bootstrap.css);
@import url(plugin.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
@import url(dropkick.css);
@import url(print.css);
@import url(barrierFree.css);

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.d1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.d2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.d6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.d8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.d10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*start css*/
/*color*/
.red {
  color: red;
}

.pink {
  color: #E51781;
}

.blue {
  color: #007CC4;
}

.yellow {
  color: #FA9D1A;
}

.green {
  color: #4AB847;
}

.gray {
  color: #E5E5E5;
}

.deepgray {
  color: #666;
}

.deepYellow {
  color: #D2A83A;
}

.deepBlue {
  color: #005E84;
}

.black {
  color: #000;
}

.orange{
  color: #eb5e02;
}


html,
body {
  font-family: "微軟正黑體", "蘭亭黑 - 繁", "黑體 - 繁", Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #333;
}

html.msie {
  height: auto;
}

html.msie body {
  overflow: auto;
  height: auto;
}



@media (max-width: 768px) {

  html,
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

body {
  opacity: 0;
}

.mobile body {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.no-cssanimations body {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
}

#main {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1400px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*style*/
.max-md-size.ovh {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.text-hide {
  margin: 0;
}

a[href],
button,
input,
select,
textarea {
  outline: 0;
  text-decoration: none;
  border: 0;
}

input,
select,
textarea {
  padding-left: 10px;
  padding-right: 10px;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #413B3B;
}

:-ms-input-placeholder {
  color: #413B3B;
}

::placeholder {
  color: #413B3B;
}

label.error {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  line-height: 40px;
  vertical-align: top;
  color: red;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
}

/*按鈕基本css class以btn或empty-btn開頭*/

[class^="btn"] {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  background-color: #F2F2F2;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[class^="empty-btn"] {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  border: 1px solid #E5E5E5 !important;
  background-color: #fff;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*圓角5px*/

.radius-5 {
  border-radius: 5px;
}

/*圓角50px 適用於圓形*/

.radius-50 {
  border-radius: 50px;
}

/*按鈕 - 黃色邊框 滑入變成實色*/

.btn-empty-y {
  background-color: #fff;
  color: #FA9D1A;
  border: 1px solid #FA9D1A !important;
}

.btn-empty-y:hover {
  background-color: #FA9D1A;
  color: #fff;
}

/*按鈕 - 桃紅色邊框 滑入變成實色*/

.btn-empty-r {
  background-color: #fff;
  color: #EE008C;
  border: 1px solid #EE008C !important;
}

.btn-empty-r:hover {
  background-color: #EE008C;
  color: #fff;
}

/*按鈕 - 藍色邊框 滑入變成實色*/

.btn-empty-b {
  background-color: #fff;
  color: #007CC4;
  border: 1px solid #007CC4 !important;
}

.btn-empty-b:hover {
  background-color: #007CC4;
  color: #fff;
}

/*按鈕 - 綠色邊框 滑入變成實色*/

.btn-empty-g {
  background-color: #fff;
  color: #4AB847;
  border: 1px solid #4AB847 !important;
}

.btn-empty-g:hover {
  background-color: #4AB847;
  color: #fff;
}

/*按鈕 - 深藍色邊框 滑入變成實色*/

.btn-empty-deepb {
  background-color: #fff;
  color: #005E84;
  border: 1px solid #005E84 !important;
}

.btn-empty-deepb:hover,
.btn-empty-deepb:focus {
  background-color: #005E84;
  color: #fff;
}

/*按鈕 - 深黃色邊框 滑入變成實色*/

.btn-empty-deepy {
  background-color: #fff;
  color: #D2A83A;
  border: 1px solid #D2A83A !important;
}

.btn-empty-deepy:hover {
  background-color: #D2A83A;
  color: #fff;
}

/*按鈕 - 白色*/

.btn-w {
  background-color: #fff;
  color: #000;
  border: 1px solid #E5E5E5 !important;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-w:hover {
  color: #007CC4;
}

/*按鈕 - 黃色*/

.btn-y {
  background-color: #FA9D1A;
  color: #fff;
}

.btn-y:hover {
  background-color: #f59205;
  color: #fff;
}

/*按鈕 - 藍色*/

.btn-b {
  background-color: #007CC4;
  color: #fff;
}

.btn-b:hover {
  background-color: #006cab;
  color: #fff;
}

/*按鈕 - 紅色*/

.btn-red {
  background-color: red;
  color: #fff;
}

.btn-red:hover {
  background-color: #e60000;
  color: #fff;
}

/*按鈕 - 桃紅色*/

.btn-r {
  background-color: #EE008C;
  color: #fff;
}

.btn-r:hover {
  background-color: #d5007d;
  color: #fff;
}

/*按鈕 - 綠色*/

.btn-g {
  background-color: #4AB847;
  color: #fff;
}

.btn-g:hover {
  background-color: #43a640;
  color: #fff;
}

/*按鈕 - 深藍色*/

.btn-deepb {
  background-color: #005E84;
  color: #fff;
}

.btn-deepb:hover {
  background-color: #004c6b;
  color: #fff;
}

/*按鈕 - 深黃色*/

.btn-deepy {
  background-color: #D2A83A;
  color: #fff;
}

.btn-deepy:hover {
  background-color: #c59b2d;
  color: #fff;
}

/*按鈕 - 紫色*/

.btn-p {
  background-color: #713B9D;
  color: #fff;
}

.btn-p:hover {
  background-color: #64348a;
  color: #fff;
}

/*按鈕 - 深紫色*/

.btn-deepPurple {
  background-color: #504589;
  color: #fff;
}

.btn-deepPurple:hover {
  background-color: #463c78;
  color: #fff;
}

/*按鈕 - 草綠色*/

.btn-grass {
  background-color: #9CC92E;
  color: #fff;
}

.btn-grass:hover {
  background-color: #8cb429;
  color: #fff;
}

/*按鈕 - 藍寶石色*/

.btn-sapphire {
  background-color: #4174F4;
  color: #fff;
}

.btn-sapphire:hover {
  background-color: #2962f3;
  color: #fff;
}

/*按鈕滑入效果 - 改變背景與文字顏色*/

.btn-hover-y:hover,
.btn-hover-y.actived {
  background-color: #FA9D1A;
  color: #fff;
}

.btn-hover-b:hover,
.btn-hover-b.actived {
  background-color: #007CC4;
  color: #fff;
}

.btn-hover-r:hover,
.btn-hover-r.actived {
  background-color: #EE008C;
  color: #fff;
}

.btn-hover-g:hover,
.btn-hover-g.actived {
  background-color: #4AB847;
  color: #fff;
}

/*按鈕滑入效果 - 改變邊框顏色*/

.empty-btn.btn-hover-y:hover,
.empty-btn.btn-hover-y.actived,
.btn-w.btn-hover-y:hover,
.btn-w.btn-hover-y.actived {
  border-color: #FA9D1A !important;
}

.empty-btn.btn-hover-b:hover,
.empty-btn.btn-hover-b.actived,
.btn-w.btn-hover-b:hover,
.btn-w.btn-hover-b.actived {
  border-color: #007CC4 !important;
}

.empty-btn.btn-hover-r:hover,
.empty-btn.btn-hover-r.actived,
.btn-w.btn-hover-r:hover,
.btn-w.btn-hover-r.actived {
  border-color: #EE008C !important;
}

.empty-btn.btn-hover-g:hover,
.empty-btn.btn-hover-g.actived,
.btn-w.btn-hover-g:hover,
.btn-w.btn-hover-g.actived {
  border-color: #4AB847 !important;
}

/*按鈕 - 桃紅色邊框*/

.empty-btn-r {
  border-color: #EE008C;
}

/*按鈕 - 藍色邊框*/

.empty-btn-b {
  border-color: #007CC4;
}

/*按鈕 - 黃色邊框*/

.empty-btn-y {
  border-color: #FA9D1A;
}

/*按鈕 - 綠色邊框*/

.empty-btn-g {
  border-color: #4AB847;
}

/*滑入效果 - 給按鈕添加陰影*/

.btn-shadow {
  position: relative;
}

.btn-shadow:after {
  content: "";
  display: block;
  width: 80%;
  height: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/*fancy box*/
.fancybox-close {
  background-image: none;
  background-color: #EE008C;
  text-align: center;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.fancybox-close:before {
  display: block;
  content: "\E808";
  font-family: "icon";
  font-size: 20px;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fancybox-close:hover:before {
  -webkit-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*留白*/
.p3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.pt3 {
  padding-top: 3%;
}

.pb3 {
  padding-bottom: 3%;
}

.p5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.pt5 {
  padding-top: 5%;
}

.pb5 {
  padding-bottom: 5%;
}

.m30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mt30 {
  margin-top: 1.875rem;
}

.mr30 {
  margin-right: 1.875rem;
}

.mb30 {
  margin-bottom: 1.875rem;
}

.ml30 {
  margin-left: 1.875rem;
}

.m15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mt15 {
  margin-top: 0.9375rem;
}

.mr15 {
  margin-right: 0.9375rem;
}

.mb15 {
  margin-bottom: 0.9375rem;
}

.ml15 {
  margin-left: 0.9375rem;
}

.mt3 {
  margin-top: 3%;
}

.mb3 {
  margin-bottom: 3%;
}

.mt5 {
  margin-top: 5%;
}

.mb5 {
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  .p3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pt3 {
    padding-top: 2rem;
  }

  .pb3 {
    padding-bottom: 2rem;
  }

  .p5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pt5 {
    padding-top: 3rem;
  }

  .pb5 {
    padding-bottom: 3rem;
  }

  .mt3 {
    margin-top: 2rem;
  }

  .mb3 {
    margin-bottom: 2rem;
  }

  .mt5 {
    margin-top: 3rem;
  }

  .mb5 {
    margin-bottom: 3rem;
  }
}

/*font-size*/
.font-70 {
  font-size: 70px;
  font-size: 4.375rem;
}

.font-65 {
  font-size: 65px;
  font-size: 4.0625rem;
}

.font-50 {
  font-size: 50px;
  font-size: 3.125rem;
}

.font-45 {
  font-size: 45px;
  font-size: 2.8125rem;
}

.font-40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.font-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.font-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.font-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.font-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.font-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.font-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.font-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font-16 {
  font-size: 1rem;
}

.font-15 {
  font-size: 15px;
}

@media (max-width: 1366px) {
  .font-70 {
    font-size: 60px;
    font-size: 3.75rem;
  }

  .font-65 {
    font-size: 55px;
    font-size: 3.4375rem;
  }

  .font-50 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .font-70 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .font-65 {
    font-size: 45px;
    font-size: 2.8125rem;
  }

  .font-50 {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .font-45 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .font-40 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .font-35 {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .font-30 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .font-25 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .font-24 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .font-22 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (max-width: 768px) {
  .font-70 {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .font-65 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .font-50 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .font-45 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .font-40 {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .font-35 {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .font-30 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .font-25 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .font-24 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .font-22 {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .font-20 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .font-18 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .font-15 {
    font-size: 14px;
  }
}

/*font-weight*/
.light {
  font-weight: lighter;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: bolder;
}

.regular {
  font-weight: normal;
}

/*text-decoration*/
.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.through {
  text-decoration: line-through;
}

/*img*/
img {
  max-width: 100%;
}

.bkdimg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-center {
  text-align: center;

  img {
    margin-left: auto;
    margin-right: auto;
  }
}

/*icon*/
.icon {
  display: inline-block;
  vertical-align: middle;
}

.ml {
  margin-left: 5px;
}

.mr {
  margin-right: 5px;
}

.iconM-youtube-horizontal:before,
.iconM-service:before {
  width: auto;
}

.icon-arrow {
  background: url(images/icon/arrow.png) center no-repeat;
  width: 25px;
  height: 12px;
  background-size: contain;
}

.icon-news {
  background: url(images/icon/news.png) center no-repeat;
  width: 28px;
  height: 25px;
  background-size: contain;
}

.icon-line {
  background: url(images/icon/line.png) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-fb {
  background: url(images/icon/fb.png) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-google {
  background: url(images/icon/google.png) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-twitter {
  background: url(images/icon/twitter.png) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-introduce {
  background: url(images/icon/introduce.png) center no-repeat;
  width: 28px;
  height: 24px;
  background-size: contain;
}

.icon-correct {
  background: url(images/icon/correct.png) center no-repeat;
  width: 26px;
  height: 20px;
  background-size: contain;
}

.icon-pay{
  background: url(images/icon/pay.png) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-googlePlay {
  background: url(images/icon/google-play.png) center no-repeat;
  width: 18px;
  height: 20px;
  background-size: contain;
}

/*頁碼*/
.page-number {
  text-align: center;
}

.page-number a {
  display: inline-block;
  color: #000;
  padding: .5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.page-number a:hover,
.page-number a.is-active {
  color: #EE008C;
}

.page-number span {
  display: inline-block;
  padding: .5rem;
  color: #000;
  font-size: 1rem;
  letter-spacing: .1rem;
}

/*header*/
#websiteTop {
  position: absolute;
}

#header {
  min-width: 320px;
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
}

#header:after {
  content: "";
  display: block;
  width: 90%;
  height: 15px;
  -webkit-box-shadow: 0 0 15px rgba(22, 22, 22, 0.3);
  box-shadow: 0 0 15px rgba(22, 22, 22, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#header .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
}

#header.fixed {
  position: fixed;
  top: 0;
  z-index: 7000;
}

.header-top .accesskey.u {
  right: 0;
}

.header-top {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}

.header-top ul {
  margin-bottom: 0;
}

.header-top ul li {
  display: inline-block;
  vertical-align: top;
}

.header-top-left {
  float: left;
  font-size: 0;
  margin-bottom: -1px;
  margin-right: -1px;
}

.header-top-right {
  float: right;
  font-size: 0;
}

.header-top .header-top-link {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  text-align: center;
  border-left: 1px solid #E5E5E5 !important;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.9375rem 1rem;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.header-top .header-top-link:last-of-type {
  border-right: 1px solid #E5E5E5;
}

.header-top .header-top-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 1rem;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.header-top .header-top-link:hover {
  color: #007CC4;
}

.header-top .header-top-link:hover a {
  color: #007CC4;
}

.header-group {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1205px) {
  .header-top .container {
    padding-bottom: 60px;
  }

  .header-top-left,
  .header-top-right {
    float: left;
    display: inline-block;
  }

  .header-group {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.header-top .links-nav {
  margin-bottom: -1px;
}

.links-nav {
  float: left;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #E5E5E5;
  position: relative;
  z-index: 6;
}

.max-lg-size .links-nav {
  float: none;
}

.max-lg-size .en-web .links-nav {
  display: inline;
}

.max-md-size .links-nav {
  display: block;
  border-top: 1px solid #E5E5E5;
}

.links-nav li {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.max-md-size .links-nav li {
  font-size: 16px;
}

.links-nav li .toggle {
  display: block;
  min-width: 120px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 30px 15px 15px;
  position: relative;
  color: #333;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}

.en-web .links-nav li .toggle {
  padding-left: 10px;
  padding-right: 25px;
}

.max-md-size .links-nav li .toggle {
  padding: 15px 5%;
  border-left: none;
  border-bottom: 1px solid #fff;
  background-color: #FA9D1A;
  color: #fff;
}

.links-nav li .toggle:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.max-md-size .links-nav li .toggle:before {
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 10px solid #fff;
  right: 5%;
}

.min-md-size .links-nav li .toggle:hover {
  color: #007CC4;
}

.links-nav>li>a {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.9375rem 1rem;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.min-md-size .links-nav>li>a:hover {
  color: #007CC4;
}

.max-md-size #main-menu .header-top-link .links-nav>li>a {
  padding: 15px 5%;
  border-left: none;
  border-bottom: 1px solid #fff;
  background-color: #FA9D1A;
  color: #fff;
  text-align: left;
}

.links-nav ul.sub {
  display: none;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}

.max-md-size .links-nav ul.sub {
  max-height: none;
  position: relative;
  top: 0;
}

.links-nav ul.sub li {
  display: block;
}

.links-nav ul.sub li a {
  display: block;
  padding: 15px 10px 15px 15px;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.en-web .links-nav ul.sub li a {
  padding-left: 10px;
  padding-right: 5px;
}

.max-md-size .links-nav ul.sub li a {
  padding: 15px 5%;
}

.links-nav ul.sub li:last-of-type a {
  border: none;
}

.min-md-size .links-nav ul.sub li a:hover {
  color: #007CC4;
}

.header-top-community {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding: 0 15px;
}

.header-top-community .icon {
  display: inline-block;
  height: 100%;
  font-size: 30px;
  margin: 0 2px;
}

.header-top-community .icon.fb {
  color: #3B5997;
}

.header-top-community .icon.youtube {
  color: #FF3332;
}

.header-top-community .icon:before {
  margin: 0;
}

.header-top-language {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 50px;
}

.header-top-language .current-language {
  display: block;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  padding: 0 15px;
  padding-right: 30px;
  background-color: #007CC4;
  color: #fff;
  position: relative;
}

.header-top-language .current-language:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top-language .language-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  width: 100%;
  text-align: center;
}

.header-top-language .language-select li {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #004c78;
}

.header-top-language .language-select li:last-child {
  border-bottom: 0;
}

.header-top-language .language-select a {
  display: block;
  height: 100%;
  font-size: .9rem;
  line-height: 50px;
  padding: 3px 0;
  color: #fff;
}

.header-bottom {
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-bottom-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-bottom-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.header-bottom .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20%;
  min-width: 130px;
  max-width: 260px;
  padding: 0 10px;
}

.header-bottom .logo img {
  max-width: 100%;
}

.msie .header-bottom .logo img {
  height: 40px;
}

@media (max-width: 1024px) {
  .msie .header-bottom .logo img {
    height: 30px;
  }
}

#hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  width: 50px;
  height: 50px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

#hamburger .bar {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #000;
  top: 50%;
  right: 15px;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hamburger .bar:first-child {
  margin-top: -7px;
}

#hamburger .bar:last-child {
  margin-top: 7px;
}

#hamburger.actived .bar:first-child {
  margin: 0 auto;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#hamburger.actived .bar:nth-child(2) {
  opacity: 0;
}

#hamburger.actived .bar:last-child {
  margin: 0 auto;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

@media (max-width: 1280px) {
  .header-top .header-top-link {
    padding: 0.9375rem .6rem;
  }
}

@media (max-width: 1024px) {
  #hamburger {
    display: block !important;
    z-index: 7002;
  }
}

#main-menu {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  max-width: calc(100% - 260px);
  height: 70px;
}

#main-menu .header-top-link {
  display: none;
  width: 100%;
}

#main-menu .header-top-link a {
  display: inline-block;
  vertical-align: top;
  color: #333;
  padding: 10px;
}

.max-md-size #main-menu .header-top-link a {
  display: block;
  padding: 15px 5%;
  background-color: #eee;
}

#main-menu .menu-group {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 0;
}

.en-web #main-menu .menu-group li {
  flex: 1 1 auto;
  width: 100%;
}

#main-menu .menu-group .unit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #333 !important;
  font-size: 1.125rem;
  padding: 0 8px;
}

#main-menu .menu-group .unit .icon {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  font-size: 1.5rem;
  color: transparent;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  flex: 0 0 28px;
}

#main-menu .menu-group .unit .icon[class*="icon-"] {
  width: 28px;
}

#main-menu .menu-group .unit:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (min-width: 768px) {

  #main-menu .menu-group .unit:hover .icon,
  #main-menu .menu-group .unit.actived .icon {
    opacity: 1;
  }

  #main-menu .menu-group .unit.web-red:hover,
  #main-menu .menu-group .unit.web-red.actived {
    color: #EE008C;
  }

  #main-menu .menu-group .unit.web-red:hover:after,
  #main-menu .menu-group .unit.web-red.actived:after {
    background-color: #EE008C;
  }

  #main-menu .menu-group .unit.web-yellow:hover,
  #main-menu .menu-group .unit.web-yellow.actived,
  #main-menu .menu-group .unit.web-yellow:hover .icon,
  #main-menu .menu-group .unit.web-yellow.actived .icon {
    color: #FA9D1A;
  }

  #main-menu .menu-group .unit.web-yellow:hover:after,
  #main-menu .menu-group .unit.web-yellow.actived:after,
  #main-menu .menu-group .unit.web-yellow:hover .icon:after,
  #main-menu .menu-group .unit.web-yellow.actived .icon:after {
    background-color: #FA9D1A;
  }

  #main-menu .menu-group .unit.web-blue:hover,
  #main-menu .menu-group .unit.web-blue.actived,
  #main-menu .menu-group .unit.web-blue:hover .icon,
  #main-menu .menu-group .unit.web-blue.actived .icon {
    color: #009cf7;
  }

  #main-menu .menu-group .unit.web-blue:hover:after,
  #main-menu .menu-group .unit.web-blue.actived:after,
  #main-menu .menu-group .unit.web-blue:hover .icon:after,
  #main-menu .menu-group .unit.web-blue.actived .icon:after {
    background-color: #009cf7;
  }

  #main-menu .menu-group .unit.web-green:hover,
  #main-menu .menu-group .unit.web-green.actived,
  #main-menu .menu-group .unit.web-green:hover .icon,
  #main-menu .menu-group .unit.web-green.actived .icon {
    color: #4AB847;
  }

  #main-menu .menu-group .unit.web-green:hover:after,
  #main-menu .menu-group .unit.web-green.actived:after,
  #main-menu .menu-group .unit.web-green:hover .icon:after,
  #main-menu .menu-group .unit.web-green.actived .icon:after {
    background-color: #4AB847;
  }

  #main-menu .menu-group .unit.web-deepBlue:hover,
  #main-menu .menu-group .unit.web-deepBlue.actived,
  #main-menu .menu-group .unit.web-deepBlue:hover .icon,
  #main-menu .menu-group .unit.web-deepBlue.actived .icon {
    color: #005E84;
  }

  #main-menu .menu-group .unit.web-deepBlue:hover:after,
  #main-menu .menu-group .unit.web-deepBlue.actived:after,
  #main-menu .menu-group .unit.web-deepBlue:hover .icon:after,
  #main-menu .menu-group .unit.web-deepBlue.actived .icon:after {
    background-color: #005E84;
  }

  #main-menu .menu-group .unit.web-deepYellow:hover,
  #main-menu .menu-group .unit.web-deepYellow.actived,
  #main-menu .menu-group .unit.web-deepYellow:hover .icon,
  #main-menu .menu-group .unit.web-deepYellow.actived .icon {
    color: #D2A83A;
  }

  #main-menu .menu-group .unit.web-deepYellow:hover:after,
  #main-menu .menu-group .unit.web-deepYellow.actived:after,
  #main-menu .menu-group .unit.web-deepYellow:hover .icon:after,
  #main-menu .menu-group .unit.web-deepYellow.actived .icon:after {
    background-color: #D2A83A;
  }
}

#main-menu .menu-group .unit-content {
  display: none;
}

#main-menu .header-top-language {
  display: none;
  vertical-align: middle;
  height: auto;
}

#main-menu .header-top-language a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  #main-menu {
    height: 50px;
  }

  #main-menu .menu-group .unit {
    font-size: 15px;
    padding: 0 5px;
  }
}

@media (min-width: 1025px) {
  #main-menu {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  #main-menu .menu-group li {
    width: 14%;
  }

  /* .header-top .header-top-link {
    padding: 0 5px;
    border: 0 !important;
    line-height: 50px;
  } */
  .header-bottom {
    height: 50px;
    border-bottom: 0;
  }

  .header-bottom .container {
    height: 100%;
  }

  .header-bottom .logo {
    padding: 0;
    position: relative;
  }

  #main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 7001;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  #main-menu.actived {
    opacity: 1;
    pointer-events: all;
  }

  #main-menu .header-top-link,
  #main-menu .header-top-community,
  #main-menu .header-top-language {
    display: none;
  }

  #main-menu .menu-group {
    border-top: 1px solid #eee;
  }

  #main-menu .menu-group .unit {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    padding: 10px;
  }

  #main-menu .menu-group .unit:after {
    bottom: 0;
    display: none;
  }

  #main-menu .menu-group .unit .icon {
    opacity: 1;
    width: 25px !important;
    font-size: 22px;
  }

  #main-menu .menu-group .unit .icon:before {
    margin: 0;
  }

  #main-menu .menu-group .unit.web-red .icon {
    color: #EE008C;
  }

  #main-menu .menu-group .unit.web-red:after {
    background-color: #EE008C;
  }

  #main-menu .menu-group .unit.web-yellow .icon {
    color: #FA9D1A;
  }

  #main-menu .menu-group .unit.web-yellow:after {
    background-color: #FA9D1A;
  }

  #main-menu .menu-group .unit.web-blue .icon {
    color: #007CC4;
  }

  #main-menu .menu-group .unit.web-blue:after {
    background-color: #007CC4;
  }

  #main-menu .menu-group .unit.web-green .icon {
    color: #4AB847;
  }

  #main-menu .menu-group .unit.web-green:after {
    background-color: #4AB847;
  }

  #main-menu .menu-group .unit.web-deepBlue .icon {
    color: #005E84;
  }

  #main-menu .menu-group .unit.web-deepBlue:after {
    background-color: #005E84;
  }

  #main-menu .menu-group .unit.web-deepYellow .icon {
    color: #D2A83A;
  }

  #main-menu .menu-group .unit.web-deepYellow:after {
    background-color: #D2A83A;
  }
}

@media (max-width: 900px) {
  .header-top .header-top-link {
    padding: 0 5px;
    border: 0 !important;
    font-size: 14px;
    line-height: 50px;
  }

  .header-top .header-top-community {
    padding: 0 5px;
  }

  .header-top .header-top-community .icon {
    font-size: 25px;
  }

  .header-top .header-top-community .icon.line {
    width: 70px;
  }
}

@media (max-width: 991px) {
  #main-menu .menu-group li {
    width: 100%;
  }

  #hamburger {
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* .windows #hamburger.actived {
    right: 17px;
  } */
  .header-top {
    display: none;
  }

  .header-bottom {
    height: auto;
    min-height: 50px;
  }

  .header-bottom .container {
    height: auto;
    min-height: 50px;
  }

  #main-menu {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% - 50px);
    padding-bottom: 30px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  #main-menu.actived {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  #main-menu .header-top-link {
    display: block;
    font-size: 0;
    padding: 0;
  }

  /* #main-menu .header-top-link a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 15px 5px;
    font-size: 14px;
    background-color: #FA9D1A;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  } */
  #main-menu .header-top-language {
    display: block;
    text-align: center;
    padding: 15px;
  }

  #main-menu .header-top-language a {
    padding: 10px;
    color: #000;
  }

  #main-menu .header-top-language .icon {
    color: #007CC4;
    font-size: 20px;
  }

  #main-menu .menu-group {
    display: block;
    height: auto;
  }

  #main-menu .menu-group li {
    line-height: 1;
  }

  #main-menu .menu-group .unit {
    font-size: 16px;
    line-height: 1;
    padding: 15px 5%;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
  }

  #main-menu .menu-group .unit.has-content:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid #BFBFBF;
    position: absolute;
    top: 50%;
    left: auto;
    right: 5%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent !important;
  }

  #main-menu .menu-group .unit.actived:after {
    border-top-color: #007CC4;
  }

  #main-menu .menu-group li:last-child .unit {
    border-bottom: 0;
  }

  #main-menu .menu-group .icon {
    display: none !important;
  }

  #main-menu .menu-group .unit-content {
    background-color: #007CC4;
  }

  #main-menu .menu-group .unit-content a {
    display: block;
    padding: 15px 5%;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/*index - banner*/
.banner .top-area {
  position: relative;
}

.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .banner .text {
    position: relative;
    padding: 0;
  }
}

/*index - banner - slider*/
.banner .slider {
  padding: 0 !important;
}

.banner .slider .slick-arrow {
  background-color: transparent;
}

.banner .slider span.text-hide {
  display: block;
}

.banner .slider .item {
  position: relative;
  width: 100%;
  height: 600px;
}

.banner .slider .item img {
  display: none;
}

.banner .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 10;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  text-align: left;
}

.banner .slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.banner .slider .slick-dots li.slick-active {
  background-color: #fff;
}

.banner .slider .slick-dots li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .banner .slider .bkdimg {
    background-image: none;
  }

  .banner .slider .item {
    height: auto;
  }

  .banner .slider .item img {
    display: block;
  }
}

.banner .understandMore {
  width: 100%;
  text-align: center;
  background: #FDDBAB;
  background: -webkit-linear-gradient(left, #FDDBAB 0%, #FFFCF7 50%, #FDDBAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FDDBAB), color-stop(50%, #FFFCF7), to(#FDDBAB));
  background: -o-linear-gradient(left, #FDDBAB 0%, #FFFCF7 50%, #FDDBAB 100%);
  background: linear-gradient(to right, #FDDBAB 0%, #FFFCF7 50%, #FDDBAB 100%);
}

.banner .understandMore .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner .understandMore .pic,
.banner .understandMore .inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner .understandMore .inner {
  padding: 1.5rem 0;
}

.banner .understandMore .inner>* {
  display: inline-block;
  vertical-align: middle;
}

.banner .understandMore .inner .btn {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin: 5px 1rem;
}

.banner .understandMore .inner .btn .icon {
  vertical-align: baseline;
}

.banner .understandMore .pic {
  width: 13%;
  max-width: 150px;
  height: 100%;
}

.banner .understandMore .pic img {
  position: absolute;
  z-index: 20;
}

.banner .understandMore .pic.left {
  margin-left: 10%;
}

.banner .understandMore .pic.left img {
  right: 0;
  bottom: 0;
}

.banner .understandMore .pic.right img {
  right: -10%;
  bottom: 20px;
}

@media (max-width: 1440px) {
  .banner .understandMore .pic.right img {
    bottom: 0;
    width: 120px;
  }
}

@media (max-width: 1279px) {
  .banner .understandMore .pic {
    display: none;
  }
}

/*index - website-search*/
.website-search {
  position: absolute;
  top: 8%;
  right: 30px;
  z-index: 10;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 1.25rem;
  background-color: rgba(73, 111, 146, 0.85);
  pointer-events: all;
}

.website-search-form {
  position: relative;
  background-color: #133951;
  width: 100%;
  height: 45px;
  margin-bottom: 1.875rem;
}

.website-search-form .form-input {
  width: 100%;
  height: 100%;
  padding: 3px 10px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
}

.website-search-form .form-input::-webkit-input-placeholder {
  color: #fff;
}

.website-search-form .form-input:-ms-input-placeholder {
  color: #fff;
}

.website-search-form .form-input::placeholder {
  color: #fff;
}

.website-search-form .form-button {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 15;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}

.website-link {
  margin-bottom: 0;
}

.website-link li {
  margin-bottom: 5px;
}

.website-link li:last-child {
  margin-bottom: 0;
}

.website-link li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.website-link li:hover a,
.website-link li.active a {
  background-color: #FA9D1A;
  border-color: #FA9D1A;
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .website-search {
    top: 50%;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .website-link li {
    margin-bottom: 8px;
  }

  .website-link li a {
    padding: 5px;
  }

  .website-search-form {
    margin-bottom: 10px;
  }
}

@media (max-width: 1279px) {
  .website-search {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .website-search-form {
    margin-bottom: 15px;
  }

  .website-link li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 5px);
    margin: 2px;
  }
}

@media (max-width: 767px) {
  .website-link li {
    width: calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .website-link li a {
    padding: 10px;
    font-size: 12px;
  }
}

/*index - latest-news*/
.arrows-default.slider {
  padding: 0 80px;
}

.arrows-default .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 350%;
  color: #000;
  z-index: 10;
  text-align: center;
}

.arrows-default .slick-arrow.slick-prev {
  left: 0;
}

.arrows-default .slick-arrow.slick-next {
  right: 0;
}

.arrows-default .slick-arrow.slick-disabled {
  opacity: .3;
}

@media (max-width: 991px) {
  .arrows-default.slider {
    padding: 0 60px;
  }

  .arrows-default .slick-arrow {
    font-size: 250%;
  }
}

@media (max-width: 480px) {
  .arrows-default.slider {
    padding: 0 50px;
  }

  .arrows-default .slick-arrow {
    font-size: 200%;
  }
}

.latest-news .news-nav {
  position: relative;
  font-size: 0;
  text-align: center;
}

.latest-news .news-nav>.title,
.latest-news .news-nav .slider,
.latest-news .news-nav .slider-dots {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.latest-news .news-nav>.title {
  position: relative;
  width: 10%;
  min-width: 100px;
  color: #EE008C;
  margin: 0;
}

.latest-news .news-nav>.title:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.latest-news .news-nav .slider {
  width: 75%;
  max-width: calc(100% - 270px);
  padding-left: 2.5rem;
}

@media (max-width: 991px) {
  .latest-news .news-nav .slider {
    padding-left: 1.25rem;
  }
}

.latest-news .news-nav .item {
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
  font-size: 0;
}

.latest-news .news-nav .item time,
.latest-news .news-nav .item .title {
  display: inline-block;
  vertical-align: middle;
}

.latest-news .news-nav .item time {
  width: 15%;
  min-width: 120px;
  color: #EE008C;
  font-size: .9rem;
  padding: 0 0.9375rem;
}

.latest-news .news-nav .item .title {
  width: 85%;
  max-width: calc(100% - 120px);
  margin: 0;
  color: #333;
  font-size: 1rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.latest-news .news-nav .slider-dots {
  width: 15%;
  min-width: 120px;
}

.latest-news .news-nav .slick-arrow {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #E5E5E5;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  margin: 0 5px;
  -webkit-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.latest-news .news-nav .slick-arrow:hover {
  background-color: #EE008C;
}

.latest-news .news-nav .more {
  display: none;
  width: 100%;
  max-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #666666;
}

.latest-news .news-slider {
  position: relative;
  background-color: #F6F6F6;
}

.latest-news .news-slider .slider {
  padding: 3% 6%;
}

.latest-news .news-slider .item {
  display: block;
  width: 100%;
  /* padding: 10px; */
  margin: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.latest-news .news-slider .item:after {
  content: '\e80c';
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: 'icon';
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #EE008C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.max-md-size .latest-news .news-slider .item:after {
  content: normal;
}

.latest-news .news-slider .item .pic {
  text-align: center;
}

.latest-news .news-slider .item .pic img {
  height: 200px;
  margin: auto;
}

.max-xs-size .latest-news .news-slider .item .pic img {
  width: 100%;
  height: auto;
}

.latest-news .news-slider .item .text {
  padding: 15px 15px 30px 15px;
}

.max-md-size .latest-news .news-slider .item .text {
  padding: 15px;
}

.latest-news .news-slider .item time {
  color: #007CC4;
}

.latest-news .news-slider .item .title {
  color: #000;
  font-size: 105%;
  line-height: 1.5;
  height: 50px;
  position: relative;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}

@media (max-width:768px) {
  .latest-news .news-slider .item .title {
    height: 45px;
  }
}

.latest-news .news-slider .item .line {
  display: block;
  width: 33%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 0.9375rem auto 0 auto;
}

.latest-news .news-slider .item .des {
  margin-top: 0.9375rem;
  color: #777;
  font-size: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}

.latest-news .news-slider .item:hover {
  border-color: #EE008C;
}

.latest-news .news-slider .item:hover:after {
  opacity: 1;
}

.latest-news .news-slider .more {
  padding: 8px 1.5625rem;
  margin: .5% 0 0;
}

.latest-news .news-slider .slick-arrow.slick-prev {
  left: 1%;
}

.latest-news .news-slider .slick-arrow.slick-next {
  right: 1%;
}

@media (max-width: 1680px) {
  .latest-news .news-slider .slider {
    padding: 3% 5rem;
  }

  .latest-news .news-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .latest-news .news-slider .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .latest-news .news-nav {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .latest-news .news-nav .title {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .latest-news .news-nav .title:after {
    display: none;
  }

  .latest-news .news-nav .slider {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .latest-news .news-nav .item {
    text-align: center;
    padding: 15px 0;
  }

  .latest-news .news-nav .item time {
    min-width: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .latest-news .news-nav .item time,
  .latest-news .news-nav .item .title {
    display: block;
    width: 100%;
    max-width: none;
  }

  .latest-news .news-nav .slider-dots {
    display: none;
    width: 100%;
  }

  .latest-news .news-nav .more {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .latest-news .news-slider .slider {
    padding: 3% 3.125rem 2rem;
  }

  .latest-news .news-slider .item {
    margin-bottom: 0;
  }

  .latest-news .news-slider .item .title {
    min-height: 0;
  }

  .latest-news .news-slider .item .text {
    padding-bottom: 15px;
  }

  .latest-news .news-slider .slick-arrow {
    width: 50px;
  }

  .latest-news .news-slider .slick-arrow span:before {
    margin: 0;
  }

  .latest-news .news-slider .pb3 {
    padding-bottom: 2rem;
  }

  .latest-news .news-slider .more {
    width: 80%;
  }
}

@media (max-width: 380px) {
  .latest-news .news-slider .slider {
    padding: 3% 15px 2rem;
  }

  .latest-news .news-slider .item {
    border: 1px solid #E5E5E5;
  }
}

/*index - cards*/
.home-cards .cards-series {
  float: left;
}

.home-cards .cards-series .btn {
  margin: 3px;
}

.home-cards .cards-classification {
  /* float: right; */
  margin-bottom: 15px;
  text-align: center;
}

.home-cards .cards-classification.bottom {
  display: none;
}

@media (max-width: 768px) {
  .home-cards .cards-classification.bottom {
    display: block;
    font-size: 0;
  }

  .home-cards .cards-classification.bottom .btn {
    margin: 5px;
    width: calc(50% - 10px);
  }

  .home-cards .cards-classification.top {
    display: none;
  }

  .home-cards .cards-series,
  .home-cards .cards-classification {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .home-cards .cards-series a {
    margin-bottom: 5px;
  }
}

.windows .home-cards .slider .slick-track {
  padding: 30px 0;
}

.home-cards .slider .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 320px;
  padding: 0 10px;
  text-align: center;
}

.home-cards .slider .item a {
  display: block;
  width: 100%;
}

.home-cards .slider .item .pic {
  position: relative;
  width: 100%;
  max-width: 280px;
  max-height: 280px;
  margin: auto;
}

.home-cards .slider .item .pic img {
  max-width: 100%;
  max-height: 280px;
  margin: auto;
  /* box-shadow: 3px 3px 10px rgba(0,0,0,0.3); */
  border-radius: 10px;
}

.home-cards .slider .item .title {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
}

.windows .home-cards .slider .item {
  -webkit-transition: -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.windows .home-cards .slider .item:hover {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.home-cards .slick-arrow.slick-prev {
  left: -80px;
}

.home-cards .slick-arrow.slick-next {
  right: -80px;
}

@media (max-width: 1500px) {
  .home-cards .slider {
    padding: 0 60px;
  }

  .home-cards .slick-arrow.slick-prev {
    left: -20px;
  }

  .home-cards .slick-arrow.slick-next {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .home-cards .slider .item {
    height: 250px;
  }

  .home-cards .slider .item a {
    height: 100%;
  }

  .home-cards .slider .item .pic {
    height: 80%;
    max-height: none;
  }

  .home-cards .slider .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
  }
}

@media (max-width: 380px) {
  .home-cards .slider {
    padding: 0 20px;
  }

  .home-cards .slider .item {
    height: 200px;
  }
}

/*index - bargain*/
.home-bargain {
  background: url(images/index/bargain-bkg.jpg) top right 40% no-repeat;
  width: 100%;
  /* height: 800px;
  min-height: 600px;
  max-height: calc(100vh - 141px); */
}

.max-md-size .home-bargain {
  padding-top: 0;
  background: #F6F6F6;
}

.home-bargain .container {
  padding: 0 2.5rem;
  height: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .home-bargain .container {
    padding: 0 5%;
  }
}

.home-bargain-head {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.max-md-size .home-bargain-head {
  width: 100%;
  position: relative;
}

.home-bargain-head .inner {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  text-align: left;
  padding: 2.5rem;
  padding-right: 0;
}

.max-md-size .home-bargain-head .inner {
  padding: 2.5rem 0;
  text-align: center;
}

.max-sm-size .home-bargain-head .inner {
  padding-bottom: 20px;
}

.home-bargain-head .title {
  color: #FA9D1A;
  margin: 0;
  margin-bottom: 1.25rem;
}

.home-bargain-head .btn {
  margin-top: 2.5rem;
}

.max-lg-size .home-bargain-head .btn {
  margin-top: 20px;
}

.max-sm-size .home-bargain-head .btn {
  margin-top: 10px;
}

.home-bargain-list {
  width: 75%;
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; */
  padding: 10px 0;
}

.max-md-size .home-bargain-list {
  width: 100%;
  margin: auto;
}

.home-bargain-list .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: 33.333%;
  position: relative;
  border: 5px solid transparent;
}

.home-bargain-list .item.first {
  width: 66.666%;
}

.home-bargain-list .item .pic {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.home-bargain-list .item .pic img {
  width: 100%;
}

.home-bargain-list .item .pic:hover {
  -webkit-box-shadow: 3px 3px 0 #dc8305;
  box-shadow: 3px 3px 0 #dc8305;
}

.home-bargain-list .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 0.9375rem;
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.home-bargain-list .item:hover .text {
  background-color: rgba(250, 157, 26, 0.7);
}

@media (max-width: 991px) {
  .home-bargain-head {
    height: auto;
    padding: 0 5px;
  }

  .home-bargain-head .inner {
    position: relative;
    padding: 0;
  }

  .home-bargain-head .inner:before,
  .home-bargain-head .inner:after {
    content: '';
    display: table;
  }

  .home-bargain-head .inner:after {
    clear: both;
  }

  /* .home-bargain-head .des {
    float: left;
  } */
  /* .home-bargain-head .btn {
    margin: 0;
    float: right;
  } */
  .home-bargain-list {
    height: auto;
  }

  .home-bargain-list .item .text {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .home-bargain {
    height: auto;
    max-height: none;
  }

  .home-bargain-list .item {
    width: 50%;
  }

  .home-bargain-list .item.first {
    width: 100%;
  }

  .home-bargain-list .item .pic img {
    width: 100%;
  }
}

/* @media (max-width: 480px) {
  .home-bargain-head .inner {
    text-align: center;
  }
  .home-bargain-head .title {
    margin-bottom: 10px;
  }
  .home-bargain-head .des {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .home-bargain-head .btn {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
} */

/*home-video-mobile*/
/*footer*/
.home .footer-top {
  display: block !important;
}

#footer {
  min-width: 320px;
}

.footer-top {
  display: none;
  background-color: #fff;
}

.fb_iframe_widget span {
  margin-right: -15px;
}

.footer-top .facebookFans {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-top .facebookFans iframe {
  border: 2px solid #355392 !important;
}

.footer-top .video,
.footer-top .lineQRcode {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.footer-top .video {
  display: block;
  position: relative;
  width: 100%;
  height: 48vh;
  min-height: 300px;
  text-align: center;
}

@media (min-width:992px) and (max-width:1280px) {
  .footer-top .video {
    height: 37.3vh;
  }
}

.footer-top .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.msie .footer-top .video img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.footer-top .video:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/play.png) center no-repeat rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.footer-top .video .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4% 8%;
  margin: 0;
}

.footer-top .lineQRcode {
  text-align: center;
}

.footer-top .lineQRcode img {
  width: 100%;
}


@media (max-width: 768px) {
  .footer-top {
    padding-top: 0;
  }
}

@media (max-width: 580px) {

  .footer-top .lineQRcode,
  .footer-top .fb-wrap {
    width: 100%;
  }
}

.footer-nav {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}

.footer-nav:before,
.footer-nav:after {
  content: '';
  display: table;
}

.footer-nav:after {
  clear: both;
}

.footer-nav .fr {
  float: right;
}

.footer-nav .accessibility-proof {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  padding: 0 0.9375rem;
}

.footer-nav .scrollTop {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #999999;
  text-align: center;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.en-web .footer-nav .scrollTop {
  border: none;
}

.footer-nav .scrollTop:hover {
  color: #007CC4;
}

.footer-links {
  float: left;
  font-size: 0;
}

.en-web .footer-links {
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 15px 0;
}

.footer-links a {
  display: inline-block;
  vertical-align: top;
  color: #555555;
  font-size: 15px;
  padding: 0 0.9375rem;
  height: 60px;
  line-height: 60px;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
}

.en-web .footer-links a {
  height: auto;
  line-height: 30px;
}

.footer-links a:hover {
  color: #007CC4;
}

.footer-links a:after {
  content: '';
  display: block;
  width: 1px;
  height: 30%;
  background-color: #555555;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.en-web .footer-links a:after {
  height: 18px;
}

.footer-links a:last-child:after {
  display: none;
}

@media (max-width: 1200px) {
  .footer-nav {
    text-align: center;
  }

  .footer-nav .scrollTop {
    border: 0;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links a {
    height: 40px;
    line-height: 40px;
    padding: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .footer-nav .scrollTop {
    -webkit-transition: bottom 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: bottom 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: bottom 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .footer-nav .scrollTop.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
  }
}

@media (max-width: 480px) {
  .footer-links {
    text-align: left;
  }
}

.footer-bottom {
  padding: 1.875rem 0;
  background-color: #F6F6F6;
}

.related-links {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.related-links .linkBox {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.9375rem;
}

.related-links .linkBox:last-child {
  margin-right: 0;
}

.related-links .linkBox .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  margin-bottom: 0.9375rem;
}

.related-links .linkBox .inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.25rem;
}

.related-links .linkBox .inner:before,
.related-links .linkBox .inner:after {
  content: '';
  display: table;
}

.related-links .linkBox .inner:after {
  clear: both;
}

.related-links .linkBox .inner>* {
  display: block;
  float: left;
}

.related-links .linkBox .mobile-inner {
  display: none;
}

.related-links .linkBox [class*="-logo"],
.related-links .linkBox [class*="-qrCode"] {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-right: 0.9375rem;
}

.related-links .linkBox [class*="link-"] {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  float: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.related-links .linkBox .link-fb {
  color: #fff;
  background-color: #3A589E;
  padding: 3px 15px;
  margin-bottom: 10px;
}

.related-links .linkBox .link-fb .icon {
  font-size: 30px;
  font-size: 1.875rem;
}

.related-links .linkBox .link-youtube {
  color: #fff;
  background-color: #FF3334;
}

.related-links .linkBox .link-youtube .icon {
  font-size: 22px;
  font-size: 1.375rem;
}

.appDownload .app-logo {
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  position: relative;
}

.appDownload .app-logo img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.appDownload .app-links {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

.appDownload .app-links>a {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.lineAccount .line-qrCode {
  margin-right: 0 !important;
}

.linkBox.links .title {
  visibility: hidden;
}

.linkBox.links .inner {
  padding: 0.625rem 0;
  background-color: transparent;
}

.address {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  padding-left: 5rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

.address:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #E5E5E5;
  position: absolute;
  top: 0;
  left: 2.5rem;
}

.address .title {
  font-size: 15px;
  font-size: 0.9375rem;
}

.address .info {
  line-height: 1.5;
}

.address .copyright {
  font-size: 13px;
  font-size: 0.8125rem;
}

.address a {
  color: #007CC4;
}

.address a:hover {
  color: #005E84;
}

@media (max-width: 1366px) {
  .related-links .linkBox .inner {
    padding: 0.8rem;
  }

  .related-links .linkBox.links .title {
    display: none;
  }

  .related-links .linkBox.links a {
    display: inline-block;
    vertical-align: top;
    height: 50px;
  }

  .en-web .related-links .linkBox.links a {
    display: block;
  }
}

@media (max-width: 1024px) {
  .footer-nav .container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav .footer-links {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .footer-nav .footer-links a {
    height: auto;
    line-height: 1.5;
    padding: 3px 10px;
  }

  .footer-nav .footer-links a:after {
    display: none;
  }

  .en-web .footer-nav .footer-links a:after {
    display: block;
  }

  .footer-nav .accessibility-proof {
    display: none;
  }

  .footer-nav .scrollTop {
    width: 100%;
    border-top: 1px solid #E5E5E5 !important;
    font-size: 20px;
  }

  .address,
  .related-links {
    width: 100%;
  }

  .related-links .linkBox {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .related-links .linkBox.appDownload {
    width: 100%;
  }

  .related-links .linkBox.appDownload .inner {
    display: none;
  }

  .related-links .linkBox.appDownload .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .related-links .linkBox.appDownload .mobile-inner .btn {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    height: 45px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .related-links .linkBox.appDownload .mobile-inner .btn+.btn {
    margin-right: 0;
  }

  .related-links .linkBox.appDownload .mobile-inner .btn .icon {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
  }

  .related-links .linkBox.lineAccount {
    display: none;
    width: 30%;
  }

  .related-links .linkBox.links {
    width: 100%;
  }

  .related-links .linkBox.links .title {
    margin: 0;
  }

  .related-links .linkBox.links .mobile-inner {
    text-align: center;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
  }

  .related-links .linkBox.links .mobile-inner [class^="link-"] {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
    text-align: center;
    line-height: 32px;
  }

  .related-links .linkBox.links .mobile-inner [class^="link-"] .icon {
    margin: 0;
    font-size: 16px;
  }

  .related-links .linkBox.links .mobile-inner .link-lineat {
    color: #fff;
    background-color: #00C300;
  }

  .related-links .linkBox.links .mobile-inner .accessibility-proof {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    height: auto;
  }

  .related-links .linkBox .inner {
    display: none;
  }

  .related-links .linkBox .mobile-inner {
    display: block;
  }

  .related-links .linkBox .title {
    margin-bottom: 0.5rem;
  }

  .related-links .linkBox [class*="-logo"],
  .related-links .linkBox [class*="-qrCode"] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: .5rem;
  }

  .related-links .linkBox [class*="link-"] {
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
  }

  .appDownload .app-links {
    width: 80px;
  }

  .address {
    padding-left: 0;
  }

  .address:before {
    display: none;
  }

  .address .title {
    display: none;
  }
}

@media (max-width: 991px) {
  .related-links .linkBox .inner {
    padding: 0.8rem;
  }

  .related-links .linkBox [class*="-logo"],
  .related-links .linkBox [class*="-qrCode"] {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: .5rem;
  }

  .appDownload .app-links {
    width: 100px;
  }

  .address {
    text-align: center;
  }

  .address:before {
    left: 0;
  }
}

@media (max-width: 768px) {
  .related-links .linkBox.appDownload .title {
    text-align: center;
    margin-bottom: 15px;
  }

  .en-web .footer-nav .footer-links a {
    display: table;
    margin: auto;
    text-decoration: underline;
  }

  .en-web .footer-nav .footer-links a:after {
    display: none;
  }
}

/*page common*/
/*fancybox*/
.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-skin {
  border-radius: 4px;
}

.fancybox-nav span {
  visibility: visible;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: none !important;
  color: #fff;
  background-color: #FA9D1A;
  border-radius: 50%;
  text-align: center;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.fancybox-close {
  position: fixed;
  top: 15px;
  right: 15px;
  background: url(images/icon/close2.png) center no-repeat transparent;
  width: 44px;
  height: 45px;
}

.fancybox-close:before {
  display: none;
}

/*反白*/
::-moz-selection {
  background: #007CC4;
  color: #fff;
}

::selection {
  background: #007CC4;
  color: #fff;
}

.page-color-red ::-moz-selection {
  background: #EE008C;
  color: #fff;
}

.page-color-red ::selection {
  background: #EE008C;
  color: #fff;
}

.page-color-blue ::-moz-selection {
  background: #007CC4;
  color: #fff;
}

.page-color-blue ::selection {
  background: #007CC4;
  color: #fff;
}

.page-color-yellow ::-moz-selection {
  background: #FA9D1A;
  color: #fff;
}

.page-color-yellow ::selection {
  background: #FA9D1A;
  color: #fff;
}

.page-color-green ::-moz-selection {
  background: #4AB847;
  color: #fff;
}

.page-color-green ::selection {
  background: #4AB847;
  color: #fff;
}

.page-color-deepBlue ::-moz-selection {
  background: #005E84;
  color: #fff;
}

.page-color-deepBlue ::selection {
  background: #005E84;
  color: #fff;
}

.page-color-deepYellow ::-moz-selection {
  background: #D2A83A;
  color: #fff;
}

.page-color-deepYellow ::selection {
  background: #D2A83A;
  color: #fff;
}

/*內頁banner*/
.page-banner {
  position: relative;
}

/* .page-banner.use-padding {
  padding-bottom: 30px;
} */

.max-md-size .page-banner.use-padding {
  padding-bottom: 0;
}

.page-banner .item img {
  margin: 0 auto;
}

.page-banner .banner-arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.page-banner .banner-arrows .slick-arrow {
  color: #fff;
}

.page-banner .head {
  position: relative;
  z-index: 5;
  padding-top: 4%;
  padding-bottom: 2rem;
  top: 0;
  /* min-height: 430px; */
}

.max-md-size .page-banner .head {
  min-height: 0;
}

.max-md-size .use-map-banner .head {
  padding-bottom: 0;
}

.max-md-size .use-map-banner .head .description {
  margin-bottom: 0;
}

.max-xs-size .use-map-banner .head .inner {
  margin-bottom: 0;
}

.page-banner .head>.inner {
  width: 730px;
  max-width: 80%;
}

.max-md-size .page-banner .head>.inner {
  max-width: none;
  width: 100%;
}

.page-banner .head .title {
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.9375rem;
  color: #000;
}

.page-banner .head .description {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

.page-banner .head .description:before {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}

.page-color-red .page-banner .head .description:before {
  background-color: #EE008C;
}

.page-color-blue .page-banner .head .description:before {
  background-color: #007CC4;
}

.page-color-yellow .page-banner .head .description:before {
  background-color: #FA9D1A;
}

.page-color-green .page-banner .head .description:before {
  background-color: #4AB847;
}

.page-color-deepBlue .page-banner .head .description:before {
  background-color: #005E84;
}

.page-color-deepYellow .page-banner .head .description:before {
  background-color: #D2A83A;
}

.page-banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center right !important;
}

.max-md-size .page-banner .background {
  position: relative;
  height: 180px;
  height: 19vw;
  min-height: 150px;
}

.page-banner.style2 {
  position: relative;
  z-index: 1;
  min-height: 430px;
}

/* .page-banner.style2 .background {
  position: relative;
} */

.page-banner.style2 .head {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  min-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
  padding-bottom: 0;
}

.page-banner.style2 .title {
  color: #fff !important;
  font-weight: 400;
  letter-spacing: .1em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.page-banner.style2 .title span {
  display: block;
}

.page-banner.style2 .title span.tw {
  margin-bottom: 1rem;
}

.page-banner.style2 .title span.en {
  font-family: "Roboto", "Myriad Pro Regular", "微軟正黑體", Arial, sans-serif;
}

@media (max-width: 1024px) {
  .page-banner.style2 {
    min-height: 250px;
  }
}

@media (max-width: 991px) {
  .page-banner .head .description {
    font-size: 16px;
    font-size: 1rem;
  }

  .page-banner.style2 .background {
    height: 100%;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .page-banner.style2 .head {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media (max-width: 580px) {
  .footer-top .video {
    height: 300px !important;
  }

  .page-banner.style2 {
    min-height: 0;
  }

  .page-banner.style2 .background {
    position: absolute;
  }

  .page-banner.style2 .head {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .page-banner.style2 .head .title {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-banner .head {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }

  .page-banner .head .inner {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }

  .page-banner .head .title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: .5rem;
    margin-bottom: 0rem;
  }

  /* .page-banner .head .description {
    display: none;
  } */
}

@media (max-width: 320px) {
  .page-banner .head .title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/*下拉選單 dropdown*/
.dropdown,
select.dk-select {
  position: relative;
  width: 180px;
}

select.dk-select {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 2px;
}

.dropdown:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ABABAB;
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
}

.dropdown .dropdown-btn {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 8px;
  height: 40px;
  -webkit-transition: border-radius 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-radius 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-radius 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.dropdown .dropdown-btn.actived {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  max-height: 200px;
  overflow-y: hidden !important;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  color: #000;
  background-color: #F2F2F2;
  padding: 5px 1.875rem;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #d9d9d9;
}

.dropdown .dropdown-menu .dropdown-item input[type="radio"],
.dropdown .dropdown-menu .dropdown-item input[type="checkbox"] {
  display: none;
}

// select.dropkick,
// select.dropkick{
//   display: none;
// }

.ipad select.dropkick,
.mobile select.dropkick {
  width: 100%;
  border-radius: 3px;
  margin: 2px;
}

/*白板*/
.white-board {
  padding: 3% 5%;
  margin-bottom: 3%;
  background-color: #fff;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #5F5F5F;
}

@media (max-width: 1024px) {
  .white-board {
    margin-top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 580px) {
  .white-board {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {
  .white-board.default {
    margin-top: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@media (max-width: 580px) {
  .white-board.default {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*頁碼*/
.page-number .num {
  min-width: 40px;
  font-size: 14px;
}

.page-number .num:hover,
.page-number .num.is-active {
  color: #007CC4;
}

.page-number .prev {
  margin-right: 10px;
}

.page-number .next {
  margin-left: 10px;
}

.page-number .prev,
.page-number .next {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  border-radius: 50%;
  border: 3px solid #007CC4;
  background-color: #007CC4;
}

.page-number .prev:not(.disabled):hover,
.page-number .next:not(.disabled):hover {
  color: #fff;
  -webkit-box-shadow: 2px 1px 0 #003b5e;
  box-shadow: 2px 1px 0 #003b5e;
}

.page-color-red .page-number .prev,
.page-color-red .page-number .next {
  border: 3px solid #EE008C;
  background-color: #EE008C;
}

.page-color-red .page-number .prev:not(.disabled):hover,
.page-color-red .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #880050;
  box-shadow: 2px 1px 0 #880050;
}

.page-color-blue .page-number .prev,
.page-color-blue .page-number .next {
  border: 3px solid #007CC4;
  background-color: #007CC4;
}

.page-color-blue .page-number .prev:not(.disabled):hover,
.page-color-blue .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #003b5e;
  box-shadow: 2px 1px 0 #003b5e;
}

.page-color-yellow .page-number .prev,
.page-color-yellow .page-number .next {
  border: 3px solid #FA9D1A;
  background-color: #FA9D1A;
}

.page-color-yellow .page-number .prev:not(.disabled):hover,
.page-color-yellow .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #aa6504;
  box-shadow: 2px 1px 0 #aa6504;
}

.page-color-green .page-number .prev,
.page-color-green .page-number .next {
  border: 3px solid #4AB847;
  background-color: #4AB847;
}

.page-color-green .page-number .prev:not(.disabled):hover,
.page-color-green .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #2c6e2b;
  box-shadow: 2px 1px 0 #2c6e2b;
}

.page-color-deepBlue .page-number .prev,
.page-color-deepBlue .page-number .next {
  border: 3px solid #005E84;
  background-color: #005E84;
}

.page-color-deepBlue .page-number .prev:not(.disabled):hover,
.page-color-deepBlue .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #00151e;
  box-shadow: 2px 1px 0 #00151e;
}

.page-color-deepYellow .page-number .prev,
.page-color-deepYellow .page-number .next {
  border: 3px solid #D2A83A;
  background-color: #D2A83A;
}

.page-color-deepYellow .page-number .prev:not(.disabled):hover,
.page-color-deepYellow .page-number .next:not(.disabled):hover {
  -webkit-box-shadow: 2px 1px 0 #876a1f;
  box-shadow: 2px 1px 0 #876a1f;
}

.page-number .prev.disabled,
.page-number .next.disabled {
  background-color: #fff !important;
  color: #007CC4;
}

.page-color-red .page-number .prev.disabled,
.page-color-red .page-number .next.disabled {
  color: #EE008C;
}

.page-color-blue .page-number .prev.disabled,
.page-color-blue .page-number .next.disabled {
  color: #007CC4;
}

.page-color-yellow .page-number .prev.disabled,
.page-color-yellow .page-number .next.disabled {
  color: #FA9D1A;
}

.page-color-green .page-number .prev.disabled,
.page-color-green .page-number .next.disabled {
  color: #4AB847;
}

.page-color-deepBlue .page-number .prev.disabled,
.page-color-deepBlue .page-number .next.disabled {
  color: #005E84;
}

.page-color-deepYellow .page-number .prev.disabled,
.page-color-deepYellow .page-number .next.disabled {
  color: #D2A83A;
}

@media (max-width: 350px) {
  .page-number .num {
    min-width: 30px;
  }
}

/*page-foot*/
.page-foot {
  text-align: center;
}

.page-foot .btn {
  height: 40px;
  line-height: 36px;
  width: 30%;
  max-width: 150px;
  margin: 0 .5%;
  padding: 0;
  color: #fff;
  background-color: #007CC4;
  border: 2px solid #007CC4;
}

.page-foot .btn.disabled {
  color: #007CC4;
  background-color: #fff !important;
}

.page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #003b5e;
  box-shadow: 2px 3px 0 #003b5e;
}

.page-color-red .page-foot .btn {
  color: #fff;
  background-color: #EE008C;
  border-color: #EE008C;
}

.page-color-red .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #880050;
  box-shadow: 2px 3px 0 #880050;
}

.page-color-red .page-foot .btn.disabled {
  color: #EE008C;
}

.page-color-blue .page-foot .btn {
  color: #fff;
  background-color: #007CC4;
  border-color: #007CC4;
}

.page-color-blue .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #003b5e;
  box-shadow: 2px 3px 0 #003b5e;
}

.page-color-blue .page-foot .btn.disabled {
  color: #007CC4;
}

.page-color-yellow .page-foot .btn {
  color: #fff;
  background-color: #FA9D1A;
  border-color: #FA9D1A;
}

.page-color-yellow .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #aa6504;
  box-shadow: 2px 3px 0 #aa6504;
}

.page-color-yellow .page-foot .btn.disabled {
  color: #FA9D1A;
}

.page-color-green .page-foot .btn {
  color: #fff;
  background-color: #4AB847;
  border-color: #4AB847;
}

.page-color-green .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #2c6e2b;
  box-shadow: 2px 3px 0 #2c6e2b;
}

.page-color-green .page-foot .btn.disabled {
  color: #4AB847;
}

.page-color-deepBlue .page-foot .btn {
  color: #fff;
  background-color: #005E84;
  border-color: #005E84;
}

.page-color-deepBlue .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #00151e;
  box-shadow: 2px 3px 0 #00151e;
}

.page-color-deepBlue .page-foot .btn.disabled {
  color: #005E84;
}

.page-color-deepYellow .page-foot .btn {
  color: #fff;
  background-color: #D2A83A;
  border-color: #D2A83A;
}

.page-color-deepYellow .page-foot .btn:not(.disabled):hover {
  -webkit-box-shadow: 2px 3px 0 #876a1f;
  box-shadow: 2px 3px 0 #876a1f;
}

.page-color-deepYellow .page-foot .btn.disabled {
  color: #D2A83A;
}

/*背景顏色*/
.grayStyle {
  background-color: #F6F6F6;
}

/*內頁麵包屑*/
.page-nav {
  padding: 1rem 0;
}

.page-nav:before,
.page-nav:after {
  content: '';
  display: table;
}

.page-nav:after {
  clear: both;
}

.bread-crumbs {
  float: left;
}

.bread-crumbs a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.bread-crumbs a:after {
  content: '>';
  display: inline-block;
  margin: 0 5px;
  color: #000 !important;
}

.bread-crumbs a:last-child:after {
  display: none;
}

.page-color-red .bread-crumbs a:hover {
  color: #EE008C;
}

.page-color-blue .bread-crumbs a:hover {
  color: #007CC4;
}

.page-color-yellow .bread-crumbs a:hover {
  color: #FA9D1A;
}

.page-color-green .bread-crumbs a:hover {
  color: #4AB847;
}

.page-color-deepYellow .bread-crumbs a:hover {
  color: #D2A83A;
}

.page-color-deepBlue .bread-crumbs a:hover {
  color: #005E84;
}

@media (max-width: 480px) {
  .bread-crumbs {
    width: 100%;
    margin-bottom: 10px;
  }

  .bread-crumbs a {
    font-size: 13px;
  }
}

.share {
  float: right;
}

.share span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}

.share a {
  margin: 0 3px;
}

@media (max-width: 480px) {
  .share {
    font-size: 13px;
    float: none;
    width: 100%;
  }
}

/*tabs 頁籤*/
.module-tabs .tab-content {
  display: none;
}

.module-tabs .tab-content.show {
  display: block;
}

/*table wrapper*/
.table-wrap {
  width: 100%;
  margin-bottom: 30px;
  overflow-y: hidden;
  overflow-x: auto;
}

.table-wrap table {
  width: 99.9%;
  min-width: 480px;
}

/*slick*/
.slick-slider .slick-slide {
  outline: 0;
}

/*常用設定*/
.inline-top {
  display: inline-block;
  vertical-align: top;
}

.inline-middle {
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*page news*/
.news-head {
  padding: 3% 0;
}

.news-head .sorts {
  float: left;
  text-align: left;
  font-size: 0;
}

.news-head .sorts a {
  height: 40px;
  margin-right: 6px;
  margin-bottom: 5px;
  font-size: 1rem;
}

.news-head .filter {
  float: right;
}

.news-head .filter select,
.news-head .filter input,
.news-head .filter>.btn {
  height: 40px;
}

.news-head .filter select,
.news-head .filter input {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.news-head .filter>.btn {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}

.news-head .filter .dropdown {
  display: inline-block;
  vertical-align: top;
}

.news-head .filter .dropdown .dropdown-btn {
  background-color: #fff;
  border: 1px solid #E2E2E2;
}

.news-head .filter .dropdown .dropdown-menu {
  border: 1px solid #E2E2E2;
  border-top: 0;
}

.news-head .filter .dropdown .dropdown-item {
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
}

.news-head .filter .dropdown .dropdown-item:last-child {
  border-bottom: 0;
}

.news-head .filter .dropdown .dropdown-item:hover {
  background-color: #E2E2E2;
}

@media (max-width: 1199px) {

  .en-web .news-head .sorts,
  .en-web .news-head .filter {
    float: none;
    text-align: left;
  }

  .en-web .news-head .sorts {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {

  .news-head .sorts,
  .news-head .filter {
    float: none;
    text-align: left;
  }

  .news-head .sorts {
    margin-bottom: 15px;
  }

  .news-head .sorts a {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .news-head .sorts a {
    padding: 5px 8px;
    margin-right: 3px;
    height: auto;
    line-height: 1.5;
  }

  .news-head .filter {
    font-size: 0;
  }

  .news-head .filter select {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .news-head .filter input[name="keywords"] {
    width: calc(100% - 45px);
    font-size: 1rem;
  }

  .news-head .filter button {
    margin-left: 5px;
  }
}

/*新聞 - 方塊式*/
.news-list.boxStyle {
  text-align: left;
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
}

.news-list.boxStyle .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: 49%;
  height: 200px;
  margin: 0 2% 2% 0;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.boxStyle .item:before,
.news-list.boxStyle .item:after {
  content: '';
  display: table;
}

.news-list.boxStyle .item:after {
  clear: both;
}

.news-list.boxStyle .item:nth-child(even) {
  margin-right: 0;
}

.news-list.boxStyle .item .pic {
  width: 200px;
  height: 100%;
  float: left;
}

.news-list.boxStyle .item .text {
  width: calc(100% - 200px);
  height: 100%;
  padding: 3% 4%;
  float: right;
  position: relative;
}

.news-list.boxStyle .item time {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #007CC4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.05rem;
}

.news-list.boxStyle .item .title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list.boxStyle .item .line {
  display: block;
  width: 30%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 0.9375rem 0;
}

.news-list.boxStyle .item .description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #615F60;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list.boxStyle .item .quantity {
  position: absolute;
  right: 6%;
  bottom: 0.9375rem;
  color: #838383;
}

.news-list.boxStyle .item:hover {
  border-color: #EE008C;
}

@media (max-width: 991px) {
  .news-list.boxStyle .item {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .news-list.boxStyle .item {
    margin-bottom: 1.5625rem;
  }

  .news-list.boxStyle .item .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (max-width: 400px) {
  .news-list.boxStyle .item {
    height: auto;
  }

  .news-list.boxStyle .item .pic,
  .news-list.boxStyle .item .text {
    width: 100%;
  }

  .news-list.boxStyle .item .pic {
    height: 300px;
  }
}

/*新聞 - 列表*/
.news-list.listStyle {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.news-list.listStyle .item {
  display: block;
  padding: 0.625rem;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  font-size: 0;
  -webkit-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.listStyle .item:last-child {
  border-bottom: 0;
}

.news-list.listStyle .item time,
.news-list.listStyle .item .title,
.news-list.listStyle .item .right {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.625rem;
  margin: 0;
  font-size: 1rem;
  color: #828282;
}

.news-list.listStyle .item time {
  width: 150px;
  width: 15%;
  font-size: 15px;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.listStyle .item .title {
  width: calc(100% - 330px);
  width: 70%;
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.listStyle .item .right {
  width: 180px;
  width: 15%;
}

.news-list.listStyle .item .right:before,
.news-list.listStyle .item .right:after {
  content: '';
  display: table;
}

.news-list.listStyle .item .right:after {
  clear: both;
}

.news-list.listStyle .item .quantity {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  float: left;
}

.news-list.listStyle .item .quantity .iconM-read {
  display: inline-block;
  vertical-align: sub;
  font-size: 20px;
}

.news-list.listStyle .item .icon {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.listStyle .item .icon:before {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.news-list.listStyle .item:hover {
  background-color: #F6F6F6;
}

.news-list.listStyle .item:hover time,
.news-list.listStyle .item:hover .title,
.news-list.listStyle .item:hover .icon {
  color: #EE008C;
}

@media (max-width: 991px) {
  .news-list.listStyle .item time {
    font-size: 14px;
  }

  .news-list.listStyle .item .title {
    width: 65%;
  }

  .news-list.listStyle .item .right {
    width: 20%;
  }
}

@media (max-width: 767px) {

  .news-list.listStyle .item time,
  .news-list.listStyle .item .title,
  .news-list.listStyle .item .right {
    display: block;
    width: 100%;
    padding: 0;
  }

  .news-list.listStyle .item time {
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .news-list.listStyle .item .title {
    margin-bottom: 5px;
  }

  .news-list.listStyle .item .right {
    text-align: right;
  }

  .news-list.listStyle .item .quantity {
    font-size: 12px;
    margin-top: 5px;
  }

  .news-list.listStyle .item .quantity .iconM-read {
    vertical-align: text-top;
    font-size: 12px;
  }
}

/*新聞 - 影音*/
.news-list.videoStyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  text-align: left;
}

.news-list.videoStyle .item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.news-list.videoStyle .item:nth-child(3n) {
  margin-right: 0;
}

.news-list.videoStyle .item:hover {
  border-color: #EE008C;
}

.news-list.videoStyle .item .pic {
  width: 100%;
  height: 300px;
}

.news-list.videoStyle .item .player {
  position: relative;
}

.news-list.videoStyle .item .player:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/common/play.png) center no-repeat rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.news-list.videoStyle .item .text {
  padding: 5%;
}

.news-list.videoStyle .item .text time {
  display: inline-block;
  color: #007CC4;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-list.videoStyle .item .text .title {
  color: #000;
  margin: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-list.videoStyle .item .text .line {
  display: block;
  width: 15%;
  height: 1px;
  margin: 20px auto;
  background-color: #E5E5E5;
}

.news-list.videoStyle .item .text .description {
  font-size: 14px;
  color: #5F5F5F;
  margin-bottom: 10px;
  /* overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.news-list.videoStyle .item .text .quantity {
  display: block;
  color: #5F5F5F;
  text-align: right;
}

@media (max-width: 1280px) {
  .news-list.videoStyle .item .pic {
    height: 247px;
  }
}

@media (max-width: 1080px) {
  .news-list.videoStyle .item .pic {
    height: 200px;
  }

  .news-list.videoStyle .item .player:before {
    background: url(images/common/play-23.png) center no-repeat rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 900px) {
  .news-list.videoStyle .item .pic {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .news-list.videoStyle .item {
    width: 49%;
    margin-right: 2%;
  }

  .news-list.videoStyle .item:nth-child(3n) {
    margin-right: 2%;
  }

  .news-list.videoStyle .item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .news-list.videoStyle .item .pic {
    height: 225px;
  }
}

@media (max-width: 650px) {
  .news-list.videoStyle .item .pic {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .news-list.videoStyle .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .news-list.videoStyle .item .pic {
    height: 250px;
  }
}

@media (max-width: 380px) {
  .news-list.videoStyle .item .pic {
    height: 200px;
  }
}

/*新聞 - 內頁*/
.new-head {
  border-bottom: 1px solid #E5E5E5;
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
}

.new-head:before,
.new-head:after {
  content: '';
  display: table;
}

.new-head:after {
  clear: both;
}

.new-head .title {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  line-height: 1.7;
  width: calc(100% - 200px);
  font-weight: bold;
}

.new-head .time {
  display: inline-block;
  vertical-align: baseline;
  width: 200px;
  color: #007CC4;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 2px solid #007CC4;
}

@media (max-width: 1400px) {
  .new-head {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1280px) {
  .new-head .title {
    width: calc(100% - 150px);
  }

  .new-head .time {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .new-head .title {
    width: 100%;
  }

  .new-head .time {
    width: 100%;
    text-align: left;
    border-bottom: 0;
  }
}

.new-body {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.max-md-size .new-body .pic {
  text-align: center;
}

.new-foot {
  text-align: center;
}

.new-foot .btn-b {
  margin: 0 8px;
  min-width: 150px;
  border: 3px solid #007CC4;
}

.new-foot .btn-b.disabled {
  background-color: #fff;
  color: #007CC4;
  border: 3px solid #007CC4;
}

@media (max-width: 767px) {
  .new-foot .btn-b {
    width: 120px;
    min-width: 0;
    max-width: 30%;
    font-size: 14px;
    border-width: 2px;
    padding: 5px;
    margin: 0 1%;
  }
}

.new-related {
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
  border-top: 1px solid #E5E5E5;
}

.new-related .item {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: calc(25% - 10px);
  border: 1px solid #eee;
}

.new-related .item:after {
  content: '\e80c';
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: 'icon';
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #EE008C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new-related .item .pic {
  text-align: center;
}

.new-related .item .pic img {
  margin: auto;
  height: 200px;
}

.max-xs-size .new-related .item .pic img {
  height: auto;
}

.new-related .item .text {
  padding: 15px 15px 55px 15px;
}

.new-related .item time {
  color: #007CC4;
}

.new-related .item .title {
  color: #000;
  font-size: 105%;
  line-height: 1.5em;
  min-height: 50px;
  position: relative;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-related .item .line {
  display: block;
  width: 33%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 0.9375rem auto;
}

.new-related .item .des {
  color: #777;
  font-size: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-related .item:hover {
  border-color: #EE008C;
}

.new-related .item:hover:after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .new-related .item {
    width: calc(33.333% - 10px);
  }

  .new-related .item:nth-child(4) {
    display: none;
  }
}

@media (max-width: 768px) {
  .new-related .item {
    width: calc(50% - 10px);
  }

  .new-related .item:nth-child(3) {
    display: none;
  }

  .new-related .item .text {
    padding-bottom: 15px;
  }

  .new-related .item:after {
    display: none;
  }
}

@media (max-width: 480px) {
  .new-related .item {
    width: calc(100% - 10px);
  }

  .new-related .item:nth-child(2) {
    display: none;
  }
}

/*關於我們*/
.about-banner {
  width: 100%;
  height: 400px;
  height: 42vh;
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
}

@media (max-width: 1300px) and (min-height: 550px) {
  .about-banner {
    height: 250px;
    height: 25vh;
  }
}

@media (max-width: 480px) {
  .about-banner {
    height: 100px;
  }
}

.about-banner .col {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.about-banner .col.w10 {
  width: 10%;
}

.about-banner .col.w20 {
  width: 20%;
}

.about-banner .pic {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: 100%;
}

.about-banner .pic.small {
  height: 50%;
}

.about-banner .pic.rectangle-straight {
  height: 100%;
}

.about-banner .pic.rectangle-horizontal {
  height: 50%;
}

.about-banner .pic.half-width {
  width: 50%;
}

.about-nav {
  font-size: 0;
}

.about-nav a {
  font-size: 15px;
  margin-right: 10px;
  min-width: 140px;
  margin-bottom: 10px;
}

.about-nav a:last-child {
  margin-right: 0;
}

@media (max-width:560px) {
  .about-nav a {
    width: calc(50% - 10px);
    max-width: none;
  }

  .en-web .about-nav a {
    width: 100%;
  }

  .new-related .item .pic img {
    height: 150px;
  }
}

.about .section .title {
  margin: 0;
  margin-bottom: 1.875rem;
  font-weight: bold;
}

.section.about-us .pic {
  //margin-top: -50%;
}

@media (max-width:768px) {
  .section.about-us .pic {
    margin-bottom: 30px;
  }
}

.section.milestone {
  background: #D4ECF6;
  background: -webkit-linear-gradient(left, #D4ECF6 0%, #fff 50%, #D4ECF6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#D4ECF6), color-stop(50%, #fff), to(#D4ECF6));
  background: -o-linear-gradient(left, #D4ECF6 0%, #fff 50%, #D4ECF6 100%);
  background: linear-gradient(to right, #D4ECF6 0%, #fff 50%, #D4ECF6 100%);
}

.section.corporate-logo .main-idea {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}

.section.corporate-logo .main-idea p {
  margin-bottom: 1rem;
}

.section.corporate-logo .main-idea .colorMean {
  font-size: 0;
}

.section.corporate-logo .main-idea .colorMean span {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 10px);
  max-width: 360px;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 10px 2rem;
  margin: 5px;
}

.section.corporate-logo .main-idea .colorMean span.blue {
  background: #0076CC;
}

.section.corporate-logo .main-idea .colorMean span.green {
  background: #289728;
}

.section.corporate-logo .main-idea .colorMean span.red {
  background: #D60077;
}

.section.corporate-logo .main-idea .colorMean span.yellow {
  background: #FF9A00;
}

@media (max-width: 1366px) {
  .section.corporate-logo .main-idea .colorMean span {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section.corporate-logo .main-idea .colorMean br,
  .section.corporate-logo .main-idea .colorMean .blank {
    display: none;
  }

  .section.corporate-logo .pic {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  .section.corporate-logo .pic {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .section.corporate-logo .main-idea .colorMean span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .section.corporate-logo .pic {
    float: none;
    margin-bottom: 30px;
  }
}

.section.chairman {
  background: #FDEECF;
  background: -webkit-linear-gradient(left, #FDEECF 0%, #fff 50%, #FDEECF 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FDEECF), color-stop(50%, #fff), to(#FDEECF));
  background: -o-linear-gradient(left, #FDEECF 0%, #fff 50%, #FDEECF 100%);
  background: linear-gradient(to right, #FDEECF 0%, #fff 50%, #FDEECF 100%);
}

.section.chairman .pic {
  margin-bottom: 30px;
}

.section.chairman h4 {
  margin-bottom: 30px;
}

.section.core-value {
  background: #D5EDF7;
  background: -webkit-linear-gradient(left, #D5EDF7 0%, #fff 50%, #D5EDF7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#D5EDF7), color-stop(50%, #fff), to(#D5EDF7));
  background: -o-linear-gradient(left, #D5EDF7 0%, #fff 50%, #D5EDF7 100%);
  background: linear-gradient(to right, #D5EDF7 0%, #fff 50%, #D5EDF7 100%);
}

@media (max-width:768px) {
  .section.core-value .pic {
    margin-bottom: 30px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.section.bebe-story {
  background: #FFF2DF;
  background: -webkit-linear-gradient(left, #FFF2DF 0%, #fff 50%, #FFF2DF 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFF2DF), color-stop(50%, #fff), to(#FFF2DF));
  background: -o-linear-gradient(left, #FFF2DF 0%, #fff 50%, #FFF2DF 100%);
  background: linear-gradient(to right, #FFF2DF 0%, #fff 50%, #FFF2DF 100%);
}

.section.operational-status {
  background: #D6E7CA;
  background: -webkit-linear-gradient(left, #D6E7CA 0%, #fff 50%, #D6E7CA 100%);
  background: -webkit-gradient(linear, left top, right top, from(#D6E7CA), color-stop(50%, #fff), to(#D6E7CA));
  background: -o-linear-gradient(left, #D6E7CA 0%, #fff 50%, #D6E7CA 100%);
  background: linear-gradient(to right, #D6E7CA 0%, #fff 50%, #D6E7CA 100%);
}

.section.operational-status:before,
.section.operational-status:after {
  content: '';
  display: table;
}

.section.operational-status:after {
  clear: both;
}

.section.operational-status .title {
  text-align: center;
}

.section.operational-status h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1rem 0;
}

.section.operational-status .left {
  float: left;
  width: 55%;
  max-width: 725px;
  padding: 0 10px;
}

.section.operational-status .right {
  float: right;
  width: 45%;
  max-width: 605px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .section.operational-status .left {
    margin-bottom: 15px;
  }

  .section.operational-status .left,
  .section.operational-status .right {
    width: 100%;
  }
}

.section.innovation .title {
  text-align: center;
}

.section.innovation .slider {
  padding: 0 80px;
}

@media (max-width: 991px) {
  .section.innovation .slider {
    padding: 0 60px;
  }
}

@media (max-width: 480px) {
  .section.innovation .slider {
    padding: 0 50px;
  }
}

@media (max-width: 380px) {
  .section.innovation .slider {
    padding: 0;
  }

  .section.innovation .slider .slick-arrow {
    top: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}

.section.innovation .slider .item {
  padding: 0 30px;
  outline: 0;
}

@media (max-width: 480px) {
  .section.innovation .slider .item {
    padding: 0 15px;
  }
}

.section.innovation .slider .pic {
  text-align: center;
}

.section.innovation .slider .pic img {
  margin: auto;
}

.section.innovation .slider .text h4 {
  color: #007CC4;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1.5625rem 0 1.25rem;
}

.section.innovation .slider .text ul {
  list-style-image: url(images/about/dot.png);
  padding-left: 20px;
}

/*timeline*/
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 50px;
  overflow: hidden;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #007CC4;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-horizontal-timeline .events a {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 480px) {
  .cd-horizontal-timeline .events {
    left: -50px;
  }

  .cd-horizontal-timeline .events a {
    font-size: 1rem;
  }
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #007CC4;
  border-color: #007CC4;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  width: 18px;
  height: 18px;
  bottom: -8px;
  background-color: #007CC4;
  border-color: #007CC4;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #007CC4;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 44px;
  line-height: 40px;
  width: 44px;
  color: #AFAFAF;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #fff;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a.prev {
  left: 0;
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol>li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content ol>li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content ol>li.enter-right,
.cd-horizontal-timeline .events-content ol>li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content ol>li.enter-left,
.cd-horizontal-timeline .events-content ol>li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content ol>li.leave-right,
.cd-horizontal-timeline .events-content ol>li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content ol>li>* {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content .pic,
.cd-horizontal-timeline .events-content .text {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.cd-horizontal-timeline .events-content .pic {
  text-align: center;
}

.cd-horizontal-timeline .events-content .pic img {
  margin: auto;
}

.cd-horizontal-timeline .events-content .text h4 {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Roboto", "Myriad Pro Regular", "微軟正黑體", Arial, sans-serif;
  margin-bottom: 1.5rem;
}

.cd-horizontal-timeline .events-content .text ul {
  list-style-image: url(images/about/dot.png);
  padding-left: 20px;
}

.cd-horizontal-timeline .events-content .text li {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .cd-horizontal-timeline .events-content .pic {
    width: 40%;
  }

  .cd-horizontal-timeline .events-content .text {
    width: 60%;
  }

  .cd-horizontal-timeline .events-content .text h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {

  .cd-horizontal-timeline .events-content .pic,
  .cd-horizontal-timeline .events-content .text {
    width: 100%;
  }

  .cd-horizontal-timeline .events-content .pic {
    margin-bottom: 15px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.about-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-links .item {
  width: 50%;
  height: 30vh;
  min-height: 100px;
  max-height: 300px;
  text-align: center;
  position: relative;
}

.about-links .item .cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.about-links .item span {
  display: inline-block;
}

.about-links .item:hover .cover {
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 480px) {
  .about-links .item {
    width: 100%;
    max-height: 160px;
  }
}

@media (max-width: 380px) {
  .about-links .item {
    max-height: 130px;
  }
}

/*about link - statutory-disclosure*/
.statutory-disclosure {
  height: 100%;
  background-color: #F7F7F7;
  -webkit-box-shadow: inset 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 35px rgba(0, 0, 0, 0.2);
}

.statutory-disclosure .head:before,
.statutory-disclosure .head:after {
  content: '';
  display: table;
}

.statutory-disclosure .head:after {
  clear: both;
}

.statutory-disclosure .head .title {
  float: left;
  margin: 0;
  padding: 5px 0;
}

.statutory-disclosure .head .tabs {
  float: right;
}

@media (max-width: 580px) {
  .statutory-disclosure .head .title {
    float: none;
    margin-bottom: 15px;
  }

  .statutory-disclosure .head .tabs {
    float: none;
  }

  .statutory-disclosure .head .tabs a {
    width: 48%;
  }
}

@media (max-width: 320px) {
  .statutory-disclosure .head .tabs a {
    width: 100%;
    margin-bottom: 5px;
  }
}

.details .summary {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 1.25rem 3%;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}

.details .summary:after {
  content: '\e80c';
  font-family: "icon";
  color: #AAA;
  font-size: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(78deg);
  -ms-transform: translateY(-50%) rotate(78deg);
  transform: translateY(-50%) rotate(78deg);
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.details .summary.actived {
  color: #EE008C;
  -webkit-box-shadow: 0 3px 0 #DEDEDE;
  box-shadow: 0 3px 0 #DEDEDE;
}

.details .summary.actived:after {
  color: #EE008C;
  -webkit-transform: translateY(-50%) rotate(-98deg);
  -ms-transform: translateY(-50%) rotate(-98deg);
  transform: translateY(-50%) rotate(-98deg);
}

.details .content {
  display: none;
  color: #000;
  padding: 2% 3%;
  font-size: 16px;
  line-height: 1.5;
}

/**cobrandcards-slider*/
.cobrandcards-slider {
  position: relative;
  z-index: 5;
  margin-bottom: 3%;
}

.cobrandcards-slider .slider .slick-arrow {
  color: #4AB847;
}

.cobrandcards-slider .item {
  padding: 0 10px;
  color: #000;
  text-align: center;
  outline: 0;
}

.cobrandcards-slider .item .pic {
  width: 100%;
  height: 230px;
  position: relative;
}

.cobrandcards-slider .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

.cobrandcards-slider .item .card-name {
  display: block;
  margin-bottom: 0.9375rem;
}

.cobrandcards-slider .item .card-features {
  display: block;
  line-height: 1.2;
  font-weight: bold;
}

.cobrandcards-slider .item button {
  margin: 0.9375rem auto;
}

@media (max-width: 1366px) {
  .cobrandcards-slider .item .card-features {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 768px) {
  .cobrandcards-slider {
    margin-bottom: 5%;
  }

  .cobrandcards-slider .item .pic {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .cobrandcards-slider {
    margin-top: 5%;
  }
}

@media (max-width: 380px) {
  .cobrandcards-slider {
    margin-top: 0;
  }

  .cobrandcards-slider .item .pic {
    height: 100px;
  }
}

.cobrandcard-editor .container {
  padding-top: 0;
}

/*cobrandcard 內頁*/
.cobrandcard-info {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.cobrandcard-info .prev,
.cobrandcard-info .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 300%;
  color: #000;
}

.cobrandcard-info .prev {
  left: 0;
}

.cobrandcard-info .next {
  right: 0;
}

.cobrandcard-info .row {
  margin-left: 0;
  margin-right: 0;
}

.cobrandcard-info .pic {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.cobrandcard-info .pic img {
  margin: auto;
  max-width: 80%;
}

.cobrandcard-info .text {
  padding-left: 0;
  padding-right: 0;
}

.cobrandcard-info .title span {
  display: block;
}

.cobrandcard-info .card-name {
  color: #000;
  margin-bottom: 0.9375rem;
}

.cobrandcard-info .card-features {
  color: #4AB847;
  margin-bottom: 5%;
}

.cobrandcard-info .tags {
  font-size: 0;
}

.cobrandcard-info .tags .btn {
  margin: 2px;
}

.cobrandcard-pic-slider .item {
  height: 300px;
  position: relative;
}

.cobrandcard-pic-slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.cobrandcard-pic-slider .slick-dots {
  margin: 15px 0;
}

.cobrandcard-pic-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background-color: #DDD;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}

.cobrandcard-pic-slider .slick-dots li.slick-active {
  border: 2px solid #EE008C;
  background-color: #fff;
}

@media (max-width: 480px) {
  .cobrandcard-pic-slider .item {
    height: 200px;
  }

  .cobrandcard-pic-slider .slick-dots {
    margin-top: 30px;
  }

  .cobrandcard-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cobrandcard-info .pic {
    padding-left: 0;
    padding-right: 0;
  }

  .cobrandcard-info .pic img {
    max-width: 100%;
  }

  .cobrandcard-info .prev,
  .cobrandcard-info .next {
    position: relative;
    font-size: 200%;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .cobrandcard-info .prev .text-hide,
  .cobrandcard-info .next .text-hide {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: "微軟正黑體", "蘭亭黑 - 繁", "黑體 - 繁", Arial, sans-serif;
    margin-bottom: 5px;
  }

  .cobrandcard-info .next {
    float: right;
  }
}

@media (max-width: 320px) {
  .cobrandcard-pic-slider .pic {
    height: 150px;
  }

  .cobrandcard-pic-slider .slick-dots {
    margin-top: 15px;
  }

  .cobrandcard-info {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.cobrandcard-partners .title {
  text-align: center;
  margin-bottom: 3%;
  color: #000;
}

@media (max-width: 768px) {
  .cobrandcard-partners .title {
    margin-bottom: 1.875rem;
  }
}

.cobrandcard-partners .list {
  font-size: 0;
}

.cobrandcard-partners .list .item {
  display: inline-block;
  vertical-align: top;
  width: 14.666%;
  height: 60px;
  padding: 5px 10px;
  margin: 0 1% 0.9375rem;
  font-size: 1rem;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 1100px) {
  .cobrandcard-partners .list .item {
    width: 18%;
  }
}

@media (max-width: 900px) {
  .cobrandcard-partners .list .item {
    width: 23%;
  }
}

@media (max-width: 768px) {
  .cobrandcard-partners .list .item {
    width: 31.333%;
  }
}

@media (max-width: 480px) {
  .cobrandcard-partners .list .item {
    width: 48%;
  }
}

.cobrandcard-partners .list .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.cobrandcard-partners .list .item:hover {
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.partner-info {
  display: none;
  width: 1200px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
}

.partner-info .head {
  padding: 2% 3%;
  border-bottom: 1px solid #E5E5E5;
}

.partner-info .head img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
}

.partner-info .head .btn-r {
  display: inline-block;
  vertical-align: middle;
}

.partner-info .card-list {
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
  padding: 3%;
}

.partner-info .card-list .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: 25%;
  padding: 10px;
  margin-bottom: 2%;
}

@media (max-width: 768px) {
  .partner-info .card-list .item {
    width: 33.333%;
  }
}

@media (max-width: 600px) {
  .partner-info .card-list .item {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .partner-info .card-list .item {
    width: 100%;
  }
}

.partner-info .card-list .item .inner {
  width: 100%;
  max-width: 170px;
  margin: auto;
}

.partner-info .card-list .item .pic {
  width: 100%;
  height: 170px;
  margin-bottom: 5px;
  position: relative;
}

.partner-info .card-list .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.partner-info .card-list .item span {
  display: block;
}

.cobrandcard-description .title {
  text-align: center;
  margin-bottom: 3%;
  color: #000;
}

@media (max-width: 768px) {
  .cobrandcard-description .title {
    margin-bottom: 1.875rem;
  }
}

.cobrandcard-description .tabs {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .cobrandcard-description .tabs {
    margin-bottom: 5px;
  }
}

.cobrandcard-description .tabs .btn {
  width: 13%;
  height: 45px;
  padding: 0;
  line-height: 45px;
  max-width: 180px;
  min-width: 110px;
  font-size: 15px;
  margin: 0 .5% 10px;
  border: 1px solid transparent;
}

.en-web .cobrandcard-description .tabs .btn {
  width: auto;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .cobrandcard-description .tabs .btn {
    margin: 0 2px 4px;
  }
}

@media (max-width: 480px) {
  .cobrandcard-description .tabs .btn {
    width: calc(33.333% - 4px);
    min-width: 0;
  }

  .en-web .cobrandcard-description .tabs .btn {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .cobrandcard-description .tabs .btn {
    width: calc(50% - 4px);
  }

  .en-web .cobrandcard-description .tabs .btn {
    width: 100%;
  }
}

.cobrandcard-description .tabs .btn.actived {
  background-color: #fff;
  color: #007CC4;
  margin: 0 .5%;
  border: 1px solid #007CC4;
}

.page-color-green .cobrandcard-description .tabs .btn.actived {
  color: #4AB847;
  border: 1px solid #4AB847;
}

@media (max-width: 991px) {
  .cobrandcard-description .tabs .btn.actived {
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    margin: 0 2px 4px;
    border: 1px solid #007CC4;
  }

  .page-color-green .cobrandcard-description .tabs .btn.actived {
    border: 1px solid #4AB847;
  }
}

.cobrandcard-description .contents {
  position: relative;
  z-index: 1;
}

.cobrandcard-description .tab-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3% 5%;
  color: #666;
  border: 1px solid #007CC4;
  border-radius: 5px;
}

.page-color-green .cobrandcard-description .tab-content {
  border-color: #4AB847;
}

.cobrandcard-description .tab-content.show {
  position: relative;
}

.cobrandcard-description .tab-content h1,
.cobrandcard-description .tab-content h2,
.cobrandcard-description .tab-content h3,
.cobrandcard-description .tab-content h4,
.cobrandcard-description .tab-content h5,
.cobrandcard-description .tab-content h6 {
  color: #000;
}

// .cobrandcard-description .tab-content a {
//   color: #666;
// }

// .cobrandcard-description .tab-content a:hover {
//   color: #007CC4;
// }

// .page-color-green .cobrandcard-description .tab-content a:hover {
//   color: #4AB847;
// }

.cobrandcard .page-foot .back {
  width: 80%;
  max-width: 150px;
}

@media (max-width: 480px) {
  .cobrandcard .page-foot .back {
    max-width: none;
  }
}

/*offer*/
.special-store .slider {
  width: 80%;
  max-width: 1150px;
  padding: 0 !important;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .special-store .slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .special-store .slider {
    width: 100%;
    padding: 30px 50px 0 !important;
  }
}

@media (max-width: 480px) {
  .special-store .slider {
    width: 100%;
    padding: 0 30px !important;
  }
}

.special-store .slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FA9D1A;
  color: #fff;
  font-size: 100%;
  text-align: center;
  line-height: 40px;
}

.special-store .slider .slick-prev {
  left: -50px;
}

@media (max-width: 768px) {
  .special-store .slider .slick-prev {
    left: 0;
  }
}

@media (max-width: 480px) {
  .special-store .slider .slick-prev {
    left: -5px;
  }
}

.special-store .slider .slick-next {
  right: -50px;
}

@media (max-width: 768px) {
  .special-store .slider .slick-next {
    right: 0;
  }
}

@media (max-width: 480px) {
  .special-store .slider .slick-next {
    right: -5px;
  }
}

.special-store .store {
  padding: 5px 10px;
  text-align: center;
}

.special-store .store .inner {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #FA9D1A;
  border-radius: 5px;
  position: relative;
}

.special-store .store .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.special-store .store .inner:hover {
  border-color: #dc8305;
  -webkit-box-shadow: 2px 2px 0 #dc8305;
  box-shadow: 2px 2px 0 #dc8305;
}

.offers-filter {
  font-size: 0;
  padding-top: 2%;
}

.en-web .offers-filter .title {
  display: block;
  margin-bottom: 20px;
}

.offers-filter .submit {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 1rem;
}

.offers-filter .dk-select {
  margin: 2px;
  font-size: 1rem;
}

.en-web .offers-filter .dk-select {
  width: auto;
}

.offers-filter .keyword {
  margin: 2px;
  height: 40px;
}

.en-web .offers-filter .keyword {
  width: 220px;
}

.offers-filter .submit {
  margin: 2px;
}

@media (max-width: 1280px) {
  .offers-filter .title {
    display: block;
    text-align: center;
    margin-bottom: 3%;
  }

  .offers-filter .dk-select {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .offers-filter .dk-select {
    width: calc(33.333% - 5px);
  }

  .offers-filter .keyword {
    width: calc(66.666% - 50px);
  }
}

@media (max-width: 767px) {
  .en-web .offers-filter .dk-select {
    width: 100%;
  }

  .en-web .offers-filter .keyword {
    width: calc(100% - 50px);
  }
}

@media (max-width: 550px) {
  .offers-filter {
    text-align: left;
    padding-top: 2rem;
  }

  .offers-filter .dk-select {
    width: calc(50% - 5px);
  }

  .offers-filter .keyword {
    width: calc(100% - 50px);
  }
}

.offers-list {
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
}

.offers-list .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  width: 50%;
  min-height: 70px;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
  position: relative;
  border-radius: 5px;
}

.offers-list .item .pic {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.offers-list .item .pic img {
  width: 100%;
}

.offers-list .item .text {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  color: #fff;
  padding: 2% 5%;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 600px) {
  .offers-list .item .text {
    left: 0;
    right: 0;
  }
}

.offers-list .item .title {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.offers-list .item:hover .pic {
  -webkit-box-shadow: 5px 5px 0 #dc8305;
  box-shadow: 5px 5px 0 #dc8305;
}

.offers-list .item:hover .text {
  background-color: #FA9D1A;
}

@media (max-width: 600px) {
  .offers-list .item {
    width: 100%;
    padding: 0;
  }
}

/*offer-info*/
.offer-head {
  width: 100%;
  margin-bottom: 3%;
  border-bottom: 1px solid #E5E5E5;
}

.max-sm-size .offer-head {
  margin-bottom: 2rem;
}

.offer-head .title {
  padding: 3% 0 2%;
  border-bottom: 1px solid #E5E5E5;
}

.offer-head .title:before,
.offer-head .title:after {
  content: '';
  display: table;
}

.offer-head .title:after {
  clear: both;
}

.offer-head .title h2 {
  float: left;
  margin: 0;
  color: #000;
  font-weight: bold;
}

.offer-head .title .time {
  float: right;
  color: #FA9D1A;
}

.offer-head .text .btn {
  margin-bottom: 3px;
}

.offer-head .pic {
  font-size: 0;
}

.offer-head .pic-first {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.offer-head .pic-small {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  padding: 0 8px;
}

.offer-head .pic-small a {
  display: block;
  width: 100%;
  height: 100px;
  border: 3px solid transparent;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.offer-head .pic-small a:hover {
  border-color: #FA9D1A;
}

.offer-head .pic-small a img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .offer-head .title {
    padding: 5% 0;
  }

  .offer-head .title h2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .offer-head .title .time {
    float: none;
    width: 100%;
    text-align: left;
  }
}

.offer-body .title {
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.offer-body .title.mb30 {
  margin-bottom: 30px;
}

.offer-body .use-btn {
  float: right;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.offer-info {
  margin-bottom: 1.875rem;
}

.offer-info li {
  margin-bottom: 0.625rem;
}

.offer-info li>div {
  display: inline-block;
  vertical-align: top;
}

.offer-info .info-title {
  color: #007CC4;
  margin-right: 1.25rem;
}

.offer-info a {
  color: #333;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.offer-info a:hover {
  color: #FA9D1A;
}

.map-wrapper {
  position: relative;
}

.map-wrapper .map-info {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  width: 350px;
  max-width: calc(100% - 60px);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .map-wrapper .map-info {
    top: 20px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
  }
}

.map-wrapper .map-info .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
}

.map-wrapper .map-info .close:before {
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.map-wrapper .map-info .top,
.map-wrapper .map-info .bottom {
  padding: 4% 8%;
}

.map-wrapper .map-info .top {
  background-color: #189DDE;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.map-wrapper .map-info .top a:not(.close) {
  color: #fff;
}

.map-wrapper .map-info .top a:not(.close):hover {
  border-bottom: 1px solid #005E84;
}

.map-wrapper .map-info .bottom {
  background-color: #fff;
}

.map-wrapper .map-info .bottom a {
  color: #FA9D1A;
}

.map-wrapper .map-info .bottom a:hover {
  color: #FA9D1A;
  border-bottom: 1px solid #D2A83A;
}

.map-wrapper .map-info h4 {
  margin-bottom: 20px;
}

.map-wrapper .map-info h4 img {
  margin-right: 15px;
}

.map-wrapper .map-info p {
  margin-bottom: 5px;
}

.map-wrapper #map {
  width: 100%;
  height: 450px;
  background-color: #EBE8DF;
}

/*results*/
.results-head {
  padding-bottom: 10px;
}

.results-head .keyword {
  color: #EE008C;
}

.results-list .item {
  border-top: 1px solid #E5E5E5;
  padding: 2% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.results-list .item .pic {
  width: 16%;
  padding-right: 2%;
}

.results-list .item .text {
  width: 84%;
}

.results-list .item .navigation {
  color: #007CC4;
  margin: 0;
  margin-bottom: 10px;
}

.results-list .item .description {
  margin-bottom: 20px;
}

.results-list .item .match {
  color: #EE008C;
}

.results-list .item .btn {
  min-width: 140px;
  color: #fff;
  background-color: #787878;
}

.results-list .item .btn:hover {
  background-color: #EE008C;
}

@media (max-width: 1280px) {
  .results-list .item .pic {
    width: 20%;
  }

  .results-list .item .text {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .results-list .item .pic {
    width: 25%;
  }

  .results-list .item .text {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .results-list .item {
    padding: 1.5rem 0;
  }

  .results-list .item .pic {
    width: 30%;
  }

  .results-list .item .text {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .results-list .item .pic {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .results-list .item .text {
    width: 100%;
  }
}

/*privacy*/
.banner-tabs {
  width: 80%;
  font-size: 0;
  margin: 4% auto 0;
}

@media (max-width: 991px) {
  .banner-tabs {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .banner-tabs {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media (max-width: 767px) {
  .banner-tabs {
    margin-top: 2rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .banner-tabs {
    margin-top: 4rem;
  }
}

.banner-tabs a {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.en-web .banner-tabs a {
  width: auto;
}

@media (max-width: 767px) {
  .banner-tabs a {
    white-space: normal;
    width: auto;
    min-width: 50%;
    border-radius: 0 !important;
  }

  /* .banner-tabs a:last-child:not(:nth-child(even)) {
    width: 100%;
  } */

  .en-web .banner-tabs a {
    min-width: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .en-web .banner-tabs a:last-of-type {
    border: none;
  }

  .banner-tabs a:nth-child(2):before {
    display: none;
  }

  .en-web .banner-tabs a:before {
    display: none;
  }
}

.banner-tabs a:before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #C8C8C8;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-tabs a:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.banner-tabs a:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.banner-tabs a:last-child:before {
  display: none;
}

.en-web .banner-tabs a {
  border-radius: 0;
}

.banner-tabs a.actived {
  background-color: #FA9D1A;
  color: #fff;
}

.banner-tabs a.actived:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #FA9D1A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  -webkit-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 767px) {
  .banner-tabs a.actived:after {
    display: none;
  }
}

.banner-tabs a:hover {
  background-color: #fbb24c;
  color: #fff;
}

.banner-tabs a:hover:after {
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #fbb24c;
}

/*term*/
.article-term .head .download-btn {
  position: relative;
  padding: 0;
  height: 40px;
  line-height: 40px;
}

.article-term .head .download-btn span {
  position: relative;
}

.article-term .head .download-btn .text {
  padding: 0 15px;
}

.article-term .head .download-btn .icon {
  vertical-align: top;
  padding: 0 10px;
}

.article-term .head .download-btn .icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  background-color: #0082b7;
  position: absolute;
  left: 0;
}

.article-term .head .download-btn:active,
.article-term .head .download-btn:visited {
  color: #fff;
}

.article-term section {
  margin-bottom: 2.5rem;
}

.article-term .company-info {
  margin-bottom: 2.1875rem;
}

.article-term .company-info li {
  margin-bottom: 5px;
}

.article-term .laws>li {
  margin-bottom: 2.1875rem;
}

.article-term .laws>li h5 {
  margin-bottom: 1rem;
}

/*service*/
.service-list-btn {
  position: relative;
  z-index: 50;
}

.service-list-btn .btn {
  width: 200px;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.en-web .service-list-btn .btn {
  width: auto;
  max-width: none;
}

@media (max-width: 1280px) {
  .service-list-btn .btn {
    top: 50px;
  }
}

@media (max-width: 767px) {
  .en-web .service-list-btn .btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .service-list-btn .btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1280px) {
  .service-board {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 30px 0;
  }
}

/* @media (max-width: 480px) {
  .service-board {
    margin-top: 0;
  }
} */

.service-board .head {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #C8C8C8;
}

@media (max-width: 650px) {
  .service-board .head {
    padding-bottom: 3%;
  }
}

.service-board .head .title {
  color: #545454;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  position: relative;
}

.service-board .head .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FA9D1A;
  position: relative;
  margin-right: 15px;
}

.service-board .head .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.service-board .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  position: relative;
}

.service-board .body .line {
  width: 100%;
  margin: 0;
  border-top: 1px solid #C8C8C8;
}

@media (max-width: 991px) {
  .service-board .body .line {
    display: none;
  }
}

.service-board .item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 33.333%;
  padding: 2rem 0;
}

@media (max-width: 991px) {
  .service-board .item {
    width: 50%;
    padding: 30px 0;
    border-bottom: 1px solid #C8C8C8;
  }
}

@media (max-width: 650px) {
  .service-board .item {
    width: 100%;
  }

  .service-board .item:last-child {
    border-bottom: 0;
  }
}

.service-board .item .title {
  margin-top: 0;
  margin-bottom: 20px;
}

.service-board .item .title [class^="icon"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 160%;
  margin-right: 10px;
  color: #000;
}

.service-board .item .title [class^="icon"]:before {
  vertical-align: top;
  line-height: 1.3;
}

.service-board .item .title .iconM-service {
  font-size: 140%;
}

.service-board .item .content {
  font-size: 14px;
  line-height: 1.7;
}

.service-board .item .content li {
  margin-bottom: 8px;
}

.service-board .item .btn-empty-b:before {
  font-size: 150%;
  vertical-align: middle;
  margin-right: 10px;
}

.service-board .item a:not(.btn-empty-b) {
  color: #545454;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.service-board .item a:not(.btn-empty-b):hover {
  color: #FA9D1A;
}

@media (max-width: 480px) {
  .page-banner.style2 .head .title {
    margin-top: 0;
  }

  .page-banner.style2 .head .title .tw {
    margin-bottom: .5rem;
  }

  .page-banner.style2 .banner-tabs {
    margin-top: 2rem;
  }
}

.locationList {
  width: 1000px;
  max-width: 100%;
  padding: 3% 5%;
}

.locationList .head {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.locationList .body {
  width: 100%;
}

.locationList .body caption {
  text-align: left;
  padding: 25px 0;
}

.locationList .body td {
  padding: 8px;
}

.locationList .body a {
  color: #333;
}

.locationList .body tr:hover {
  color: #EE008C;
}

.locationList .body tr:hover a {
  color: #EE008C;
}

.customer-service {
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
}

.customer-service .tableStyle03 tbody td:not(:first-child) {
  text-align: center;
  line-height: 1;
}


/*service - faq*/
.faq-board {
  margin-bottom: 140px;
}

.faq-board .head {
  padding-bottom: 3%;
  margin-bottom: 10px;
}

.faq-board .head .title {
  margin: 10px 0;
}

.faq-board .page-number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.faq-form {
  font-size: 0;
}

.faq-form .faq-select {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  font-size: 1rem;
  margin: 3px;
}

.faq-form .faq-select option {
  color: #fff;
}

.faq-form .faq-keyword {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin: 3px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.faq-form .faq-keyword::-webkit-input-placeholder {
  color: #005E84;
}

.faq-form .faq-keyword:-ms-input-placeholder {
  color: #005E84;
}

.faq-form .faq-keyword::placeholder {
  color: #005E84;
}

.faq-form .faq-keyword:hover::-webkit-input-placeholder {
  color: #fff;
}

.faq-form .faq-keyword:hover:-ms-input-placeholder {
  color: #fff;
}

.faq-form .faq-keyword:hover::placeholder {
  color: #fff;
}

.faq-form .submit {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 1rem;
  margin: 3px;
}

@media (max-width: 768px) {
  .faq-board .title {
    display: block;
    float: none;
  }

  .faq-form {
    display: block;
    float: none;
  }

  .faq-form .faq-select,
  .faq-form .faq-keyword {
    height: 36px;
    width: calc((100% - 54px) / 2);
  }

  .en-web .faq-form .faq-select,
  .en-web .faq-form .faq-keyword {
    width: 100%;
  }

  .en-web .faq-form .faq-keyword {
    width: calc(100% - 48px);
  }

  .faq-form .submit {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .faq-form .faq-select {
    width: 100%;
    margin-bottom: 5px;
  }

  .faq-form .faq-keyword {
    width: calc(100% - 45px);
    text-align: left;
  }

  .faq-form .submit {
    margin-right: 0;
  }
}

.module-tabs-faq .tabs {
  font-size: 0;
  padding: 2% 1.5%;
  background-color: #FEF4E8;
}

@media (max-width: 530px) {
  .module-tabs-faq .tabs {
    height: 55px;
    padding: 5px;
    overflow: hidden;
  }

  .module-tabs-faq .tabs.actived {
    height: auto;
  }
}

.module-tabs-faq .tabs .tab-title {
  display: none;
}

@media (max-width: 530px) {
  .module-tabs-faq .tabs .tab-title {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }

  .module-tabs-faq .tabs .tab-title:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FA9D1A;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
  }

  .module-tabs-faq .tabs .tab-title:hover:after {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}

.module-tabs-faq .tabs a {
  border-radius: 5px;
  position: relative;
  width: 19%;
  padding: .6rem 1rem;
  margin: .5%;
  text-align: left;
  font-size: 1rem;
}

.module-tabs-faq .tabs a.actived {
  background-color: #FA9D1A;
  color: #fff;
}

@media (max-width: 1440px) {
  .module-tabs-faq .tabs a {
    width: 24%;
  }
}

@media (max-width: 1200px) {
  .module-tabs-faq .tabs a {
    width: 32.333%;
  }
}

@media (max-width: 991px) {
  .module-tabs-faq .tabs a {
    width: 49%;
  }
}

@media (max-width: 530px) {
  .module-tabs-faq .tabs a {
    width: 100%;
    margin: .5% 0;
  }
}

.answer-item .title,
.faq-details .title {
  color: #FA9D1A;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

.answer-item .title:before,
.faq-details .title:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FA9D1A;
  margin-right: 13px;
}

.faq-details .title {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-details .details .summary {
  color: #000;
  padding: 1.25rem 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-top: 1px solid #C8C8C8;
  border-radius: 0;
  position: relative;
  margin: 0;
}

.faq-details .details .summary:before {
  content: 'Q';
  display: inline-block;
  vertical-align: middle;
  color: #FA9D1A;
  font-family: "Roboto", "Myriad Pro Regular", "微軟正黑體", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-details .details .summary:after {
  right: 15px;
}

.faq-details .details .summary.actived {
  color: #fff;
  background-color: #FA9D1A;
  border-radius: 5px;
  border-top: 0;
}

.faq-details .details .summary.actived:before {
  color: #fff;
}

.faq-details .details .summary.actived:after {
  color: #fff;
}

.faq-details .details .content {
  position: relative;
  padding-left: 60px;
}

.faq-details .details .content:before {
  content: 'A';
  font-family: "Roboto", "Myriad Pro Regular", "微軟正黑體", Arial, sans-serif;
  color: #017BC4;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (max-width:480px) {
  .faq-details .details .summary {
    padding: 1.25rem 25px 1.25rem 35px;
  }

  .faq-details .details .summary:before {
    font-size: 1.5rem;
    left: 7px;
  }

  .faq-details .details .summary:after {
    right: 7px;
    font-size: 1rem;
  }

  .faq-details .details .content {
    padding-left: 35px;
  }

  .faq-details .details .content:before {
    font-size: 1.5rem;
    left: 7px;
    top: 3px;
  }
}

table.faq-table {
  text-align: center;
}

table.faq-table caption {
  margin: 15px 0;
}

table.faq-table th,
table.faq-table td {
  padding: 15px;
  border: 1px solid #E5E5E5;
}

table.faq-table th:first-child,
table.faq-table td:first-child {
  text-align: left;
}

/*service - contact*/
.contact-board span.dash {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #5E5E5E;
  margin-right: 10px;
}

.contact-board a.yellow {
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.contact-board a.yellow:hover {
  color: #ED6F1A;
}

.contact-board ul {
  list-style-type: disc;
  -webkit-padding-start: 40px;
}

.contact-board ol {
  list-style-type: decimal;
  -webkit-padding-start: 40px;
}

.contact-form .row {
  margin-bottom: 25px;
}

.contact-form [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  padding: 15px;
  background-color: #F7F7F7;
  border-radius: 5px;
}

.contact-form .form-group:before,
.contact-form .form-group:after {
  content: '';
  display: table;
}

.contact-form .form-group:after {
  clear: both;
}

.contact-form .form-label,
.contact-form .title {
  width: 100px;
}

.en-web .contact-form .form-label,
.en-web .contact-form .title {
  width: 150px;
}

.contact-form .form-field,
.contact-form .content {
  width: calc(100% - 100px);
  background-color: #F7F7F7;
}

.en-web .contact-form .form-field,
.en-web  .contact-form .content {
  width: calc(100% - 150px);
}

.contact-form .form-group select.dk-select {
  width: 100%;
  height: auto;
  background: transparent;
  margin-top: -4px;
}

.contact-form .verification .img {
  margin-right: 10px;
}

.contact-form .circle-gray {
  width: 45px;
  height: 45px;
  color: #AAA;
  line-height: 45px;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 50%;
}

.contact-form .form-checkbox input {
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border: 1px solid #A9A9A9;
  border-radius: 0;
}

.contact-form .submit {
  min-width: 160px;
}
.contact-form .select-btn{
  width: 100%;
  height: auto;
  background: transparent;
  line-height: 1;
  border-radius: 5px;
  margin: 2px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.contact-form .select-btn::after{
  content: '';
  position: absolute;
  top: 3px;
  right: 5px;
  border-width: 6px 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
}
.contact-form .select-lb{
  position: relative;
}
.contact-form .select-ctr{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  background: #F7F7F7;
  box-shadow: 0 0 32px rgba(0,0,0,.2);
  padding: 15px;
  border: 5px;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}
.contact-form .select-ctr.is-show{
  opacity: 1;
  pointer-events: auto;
  top: 50%;
}

.contact-form .select-opt{
  font-size: 14px;
}
.contact-form .select-opt_btn{
  text-align: center;
}
.contact-form .select-opt_btn > *{
  cursor: pointer;
}

.contact-form .select-item{
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .en-web .contact-form .col-sm-6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .en-web .contact-form .row {
    margin-bottom: 0;
  }

  .en-web .contact-form .verification-row {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px){
  .contact-form.contact-form--row3 .row{
    margin-bottom: 0px;
  }
  .contact-form.contact-form--row3 .row>div {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contact-form .row {
    margin-bottom: 0;
  }

  .contact-form .row>div {
    margin-bottom: 15px;
  }

  .en-web .contact-form .form-field {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .contact-form .verification-row>div {
    width: 100%;
  }
}

.fancybox-term {
  max-width: 1200px;
  max-height: 80vh;
  padding: 2rem;
  background-color: #fff;
}

/*service - friends*/
.friends-board .head {
  border-bottom: 1px solid #C8C8C8;
  padding: 0 15px 3%;
  margin: 0;
}

.friends-board .head img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.friends-board .body {
  padding: 20px 0 0;
}

.friends-board .friends-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

.friends-board .friends-link li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  /* width: 33.333%; */
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .friends-board .friends-link li {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .friends-board .friends-link li {
    width: 100%;
  }
}

.friends-board .friends-link li a {
  color: #5F5F5F;
  position: relative;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.friends-board .friends-link li a:before {
  content: '\e800';
  font-family: "icon";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #007CC4;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.friends-board .friends-link li a:hover {
  color: #EE008C;
}

.friends-board .friends-link li a:hover:before {
  color: #EE008C;
}

/*easycards 悠遊聯名卡*/
.easycards .page-banner .inner {
  width: 100%;
}

@media (max-width: 1280px) {
  .easycards .page-banner .inner {
    max-width: 70%;
  }
}

.max-md-size .easycards .page-banner .inner {
  max-width: none;
}

.easycards .page-banner .head .description {
  margin-bottom: 1.875rem;
}

.easycard-useMethod {
  padding-left: 50px;
  font-size: 0;
}

.easycard-useMethod .btn-b {
  height: 35px;
  line-height: 35px;
  padding: 0 60px 0 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.easycard-useMethod .btn-b:before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 150%;
  margin: 0;
  height: auto;
}

@media (max-width: 550px) {
  .easycard-useMethod {
    padding-left: 0;
  }

  .easycard-useMethod .btn-b {
    padding: 0 40px 0 20px;
  }
}

@media (max-width: 480px) {
  .easycard-useMethod {
    margin-top: 2.5rem;
  }

  .easycard-useMethod .btn-b {
    width: calc(50% - 3px);
  }

  .easycard-useMethod .btn-b:nth-child(2n) {
    margin-right: 0;
  }

  .easycard-useMethod .btn-b:last-child {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .easycard-useMethod {
    margin-top: 2rem;
  }
}

.module-tabs-easycards {
  position: relative;
  z-index: 5;
}

.module-tabs-easycards .tabs {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.module-tabs-easycards .tabs.slider .slick-list,
.module-tabs-easycards .tabs.slider .slick-track {
  min-width: 100%;
}

.module-tabs-easycards .tabs.slider .slick-arrow {
  font-size: 25px;
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}

.module-tabs-easycards .tabs.slider .slick-prev {
  left: 0;
}

.module-tabs-easycards .tabs.slider .slick-next {
  right: 0;
}

.module-tabs-easycards .tabs.slider .slick-track {
  display: inline-flex;
  align-items: stretch;
  height: 100%;
}

.module-tabs-easycards .tabs .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  /* height: 330px; */
  font-size: 1rem;
  color: #000;
  padding: 2rem;
  position: relative;
}

/* @media (max-width: 991px){
  .module-tabs-easycards .tabs .item{
    height: 190px;
  }
}
 */
@media (max-width: 480px) {
  .module-tabs-easycards .tabs .item {
    /* height: 105px; */
    text-align: center;
  }

  .module-tabs-easycards .tabs .item .pic img {
    right: 0;
  }
}

.module-tabs-easycards .tabs .item .pic {
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
}

.module-tabs-easycards .tabs .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.module-tabs-easycards .tabs .item.actived .name {
  color: #007CC4;
}

.module-tabs-easycards .tabs .item.actived:after {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 17.5px solid #009cf7;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  position: absolute;
  left: 15%;
  bottom: 0;
  margin: auto;
}

.max-xs-size .module-tabs-easycards .tabs .item.actived:after {
  left: 50%;
  margin-left: -17.5px;
}

.module-tabs-easycards .contents {
  background-color: #009cf7;
  color: #fff;
}

.module-tabs-easycards .tab-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.module-tabs-easycards .tab-content .head {
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .module-tabs-easycards .tabs .item {
    padding: 1rem;
  }

  .module-tabs-easycards .tabs .item .pic {
    height: 100px;
  }

  .module-tabs-easycards .tabs .item .description {
    display: none;
  }
}

@media (max-width: 700px) {
  .module-tabs-easycards .tabs .item .pic {
    height: 80px;
  }

  .module-tabs-easycards .tabs .item .name {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .module-tabs-easycards {
    padding-top: 15px;
  }

  .module-tabs-easycards .tabs .item {
    padding: 10px;
    padding-bottom: 20px;
  }

  .module-tabs-easycards .tabs .item .pic {
    height: 50px;
  }

  .module-tabs-easycards .tabs .item .name {
    font-size: 14px;
    margin: 5px 0;
  }
}

.easycards-info .head .title,
.easycards-info .head .description {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.easycards-info .head .title {
  margin-right: 40px;
  margin-bottom: 10px;
}

.easycards-info .head .easycardList-btn {
  position: relative;
  width: 200px;
  padding: .7rem 0;
  z-index: 5;
}

.easycards-info .head .easycardList-btn:after {
  content: "";
  display: block;
  width: 80%;
  height: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media (max-width: 991px) {

  .easycards-info .head .fl,
  .easycards-info .head .fr {
    display: block;
    width: 100%;
    float: none;
  }

  .easycards-info .head .fr {
    margin-top: 15px;
  }
}

/*彈出列表*/
.easycardList {
  min-width: 918px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}

.easycardList .tableStyle03 {
  width: 100%;
}

.easycardList .tableStyle03 tfoot .note {
  min-height: 80px;
  padding: .5rem 1rem;
  margin-top: 30px;
  background-color: #F2F2F2;
}

.tableStyle03 caption {
  text-align: left;
  margin-bottom: 10px;
}

.tableStyle03 thead th {
  padding: .5rem 1rem;
  color: #FA9D1A;
  border: 1px solid #FA9D1A;
  background-color: #fff;
}

.tableStyle03 tbody td {
  padding: .5rem 1rem;
  text-align: left;
  color: #000;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

.tableStyle03 tbody tr:nth-child(even) td {
  background-color: #F2F2F2;
}

/*悠遊卡介紹*/
.easycard-list {
  font-size: 0;
}

.easycard-list .item {
  display: inline-block;
  vertical-align: top;
  height: 300px;
  float: none;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .easycard-list .item {
    width: 100%;
  }
}

.easycard-list .inner {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.easycard-list .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.easycard-list .cover span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  color: #007CC4;
  border-radius: 50%;
}

.en-web .easycard-list .cover span {
  padding: 23px 0;
  line-height: 25px;
}

.easycard-list .cover:hover {
  opacity: 1;
}

.easycard-list .discontinued {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background-color: #EA1313;
}

.easycard-list .pic {
  color: #000;
  position: relative;
  width: 100%;
  height: 80%;
}

.easycard-list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  max-height: 100%;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

.easycard-list .name {
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 580px) {
  .easycard-list .item {
    height: 250px;
  }
}

/*easycard 悠遊卡介紹內頁*/
.easycard-slider .item {
  height: 300px;
  position: relative;
}

.easycard-slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.easycard-slider .slick-dots {
  margin: 15px 0;
}

.easycard-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background-color: #DDD;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}

.easycard-slider .slick-dots li.slick-active {
  border: 2px solid #EE008C;
  background-color: #fff;
}

.easycard-info .card-features {
  color: #000;
}

.easycard-info .tags .btn {
  width: 150px;
  vertical-align: top;
  margin-bottom: 5px;
  color: #fff;
}

.en-web .easycard-info .tags .btn {
  width: auto;
  max-width: none;
  /* min-width: 150px; */
}

@media (max-width: 480px) {
  .easycard-info .tags .btn {
    width: calc(33.333% - 5px);
    padding: 5px 8px;
    font-size: 12px;
  }

  .easycard-info .tags br {
    display: none;
  }
}

@media (max-width: 375px) {
  .easycard-info .tags .btn {
    width: calc(50% - 5px);
  }
}

.easycard .cobrandcard-description .tabs>.btn {
  width: auto;
  max-width: none;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .easycard .cobrandcard-description .tabs>.btn {
    border: 1px solid #007CC4;
  }
}

@media (max-width: 768px) {
  .easycard .cobrandcard-description .tabs {
    margin-bottom: 1rem;
  }

  .easycard .cobrandcard-description .tabs>.btn {
    font-size: 14px;
    height: auto;
    line-height: 1.5;
    padding: .5rem;
    margin: 0 2px 4px 2px;
  }
}

@media (max-width: 480px) {
  .easycard .cobrandcard-description .tabs>.btn {
    width: calc(50% - 4px);
    max-width: none;
    min-width: 0;
  }

  .en-web .easycard .cobrandcard-description .tabs>.btn {
    width: 100%;
  }
}

.tableStyle01 {
  width: 100%;
  text-align: left;
}

.tableStyle01 caption {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

.tableStyle01 thead th {
  color: #007CC4;
  padding: 1rem;
  background-color: #EEE;
  border: 1px solid #C9C9C9;
}

.tableStyle01 tbody td {
  padding: 1rem;
  border: 1px solid #C9C9C9;
}

/*easycard - use*/
.easycard-board {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 40px;
  margin-bottom: 140px;
}

/* @media (max-width: 1280px) {
  .easycard-board {
    margin-top: 20px;
  }
} */

.max-md-size .easycard-board {
  margin-top: 0;
  margin-bottom: 0;
}

.easycard-board>.head {
  padding-top: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
}

.easycard-board>.head .title {
  margin-top: 0;
  font-weight: bold;
}

@media (max-width: 480px) {
  .easycard-board>.head .title {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.easycard-board>.foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.easycard-board>.foot .btn {
  width: 235px;
  max-width: 100%;
}

.charge-method {
  font-size: 0;
}

.charge-method .item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.1875rem;
  font-size: 16px;
}

.charge-method .head {
  color: #007CC4;
  margin-bottom: 1.5rem;
}

.charge-method .head img {
  margin-right: 3%;
}

/*easycard - bonus 如何加值*/
.tableStyle02 {
  width: 100%;
}

.tableStyle02 thead th {
  background-color: #007CC4;
  color: #fff;
  padding: .5rem 1rem;
  border: 1px solid #fff;
}

.tableStyle02 tbody td {
  border: 1px solid #DCDCDC;
  padding: .5rem 1rem;
  color: #000;
}

/*museum - 悠遊典藏館*/
.museum-area {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.museum-banner .slider {
  width: 80%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.museum-banner .slick-arrow {
  color: #D2A83A;
}

.museum-banner .slick-list {
  position: relative;
}

.museum-banner .slick-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D2A83A;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.museum-banner .item {
  display: inline-block;
  vertical-align: baseline;
  float: none;
  text-align: center;
}

.museum-banner .item span {
  display: block;
}

.museum-banner .item .year {
  font-size: 100%;
  font-weight: bold;
  color: #545456;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #fff;
}

.museum-banner .item .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D2A83A;
  margin: 6px auto;
}

.museum-banner .item.active .year {
  font-size: 250%;
  line-height: 1;
}

.museum-banner .item.active .dot {
  position: relative;
  bottom: -2px;
}

.museum-banner .item.active .dot:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #D2A83A;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: auto;
}

.museum-banner .dropkick {
  display: none;
}

@media (max-width: 767px) {

  .museum-banner .dropkick,
  .ipad .museum-banner select.dropkick,
  .mobile .museum-banner select.dropkick {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }

  .museum-banner .dk-selected:before {
    border-top-color: #876a1f;
  }

  .museum-banner .dk-selected {
    color: #fff;
    background-color: #D2A83A;
  }

  .museum-banner .dk-select-options {
    padding-top: 0;
    padding-bottom: 0;
  }

  .museum-banner .dk-option {
    color: #fff;
    background-color: #D2A83A;
  }

  .museum-banner .dk-option:hover {
    background-color: #dbba64;
  }
}

@media (max-width: 1660px) {
  .museum-banner .slider {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media (max-width: 1440px) {
  .museum-banner .slider {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  .museum-banner .slider {
    padding-top: 0;
  }

  .museum-banner .slick-arrow {
    font-size: 200%;
  }

  .museum-banner .item .year {
    margin-bottom: 10px;
  }

  .museum-banner .item.active .year {
    font-size: 200%;
  }
}

@media (max-width: 991px) {
  .museum-banner {
    margin-bottom: 130px;
  }

  .museum-banner .slider {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .museum-banner .slick-arrow {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .museum-banner .slider {
    padding-top: 1rem;
  }
}

@media (max-width: 767px) {
  .museum-banner {
    margin-bottom: 0;
  }

  .museum-banner .slider {
    display: none;
  }

  .museum-banner .dropdown {
    margin-top: 12%;
    z-index: 50;
  }

  .museum-area {
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .museum-banner .dropdown {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}

@media (max-width: 380px) {
  .museum-banner .head .inner {
    margin-bottom: .5rem;
  }

  .museum-banner .dropdown {
    margin-top: 0;
  }
}

.museum-filter {
  font-size: 0;
}

.museum-filter:before,
.museum-filter:after {
  content: '';
  display: table;
}

.museum-filter:after {
  clear: both;
}

.museum-filter .dk-select,
.museum-filter .keyword {
  margin: 2px;
  font-size: 1rem;
}

.museum-filter .dk-select .dk-select-options {
  top: calc(100% + 5px);
  border-radius: 5px;
  margin-top: 10px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  background-color: #fff;
}

.museum-filter .dk-selected {
  overflow: visible;
}

.museum-filter .dk-select-open-down .dk-selected:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  right: 10px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  margin-top: 5px;
  z-index: 110;
}

.museum-filter .dk-select .dk-option {
  background-color: transparent;
  color: #333;
}

.museum-filter .dk-select .dk-option:hover {
  background-color: #F1E7CC;
}

.museum-filter .keyword {
  text-align: left;
}

.museum-filter .submit {
  margin: 2px;
  padding-left: 8px;
  padding-right: 8px;
  width: 40px;
}

.museum-filter .moreBtn {
  width: 100%;
  max-width: 160px;
  margin: 2px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  background-color: rgba(228, 202, 135, 1);
}

.en-web .museum-filter .moreBtn {
  width: auto;
  max-width: none;
}

@media (max-width: 1440px) {
  .museum-filter {
    margin-top: 3%;
  }
}

@media (max-width: 1280px) {
  .museum-filter {
    margin-top: 1%;
  }
}

@media (max-width: 1080px) {
  .museum-filter .title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .museum-filter .dk-select,
  .ipad .museum-filter select.dropkick,
  .mobile .museum-filter select.dropkick {
    width: calc(100% - 4px);
  }

  .museum-filter .keyword {
    width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .museum-filter {
    position: relative;
    padding-bottom: 1rem;
  }

  .museum-filter .title {
    text-align: left;
    padding: 10px 0 10px 5px;
  }

  .museum-filter .moreBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .en-web .museum-filter .moreBtn {
    padding: 8px;
  }
}



.museum-list {
  font-size: 0;
}

.museum-list .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(33.333% - 30px);
  font-size: 1rem;
  margin: 15px;
  z-index: 2;
}

.museum-list .item:after {
  content: "";
  display: block;
  width: 80%;
  height: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 50%;
}

.museum-list .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #D2A83A;
  border-radius: 10px;
  padding: 1.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.museum-list .item .cover .head {
  text-align: center;
  margin: 0;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #D2A83A;
}

.museum-list .item .cover .body {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}

.museum-list .item .cover .btn [class^="iconM-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
}

.museum-list .item:hover .cover {
  opacity: 1;
}

.museum-list .item .inner {
  width: 100%;
  padding: 1.375rem;
  border: 1px solid #E6E6E6;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}

.museum-list .item .inner .title {
  text-align: center;
  padding-bottom: 1.25rem;
  margin: 0;
}

.museum-list .item .inner .img {
  width: 100%;
  height: 290px;
  padding: 15px;
  text-align: center;
  position: relative;
}

.museum-list .item .inner .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.museum-list .item .inner .prompt {
  position: absolute;
  bottom: 1.375rem;
  left: 1.375rem;
  z-index: 2;
  width: 100px;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.museum-list .item .inner .prompt.discontinued {
  background-color: red;
}

.museum-list .item .inner .prompt.finished-sale {
  background-color: #FA9D1A;
}

@media (max-width: 991px) {
  .museum-list .item {
    width: calc(50% - 30px);
  }

  .museum-list .item .cover .head {
    font-size: 16px;
  }

  .museum-list .item .inner .title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .museum-list .item .inner .img {
    height: 230px;
  }

  .museum-list .item .inner .img img {
    max-height: 80%;
  }
}

@media (max-width: 480px) {
  .museum-list .item {
    width: calc(100% - 30px);
  }
}

/*business*/
.module-tabs-join .tabs {
  font-size: 0;
}

.module-tabs-join .tabs a {
  width: calc(25% - 30px);
  padding: 1rem .5rem;
  margin: 0 15px;
  font-size: 1rem;
  color: #606060;
}

.en-web .module-tabs-join .tabs a {
  width: auto;
  padding: 1rem;
  margin: 0 15px 15px 0;
}

.module-tabs-join .tabs a.active,
.module-tabs-join .tabs a:hover {
  background-color: #FA9D1A;
  color: #fff;
}

.module-tabs-join .work-flow thead th {
  text-align: left;
}

.module-tabs-join .work-flow th,
.module-tabs-join .work-flow td {
  padding: 10px 15px;
}

.module-tabs-join .joinData-list {
  font-size: 0;
}

.module-tabs-join .joinData-list .btn {
  width: calc(33.333% - 40px);
  padding: 15px 10px;
  margin: 0 40px 15px 0;
}

.module-tabs-join .joinData-list .btn span {
  display: inline-block;
  vertical-align: middle;
}

.module-tabs-join .joinData-list .btn .dataName {
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .module-tabs-join .joinData-list .btn {
    width: calc(50% - 40px);
  }
}

@media (max-width: 991px) {
  .module-tabs-join .tabs a {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
  }
}

@media (max-width: 767px) {
  .module-tabs-join .joinData-list .btn {
    width: calc(50% - 20px);
  }

  .module-tabs-join .joinData-list .btn:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .module-tabs-join .tabs a {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .module-tabs-join .joinData-list .btn {
    width: 100%;
    margin-right: 0;
  }
}

/*sitemap*/
.sitemap-area {
  font-size: 0;
}

.sitemap-area .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 1rem;
  padding-right: 50px;
  margin-bottom: 50px;
}

.sitemap-area .item .chapter {
  padding: 1.25rem 10px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  background-color: #EE008C;
}

.sitemap-area .item .list {
  width: 100%;
}

.sitemap-area .item .list li {
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.sitemap-area .item .list li a {
  display: block;
  width: 100%;
  padding-left: 22px;
  font-size: 15px;
  position: relative;
  color: #5F5F5F;
  -webkit-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sitemap-area .item .list li a:before {
  color: #EE008C;
  position: absolute;
  left: 0;
  top: 5px;
}

.sitemap-area .item .list li a:hover {
  color: #007CC4;
}

.sitemap-area .item:nth-child(2n+1) .chapter {
  background-color: #007CC4;
}

.sitemap-area .item:nth-child(2n+1) .list li a:before {
  color: #007CC4;
}

.sitemap-area .item:nth-child(2n) .chapter {
  background-color: #FA9D1A;
}

.sitemap-area .item:nth-child(2n) .list li a:before {
  color: #FA9D1A;
}

.sitemap-area .item:nth-child(4n) .chapter {
  background-color: #4AB847;
}

.sitemap-area .item:nth-child(4n) .list li a:before {
  color: #4AB847;
}

.sitemap-area .item:nth-child(4n+1) .chapter {
  background-color: #EE008C;
}

.sitemap-area .item:nth-child(4n+1) .list li a:before {
  color: #EE008C;
}

@media (max-width: 1080px) {
  .sitemap-area .item {
    width: 33.333%;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .sitemap-area .item .chapter {
    padding: 0.9375rem 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .sitemap-area .item {
    width: 50%;
    padding-right: 15px;
  }

  .sitemap-area .item .chapter {
    padding: 0.9375rem 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .sitemap-area .item:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .sitemap-area .item {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    margin-bottom: 20px;
  }

  .sitemap-area .item .chapter {
    padding: 0.9375rem 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*use 使用範圍*/
.use-banner .head .inner {
  margin-bottom: 0;
}

.use-banner .head .inner {
  width: 70%;
  max-width: 900px;
}

.use-banner .head .description p {
  text-shadow: 0 0 5px #fff;
}

.use-banner .head .search-btn {
  width: 290px;
  max-width: 100%;
  margin-right: 15px;
}

.en-web .use-banner .head .search-btn {
  width: auto;
  max-width: none;
}

.use-banner .head .search-btn .icon {
  margin-left: 30%;
}

.en-web .use-banner .head .search-btn .icon {
  margin-left: 10px;
}

.use-banner .head .box {
  margin-bottom: 30px;
  padding-left: 50px;
}

.use-banner .head .btn {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* @media (max-width: 1440px) {
  .use-banner .background {
    background-position: center;
  }
} */

@media (max-width: 1024px) {
  .use-banner .head .box {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .use-banner .head .box {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {

  /* .use-banner .head .box {
    margin-top: 70px;
  } */
  .use-banner .head .btn {
    width: 290px;
  }

  .en-web .use-banner .head .btn {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .use-banner .head .box {
    padding-left: 0;
    text-align: center;
    /* margin-top: 50px; */
  }

  .use-banner .head .btn {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .use-banner .head .btn .icon {
    margin-left: 10px;
  }

  .use-banner .head .join-btn {
    display: block;
  }
}

/* @media (max-width: 380px) {
  .use-banner .head .box {
    margin-top: 30px;
  }
} */

.latest-new-agency .item {
  display: inline-block;
  vertical-align: top;
  width: 107px;
  height: 107px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #FA9D1A;
  background-color: #fff;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

.latest-new-agency .item:before {
  content: "NEW";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

.latest-new-agency .item img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.latest-new-agency .item:hover {
  border-color: #dc8305;
  -webkit-box-shadow: 2px 2px 0 #dc8305;
  box-shadow: 2px 2px 0 #dc8305;
}

@media (max-width: 1200px) {
  .latest-new-agency .item {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 991px) {
  .latest-new-agency {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .latest-new-agency .item {
    width: 80px;
    height: 80px;
  }

  .latest-new-agency .item:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .latest-new-agency {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .latest-new-agency {
    margin-top: 20px;
    padding-right: 0;
    text-align: center;
  }

  .latest-new-agency .item {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .latest-new-agency {
    text-align: center;
  }

  .latest-new-agency .item {
    margin-right: 8px;
  }
}

.use-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.use-nav .slider {
  padding: 0;
}

.use-nav .slider.arrows-default .slick-arrow {
  color: #004285;
}

.use-nav .slider.arrows-default .slick-arrow.slick-prev {
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

.use-nav .slider.arrows-default .slick-arrow.slick-next {
  -webkit-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}

.use-nav .dropkick {
  display: none !important;
}

.use-nav .item {
  display: inline-block;
  width: 185px;
  padding: 2rem 1rem;
  margin: 0 6px;
  border: 3px solid #E0E9ED;
  border-radius: 5px;
  text-align: center;
  color: #000000;
  -webkit-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.use-nav .item .pic {
  width: 100%;
  height: 70px;
  position: relative;
  text-align: center;
}

.use-nav .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.use-nav .item .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
}

.use-nav .item:hover,
.use-nav .item.active {
  border-color: #004285;
  background-color: #004285;
  color: #ffffff;
}

.use-nav .item:hover .pic img,
.use-nav .item.active .pic img {
  -webkit-filter: grayscale(1) brightness(3);
  filter: grayscale(1) brightness(3);
}

@media (max-width: 991px) {
  .use-nav .slider {
    padding: 0 50px;
  }

  .use-nav .slider.arrows-default .slick-arrow.slick-prev {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }

  .use-nav .slider.arrows-default .slick-arrow.slick-next {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

@media (max-width: 767px) {
  .use-nav .slider {
    display: none;
  }

  .use-nav .dropkick {
    display: block !important;
    width: 100%;
  }

  .use-nav .dropdown:before {
    border-top-color: #fff;
  }

  .use-nav .dropdown .btn {
    background-color: #005E84;
    color: #fff;
  }

  .use-nav .dropdown .dropdown-menu .dropdown-item {
    background-color: #005E84;
    color: #fff;
  }
}

.use-for {
  font-size: 0;
  min-height: 185px;
  outline: 0;
  background-color: #E0E9EE;
  border-radius: 5px;
  padding: 1.25rem;
  text-align: center;
}

.use-for .btn {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  padding: 5px 0;
  margin: 12px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  border: 2px solid #fff;
  -webkit-transition: border 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border 0.5s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.use-for .btn .pic {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
}

.use-for .btn .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.use-for .btn .name {
  margin: 0;
  margin-top: 5px;
}

.use-for .btn:hover {
  border: 2px solid #005E84;
}

@media (max-width: 767px) {
  .use-for .btn {
    width: calc(20% - 10px);
    height: 100px;
    padding: 10px 0;
    margin: 5px;
  }

  .use-for .btn .pic {
    height: 50px;
  }
}

@media (max-width: 580px) {
  .use-for .btn {
    width: calc(25% - 10px);
    height: 100px;
  }
}

@media (max-width: 480px) {
  .use-for .btn {
    width: calc(33.333% - 10px);
  }
}

.add-service {
  padding: .5rem;
  margin: 1.5rem 0;
  border: 2px solid #E0E9EE;
  border-radius: 5px;
  padding-left: 150px;
  position: relative;
}

.add-service .title,
.add-service .group {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}

.add-service .title {
  width: 130px;
  margin: 0;
  padding: .5rem 0;
  color: #005E84;
  text-align: center;
  position: absolute;
  top: 50%;
  left: .5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-service .group {
  width: 150px;
  margin: 2px;
  position: relative;
}

.add-service .group:last-child .info {
  left: auto;
  right: 0px;
}

.add-service .group:last-child .info .tri {
  left: auto;
  right: 20px;
}

.add-service .group:hover .info {
  display: block;
}

.add-service .group .btn {
  width: 100%;
}

.add-service .group .info {
  background: white;
  position: absolute;
  width: 230%;
  top: 120%;
  padding: 15px;
  border-width: 2px;
  border-style: solid;
  display: none;
  z-index: 6;
}

.add-service .group .info.active {
  display: block !important;
}

.add-service .group .info .tri {
  position: absolute;
  top: -7px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;

  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

@media (max-width: 1200px) {
  .add-service .group .info {
    left: 50%;
    transform: translateX(-50%);
  }

  .add-service .group:hover .info {
    display: none;
  }

  .add-service .group .info .tri {
    left: 50%;
    transform: translateX(-50%);
  }

  .add-service .group:last-child .info {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .add-service .group:last-child .info .tri {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}




@media (max-width: 768px) {
  .add-service {
    padding-left: .5rem;
  }

  .add-service .title {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .add-service .group {
    position: static;
  }

  .add-service .group .info {
    width: 90%;
    top: 100%;
  }
}

@media (max-width: 480px) {
  .add-service {
    text-align: center;
  }

  .add-service .btn {
    width: 48%;
    padding: 8px 5px;
  }
}

.use-body {
  background-color: #E0E9EE;
}

.use-body .btn {
  position: relative;
  z-index: 5;
}

.use-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-size: 0;
}

.use-section .tag {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -145px;
}

.max-lg-size .use-section .tag {
  top: -125px;
}

.max-md-size .use-section .tag {
  top: -101px;
}

.max-sm-size .use-section .tag {
  top: -50px;
}

.use-section .title {
  color: #005E84;
  padding: 0 .5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.use-section .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 18px);
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px;
  margin: 9px;
  font-size: 1rem;
}

.use-section .item .info {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EE008C;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.use-section .item .pic {
  width: 100%;
  height: 140px;
  position: relative;
  text-align: center;
  padding: 1rem;
}

.use-section .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.use-section .item .name {
  text-align: center;
  color: #000;
  margin: 1rem 0 1.875rem;
}

.use-section .item .service {
  text-align: left;
  font-size: 0;
}

.use-section .item .service span {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 4px);
  font-size: 12px;
  letter-spacing: -.03rem;
  padding: 5px 3px;
  margin: 2px;
  position: relative;
}

.use-section .item .service span.invalid {
  background-color: #BEBEBE;
}

.use-section .item .service span.gray img {
  -webkit-filter: grayscale(1) brightness(1.1);
  filter: grayscale(1) brightness(1.1);
}

.use-section .item .service span.gray.service1 img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}

.use-section .item .service span.gray.service2 img {
  -webkit-filter: grayscale(1) brightness(1.5);
  filter: grayscale(1) brightness(1.5);
}

.use-section .item .service span.gray.service3 img {
  -webkit-filter: grayscale(1) brightness(1.9);
  filter: grayscale(1) brightness(1.9);
}

.use-section .item .service span.gray.service4 img {
  -webkit-filter: grayscale(1) brightness(1.2);
  filter: grayscale(1) brightness(1.2);
}

.use-section .item .service span.gray.service5 img {
  -webkit-filter: grayscale(1) brightness(2.5);
  filter: grayscale(1) brightness(2.5);
}

@media (max-width: 1440px) {
  .use-section .item {
    width: calc(33.333% - 18px);
  }
}

@media (max-width: 1150px) {
  .use-section .item .service .btn {
    width: calc(50% - 4px);
  }
}

@media (max-width: 900px) {
  .use-section .item {
    width: calc(50% - 18px);
  }
}

@media (max-width: 550px) {
  .use-section .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .en-web .use-body .fr {
    float: none;
    width: 100%;
  }
}

/*use 內頁*/
@media (max-width: 425px) {
  .use-list h2.title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.use-board {
  margin-bottom: 10%;
}

@media (max-width: 580px) {
  .use-board {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 100px;
  }
}

.use-board .head {
  border-bottom: 1px solid #C9C9C9;
  padding: 0 0 1.5rem;
  margin-bottom: 1.875rem;
}

.use-board .head .title {
  margin: 0;
  font-weight: bold;
}

@media (max-width: 480px) {
  .use-board .head .title {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.use-board .services {
  width: 100%;
  max-width: 500px;
  text-align: right;
}



@media (max-width: 1024px) {
  .use-board .use-logo {
    float: none;
    margin-bottom: 15px;
  }

  .use-board .services {
    float: none;
    text-align: left;
    margin-bottom: 15px;
  }
}

.use-board .services .btn {
  width: 150px;
  margin: 3px;
}

@media (max-width: 600px) {
  .use-board .services .btn {
    width: calc(50% - 6px);
  }
}

@media (max-width: 480px) {
  .use-board .services .btn {
    font-size: 12px;
    padding: 8px;
  }
}

.use-board .foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.use-board .foot .btn {
  width: 200px;
  max-width: 90%;
}

.use-keyword-search {
  display: block;
  font-size: 0;
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
}

.en-web .use-keyword-search {
  padding-left: 80px;
}

.use-keyword-search .form-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  margin-right: 15px;
  line-height: 40px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.use-keyword-search .dk-select {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

.en-web .use-keyword-search .dk-select {
  width: auto;
}

.use-keyword-search .dk-selected {
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
}

.use-keyword-search .dk-select-options {
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-top: 0;
}

/*
.use-keyword-search .dropdown .dropdown-btn{
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
}

.use-keyword-search .dropdown .dropdown-menu{
  border: 1px solid #C2C2C2;
  border-top: 0;
}

.use-keyword-search .dropdown .dropdown-item{
  background-color: #fff;
  border-bottom: 1px solid #C2C2C2;
}

.use-keyword-search .dropdown .dropdown-item:last-child{
  border-bottom: 0;
}
*/

.use-keyword-search input {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.use-keyword-search button {
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .use-keyword-search .dropdown {
    width: calc(50% - 5px);
  }

  .use-keyword-search input {
    width: calc(100% - 43px);
  }

  .en-web .use-keyword-search .dk-select {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .use-keyword-search {
    padding-left: 0 !important;
  }

  .use-keyword-search .form-label {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 0;
  }
}

.bonus-filter {
  margin-bottom: 15px;
  font-size: 0;
}

.bonus-filter .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #005E84;
  margin: 0;
  margin-right: 2%;
}

.bonus-filter .form-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
  margin-bottom: 5px;
  font-size: 1rem;
}

.bonus-filter .form-checkbox input[type="checkbox"] {
  display: none;
}

.bonus-filter .form-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bonus-filter .form-checkbox label:before {
  content: "\e807";
  font-family: "icon";
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  color: transparent;
  margin-right: 5px;
}

.bonus-filter .form-checkbox input[type="checkbox"]:checked~label:before {
  color: #EE008C;
}

@media (max-width: 768px) {
  .bonus-filter .title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .bonus-filter .form-checkbox {
    width: calc(25% - 5px);
    margin-right: 5px;
    text-align: left;
  }
}

@media (max-width: 580px) {
  .bonus-filter .form-checkbox {
    width: calc(33.333% - 5px);
  }
}

@media (max-width: 425px) {
  .bonus-filter .form-checkbox {
    width: calc(50% - 5px);
  }
}

.useList-table thead th {
  background-color: #005E84;
}

.useList-table tbody td {
  text-align: center;
}

.useList-table tbody td:nth-child(2) {
  text-align: left;
}

/*use-map-banner*/
/* .use-map-banner .background {
  position: relative;
} */

/* .use-map-banner .head {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 0;
} */

/* @media (max-width: 767px) {
  .use-map-banner .head .description {
    display: none;
  }
} */

/*use-map-filter*/
.use-area {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.max-md-size .use-area {
  margin-top: 0;
}

.use-map-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  padding: 1.25rem;
  border-radius: 5px;
  background-color: #005E84;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.en-web .use-map-filter {
  overflow: hidden;
}

.use-map-filter .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  padding-right: 20px;
  margin: 0;
  text-align: left;
  line-height: 1.8;
  position: relative;
}

.use-map-filter .title:after {
  content: "";
  display: block;
  width: 2px;
  height: 180%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.en-web .use-map-filter .title:after {
  height: 300%;
}

.use-map-filter .forms-group {
  text-align: center;
  width: 80%;
  padding-left: 1.25rem;
}

.use-map-filter .dropdown {
  color: #333;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 3px;
}

.use-map-filter select.dropdown {
  height: 35px;
  margin: 0;
}

.use-map-filter .dropdown .dk-selected:before {
  display: none;
}

.use-map-filter .dropdown .dk-selected,
.use-map-filter .dropdown .dk-select-options {
  color: #333;
  background-color: #fff;
}

.use-map-filter .forms-group .inner {
  display: inline-block;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0;
}

.use-map-filter .forms-group .w10 {
  width: 10%;
}

.use-map-filter .forms-group .w20 {
  width: 20%;
}

.use-map-filter .forms-group .w30 {
  width: 30%;
}

.use-map-filter .forms-group .w35 {
  width: 35%;
}

.use-map-filter .forms-group .w40 {
  width: 40%;
}

.use-map-filter .forms-group .w45 {
  width: 45%;
}

.use-map-filter .forms-group .w60 {
  width: 60%;
}

.use-map-filter .forms-group .w90 {
  width: 90%;
}

.use-map-filter .forms-group .form-top {
  width: 100%;
  margin-bottom: 10px;
}

.use-map-filter .forms-group .form-top .nearby-btn {
  width: 100%;
  max-width: 170px;
}

.en-web .use-map-filter .forms-group .form-top .nearby-btn {
  max-width: none;
  width: auto;
}

.use-map-filter .forms-group .form-top .btn,
.use-map-filter .forms-group .form-top .nearby-btn,
.use-map-filter .forms-group .form-top .form-label {
  font-size: 1rem;
}

.use-map-filter .forms-group .form-top .form-group {
  width: calc((100% - 170px) * 0.5);
  padding-left: 3%;
  padding-right: 0;
}

.en-web .use-map-filter .forms-group .form-top .form-group {
  width: 100% !important;
  margin-top: 10px;
  padding-left: 0;
}

.use-map-filter .forms-group .form-top .form-group+.form-group {
  width: calc((100% - 170px) * 0.5);
  padding-right: 0;
}

.use-map-filter .forms-group .form-top .dropdown {
  width: calc(100% - 51px);
  font-size: 1rem;
}

.en-web .use-map-filter .forms-group .form-top .dropdown {
  width: calc(100% - 110px);
}

.use-map-filter .forms-group .form-bottom-left .form-label,
.use-map-filter .forms-group .form-bottom-left .form-field,
.use-map-filter .forms-group .form-bottom-right .form-label,
.use-map-filter .forms-group .form-bottom-right .form-field {
  font-size: 1rem;
}

.use-map-filter .forms-group .form-bottom-left .form-field,
.use-map-filter .forms-group .form-bottom-right .form-field {
  width: 100%;
}

.use-map-filter .forms-group .form-bottom-right .form-field {
  border-radius: 3px;
}

.use-map-filter .forms-group .form-bottom-left .form-group {
  width: 100%;
  padding-left: 0;
}

.use-map-filter .forms-group .form-bottom-left .dropdown {
  width: calc((100% - 60px) * 0.5);
  margin-left: 10px;
}

.use-map-filter .forms-group .form-bottom-left .dropdown:first-of-type {
  margin-left: 0;
}

.en-web .use-map-filter .forms-group .form-bottom-left,
.en-web .use-map-filter .forms-group .form-bottom-right {
  width: 100%;
}

.en-web .use-map-filter .forms-group .form-bottom-right {
  margin-top: 10px;
  padding-left: 110px;
}

.en-web .use-map-filter .forms-group .form-bottom-left .dropdown {
  width: calc(50% - 60px);
}

.en-web .use-map-filter .forms-group .form-bottom-left .dropdown:last-of-type {
  margin-right: 0;
}

.use-map-filter .forms-group .form-bottom-left .dropdown+.dropdown {
  margin-right: 0;
}

.use-map-filter .forms-group .form-bottom-right .form-group {
  width: calc(100% - 40px);
}

.en-web .use-map-filter .forms-group .form-bottom-right .form-group {
  width: calc(100% - 50px);
  margin-right: 10px;
}

.use-map-filter .forms-group .form-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  width: 50px;
}

.en-web .use-map-filter .forms-group .form-label {
  width: 110px;
}

.use-map-filter .forms-group .form-field {
  height: 40px;
  color: #000;
  background-color: #fff;
}

.use-map-filter .forms-group .btn:not(.dropdown-btn) {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  background-color: #00364E;
}

.use-map-filter .forms-group .form-group {
  padding: 0 8px;
}

.en-web .use-map-filter .forms-group .form-group {
  padding: 0;
}

.use-map-filter .forms-group .dropdown:before {
  border-top-color: #005E84;
}

.use-map-filter .forms-group .dropdown .dropdown-btn {
  background-color: #fff;
}

.use-map-filter .forms-group .dropdown .dropdown-menu {
  border-radius: 0;
}

.use-map-filter .forms-group .dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-top: 0;
}

.use-map-filter .forms-group .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #EEEDE9;
}

.use-map-filter .forms-group .dropdown .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #C8C8C8;
}

@media (max-width: 1199px) {
  .use-map-filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .use-map-filter .title {
    width: 100%;
    font-size: 1rem;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .use-map-filter .title:after {
    display: none;
  }

  .use-map-filter .title br {
    display: none;
  }

  .use-map-filter .forms-group {
    width: 100%;
    padding-left: 0;
  }

  .use-map-filter .forms-group .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .use-map-filter .forms-group .form-top .nearby-btn {
    max-width: 150px;
    padding: 8px;
    position: absolute;
    top: .6rem;
    right: 1.25rem;
  }

  .en-web .use-map-filter .forms-group .form-top .nearby-btn {
    top: 15px;
  }

  .use-map-filter .forms-group .form-top .form-group {
    width: calc((100% - 40px) * 0.55);
    padding-left: 0;
  }

  .use-map-filter .forms-group .form-top .form-group+.form-group {
    width: calc((100% - 40px) * 0.45);
    padding-left: 8px;
  }

  .en-web .use-map-filter .forms-group .form-top .form-group+.form-group {
    padding-left: 0;
  }

  .use-map-filter .forms-group .dropdown .dropdown-menu .dropdown-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}


@media (max-width: 991px) {
  .en-web .use-map-filter .forms-group .form-top .nearby-btn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .en-web .use-map-filter .forms-group .form-label {
    width: 100%;
    margin-bottom: 5px;
  }

  .en-web .use-map-filter .forms-group .form-top .dropdown {
    width: 100%;
  }

  .en-web .use-map-filter .forms-group .form-bottom-left .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }

  .en-web .use-map-filter .forms-group .form-bottom-left .dropdown:last-of-type {
    margin-bottom: 0;
  }

  .en-web .use-map-filter .forms-group .form-bottom-right {
    padding-left: 0;
  }
}

@media (max-width: 650px) {
  .use-map-filter .forms-group .form-top .nearby-btn {
    top: .8rem;
  }

  .use-map-filter .forms-group .form-top .form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .use-map-filter .forms-group .form-top .form-group+.form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .use-map-filter .forms-group .form-bottom-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .use-map-filter .forms-group .form-bottom-left .form-group {
    padding-right: 0;
  }

  .use-map-filter .forms-group .form-bottom-right {
    width: 100%;
    padding-left: 50px;
  }

  .use-map-filter .forms-group .form-bottom-right .form-group {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .use-map-filter .forms-group .form-top .nearby-btn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .use-map-filter .forms-group .form-bottom-left .dropdown {
    width: calc(100% - 51px);
    margin-right: 0;
    margin-bottom: 10px;
  }

  .use-map-filter .forms-group .form-bottom-left #dk3-s_cls2 {
    margin-left: 50px;
    margin-bottom: 0;
  }

  .use-map-filter .forms-group .form-bottom-left .dropdown+.dropdown {
    float: right;
    margin-bottom: 0;
  }

  .use-map-filter .forms-group .form-bottom-left .submit {
    vertical-align: bottom;
  }
}

.use-map {
  margin-bottom: 40px;
}

.use-map #use-map {
  height: 800px;
}

.use-map .map-info {
  max-height: 740px;
  background-color: #fff;
  overflow: visible;
}

.use-map .map-info .top {
  position: relative;
}

.use-map .map-info .navigation {
  background: url(images/use/navigation.png) center no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.use-map .map-info .navigation:hover {
  border: 0 !important;
}

.use-map .map-info .return-btn {
  color: #fff !important;
  margin-top: 30px;
}

.use-map .map-info .ads .ad {
  display: block;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eee;
}



/*customer 顧客服務編輯器*/

.customer-step {
  width: 100%;
  max-width: 1200px;
}

.customer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.customer-title {
  width: 100%;
}

.customer-pic01 {
  width: 35%;
}

.customer-tab {
  width: 65%;
  align-self: flex-end;
}

.customer-content {
  width: 100%;
  margin-top: 0px;
}

.customer-content01,
.customer-content02,
.customer-content03,
.customer-content04,
.customer-content05,
.customer-content06 {
  width: 100%;
  margin: 70px 0 0 0;
}

/* 寬度在768以下時使用下面的css */
@media (max-width: 768px) {
  .customer-pic01 {
    width: 25%;
  }

  .customer-tab {
    width: 75%;
    font-size: 0;
  }

  .customer-tab a {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
  }
}

/* 寬度在480以下時使用下面的css */
@media (max-width: 480px) {
  .customer-pic01 {
    width: 100%;
  }

  .customer-tab {
    width: 100%;
  }

  .customer-tab a {
    width: 50%;
  }
}

.cd-horizontal-timeline .events-content ul.slick-dots {
  display: block;
  margin-top: 15px;
}

.cd-horizontal-timeline .events-content ul.slick-dots li {
  display: inline;
  margin: 5px;
}

.cd-horizontal-timeline .events-content ul.slick-dots li button {
  display: inline;
  width: 20px;
  height: 20px;
  background: transparent;
  color: transparent;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  border: 3px solid #007CC4;
}

.cd-horizontal-timeline .events-content ul.slick-dots li.slick-active button {
  background: #007CC4
}

.news-banner .slider {
  padding: 0 !important;
}

.news-banner .slider .item {
  position: relative;
  width: 100%;
  /* height: 380px; */
}

.news-banner .banner-arrows {
  z-index: 0;
}

.news-banner .slider .slick-arrow {
  background-color: transparent;
}

.item .branch {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #EE008C;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 60px;
  z-index: 10;
}

.white-board table.branches {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  border-collapse: collapse;

}

.white-board table.branches tr:nth-child(1) {
  font-size: 22px;
  border-bottom: 3px solid #000000;
}

.white-board table.branches tr {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 16px;
}

.white-board table.branches tr td:nth-child(1) {
  min-width: 100px;
}

.white-board table.branches tr td {
  padding: 10px 5px;
}

.wa {
  width: auto !important;
}


</style><style id="style-1-cropbar-clipper">

/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
  top: 18px !important;
  left: 50% !important;
  margin-left: -100px !important;
  width: 200px !important;
  border: 2px rgba(255, 255, 255, .38) solid !important;
  border-radius: 4px !important;
}

.en-markup-crop-options div div:first-of-type {
  margin-left: 0px !important;
}

</style>