@charset "UTF-8";
/*  project: Indie Drinkster
   |
   |– base/
   |   |– _base.scss        # Base
   |   |– _typography.scss  # Typography rules

   |– components/
   |   |– _slider.scss      # slider
   |   |– _nivolightbox.scss# nivolightbox
   |   |– _mobilenav.scss   # mobilenav
   |   |– _megamenu.scss    # megamenu
   |   |– _tables.scss      # tables
   |
   |– helpers/
   |   |– _bootstrap_reset.scss # bootstrap_reset
   |   |– _mis.scss         # mis
   |   |– _global.scss      # global
   |   |– _Variables.scss   # Variables
   |   |– _mixin.scss       # mixin
   |
   |– layout/
   |   |– _header.scss      # Header
   |   |– _footer.scss      # Footer
   |   |– _sidebar.scss     # Sidebar
   |   |– _forms.scss       # Forms
   |
   |– pages/
   |   |– _index.scss       # index specific styles
   |   |– _product.scss     # product specific styles
   |   |– _member.scss      # member specific styles
   |   |– _checkout.scss    # checkout specific styles
   |   |– _pages.scss       # pages specific styles
   |
   |– themes/
   |   |– _theme_tools_hardware.scss       # 五金工具
   |   |– _theme_machinery.scss            # 動力工具
   |   |– _theme_garden_living.scss        # 園藝生活
   |   |– _theme_home_health.scss          # 健康保健
   |   |– _theme_it_electronics.scss       # 消費電子
   |
   |– vendors/
   |   |– _bootstrap.scss   # Bootstrap
 */
/* --------------------------------------------------
1 - BASE STYLE
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext");

@font-face {
  font-family: "Segoe UI Black";
  src: url("../font/fontface/seguibl.eot");
  src: local("seguibl"), url("../font/fontface/seguibl.woff") format("woff"),
    url("../font/fontface/seguibl.ttf") format("truetype");
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_40310">Text with this font applied</p> */
.fontsforweb_fontid_40310 {
  font-family: "seguibl" !important;
}

/* Font downloaded from FontsForWeb.com */
/* --------------------------------
BASIC STYLE
-------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------
Colors
-------------------------------- */
/* --------------------------------
Responsive
-------------------------------- */
body {
  color: #919191;
  font: normal 14px / 28px "Lato", "微軟正黑體", "Open Sans", "HelveticaNeue",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  background-color: #fff;
  overflow-y: hidden;
}

@media only screen and (max-width: 991px) {
  body {
    font: normal 13px / 28px "Lato", "微軟正黑體", "Open Sans", "HelveticaNeue",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 14px;
  }

  p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* --------------------------------
Links
-------------------------------- */
a {
  color: #000000;
  text-decoration: none;
  outline: 0;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

a:hover,
a:focus {
  color: #424242;
  text-decoration: none;
  outline: none;
}

/* --------------------------------
Typography
-------------------------------- */
p {
  margin: 1.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #3880c8;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
}

/* --------------------------------
Page Basic Style
-------------------------------- */
.container {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  padding: 0 30px;
}

@media only screen and (max-width: 931px) {
  .container-fluid {
    padding: inherit;
  }
}

main {
  min-height: calc(100vh - 298px);
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 1501px) {
  main {
    padding-top: 70px;
    min-height: calc(100vh - 286px);
  }
}

@media only screen and (max-width: 931px) {
  main {
    padding: 0;
    padding-top: 50px;
  }
}

main.index-main {
  padding-top: 0;
}

#sb-site > .container {
  min-height: calc(100vh - 340px);
}

/* --------------------------------
Page Load Animation
-------------------------------- */
.bg-init,
.animsition-overlay-slide {
  background-color: #202020;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader-wrap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: table;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loader-inner > div {
  width: 15px;
  height: 15px;
  background-color: #c3c3c3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader-inner > div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-inner > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* --------------------------------------------------
2 - COMPONENTS
-------------------------------------------------- */
/*--------------------------------------------------------------------------
SUPEPR FISH MENU REWRITE
--------------------------------------------------------------------------*/
.sf-menu {
  z-index: 999;
}

.sf-menu > li {
  padding: 0 15px;
  float: left;
  background: transparent;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  line-height: 24px;
  padding: 0;
}

.sf-menu > li a {
  font-size: 18px;
  padding: 0.75em 0.5em;
  border: 0;
  display: inline;
}

@media only screen and (max-width: 931px) {
  .sf-menu > li a {
    font-size: 1px;
    padding: 1em;
  }
}

.sf-menu > li a:hover {
  color: #000;
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.sf-menu > li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #b1b1b1;
  margin: 0px 5px;
  position: relative;
  top: 0;
  vertical-align: middle;
  display: inline-block;
}

.sf-menu li:last-child:after {
  content: none;
}

.sf-menu ul,
.sf-menu ul li ul {
  min-width: 80px;
  margin-top: 0px;
}

.sf-menu ul li,
.sf-menu ul li ul li {
  min-width: 150px;
  padding: 0 10px;
  background: #3880c8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sf-menu ul li a,
.sf-menu ul li ul li a {
  border-top: 0px;
  border-left: 0px;
  display: block;
  position: relative;
  padding: 15px 5px;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: capitalize;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover,
.sf-menu ul li ul li:hover,
.sf-menu ul li ul li.sfHover {
  color: #fff;
  background: #30beb8;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.sf-arrows .sf-with-ul {
  padding: 0.8em 1.8em;
}

/* --------------------------------
Index Slider / revslider
-------------------------------- */
.index-banner .tp-caption.News-Title,
.News-Title {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-weight: 100 !important;
  line-height: 1.1 !important;
}

/* BULLETS */
.uranus .tp-bullet {
  -webkit-box-shadow: 0 0 0 2px rgba(140, 140, 140, 0) !important;
  box-shadow: 0 0 0 2px rgba(140, 140, 140, 0) !important;
}

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  -webkit-box-shadow: 0 0 0 2px #8c8c8c !important;
  box-shadow: 0 0 0 2px #8c8c8c !important;
}

.uranus .tp-bullet-inner {
  background-color: rgba(140, 140, 140, 0.7) !important;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  background-color: #8c8c8c !important;
}

/* --------------------------------
others
-------------------------------- */
.thumbnail-description {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #9e9e9e;
  margin: 0;
  padding: 0;
}

.sp-bottom-thumbnails {
  left: 0;
  margin: 0;
  margin-top: 10px;
}

.sp-bottom-thumbnails .sp-thumbnail-container {
  overflow: visible !important;
  margin: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: 0;
}

.sp-bottom-thumbnails.sp-has-pointer:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #000;
  top: 0;
  margin-top: 0px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  padding: 0 10px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail .thumbnail-title {
  color: #c89863;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #c99964;
  top: 0;
  margin-top: 0px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -13px;
  margin-left: -8px;
  border-bottom: 13px solid #c99964;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-button {
  border: 0;
  background: #ddd;
  width: 8px;
  height: 8px;
}

.sp-selected-button {
  background-color: #6f6f6f;
}

#prod .sp-slide {
  background: #fff;
}

#prod .video-style .sp-image-container a,
#prod .video-style .sp-thumbnail-image-container {
  position: relative;
  display: block;
}

#prod .video-style .sp-image-container a::before,
#prod .video-style .sp-thumbnail-image-container::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#prod .video-style .sp-image-container a::after,
#prod .video-style .sp-thumbnail-image-container::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/products/video-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

#prod .video-style .sp-image-container a::after {
  background-size: 30%;
  opacity: 0.9;
}

#prod .sp-thumbnail-image {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#prod .sp-thumbnail-image-container {
  width: 125px;
  height: 125px;
  overflow: hidden;
  float: left;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 931px) {
  #prod .sp-thumbnail-image-container {
    width: 80px;
    height: 80px;
  }
}

.sp-selectable {
  cursor: pointer;
}

/* --------------------------------
Lightcase Lightbox
-------------------------------- */
#lightcase-overlay {
  background: #fff;
}

#lightcase-case:not([data-lc-type="error"]) #lightcase-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#lightcase-case[data-lc-type="image"] #lightcase-content,
#lightcase-case[data-lc-type="video"] #lightcase-content {
  background-color: #fff;
}

#lightcase-nav a[class*="lightcase-icon-"],
#lightcase-nav a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: #3880c8;
}

#lightcase-nav a[class*="lightcase-icon-"]:hover {
  color: #30beb8;
}

/*-------------------------------
Mobilenav / off canvas menu
--------------------------------*/
#sb-site {
  -webkit-backface-visibility: initial;
  background: #f5f5f5;
  position: relative;
  z-index: 98;
  min-height: 100% !important;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

#sb-site.darken {
  opacity: 0.1;
}

.sb-slidebar.sb-left {
  position: fixed !important;
  top: 0;
  background-color: #15528e;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  z-index: 99;
}

.sb-slidebar.sb-right.sb-active {
  visibility: visible;
  z-index: 99;
  min-width: 350px;
}

#lines {
  width: 25px;
  height: 30px;
  margin: 3% auto;
  border-top: 2px solid #929191;
  position: relative;
  display: block;
}

#lines:before {
  position: absolute;
  top: 5px;
  content: "";
  border-top: 2px solid #929191;
  width: 25px;
  height: 8px;
}

#lines:after {
  position: absolute;
  top: 13px;
  border-top: 2px solid #929191;
  content: "";
  width: 25px;
  height: 8px;
}

.mobilenav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}

.mobilenav .icon-right-open-mini {
  float: right;
}

.mobilenav h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 50px;
}

.mobilenav a {
  text-decoration: none;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  color: white;
  width: 100%;
  display: block;
  font-weight: 300;
}

.mobilenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobilenav ul li {
  padding: 5px 0;
}

.mobilenav ul li svg {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.mobilenav ul li.mobilenav-back svg {
  margin-right: 15px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.mobilenav ul li.mobilenav-back a {
  padding: 0;
}

.mobilenav-sub {
  display: none;
}

.mobilenav-root {
  position: relative;
}

.mobilenav-root .back-home {
  margin-top: 20px;
}

.sb-mobilenav {
  width: 50%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .sb-mobilenav {
    width: 90%;
  }
}

.sb-mobilenav .controls {
  text-align: right;
  letter-spacing: 0.08em;
  padding-right: 60px;
  position: relative;
  margin-left: 2px;
  color: #fff;
}

.sb-mobilenav .controls a {
  margin-left: 15px;
  color: #fff;
}

.sb-mobilenav .mobilenav-footer {
  position: relative;
  margin-top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sb-mobilenav .mobilenav-footer ul.site-links {
  list-style: none;
  padding: 0;
  color: #fff;
}

.sb-mobilenav .mobilenav-footer ul.site-links li {
  font-style: 18px;
}

.sb-mobilenav .mobilenav-footer ul.site-links a {
  color: #fff;
  font-weight: 300;
}

/* --------------------------------
Nice Select
-------------------------------- */
select {
  display: none !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

/* --------------------------------
Table Style
-------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 10px 10px;
  line-height: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    font-size: 13px;
  }
}

.table thead th,
.table thead td {
  text-align: left;
  padding: 15px 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
}

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

.table thead th {
  vertical-align: bottom;
  color: #a2a2a2;
  font-weight: normal;
  text-transform: uppercase;
}

.table tbody th {
  color: #3880c8;
  font-weight: 100;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table tfoot tr {
  border-top: 1px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table tbody tr td,
.table tfoot tr td {
  border-left: 0px solid #dddddd;
}

.table tbody tr td:first-child,
.table tfoot tr td:first-child {
  border-left: 0px solid #dddddd;
}

.table thead tr th,
.table tfoot tr th {
  border-left: 0px solid #dddddd;
}

.table thead tr th:first-child,
.table tfoot tr th:first-child {
  border-left: 0px solid #dddddd;
}

table .highlight {
  color: #6c6c6c;
}

table .order-shipping,
table .order-total {
  background: #f7f7f7;
}

table .color a {
  display: inline-block;
  padding: 6px;
  margin-right: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
}

table .color a:hover {
  border-color: #bd968f;
}

/* --------------------------------
Responsive Table
-------------------------------- */
@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 5px 20px;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #ebebe9;
  }

  /* Force table to not be like tables anymore */
  #responsive-table table,
  #responsive-table thead,
  #responsive-table tbody,
  #responsive-table th,
  #responsive-table td,
  #responsive-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 0;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
    min-height: 30px;
  }

  #responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    color: #9a9a9a;
  }

  #responsive-table tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  #responsive-table tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  #responsive-table .no-reponsive-td {
    padding-left: 0;
  }

  #responsive-table td:before {
    content: attr(data-title);
  }

  #responsive-table.table-cart tbody tr td:before {
    position: relative;
    left: 0;
    width: 0;
    padding-right: 10px;
  }

  #responsive-table.table-cart td.product-title:before,
  #responsive-table.table-cart td.product-img:before,
  #responsive-table.table-cart td.product-size:before,
  #responsive-table.table-cart td.product-quantity:before {
    display: none;
  }

  #responsive-table tr {
    position: relative;
  }

  #responsive-table td.remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .table-order-info td {
    border-top: 0;
  }

  .table-cart tbody td {
    display: block;
    padding: 0 0 2px 0;
    text-align: left;
    width: auto;
    margin: 0;
    padding-left: 90px !important;
  }

  .table-cart thead {
    display: none;
  }

  .table-cart .product-img {
    width: 80px;
    float: left;
    text-align: center !important;
    padding-left: 0 !important;
  }
}

/* --------------------------------
Table for Checkout
-------------------------------- */
.checkout-list {
  /* Force table to not be like tables anymore */
}

.checkout-list .table {
  margin-bottom: 0;
}

.checkout-list .table th,
.checkout-list .table td {
  padding: 5px 20px;
  line-height: 18px;
  vertical-align: middle;
  border-top: 1px solid #ebebe9;
  font-size: 14px;
}

.checkout-list #responsive-table table,
.checkout-list #responsive-table thead,
.checkout-list #responsive-table tbody,
.checkout-list #responsive-table th,
.checkout-list #responsive-table td,
.checkout-list #responsive-table tr {
  display: block;
}

.checkout-list #responsive-table td {
  /* Behave  like a "row" */
  border: none;
  border-bottom: 0;
  position: relative;
  padding-left: 35%;
  white-space: normal;
  text-align: left;
  min-height: 30px;
}

.checkout-list #responsive-table td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  left: 6px;
  width: 35%;
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
  color: #9a9a9a;
}

.checkout-list #responsive-table tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 110px;
}

.checkout-list #responsive-table tr:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.checkout-list #responsive-table .no-reponsive-td {
  padding-left: 0;
}

.checkout-list #responsive-table td:before {
  content: attr(data-title);
}

.checkout-list #responsive-table.table-cart tbody tr td:before {
  position: relative;
  left: 0;
  width: 0;
  padding-right: 10px;
}

.checkout-list #responsive-table.table-cart td.product-title:before,
.checkout-list #responsive-table.table-cart td.product-img:before,
.checkout-list #responsive-table.table-cart td.product-size:before {
  display: none;
}

.checkout-list #responsive-table tr {
  position: relative;
}

.checkout-list #responsive-table td.remove {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.checkout-list .table-order-info td {
  border-top: 0;
}

.checkout-list .table-cart tbody td {
  display: block;
  padding: 0 0 2px 0;
  text-align: left;
  width: auto;
  margin: 0;
  padding-left: 90px !important;
}

.checkout-list .table-cart thead {
  display: none;
}

.checkout-list .table-cart .product-quantity {
  height: 30px;
}

.checkout-list .table-cart .product-img {
  width: 80px;
  float: left;
  text-align: center !important;
  padding-left: 0 !important;
}

/* --------------------------------------------------
3 - HELPERS
-------------------------------------------------- */
/* --------------------------------
Footer Variables
-------------------------------- */
/* --------------------------------
Grid for five Layout
-------------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* --------------------------------
From Layout
-------------------------------- */
.form-control {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  border: 0;
  border-bottom: 2px solid #2ccac4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #969696;
  background: transparent;
  padding: 15px;
  line-height: 20px;
  height: auto;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
}

.form-control:focus {
  background: transparent;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus:-moz-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus:-webkit-input-placeholder {
  color: #757575;
}

.form-control::-webkit-input-placeholder {
  color: #757575;
}

.form-control[disabled],
.form-control[readonly] {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

.form-trandparent {
  background: transparent;
  border: 0;
  max-width: 120px;
  padding: 10px 0;
}

select.form-control,
select.form-control:focus {
  background-image: url("../images/formsvg/cd-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  background-size: 28px;
}

fieldset[disabled] .form-control {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

label {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.05em;
  color: #202020;
  text-transform: uppercase;
  font-size: 14px;
}

.form-group {
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .form-group .form-group {
    margin-bottom: 8px;
  }
}

.input-group-addon {
  background-color: transparent;
  border: 0px;
  padding: 6px 18px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: auto;
}

.input-group-addon svg {
  color: #0080bb;
}

/* --------------------------------
Multiple Select
-------------------------------- */
.select2-container {
  width: 100% !important;
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d0d0d0;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #d0d0d0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e8e8e8;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* --------------------------------
Form With Float Label
-------------------------------- */
/* -- label styles ---------------------------------- */
.contact-form .form-group,
.inquiry-form .form-group {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

label.float-label {
  position: absolute;
  line-height: 170%;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-size: 16px;
  }
}

.float-label {
  left: 0;
  top: 7px;
  font-size: 14px;
  pointer-events: none;
}

/* active state */
.form-control:focus ~ .float-label,
.form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
}

/* input colors ---- */
.form-control:focus ~ label {
  color: #2ccac4;
}

.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  background: #626262;
}

/* help-block */
.form-group .help-block {
  position: absolute;
}

.help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
  border: none;
  background: transparent;
}

/* ------  inline ----*/
.input-group-addon,
.form-inline .input-group {
  display: table-cell;
}

.input-group {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 16px;
  }

  .input-group {
    width: auto;
  }
}

/* -- bar styles -------------------------------------- */
.form-bar {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}

.form-bar:before,
.form-bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.form-bar:before {
  left: 50%;
}

.form-bar:after {
  right: 50%;
}

/* active state */
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  width: 50%;
}

@media (min-width: 768px) {
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 5px;
  }
}

.form-control-static {
  font-size: 16px;
  margin-top: 5px;
  padding-top: 10px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}

#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.display1 {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.2;
  color: #757575;
  text-transform: inherit;
  letter-spacing: inherit;
}

.subhead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #212121;
  text-transform: inherit;
  letter-spacing: inherit;
}

/* --------------------------------
Buttons
-------------------------------- */
.btn {
  padding: 12px 20px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.btn:focus {
  outline: 0;
}

.btn-wide {
  padding: 20px 10%;
  text-transform: uppercase;
}

.btn-main {
  font-size: 12px;
  color: #fff;
  background: #0080bb;
  border-radius: 30px;
  padding: 20px 30px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.btn-main:hover,
.btn-main:focus {
  color: #fff;
  background: #0080bb;
}

.btn-white {
  font-size: 12px;
  color: #066eb7;
  background: #fff;
  border: 2px solid #066eb7;
  border-radius: 30px;
  padding: 20px 30px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #0080bb;
}

.btn-trans {
  color: #3880c8;
  background: transparent;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  padding: 0;
  margin-bottom: 0;
}

.btn-trans:hover,
.btn-trans:focus {
  color: #30beb8;
}

.btn-round {
  color: #fff;
  background: #0080bb;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  border-radius: 50%;
  padding: 15px;
  width: 2.8em;
  line-height: 1;
  height: 2.8em;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-size: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.btn-round svg {
  color: #fff;
  vertical-align: middle;
}

.btn-round:hover,
.btn-round:focus {
  color: #fff;
  background: #229b96;
}

.btn-grey {
  color: #777777;
  background: #d6d6d6;
  border-radius: 30px;
  letter-spacing: 0.05em;
  padding: 15px 28px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.btn-grey:hover,
.btn-grey:focus {
  color: #f5f5f5;
  background: #a2a2a2;
}

.btn-lg {
  font-size: 18px;
  border-radius: 50px;
  padding: 20px 50px;
}

/* --------------------------------
Accordion
-------------------------------- */
#prodCategory .panel {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#prodCategory .panel > a {
  background-color: transparent;
  color: #3880c8;
  padding: 15px 0px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: 100;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: capitalize;
  line-height: 1;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}

#prodCategory .panel > a svg {
  float: right;
  width: 0.8em;
  height: 0.8em;
}

#prodCategory .panel > li > ul {
  border-bottom: 1px solid #e8e8e8;
}

#prodCategory .panel > div a {
  position: relative;
  display: block;
  padding: 3px 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 100;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: capitalize;
}

#prodCategory .panel > div > div {
  margin-left: 15px;
  margin-bottom: 10px;
}

/* --------------------------------
Tab Style
-------------------------------- */
.prod-tab .nav-tabs {
  border-bottom: 1px solid #ececec;
}

.prod-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 20px;
}

.prod-tab .nav-tabs > li > a {
  font-size: 12px;
  padding: 0.75em 0;
  color: #959595;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.prod-tab .nav-tabs > li > a > .tab-title {
  font-size: 12px;
  color: #9b9b9c;
  font-weight: bold;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.prod-tab .nav-tabs > li.active > a > .tab-title,
.prod-tab .nav-tabs > li > a:hover > .tab-title {
  color: #1b1b1b;
}

.prod-tab .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d31d1a;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.prod-tab .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #262626;
}

.prod-tab .nav-tabs > li.active > a,
.prod-tab .nav-tabs > li.active > a:hover,
.prod-tab .nav-tabs > li.active > a:focus {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border-color: transparent;
}

.prod-tab .nav-tabs > li.active > a:before,
.prod-tab .nav-tabs > li.active > a:hover:before,
.prod-tab .nav-tabs > li.active > a:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.prod-tab .tab-content {
  line-height: 1.8;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
  color: #555555;
}

.prod-tab .tab-title-print {
  display: none;
}

@media (max-width: 767px) {
  .prod-tab.detail-page {
    display: none;
  }
}

.prod-mobile {
  list-style: none;
  padding-left: 0;
}

.prod-mobile > li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  margin-bottom: 0;
}

.prod-mobile > li + li {
  border-top: 1px solid #9b9b9c;
}

.prod-mobile > li > a {
  display: block;
  position: relative;
}

.prod-mobile > li > a::after {
  content: "-";
  position: absolute;
  right: 0;
}

.prod-mobile > li > a.collapsed::after {
  content: "+";
}

.prod-mobile > li > .collapse {
  color: #555555;
}

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

.member-tab {
  padding-top: 20px;
  background: #fff;
}

.member-tab .nav-tabs {
  border-bottom: 1px solid #ececec;
}

.member-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 20px;
}

.member-tab .nav-tabs > li > a {
  font-size: 12px;
  padding: 1.5em;
  color: #9b9b9c;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.member-tab .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0080bb;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.member-tab .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #262626;
}

.member-tab .nav-tabs > li.active > a,
.member-tab .nav-tabs > li.active > a:hover,
.member-tab .nav-tabs > li.active > a:focus {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border-color: transparent;
}

.member-tab .nav-tabs > li.active > a:before,
.member-tab .nav-tabs > li.active > a:hover:before,
.member-tab .nav-tabs > li.active > a:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.member-tab .tab-content {
  line-height: 1.8;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
}

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

div.header-panel {
  border-bottom: solid 1px #ebebeb;
  padding: 15px 0 10px 0;
}

@media only screen and (max-width: 991px) {
  div.header-panel {
    display: none;
  }
}

/* --------------------------------
Back to top Button
-------------------------------- */
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  font-size: 12px;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.go-top:hover,
.go-top:focus {
  color: white;
  background-color: black;
}

@media only screen and (max-width: 991px) {
  .go-top {
    bottom: 1em;
    right: 1em;
    font-size: 12px;
    width: 3em;
    height: 3em;
    line-height: 3em;
  }
}

/* --------------------------------
Breadcrumb
-------------------------------- */
.breadcrumb {
  list-style: none;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  color: #798a96;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0;
  padding: 0 5px;
  content: ">";
  color: #798a96;
}

.breadcrumb a {
  color: #798a96;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/* --------------------------------
Nav Search
-------------------------------- */
.nav-search {
  display: inline-block;
  text-align: left;
}

.nav-search .search-wrap {
  display: inline-block;
  background: inherit;
  border-radius: 5px;
  margin: 0;
}

.nav-search .search-wrap .search-button,
.nav-search .search-wrap .search-input {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-family: "Segoe UI Black", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-search .search-wrap .search-button {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: inherit;
  color: #888;
}

.nav-search .search-wrap .search-button .search-exp {
  color: #c9c9c9;
}

.nav-search .search-wrap .search-input {
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  width: 0;
  color: #cbcbcb;
}

.nav-search .search-wrap .search-input .search-exp {
  width: 120px;
}

@media only screen and (max-width: 768px) {
  .nav-search .search-wrap .search-input .search-exp {
    width: 180px;
  }
}

/* --------------------------------
Pagination
-------------------------------- */
.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #9b9b9c;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  padding: 10px 18px;
}

@media only screen and (max-width: 480px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 8px 14px;
  }
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #3880c8;
  background-color: #f8f8f8;
  border-color: #e8e8e8;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #9b9b9c;
  background-color: #f8f8f8;
  border-color: #e8e8e8;
}

.pagination svg {
  width: 0.7em;
  height: 0.7em;
}

/* --------------------------------------------------
4 - LAYOUT
-------------------------------------------------- */
/* --------------------------------
Header and Menu
-------------------------------- */
header {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  color: #636363;
  border-bottom: 0.1rem solid #e4e4e4;
  padding: 20px;
}

@media only screen and (max-width: 1501px) {
  header {
    height: 70px;
  }
}

@media only screen and (max-width: 931px) {
  header {
    height: 50px;
    padding: 0;
  }
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header svg,
header a,
header .sf-menu li a {
  color: #636363;
}

header.scroll-hide {
  -webkit-transform: translate(0, -100%) !important;
  -ms-transform: translate(0, -100%) !important;
  transform: translate(0, -100%) !important;
}

header.index-header {
  position: absolute;
  height: 130px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5d88b2),
    to(transparent)
  );
  background: -o-linear-gradient(top, #5d88b2, transparent);
  background: linear-gradient(to bottom, #5d88b2, transparent);
  color: #fff;
  border-bottom: 0;
}

header.index-header .nav,
header.index-header .header-controls {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

header.index-header .nav .logo,
header.index-header .header-controls .logo {
  width: 80px;
}

header.index-header svg,
header.index-header a,
header.index-header .sf-menu a {
  color: #fff;
}

header.index-header .sf-menu a {
  padding: 0em 0.5em;
}

header.index-header .sf-menu > li:after {
  background: #fff;
  opacity: 0.5;
}

header.index-header #lines {
  border-top: 2px solid #fff;
}

header.index-header #lines:before {
  border-top: 2px solid #fff;
}

header.index-header #lines:after {
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 1501px) {
  header.index-header {
    height: 70px;
  }
}

@media only screen and (max-width: 931px) {
  header.index-header {
    height: 50px;
  }
}

header .logo {
  content: url(../../static/images/logo/logo_healthcare.svg);
}

nav.nav {
  z-index: 999;
  position: relative;
}

nav.nav .logo {
  width: 70px;
}

nav.nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

nav.nav .logo img {
  width: 100%;
}

@media only screen and (max-width: 1501px) {
  nav.nav .logo {
    width: 50px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 931px) {
  nav.nav .logo {
    display: none;
  }
}

nav.nav .sb-cart {
  display: none;
  font-size: 18px;
  margin: 10px;
  float: right;
}

nav.nav .sb-cart a {
  color: #fff;
}

@media only screen and (max-width: 931px) {
  nav.nav {
    height: 50px;
    padding: 0;
  }

  nav.nav .sb-cart {
    display: block;
  }
}

.sb-toggle-left {
  margin: 15px 0 0 15px;
  position: relative;
  z-index: 999;
  float: left;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1501px) {
  .sb-toggle-left {
    display: block;
  }
}

/*----------------------------------------------------
Header Right Block
----------------------------------------------------*/
.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

@media only screen and (max-width: 931px) {
  .header-controls {
    float: none;
  }
}

.header-controls .controls {
  letter-spacing: 0.08em;
  padding-right: 60px;
  position: relative;
  margin-left: 2px;
}

.header-controls .btn-backhome,
.header-controls .btn-search,
.header-controls .btn-inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-controls .controls > a {
  margin-left: 15px;
}

@media only screen and (max-width: 931px) {
  .header-controls .controls {
    display: none;
  }
  .header-controls .btn-search {
    order: 2;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 15px;
  }

  .btn-search svg {
    color: #fff;
  }

  .header-controls .btn-backhome {
    order: 0;
  }
  .header-controls .btn-inquiry {
    order: 1;
  }
  .header-controls .btn-inquiry .dialog-box svg {
    margin-left: 0;
  }
}

/*----------------------------------------------------
Search and Inquiry List Btn
----------------------------------------------------*/
.btn-backhome svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

@media only screen and (max-width: 931px) {
  .btn-backhome {
    float: left;
    margin: 0;
    font-size: 12px;
  }

  .btn-backhome svg {
    width: 24px;
    height: 24px;
  }
}

.btn-search svg {
  font-size: 22px;
  vertical-align: middle;
}

@media only screen and (max-width: 931px) {
  .btn-search {
    float: left;
    margin: 0;
    font-size: 12px;
  }

  .btn-search svg {
    width: 15px;
    height: 15px;
    margin-left: 0px;
  }
}

.btn-inquiry {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
}

.btn-inquiry > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-inquiry .dialog-box {
  position: relative;
}

.btn-inquiry .dialog-box svg {
  font-size: 28px;
  margin-left: 20px;
  vertical-align: middle;
}

.btn-inquiry .dialog-box span.count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #737373;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.9;
}

.btn-inquiry span.label {
  margin-left: 12px;
}

@media only screen and (max-width: 931px) {
  .btn-inquiry span.label {
    display: none;
  }
}

@media only screen and (max-width: 1501px) {
  .btn-inquiry svg {
    width: 27px;
    height: 27px;
  }
}

@media only screen and (max-width: 931px) {
  header.scroll-hide .btn-inquiry {
    opacity: 0;
  }
}

/*----------------------------------------------------
Search and Inquiry List Btn
----------------------------------------------------*/
.lang-menu {
  width: 50px;
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 12px;
}

.lang-menu .flag {
  margin-right: 7px;
  width: 20px;
}

.lang-menu .flag img {
  width: 100%;
}

.lang-menu div {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lang-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.lang-menu ul li {
  color: #3880c8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
}

.lang-menu ul li a {
  color: #2d2d2d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lang-menu ul li:hover {
  cursor: pointer;
  color: #3880c8;
  background: white;
}

/*----------------------------------------------------
 Search
----------------------------------------------------*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(56, 128, 200, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

#search svg {
  pointer-events: none;
}

#search.open {
  opacity: 1;
  z-index: 9999;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin-top: -51px;
  line-height: 1.5;
}

#search input[type="search"]:focus {
  background: transparent;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search input[type="search"]:focus:-moz-placeholder,
#search input[type="search"]:focus:-ms-input-placeholder,
#search input[type="search"]:focus:-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#search input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  #search input[type="search"] {
    font-size: 24px;
  }
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/*----------------------------------------------------
Department switch
----------------------------------------------------*/
.department {
  font-size: 16px;
  font-weight: 300;
}

.department a {
  color: #fff;
}

.department a svg {
  float: right;
}

.department-switch {
  color: #fff;
  border-top: 1px solid #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

.department-switch ul {
  list-style: none;
  padding: 0;
}

#language-prompt {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #eae9e9;
  -webkit-box-shadow: rgba(4, 4, 4, 0.15) 4px 3px 20px 1px;
  box-shadow: rgba(4, 4, 4, 0.15) 4px 3px 20px 1px;
  position: fixed;
  top: 0;
  right: 0;
  margin: 70px;
  width: 400px;
  z-index: 999;
}

#language-prompt a,
#language-prompt #acceptbutton,
#language-prompt #declinebutton {
  color: #428bca;
  cursor: pointer;
}

#language-prompt #declinebutton {
  cursor: pointer;
  color: #c5c5c5;
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px;
}

/*----------------------------------------------------
 Print Default
----------------------------------------------------*/
.header-print {
  display: none;
  width: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  padding-top: 10.8%;
  position: initial !important;
  height: auto;
  border-bottom: 0;
  margin-bottom: 20px;
}

.footer-print {
  display: none;
  width: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  padding-top: 10.8%;
  position: initial !important;
  height: auto;
}

/* --------------------------------
FOOTER STYLE
-------------------------------- */
footer {
  background: #fff;
  color: #a2a2a2;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-size: 13px;
  font-weight: 300;
}

footer .block-wrap {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #e6e5e5 1px solid;
  padding-bottom: 10px;
}

footer h6 {
  color: #000;
  text-transform: uppercase;
}

footer a {
  color: #a2a2a2;
}

footer a:hover {
  color: #000;
}

footer .footer-nav {
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}

footer .footer-nav[data-rowtype="departments"] a {
  position: relative;
  padding-left: 15px;
}

footer .footer-nav[data-rowtype="departments"] li a::before {
  content: " ";
  left: 0px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  display: inline;
  position: absolute;
  z-index: 9999;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(1) a:hover {
  color: #d31d1a;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(1) a::before {
  background: #d31d1a;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(3) a:hover {
  color: #ffcc00;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(3) a::before {
  background: #ffcc00;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(2) a:hover {
  color: #619ad1;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(2) a::before {
  background: #619ad1;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(4) a:hover {
  color: #509e45;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(4) a::before {
  background: #509e45;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(5) a:hover {
  color: #656565;
}

footer .footer-nav[data-rowtype="departments"] li:nth-child(5) a::before {
  background: #656565;
}

footer .contact-methods {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  list-style: none;
}

footer .contact-methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .contact-methods li .contact-icon {
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 2.5;
  margin-right: 10px;
}

footer .contact-methods li .contact-icon svg {
  width: 2.6em;
  height: 2.6em;
  vertical-align: middle;
  color: #7c7c7c;
}

footer .contact-methods li .contact-info {
  line-height: 170%;
}

@media only screen and (max-width: 931px) {
  footer .block-wrap {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .footer-block.mobilehide {
    display: none;
  }
}

.footer .container {
  max-width: 1200px;
}

.footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

.copyright .mis-page-link {
  display: inline;
}

.copyright .mis-page-link a {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .copyright .mis-page-link {
    display: block;
  }

  .copyright .mis-page-link a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .footer .wrap .copyright {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
  }
  .footer .wrap .footer-social {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    order: 0;
  }
}

.copyright .web-credit {
  color: #fff;
  opacity: 0.6;
  margin-left: 15px;
}

.footer-info {
  background: #3880c8;
  padding-top: 20px;
  font-size: 12px;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
}

.footer-info .container {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .footer-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-info .family-site {
  list-style: none;
  margin: 0;
  min-width: 48%;
}

.footer-info .family-site a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .footer-info .family-site,
  .footer-info ul.footer-social {
    margin: 10px;
  }
}

.contact-detail {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-detail > div {
  padding-left: 10px;
  padding-right: 10px;
}

ul.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.12em;
}

ul.footer-social li a {
  color: #000;
  margin: 0 auto;
}

ul.footer-social li img {
  width: 22px;
  margin-left: 10px;
  vertical-align: baseline;
}

ul.footer-social li img.dun {
  width: 45px;
}

ul.footer-social li .social-info {
  font-size: 12px;
  line-height: 1.2;
}

ul.footer-social li .icon-youtube {
  color: #ff0000;
}

ul.footer-social li .icon-facebook {
  color: #4267b2;
}

/* --------------------------------------------------
5 - PAGES
-------------------------------------------------- */
.intro-main {
  flex: 1;
  min-width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.intro-main:before {
  background-color: transparent;
}

@media only screen and (max-width: 931px) {
  .intro-main:before {
    background-color: #fff;
    background-image: url("../images/intro/mobile_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
}

.intro-main .intro-container {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  z-index: 2;
}

body {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin: 0;
}

.intro-container .wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

@media only screen and (max-width: 931px) {
  .intro-container .wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.intro-container .wrap .left-caption {
  font-size: 60px;
  color: #90c31f;
  min-height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100vw - 450px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ffffff;
  /* background-image: url("../images/intro/pc_bg.png"); */
  background-position: right top;
  background-size: auto, 100%;
  background-repeat: no-repeat;
}

.intro-container .wrap .left-caption div,
.intro-container .wrap .left-caption p {
  display: none;
}

@media only screen and (max-width: 1501px) {
  .intro-container .wrap .left-caption {
    background-size: auto;
  }
}

@media only screen and (max-width: 931px) {
  .intro-container .wrap .left-caption {
    min-height: 60px;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    background-color: #005bbc;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#005bbc),
      color-stop(50%, #29abe2)
    );
    background-image: -o-linear-gradient(#005bbc 0%, #29abe2 50%);
    background-image: linear-gradient(#005bbc 0%, #29abe2 50%);
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
  }

  .intro-container .wrap .left-caption div {
    display: block;
  }

  .intro-container .wrap .left-caption p {
    display: block;
    font-size: 34px;
    letter-spacing: 0.1rem;
    margin: 0;
    line-height: 30px;
  }
}

.logo_w {
  display: block;
  position: relative;
  z-index: 9;
}

.logo_w a {
  display: inline-block;
  position: absolute;
  top: 5vh;
  left: 5vw;
}

.logo_w a svg {
  color: #fff;
  width: 183px;
  height: 183px;
}

@media only screen and (max-width: 931px) {
  .logo_w {
    display: none;
  }
}

/*--------------------
Menu
--------------------*/
.intro-content {
  overflow-x: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.intro-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.intro-header .logo-box {
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.intro-header .logo-box > img {
  max-width: 100%;
  height: auto;
}

.intro-header .search-content {
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
}

.intro-header .footer-pc-search {
  border: 2px solid #026eba;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}

.intro-header .slogan {
  font-size: 1rem;
  color: #026eba;
}

.intro-header .footer-pc-search input {
  background-color: transparent;
  border: 0;
  box-shadow: 0;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 18px;
}

.intro-header .footer-pc-search input:focus {
  border: 0;
  outline: none;
}

.intro-header .footer-pc-search button {
  border: 0;
  background-color: transparent;
}

.intro-header .footer-pc-search img {
  width: 25px;
  height: 25px;
}

.intro-header .right-content {
  width: 13%;
  height: 100px;
  overflow: hidden;
  padding: 0 10px;
  text-align: right;
  background-image: url(../images/enter/pc-footer-bird.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.intro-header .right-content > img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 931px) {
  .intro-header {
    display: none;
  }
}

.pc-intro-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pc-intro-col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  height: 100%;
}

.pc-intro-col > a {
  display: block;
  position: relative;
  height: 100%;
}

.pc-intro-col .img-box {
  height: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.pc-intro-col .img-box img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pc-intro-col .text-box {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 1.2rem 8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pc-intro-col .text-box .icon-box {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.pc-intro-col .text-box .icon-box svg {
  width: 100%;
  height: auto;
  max-height: 100px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pc-intro-col .text-box .left-content {
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
  max-width: 82%;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}

.pc-intro-col .text-box .left-content .block-title {
  font-size: 3.6rem;
  letter-spacing: 1px;
  font-weight: 900;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
}

.pc-intro-col .text-box .left-content p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pc-intro-col.powertools_machinery .img-box {
  background-image: url(../images/enter/enter-pc-powertools_machinery.jpg);
  background-position: center center;
}

.pc-intro-col.garden_living .img-box {
  background-image: url(../images/enter/enter-pc-garden_living.jpg);
  background-position: center center;
}

.pc-intro-col.home_healthcare .img-box {
  background-image: url(../images/enter/enter-pc-home_healthcare.jpg);
  background-position: center center;
}

.pc-intro-col.powertools_machinery .text-box {
  background-color: rgba(255, 97, 101, 0.9);
}

.pc-intro-col.garden_living .text-box {
  background-color: rgba(255, 204, 0, 0.9);
}

.pc-intro-col.home_healthcare .text-box {
  background-color: rgba(55, 151, 254, 0.9);
}

.pc-intro-col.powertools_machinery:hover .img-box {
  background-image: none;
}

.pc-intro-col.garden_living:hover .img-box {
  background-image: none;
}

.pc-intro-col.home_healthcare:hover .img-box {
  background-image: none;
}

/* .pc-intro-col:hover .text-box {
  background-color: #fff;
}

.pc-intro-col.powertools_machinery:hover .text-box .left-content .block-title,
.pc-intro-col.powertools_machinery:hover .text-box .left-content p,
.pc-intro-col.powertools_machinery:hover .text-box .icon-box svg {
  color: #ff6165;
}

.pc-intro-col.garden_living:hover .text-box .left-content .block-title,
.pc-intro-col.garden_living:hover .text-box .left-content p,
.pc-intro-col.garden_living:hover .text-box .icon-box svg {
  color: #ffcc00;
}

.pc-intro-col.home_healthcare:hover .text-box .left-content .block-title,
.pc-intro-col.home_healthcare:hover .text-box .left-content p,
.pc-intro-col.home_healthcare:hover .text-box .icon-box svg {
  color: #0597fe;
} */

.pc-intro-col .intro-detail {
  position: absolute;
  z-index: 1;
  list-style: none;
  visibility: hidden;
  top: 25%;
  left: 10px;
}

.pc-intro-col:hover .intro-detail {
  visibility: visible;
}

.pc-intro-col .intro-detail > li {
  position: relative;
  font-size: 2.3rem;
  line-height: 6rem;
  color: #555555;
}

.pc-intro-col .intro-detail > li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -1.8rem;
  top: calc(50% - 0.5rem);
}

.pc-intro-col.powertools_machinery .intro-detail > li::before {
  background-color: #ff6165;
}

.pc-intro-col.garden_living .intro-detail > li::before {
  background-color: #ffcc00;
}

.pc-intro-col.home_healthcare .intro-detail > li::before {
  background-color: #0597fe;
}

@media only screen and (max-width: 1400px) {
  .pc-intro-col .text-box .left-content .block-title {
    font-size: 3.3rem;
    letter-spacing: 1px;
  }
  .pc-intro-col .text-box {
    padding: 4% 1rem;
  }
  .intro-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pc-intro-col.powertools_machinery .img-box {
    background-image: url(../images/enter/enter-mobile-powertools_machinery.jpg);
  }

  .pc-intro-col.garden_living .img-box {
    background-image: url(../images/enter/enter-mobile-garden_living.jpg);
  }

  .pc-intro-col.home_healthcare .img-box {
    background-image: url(../images/enter/enter-mobile-home_healthcare.jpg);
  }
}

@media only screen and (max-width: 1200px) {
  .pc-intro-col .text-box .left-content .block-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  .pc-intro-col .intro-detail > li {
    font-size: 2rem;
    line-height: 4rem;
  }
  .pc-intro-col .text-box {
    padding: 2% 1rem;
  }
}

@media only screen and (max-width: 931px) {
  .pc-intro-wrap {
    display: none;
  }
}

.intro-items {
  margin-top: 3rem;
  max-width: 100vw;
  display: block;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.intro-items .item {
  padding: 2.5rem 0;
  cursor: pointer;
  min-width: 200px;
  height: 300px;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  background: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efefef),
    color-stop(20%, #ffffff)
  );
  background-image: -o-linear-gradient(#efefef 0%, #ffffff 20%);
  background-image: linear-gradient(#efefef 0%, #ffffff 20%);
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

@media only screen and (max-width: 931px) {
  .intro-items .item {
    background: transparent;
    height: auto;
  }
}

.intro-items .item .type_h2 {
  display: block;
  font-size: 16px;
}

.intro-items .item p {
  margin-top: 0;
}

.intro-items .item a {
  display: block;
}

.intro-items .item:first-child {
  background: transparent;
}

.intro-items .left_detail {
  display: none;
  width: calc(100vw - 450px);
  position: absolute;
  left: 0;
  top: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
}

.intro-items .left_detail li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
}

@media only screen and (max-width: 931px) {
  .intro-items .left_detail {
    display: block;
    position: relative;
    width: 100vw;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 3rem;
  }
}

.intro-items .new_powertools_machinery.active .intro-icon svg {
  color: #ff6666;
}

.intro-items .new_powertools_machinery .site-branch,
.intro-items .new_powertools_machinery .intro-icon svg {
  color: #ff6666;
}

.intro-items .new_powertools_machinery.active .site-branch {
  color: #ff6666;
}

.intro-items .new_garden_living.active .intro-icon svg {
  color: #ffcc00;
}

.intro-items .new_garden_living .site-branch,
.intro-items .new_garden_living .intro-icon svg {
  color: #ffcc00;
}

.intro-items .new_garden_living.active .site-branch {
  color: #ffcc00;
}

.intro-items .new_home_healthcare.active .intro-icon svg {
  color: #0099ff;
}

.intro-items .new_home_healthcare .site-branch,
.intro-items .new_home_healthcare .intro-icon svg {
  color: #0099ff;
}

.intro-items .new_home_healthcare.active .site-branch {
  color: #0099ff;
}

.intro-items .item.new_powertools_machinery .type_h2 {
  color: #ff6666;
}

.intro-items .item.new_garden_living .type_h2 {
  color: #ffcc00;
}

.intro-items .item.new_home_healthcare .type_h2 {
  color: #0099ff;
}

.intro-items .item:hover .type_h2 {
  color: #fff;
}

.intro-items .item:hover .left_detail {
  display: block;
  -webkit-box-shadow: -7px 0px 29px rgba(26, 26, 26, 0.2);
  box-shadow: -7px 0px 29px rgba(26, 26, 26, 0.2);
}

.intro-items .item:hover .left_detail li:before {
  content: " · ";
  font-size: 5rem;
  line-height: 15px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 931px) {
  .intro-items .item:hover .left_detail li:before {
    content: " ";
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item:hover {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
}

.intro-items .item.bofore_word {
  height: 0;
  padding: 0;
}

.intro-items .item.bofore_word .left_detail {
  display: block;
  opacity: 1;
  -webkit-box-shadow: -7px 0px 29px rgba(26, 26, 26, 0.2);
  box-shadow: -7px 0px 29px rgba(26, 26, 26, 0.2);
}

.intro-items .item.bofore_word .left_detail:before {
  position: absolute;
  left: 0;
  content: "";
  width: calc(100vw - 450px);
  height: 100%;
  background-image: url(../images/intro/intro_left_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.intro-items .item.bofore_word .left_detail p {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.2rem;
  font-weight: 900;
  opacity: 1;
  position: relative;
  top: 90px;
  left: 10%;
  text-shadow: 0px 0px 20px #005ac8 0.2;
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.bofore_word .left_detail p {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.intro-items .item.bofore_word .left_detail p:before {
  content: " ";
}

@media only screen and (max-width: 931px) {
  .intro-items .item.bofore_word .left_detail {
    display: none;
  }
}

.intro-items .item.new_powertools_machinery:hover {
  background: #ff6666;
}

.intro-items .item.new_powertools_machinery:hover .site-branch,
.intro-items .item.new_powertools_machinery:hover .intro-icon svg,
.intro-items .item.new_powertools_machinery:hover li {
  color: #fff;
}

.intro-items .item.new_powertools_machinery:hover .left_detail {
  background: #ff6666;
  background-image: url(../images/intro/banner_tool.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 500px;
  padding-top: 70px;
  background-size: contain;
  margin: 0;
  padding: 30px 0 0 0;
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_powertools_machinery:hover .left_detail {
    background-image: url();
    padding: 0;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_powertools_machinery:hover .left_detail {
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

.intro-items .item.new_powertools_machinery:hover .left_detail li {
  margin-bottom: 0px;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-size: 18px;
  margin-left: 330px;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 40px 0 0 800px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 1701px) {
  .intro-items .item.new_powertools_machinery:hover .left_detail li {
    margin: 30px 0 0 800px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_powertools_machinery:hover .left_detail li {
    margin: 40px 0 0 30%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_powertools_machinery:hover .left_detail li {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
}

.intro-items .item.new_garden_living:hover {
  background: #ffcc00;
}

.intro-items .item.new_garden_living:hover .site-branch,
.intro-items .item.new_garden_living:hover .intro-icon svg,
.intro-items .item.new_garden_living:hover li {
  color: #fff;
}

.intro-items .item.new_garden_living:hover .left_detail {
  background: #ffcc00;
  background-image: url(../images/intro/banner_family.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 500px;
  padding-top: 70px;
  background-size: contain;
  margin: 0;
  padding: 30px 0 0 0;
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_garden_living:hover .left_detail {
    background-image: url();
    padding: 0;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_garden_living:hover .left_detail {
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

.intro-items .item.new_garden_living:hover .left_detail li {
  margin-bottom: 0px;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-size: 18px;
  margin-left: 330px;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 40px 0 0 800px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 1701px) {
  .intro-items .item.new_garden_living:hover .left_detail li {
    margin: 30px 0 0 800px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_garden_living:hover .left_detail li {
    margin: 40px 0 0 30%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_garden_living:hover .left_detail li {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
}

.intro-items .item.new_home_healthcare:hover {
  background: #0099ff;
}

.intro-items .item.new_home_healthcare:hover .site-branch,
.intro-items .item.new_home_healthcare:hover .intro-icon svg,
.intro-items .item.new_home_healthcare:hover li {
  color: #fff;
}

.intro-items .item.new_home_healthcare:hover .left_detail {
  background: #0099ff;
  background-image: url(../images/intro/banner_life.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 500px;
  padding-top: 70px;
  background-size: contain;
  margin: 0;
  padding: 30px 0 0 0;
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_home_healthcare:hover .left_detail {
    background-image: url();
    padding: 0;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_home_healthcare:hover .left_detail {
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

.intro-items .item.new_home_healthcare:hover .left_detail li {
  margin-bottom: 0px;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-size: 18px;
  margin-left: 330px;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 40px 0 0 800px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 1701px) {
  .intro-items .item.new_home_healthcare:hover .left_detail li {
    margin: 30px 0 0 800px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1501px) {
  .intro-items .item.new_home_healthcare:hover .left_detail li {
    margin: 40px 0 0 30%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 931px) {
  .intro-items .item.new_home_healthcare:hover .left_detail li {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
}

.intro-items .item .new_powertools_machinery:hover .intro-icon svg,
.intro-items .item .new_garden_living:hover .intro-icon svg,
.intro-items .item .new_home_healthcare:hover .intro-icon svg {
  color: #fff;
}

@media only screen and (max-width: 931px) {
  .intro-items .item {
    padding: 0 10vw;
    text-align: left;
  }

  .intro-items .item .type_h2 {
    display: none;
  }

  .intro-items .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 0 auto;
    padding: 10px 20px;
    width: 340px;
  }

  .intro-items .item p {
    margin: 0;
    margin-top: 7px;
    font-size: 11px;
    color: #a2a2a2;
    line-height: 0.4rem;
    display: block;
  }

  .intro-items .item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 767px) {
  .intro-items .item {
    padding: 0;
  }
}

.intro-items .intro-icon svg {
  width: 110px;
  height: 140px;
  opacity: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 931px) {
  .intro-items .intro-icon {
    margin-right: 10vw;
  }

  .intro-items .intro-icon svg {
    margin-top: 20px;
    width: 75px;
    height: 100px;
  }
}

.intro-items .site-branch {
  font-size: 25px;
  font-weight: 900;
}

@media only screen and (max-width: 931px) {
  .intro-items .site-branch {
    font-size: 20px;
    margin-top: 20px;
  }
}

/*--------------------
Search
--------------------*/

.search-bar {
  display: none;
}

@media only screen and (max-width: 931px) {
  .search-bar {
    position: relative;
    width: 90%;
    bottom: 0;
    left: 0;
    margin: 140px 5% 0;
    margin-top: 140px;
    display: block;
  }
}

.search .input-append input {
  padding: 17px 30px;
  border-radius: 10px !important;
  width: 100%;
  max-width: 800px;
  background: white;
  border: 0px;
  font-size: 30px;
  height: 65px;
  outline: 0px;
}

@media only screen and (max-width: 767px) {
  .search .input-append input {
    font-size: 20px;
  }
}

.search .twitter-typeahead #typeahead {
  z-index: 1;
}

.search input::-webkit-input-placeholder {
  color: #999;
  z-index: 1;
}

.search .input-group {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  border: 1px solid #d3d3d3;
  border-radius: 10px !important;
  overflow: hidden;
}

.search .input-group-addon {
  margin: 0;
  padding: 17px 30px;
  border-radius: 0 10px 10px 0 !important;
  height: 65px;
  background: #90c31f;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#96c800),
    color-stop(80%, #64b400)
  );
  background-image: -o-linear-gradient(#96c800 0%, #64b400 80%);
  background-image: linear-gradient(#96c800 0%, #64b400 80%);
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  top: 0px;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  border-left: 2px solid #999;
}

.search .input-group-addon:active {
  outline: 0;
}

@media only screen and (max-width: 931px) {
  .search .input-group-addon {
    font-size: 20px;
  }
}

.search .twitter-typeahead {
  display: block !important;
}

.search .tt-menu {
  background: #fff;
}

.search .twitter-typeahead .tt-input {
  z-index: 0;
}

/*--------------------
Wrapper
--------------------*/
.bird-wrap {
  display: none;
}

@media only screen and (max-width: 931px) {
  .bird-wrap {
    display: block;
    position: absolute;
    top: -164px;
    width: 362px;
    left: calc(50% - 181px);
  }
}

.birdie-layer {
  position: relative;
}

.birdie-layer .birdie-bg {
  height: 208px;
  max-width: 362px;
  margin: 0 auto;
  position: relative;
  background: url(../images/intro_footer_bird.png) no-repeat center;
  background-size: 361px, contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .birdie-layer .birdie-bg {
    display: none;
  }
}

.birdie-layer .birdie-mobile {
  display: none;
  height: 202px;
  max-width: 362px;
  margin: 0 auto;
  position: relative;
  background: url(../images/intro_footer_mobile.png) no-repeat center;
  background-size: 310px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .birdie-layer .birdie-mobile {
    display: block;
  }
}

.birdie-layer img.mask {
  width: 96px;
  position: absolute;
  left: calc(50% - 49px);
  z-index: 2;
  bottom: 46px;
}

@media only screen and (max-width: 480px) {
  .birdie-layer img.mask {
    display: none;
  }
}

.eye-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 0;
  z-index: 2;
  height: 100vh;
  position: absolute;
  bottom: -140px;
  left: 51.8%;
}

@media only screen and (max-width: 480px) {
  .eye-wrap {
    display: none;
  }
}

/*--------------------
Me
--------------------*/
.card {
  height: 100vh;
}

.bird {
  height: 100vh;
  position: relative;
  -webkit-transform: translateZ(40px) rotateY(50px);
  transform: translateZ(40px) rotateY(50px);
}

.bird::before,
.bird::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.bird::after {
  height: 30px;
  top: auto;
  bottom: -15px;
  z-index: -1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-size: 100% 30px;
  border-radius: 100px;
}

.bird .eye,
.bird .eye::before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -39px;
  bottom: 193px;
  z-index: -1;
  background: url(../images/intro_eye.png) no-repeat center;
  background-size: 100%;
  -webkit-transform: translate(50px, 5px);
  -ms-transform: translate(50px, 5px);
  transform: translate(50px, 5px);
}

@media only screen and (max-width: 480px) {
  .bird .eye,
  .bird .eye::before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .bird .eye,
  .bird .eye::before {
    display: none;
  }
}

.bird .eye::before {
  content: "";
  top: -2px;
  left: -7px;
  background: url(../images/intro_eye_right.png) no-repeat center;
  background-size: 100%;
}

@media only screen and (max-width: 480px) {
  .bird .eye::before {
    display: none;
  }
}

/*--------------------
Footer
--------------------*/
.intro-footer {
  background: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efefef),
    color-stop(15%, #ffffff)
  );
  background-image: -o-linear-gradient(#efefef 0%, #ffffff 15%);
  background-image: linear-gradient(#efefef 0%, #ffffff 15%);
}

.intro-footer .contact-info {
  padding: 15px 20px 10px;
  color: #555555;
  font-weight: normal;
  padding-left: 15px;
  width: 100%;
}

.intro-footer .contact-info a,
.intro-footer .contact-info .copyright {
  color: #026eba;
  display: inline;
  line-height: 26px;
  margin-right: 10px;
  font-size: 1.5rem;
}

.intro-footer .contact-info .copyright,
.intro-footer .contact-info .copyright a {
  font-weight: 300;
  font-size: 12px;
}

.intro-footer .contact-info a.footer-phone::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background-image: url(../images/intro/phone-icon.png);
  background-size: contain;
  margin-right: 5px;
}

.intro-footer .contact-info a.footer-email::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background-image: url(../images/intro/mail-icon.png);
  background-size: contain;
  margin-right: 5px;
}

@media only screen and (max-width: 1450px) {
  .intro-footer .contact-info a {
    font-size: 1rem;
  }

  .intro-footer .contact-info .copyright {
    font-size: 0.8rem;
  }

  .intro-footer .contact-info a.footer-phone::before,
  .intro-footer .contact-info a.footer-email::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media only screen and (max-width: 931px) {
  .intro-footer .contact-info .copyright,
  .intro-footer .contact-info .copyright a {
    font-size: 12px;
    color: #a2a2a2;
  }
}

@media only screen and (max-width: 767px) {
  .intro-footer .contact-info .copyright .mis-page-link {
    display: inline-block;
  }
}

.intro-footer .footer-social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.intro-footer .footer-social li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 55%;
  vertical-align: middle;
}

.intro-footer .footer-social li .icon_youtube img {
  width: 44px;
}

.intro-footer .footer-social li .icon_skybe img {
  width: 60px;
}

@media only screen and (max-width: 1501px) {
  .intro-footer .footer-social {
    width: auto;
  }
}

@media only screen and (max-width: 931px) {
  .intro-footer .footer-social {
    justify-content: center;
    width: 100%;
  }
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInBg {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInBg {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 480px) {
  section > .container {
    padding: 0 15px;
  }
}

.section-title {
  text-align: center;
  margin: 50px 0;
}

.section-title h2 {
  font-family: "Segoe UI Black", "微軟正黑體", "Heiti TC";
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.section-title h2 span {
  color: #c0c0c0;
  padding: 0 10px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 18px;
  }
}

/* --------------------------------
Index - Banner
-------------------------------- */
.index-banner {
  position: relative;
}

/* --------------------------------
Index - Product
-------------------------------- */
section.index-hotprod {
  background: #fff;
}

section.index-hotprod h2.section-title {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: -10px;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}

section.index-hotprod h2.section-title div {
  background: #42b1df;
  display: inline;
  width: auto;
  margin: 0 auto;
  padding: 30px 60px;
  border-radius: 40px;
}

@media only screen and (max-width: 931px) {
  section.index-hotprod h2.section-title {
    font-size: initial;
  }

  section.index-hotprod h2.section-title div {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  section.index-hotprod h2.section-title {
    font-size: 12px;
  }

  section.index-hotprod h2.section-title div {
    padding: 15px 30px;
  }
}

section.index-hotprod .container {
  max-width: 1300px;
  padding: 3% 0;
}

.index-prod-list {
  list-style: none;
  padding: 0;
  /* --------------------------------
  Owl-buttons
  -------------------------------- */
}

.index-prod-list .item {
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.index-prod-list .item .prod-block .tag {
  font-size: 12px;
  position: absolute;
  background: #f94c2d;
  border-radius: 5px 5px 5px 0;
  padding: 1px 12px;
  z-index: 1;
  left: 1px;
  line-height: 170%;
  color: #fff;
}

.index-prod-list .item .prod-block .tag:after {
  bottom: -10px;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f94c2d;
}

.index-prod-list .item .prod-block .prod-image {
  text-align: center;
  position: relative;
  height: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-prod-list .item .prod-block .prod-image a {
  display: block;
}

.index-prod-list .item .prod-block .prod-image img {
  max-height: 320px;
  max-width: 100%;
  margin: 0 auto;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-prod-list .item .prod-block .prod-name {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 15px 15px 0px 15px;
  font-size: 16px;
  color: #000;
  height: 59px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-prod-list .item .prod-block:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .index-prod-list .item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.index-prod-list .owl-buttons .owl-prev,
.index-prod-list .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 50%;
  margin: 0px;
  padding: 0px;
  margin-top: -20px;
  background: transparent !important;
  opacity: 1;
  color: #818181;
  font-size: 38px;
  border: 1px solid #5394cc;
  border-radius: 50%;
}

.index-prod-list .owl-buttons .owl-prev i,
.index-prod-list .owl-buttons .owl-next i {
  background: #5394cc;
  position: absolute;
  top: 40%;
  width: 10px;
  height: 1px;
  border-radius: 2.5px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.index-prod-list .owl-buttons .owl-prev {
  left: 0px;
}

.index-prod-list .owl-buttons .owl-prev i {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  left: 9px;
  top: 13px;
}

.index-prod-list .owl-buttons .owl-prev i:first-child {
  -webkit-transform: translate(0, -0.5px) rotate(40deg);
  -ms-transform: translate(0, -0.5px) rotate(40deg);
  transform: translate(0, -0.5px) rotate(40deg);
}

.index-prod-list .owl-buttons .owl-prev i:last-child {
  -webkit-transform: translate(0, 0.5px) rotate(-40deg);
  -ms-transform: translate(0, 0.5px) rotate(-40deg);
  transform: translate(0, 0.5px) rotate(-40deg);
}

@media only screen and (max-width: 767px) {
  .index-prod-list .owl-buttons .owl-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .index-prod-list .owl-buttons .owl-prev {
    left: 6px;
  }
}

.index-prod-list .owl-buttons .owl-next {
  right: 0px;
}

.index-prod-list .owl-buttons .owl-next i {
  right: 9px;
  top: 13px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.index-prod-list .owl-buttons .owl-next i:first-child {
  -webkit-transform: translate(0, 1px) rotate(40deg);
  -ms-transform: translate(0, 1px) rotate(40deg);
  transform: translate(0, 1px) rotate(40deg);
}

.index-prod-list .owl-buttons .owl-next i:last-child {
  -webkit-transform: translate(0, -1px) rotate(-40deg);
  -ms-transform: translate(0, -1px) rotate(-40deg);
  transform: translate(0, -1px) rotate(-40deg);
}

@media only screen and (max-width: 767px) {
  .index-prod-list .owl-buttons .owl-next {
    right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .index-prod-list .owl-buttons .owl-next {
    right: 6px;
  }
}

/* --------------------------------
Index - More Product Category List
-------------------------------- */
.index-more-prod {
  display: none;
}

@media only screen and (max-width: 480px) {
  .index-more-prod {
    display: block;
  }
}

.index-more-prod button {
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
}

.index-more-prod button:focus,
.index-more-prod button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.index-more-prod ul.index-more-prod-list {
  list-style: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.index-more-prod ul.index-more-prod-list li a {
  display: block;
  color: #fff;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.index-more-prod ul.index-more-prod-list li:last-child a {
  border-bottom: 0;
}

/* --------------------------------
Index - About
-------------------------------- */
section.index-about {
  background-image: url("../images/index/about_bg_health.jpg");
  background-size: cover;
  background-repeat: repeat-x;
  overflow: hidden;
  padding: 5% 0;
}

section.index-about .container {
  max-width: 1300px;
}

section.index-about .left-content {
  z-index: 2;
}

section.index-about .right-birdie .index-about-bird {
  padding-top: 85%;
}

section.index-about .right-birdie .index-about-bird img {
  opacity: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section.index-about .right-birdie .index-about-bird {
    padding-top: 300px;
  }
}

section.index-about .right-birdie .index-about-bird:after {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0px;
  right: -10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  section.index-about .right-birdie .index-about-bird:after {
    width: 100%;
    right: 0;
  }
}

section.index-about .title {
  color: #6ecef5;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  margin-right: 0;
}

section.index-about .title span {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

section.index-about .content {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

section.index-about .btn {
  border: 0;
  padding: 2em 4em;
  font-size: 12px;
  border-radius: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1501px) {
  section.index-about .content {
    padding-left: 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 931px) {
  section.index-about .left-content {
    margin: 30px;
    text-align: center;
  }

  section.index-about .left-content .title {
    font-size: 36px;
  }
}

/* --------------------------------
Country Select Language Popout
-------------------------------- */
#countryLangSelect {
  min-width: 600px;
  text-shadow: 0 0 0;
}

@media only screen and (max-width: 767px) {
  #countryLangSelect {
    min-width: 80%;
  }
}

.country-select-wrap .title {
  text-align: center;
  color: #767676 !important;
  margin: 7%;
}

.country-select-wrap .box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .country-select-wrap .box-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.country-select-wrap .box-row .item {
  width: 50%;
  font-size: 18px;
  margin-bottom: 20px;
}

.country-select-wrap .box-row .item > a {
  color: #767676;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .country-select-wrap .box-row .item > a {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.country-select-wrap .box-row .item .flag {
  margin-right: 7px;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .country-select-wrap .box-row .item {
    width: 100%;
  }
}

/* --------------------------------
    About
-------------------------------- */
.about-title {
  color: #42b1df;
  position: relative;
  margin-bottom: 100px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.about-title span {
  color: #0d6fb8;
}

.about-title:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 150px;
  left: calc(50% - 75px);
  bottom: -40px;
}

.about-content {
  max-width: 970px;
  color: #919191;
  margin: 10% auto 18% auto;
  position: relative;
  z-index: 1;
}

.about-content .content-text {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}

.about-bg {
  position: absolute;
  z-index: 0;
  height: 125%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../images/about_bg/about_bg_pc.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 576px) {
  .about-bg {
    background: transparent;
    background-color: #fff;
  }
}

/* --------------------------------
Owl Carousel - for company history
-------------------------------- */
.about-history {
  background: #d9d9d9;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.about-history:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  left: calc(50% - 150px);
  border-color: rgba(255, 255, 255, 0);
  border-bottom: 40px solid #d9d9d9;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.history-title {
  text-align: center;
  position: relative;
  top: -15px;
  color: #919191;
  text-transform: uppercase;
}

.about-history-list {
  list-style: none;
  padding: 0;
}

.about-history-list .item {
  background-color: #fff;
  border-left: 5px solid #d9d9d9;
  border-right: 5px solid #d9d9d9;
  position: relative;
  min-height: 550px;
}

.about-history-list .item .film-style {
  margin: 0 -5px;
  padding: 0 5px;
  background-color: #000;
}

.about-history-list .item .film-style .image {
  padding-top: 3rem;
  background: url("../images/about_bg/film-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.about-history-list .item .film-style h3 {
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
  color: #fff;
}

.about-history-list .item .film-style h3::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 4rem;
  background: url("../images/about_bg/film-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-history-list .item .des-area {
  padding-top: 1.2rem;
}

.about-history-list .item .des-area p {
  margin: 0;
}

@media only screen and (max-width: 1501px) {
  .about-history-list .item {
    min-height: 570px;
  }
}

@media only screen and (max-width: 931px) {
  .about-history-list .item {
    min-height: 530px;
  }
}

.about-history-list .item .image img {
  width: 100%;
  height: auto;
}

.about-history-list .item .year {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #646464;
}

.about-history-list .item .des {
  padding: 0 10px;
  color: #9e9e9e;
  line-height: 1.5;
}

.about-history-list .item .year-color {
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about-history-list .item .year-color.starting {
  background: #ffb90c;
}

.about-history-list .item .year-color.development {
  background: #e30e0a;
}

.about-history-list .item .year-color.outlook {
  background: #157fbd;
}

.about-history-list .item.last {
  background: url("../images/about_history/last.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  -webkit-clip-path: polygon(75% 0%, 97% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
  clip-path: polygon(75% 0%, 97% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
}

.about-history-list .item.last h3 {
  text-align: center;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  color: #fff;
  margin: 0 auto;
}

.about-history-list .owl-buttons {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.about-history-list:hover .owl-buttons {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------
Owl-buttons
-------------------------------- */
.about-history-list .owl-buttons .owl-prev,
.about-history-list .owl-buttons .owl-next {
  padding: 0;
  width: 30px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 50%;
  margin-top: -20px;
  -webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, 0.2));
  opacity: 1;
  position: absolute;
  background: transparent !important;
}

.about-history-list .owl-buttons i {
  position: absolute;
  top: 40%;
  width: 25px;
  height: 5px;
  border-radius: 2.5px;
  background: #fff;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #dadada;
}

.about-history-list .owl-buttons .owl-prev {
  left: 0px;
  top: calc(40%);
}

@media only screen and (max-width: 480px) {
  .about-history-list .owl-buttons .owl-prev {
    left: 0px;
    margin: 0px;
    padding: 0px;
  }
}

.about-history-list .owl-buttons .owl-prev i {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  left: 0;
}

.about-history-list .owl-buttons .owl-prev i:first-child {
  -webkit-transform: translate(0, -1px) rotate(40deg);
  -ms-transform: translate(0, -1px) rotate(40deg);
  transform: translate(0, -1px) rotate(40deg);
}

.about-history-list .owl-buttons .owl-prev i:last-child {
  -webkit-transform: translate(0, 1px) rotate(-40deg);
  -ms-transform: translate(0, 1px) rotate(-40deg);
  transform: translate(0, 1px) rotate(-40deg);
}

.about-history-list .owl-buttons .owl-next {
  right: 0px;
  top: calc(40%);
}

@media only screen and (max-width: 480px) {
  .about-history-list .owl-buttons .owl-next {
    right: 0px;
    margin: 0px;
    padding: 0px;
  }
}

.about-history-list .owl-buttons .owl-next i {
  right: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.about-history-list .owl-buttons .owl-next i:first-child {
  -webkit-transform: translate(0, 1px) rotate(40deg);
  -ms-transform: translate(0, 1px) rotate(40deg);
  transform: translate(0, 1px) rotate(40deg);
}

.about-history-list .owl-buttons .owl-next i:last-child {
  -webkit-transform: translate(0, -1px) rotate(-40deg);
  -ms-transform: translate(0, -1px) rotate(-40deg);
  transform: translate(0, -1px) rotate(-40deg);
}

/* --------------------------------
About Hisory charts instruction
-------------------------------- */
.history-ins {
  font-size: 12px;
  padding-left: 20px;
  color: #7a7c7c;
}

.history-ins .item {
  display: inline-block;
  margin-right: 15px;
}

.history-ins .item:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.history-ins .item:nth-child(1)::before {
  background: #ffb90c;
}

.history-ins .item:nth-child(2)::before {
  background: #e30e0a;
}

.history-ins .item:nth-child(3)::before {
  background: #157fbd;
}

/* --------------------------------
Cotnact
-------------------------------- */
.contact-wrapper {
  padding-top: 5%;
  position: relative;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 70vh;
}

@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding-top: 0;
  }
}

.contact-right-info {
  padding-left: 35px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .contact-right-info {
    padding: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-right-info {
    padding-left: 15px;
    margin-top: 60px;
  }
}

.contact-title {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  color: #3078c0;
  position: relative;
  font-size: 43px;
  font-weight: 900;
  margin-bottom: 50px;
}

.contact-title span {
  color: #30beb8;
}

.contact-title svg {
  height: 0.7em;
  width: 0.9em;
}

@media only screen and (max-width: 767px) {
  .contact-title {
    font-size: 36px;
  }
}

ul.contact-method {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 45px;
  margin-left: 15px;
  border-left: 1px solid #2ccac4;
  padding-bottom: 50px;
}

@media only screen and (max-width: 931px) {
  ul.contact-method {
    padding-left: 0;
    border-left: 0 !important;
    padding-bottom: 150px;
  }
}

ul.contact-method p.intro {
  line-height: 1.5;
  padding: 30px 0;
  color: #919191;
}

@media only screen and (max-width: 767px) {
  ul.contact-method p.intro {
    padding: 0;
  }
}

ul.contact-method li {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-size: 15px;
  color: #919191;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.contact-method li a {
  color: #919191;
}

ul.contact-method span {
  padding-left: 25px;
  line-height: 1.4;
}

ul.contact-method .icon-img {
  width: 40px;
  vertical-align: middle;
  color: #000;
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}

ul.contact-method .icon-img svg {
  width: 2.6em;
  height: 2.6em;
  vertical-align: middle;
  color: #7c7c7c;
}

.contact-bird {
  position: absolute;
  bottom: -41px;
  right: 0;
}

.contact-bird img {
  opacity: 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-bird {
    text-align: center;
    width: 100%;
  }

  .contact-bird img {
    max-width: 90%;
  }
}

.contact-bird:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* --------------------------------
Q and A
-------------------------------- */
.qa-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .qa-wrapper {
    padding-top: 15px;
  }
}

.qa-header {
  margin-bottom: 30px;
  padding: 20px 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(10%, #3880c8),
    to(#5798e4)
  );
  background-image: -o-linear-gradient(right, #3880c8 10%, #5798e4 100%);
  background-image: linear-gradient(to left, #3880c8 10%, #5798e4 100%);
}

.qa-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.qa-header .title-img {
  width: 30%;
  min-width: 230px;
  max-width: 330px;
}

.qa-header .title-img img {
  width: 100%;
}

.qa-header .dialog {
  width: 450px;
  margin-right: 150px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .qa-header .dialog {
    display: none;
  }
}

.qa-header .dialog .dialog-shape {
  height: auto;
  position: relative;
}

.qa-header .dialog svg {
  width: 100%;
  height: auto;
  color: #5697e3;
}

@media only screen and (max-width: 767px) {
  .qa-header .dialog svg {
    min-height: 130px;
  }
}

.qa-header .dialog .dialog-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  height: auto;
  top: 5px;
  left: 30px;
  padding: 45px;
  z-index: 3;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .qa-header .dialog .dialog-text {
    font-size: 12px;
    padding: 25px;
  }
}

@media only screen and (max-width: 931px) {
  .qa-header {
    margin-bottom: 0;
  }
}

/* --------------------------------
Q A List
-------------------------------- */
.qa-list {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .qa-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.qa-list li.panel {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 9px 0 rgba(226, 223, 223, 0.5);
  box-shadow: 3px 3px 9px 0 rgba(226, 223, 223, 0.5);
}

.qa-list li.panel .panel-heading {
  border-left: 5px solid #fff;
}

.qa-list li.panel .panel-heading:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.qa-list li.panel .panel-heading.active:before {
  background: #4990e2;
}

.qa-list li.panel .panel-heading a {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .qa-list li.panel .panel-heading a {
    font-size: 14px;
    padding: 15px;
  }
}

.qa-list li.panel .panel-heading .qa-icon {
  width: 50px;
}

.qa-list li.panel .panel-heading svg {
  color: #4990e2;
  margin-right: 30px;
  font-size: 22px;
}

.qa-list li.panel .panel-body {
  padding: 40px;
  padding-top: 0;
  padding-left: 85px;
  padding-right: 50px;
  line-height: 1.6;
  font-size: 16px;
}

.qa-bird {
  padding-top: 22%;
  background: url(../images/qa/bird.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -140px;
}

@media only screen and (max-width: 931px) {
  .qa-bird {
    display: none;
  }
}

.qa-help-block {
  text-align: right;
  margin-top: 30px;
  color: #9b9b9b;
}

.qa-help-block a {
  color: #42b1df;
}

.error-page {
  text-align: center;
  padding: 9% 0;
}

.error-page .error-image {
  margin: 0 auto;
  position: relative;
}

.error-page .error-image img {
  opacity: 0;
  max-width: 100%;
}

.error-page .error-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.error-page .title {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-weight: bold;
}

/* --------------------------------
Products
-------------------------------- */
.prod-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1501px) {
  .prod-wrapper {
    padding-top: 15px;
  }
}

.prod-header {
  background-image: url("../images/prod-header/bg_health.jpg");
  height: auto;
  max-height: 200px;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-blend-mode: multiply;
  margin-bottom: 30px;
}

.prod-header .inner {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(55%, #3880c8),
    to(transparent)
  );
  background: -o-linear-gradient(left, #3880c8 55%, transparent);
  background: linear-gradient(to right, #3880c8 55%, transparent);
}

.prod-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .prod-header .container {
    bottom: -15px;
  }
}

.prod-header .content {
  min-width: 600px;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .prod-header .content {
    min-width: initial;
    min-width: unset;
  }
}

.prod-header .title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 40px;
  color: #fff;
}

.prod-header .bird {
  height: auto;
  bottom: -1px;
}

.prod-header .bird img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .prod-header .bird {
    width: 32%;
    min-width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .prod-header .bird {
    width: 32%;
  }
}

.prod-category-des {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.prod-dialog {
  position: relative;
}

.prod-dialog .dialog-shape {
  height: auto;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 13px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 13px rgba(0, 0, 0, 0.2));
}

.prod-dialog svg {
  width: 100%;
  height: auto;
  min-height: 130px;
}

@media only screen and (max-width: 767px) {
  .prod-dialog svg {
    min-height: 130px;
  }
}

.prod-dialog .dialog-text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  height: auto;
  left: 30px;
  height: 100%;
  width: 530px;
  padding: 35px;
  z-index: 3;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-dialog .dialog-text > p {
  margin: 0;
}

@media only screen and (max-width: 931px) {
  .prod-dialog .dialog-text {
    font-size: 12px;
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .prod-dialog {
    display: none;
  }
}

@media only screen and (max-width: 931px) {
  .prod-category {
    display: none;
  }
}

.total-count {
  color: #9c9c9c;
  margin-left: 5px;
}

/* --------------------------------
Product-Category List
-------------------------------- */
.prod-category-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: strat;
  -ms-flex-pack: strat;
  justify-content: strat;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .prod-category-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.prod-category-list li {
  width: calc(33.3% - 15px);
  margin: 0 7.5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1701px) {
  .prod-category-list li {
    width: calc(33.3% - 15px);
    margin: 0 7.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 931px) {
  .prod-category-list li {
    width: calc(33.3%);
    margin: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .prod-category-list li {
    width: 50%;
    border: 1px solid #f5f5f8;
    margin: 0;
  }
}

.prod-category-list li .prod-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  border: 1px solid #ececec;
  padding-top: 100%;
}

.prod-category-list li .prod-block .prod-image {
  text-align: center;
  padding: 20px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.prod-category-list li .prod-block .prod-image img {
  width: 74%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prod-category-list li .prod-block .prod-name {
  color: #232323;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: -10px;
}

@media only screen and (max-width: 767px) {
  .prod-category-list li .prod-block .prod-name {
    height: 27px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .prod-category-list li .prod-block .prod-name {
    height: 27px;
    font-size: 12px;
  }
}

.prod-category-list li .prod-block .overlay {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
  background: rgba(30, 112, 208, 0.8);
}

.prod-category-list li .prod-block .overlay svg {
  font-size: 2em;
  color: #fff;
}

.prod-category-list li .prod-block:hover {
  background: #fff;
  border: 1px solid #ddd;
}

.prod-category-list li .prod-block:hover .overlay {
  opacity: 1;
  z-index: 1;
}

/* --------------------------------
Product-List
-------------------------------- */
.prod-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: strat;
  -ms-flex-pack: strat;
  justify-content: strat;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .prod-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.prod-list li {
  width: calc(25% - 15px);
  margin: 7.5px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 9px 0 rgba(226, 223, 223, 0.5);
  box-shadow: 3px 3px 9px 0 rgba(226, 223, 223, 0.5);
}

@media only screen and (max-width: 1701px) {
  .prod-list li {
    width: calc(33.3% - 15px);
  }
}

@media only screen and (max-width: 931px) {
  .prod-list li {
    width: calc(33.3% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .prod-list li {
    width: 50%;
    border: 1px solid #f5f5f8;
    margin: 0;
  }
}

.prod-list li .prod-block {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 100%;
}

.prod-list li .prod-block .prod-image {
  text-align: center;
  padding: 40px 40px 100px 40px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.prod-list li .prod-block .prod-image img {
  max-width: 100%;
  max-height: 220px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prod-list li .prod-block .prod-image a {
  display: block;
  width: 100%;
}

.prod-list li .prod-block .entry-box {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 18px 40px;
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
}

.prod-list li .prod-block .entry-box .prod-code {
  font-size: 12px;
  color: #bbb;
  margin-top: 10px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.prod-list li .prod-block .entry-box .prod-name {
  color: #232323;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: -10px;
}

.prod-list li .prod-block .entry-box .prod-name > a {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media only screen and (max-width: 767px) {
  .prod-list li .prod-block .entry-box .prod-name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .prod-list li .prod-block .entry-box .prod-name {
    font-size: 12px;
  }
}

.prod-list li .prod-block .entry-box .add-to-list {
  display: block;
  right: 10px;
  top: 15px;
  position: absolute;
  padding: 10px;
  background: transparent;
  z-index: 10;
}

.prod-list li .prod-block .entry-box .add-to-list svg {
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  opacity: 0.5;
  -webkit-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

.prod-list li .prod-block .entry-box .add-to-list:active {
  -webkit-box-shadow: inset 0 3px 5px transparent;
  box-shadow: inset 0 3px 5px transparent;
}

.prod-list li .prod-block .entry-box .add-to-list:hover svg {
  opacity: 1;
}

.prod-list li .prod-block:hover {
  -webkit-box-shadow: 2px -1px 12px 4px rgba(226, 223, 223, 0.5);
  box-shadow: 2px -1px 12px 4px rgba(226, 223, 223, 0.5);
}

.prod-list li .prod-block:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.prod-list li .prod-block:hover .entry-box {
  background: #4990e2;
  z-index: 2;
}

.prod-list li .prod-block:hover .entry-box .prod-name a,
.prod-list li .prod-block:hover .entry-box .prod-code {
  color: #fff;
}

/* --------------------------------
Product Detail Page
-------------------------------- */
.prod-detail-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f0f2f5;
  position: relative;
}

.prod-detail-wrapper .container {
  max-width: 1300px;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .prod-detail-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.prod-detail-wrapper .btn-prev-prod,
.prod-detail-wrapper .btn-next-prod {
  position: absolute;
  top: calc(50% - 20px);
  color: #4990e2;
}

.prod-detail-wrapper .btn-prev-prod svg,
.prod-detail-wrapper .btn-next-prod svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 10px;
}

.prod-detail-wrapper .btn-prev-prod {
  left: -100px;
}

.prod-detail-wrapper .btn-next-prod {
  right: -100px;
}

@media only screen and (max-width: 1701px) {
  .prod-detail-wrapper .btn-prev-prod {
    left: -50px;
  }

  .prod-detail-wrapper .btn-next-prod {
    right: -50px;
  }
}

@media only screen and (max-width: 1501px) {
  .prod-detail-wrapper .btn-prev-prod {
    display: none;
  }

  .prod-detail-wrapper .btn-next-prod {
    display: none;
  }
}

.prod-inquiry-wrapper {
  background: transparent;
  padding: 80px 0;
}

.prod-inquiry-wrapper .container {
  max-width: 1300px;
}

@media only screen and (max-width: 931px) {
  .prod-inquiry-wrapper {
    padding: 30px 0;
  }
}

.prod-detail-content {
  position: fixed;
}

.prod-image-action {
  text-align: right;
  padding-bottom: 20px;
}

.prod-detail-content .prod-content {
  min-height: 500px;
}

.prod-detail-content .prod-content .title {
  font-size: 34px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0;
}

.prod-detail-content .prod-content .info {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-size: 14px;
}

.prod-detail-content .prod-content .action {
  margin-top: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .prod-detail-content .prod-content .action .btn-main,
  .prod-detail-content .prod-content .action .btn-white {
    padding: 20px 10px;
  }
}

.prod-detail-content .prod-content .action .btn-print,
.prod-detail-content .prod-content .action .btn-dl {
  font-size: 12px;
  background: transparent;
  padding: 12px 10px;
  margin-left: 5px;
}

.prod-detail-content .prod-content .action .btn-print svg,
.prod-detail-content .prod-content .action .btn-dl svg {
  vertical-align: middle;
  width: 1.7em;
  height: 1.7em;
  color: #696969;
}

.prod-detail-content .prod-content .action .btn-print:focus,
.prod-detail-content .prod-content .action .btn-print:active,
.prod-detail-content .prod-content .action .btn-dl:focus,
.prod-detail-content .prod-content .action .btn-dl:active {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 931px) {
  .prod-detail-content .prod-content .action .btn-print svg,
  .prod-detail-content .prod-content .action .btn-dl svg {
    height: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .prod-detail-content .prod-content .action .btn-print,
  .prod-detail-content .prod-content .action .btn-dl {
    display: none;
  }
}

.prod-detail-content .prod-content .action .btn-dl span {
  display: none;
}

.prod-detail-content .prod-content .action .btn-dl:hover span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.prod-detail-content .prod-content .action .btn-dl svg {
  width: 1.9em;
  height: 1.9em;
}

@media only screen and (max-width: 767px) {
  .prod-detail-content .prod-content {
    min-height: initial;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .prod-detail-content .prod-image {
    padding: 0;
  }
}

.prod-tab {
  margin-top: 30px;
}

#prodSpecTable {
  overflow-x: scroll;
}

#prodSpecTable table {
  margin: 0 auto;
}

#prodSpecTable td,
#prodSpecTable th {
  padding: 10px;
}

/* --------------------------------
Product Detail Inquiry
-------------------------------- */
.inquiry-info {
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
}

.inquiry-info .title {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  position: relative;
  font-size: 36px;
  font-weight: 900;
}

.inquiry-info .title svg {
  height: 0.9em;
  width: 1em;
  margin-left: 10px;
}

.inquiry-info p {
  max-width: 300px;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .inquiry-info {
    max-width: 100%;
  }

  .inquiry-info p {
    max-width: 100%;
  }
}

/* --------------------------------
Shop Recommend
-------------------------------- */
.prod-recommend-wrapper {
  padding: 4% 0;
  background-image: -o-linear-gradient(
    91deg,
    #2f73bf 8%,
    #5299e9 71%,
    #5fa5eb 98%
  );
  background-image: linear-gradient(
    -1deg,
    #2f73bf 8%,
    #5299e9 71%,
    #5fa5eb 98%
  );
}

.prod-recommend {
  ax-width: 1500px;
}

.prod-recommend .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  color: #fff;
  position: relative;
  font-size: 18px;
}

.prod-recommend .title span {
  color: #fff;
}

.recommend-list {
  list-style: none;
  padding: 0;
}

.recommend-list .item {
  text-align: center;
  padding: 20px;
  margin: 8px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.41, 0.72, 0.55, 0.63);
  -o-transition: all 0.2s cubic-bezier(0.41, 0.72, 0.55, 0.63);
  transition: all 0.2s cubic-bezier(0.41, 0.72, 0.55, 0.63);
  padding-top: 95%;
}

.recommend-list .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recommend-list .item .prod-block .prod-image {
  text-align: center;
  position: relative;
  height: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-list .item .prod-block .prod-image img {
  width: 74%;
  height: auto;
}

.recommend-list .item .prod-block .prod-name {
  text-align: center;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  border-radius: 30px;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 2;
  position: relative;
}

.recommend-list .item .prod-block .prod-code {
  font-size: 12px;
  color: #bbb;
}

.recommend-list .item:hover {
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  z-index: 2;
}

.recommend-list .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
  position: absolute;
  color: #818181;
  font-size: 38px;
  top: calc(50%);
  margin: 0px;
  padding: 0px;
}

.recommend-list .owl-controls .owl-buttons .owl-prev {
  left: -35px;
}

@media only screen and (max-width: 767px) {
  .recommend-list .owl-controls .owl-buttons .owl-prev {
    left: 0px;
  }
}

.recommend-list .owl-controls .owl-buttons .owl-next {
  right: -35px;
}

@media only screen and (max-width: 767px) {
  .recommend-list .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
}

.recommend-list .owl-buttons i {
  background: #dedede;
}

/* --------------------------------
Products Comparison
-------------------------------- */
.comparison-title {
  font-size: 24px;
}

table.table-comparison {
  display: block;
  position: relative;
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 50px;
}

table.table-comparison .fix-title {
  position: fixed;
  width: 100%;
  text-align: center;
}

table.table-comparison .image {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

table.table-comparison .image img {
  max-width: 100%;
  max-height: 369px;
}

table.table-comparison .title {
  font-size: 16px;
  text-align: center;
}

table.table-comparison ul {
  padding-left: 20px;
  line-height: 1.4;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
  font-size: 13px;
  color: #8b8e90;
}

table.table-comparison thead tr th {
  min-width: 300px;
  padding: 10px;
}

@media only screen and (max-width: 931px) {
  table.table-comparison thead tr th {
    min-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  table.table-comparison thead tr th {
    min-width: 200px;
  }
}

@media only screen and (max-width: 480px) {
  table.table-comparison thead tr th {
    min-width: 250px;
  }
}

table.table-comparison tbody td {
  vertical-align: top;
  padding: 10px;
}

table.table-comparison .table-fix-des {
  width: 100%;
  background: #ececec;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

table.table-comparison .table-fix-des td {
  padding: 5px;
}

.scroll-bar {
  text-align: right;
  margin-top: 15px;
  float: right;
}

.scroll-bar .scroll {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.comparison-table-print {
  display: none;
}

/* --------------------------------
Member Style
-------------------------------- */
.member-content {
  padding: 20px 0;
}

.member-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #757575;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
}

.member-section-title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 18px;
  color: #757575;
  letter-spacing: 1px;
}

.member-white-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  position: relative;
}

/* --------------------------------
Member Login
-------------------------------- */
#login-box,
#resent-box {
  max-width: 400px;
  margin: 5% auto 0 auto;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 25px;
}

#login-box form {
  padding: 15%;
  position: relative;
}

#login-box .btn {
  margin-top: 5px;
  text-transform: uppercase;
}

#login-box .login-footer {
  text-align: center;
  padding-top: 2rem;
}

#login-box .login-footer a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #f5f5f5;
  color: #444;
  border-radius: 30px;
  font-size: 12px;
}

#login-box .login-footer a:hover,
#login-box .login-footer a:active {
  background-color: #f2f2f2;
}

#password-send-box {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

#password-send-box svg {
  width: 15em;
  height: 15em;
  color: #3880c8;
}

.login-pull > a + a:before {
  padding: 0;
  padding-right: 5px;
  content: "|";
  color: #aaa;
  font-family: fontello;
}

/* --------------------------------
Register
-------------------------------- */
#register-form,
#resend_email {
  margin-top: 40px;
  max-width: 700px;
  margin: 5% auto;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 25px;
}

.member-policy-info {
  background: #efefef;
  padding: 15px;
  font-size: 12px;
  line-height: 150%;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* --------------------------------
Member Register Complete
-------------------------------- */
.register-complete {
  max-width: 900px;
  margin: 0 auto;
  margin: 5% auto;
}

.register-complete .left-img img {
  width: 100%;
  min-width: 250px;
}

.register-complete .dialogue {
  margin-top: 10%;
}

.register-complete .member-title {
  font-family: "montserratextra_bold", "微軟正黑體", "Heiti TC";
  text-align: left;
  text-transform: capitalize;
  font-size: 42px;
  letter-spacing: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .register-complete .member-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .register-complete .member-title {
    font-size: 24px;
  }
}

.register-complete-text {
  text-align: left;
  background: #e9e9e9;
  border-radius: 20px;
  padding: 12%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .register-complete-text {
    padding: 25px;
  }
}

.register-complete-text p {
  margin: 0;
}

.register-complete-text:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -moz-calc(50% - 150px);
  left: -40px;
  border-color: rgba(255, 255, 255, 0);
  border-right: 50px solid #e9e9e9;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;
}

/* --------------------------------
Checkout
-------------------------------- */
.product-img {
  text-align: center;
}

.product-img img {
  width: 100%;
}

.product-img a {
  display: block;
}

.product-title {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  font-weight: bold;
}

.product-quantity {
  height: 50px;
}

.checkout-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a8a8a;
}

.mobile-label {
  display: none;
}

@media only screen and (max-width: 931px) {
  .mobile-label {
    display: inline;
  }
}

/* --------------------------------
Checkout Payment
-------------------------------- */
.content-checkout {
  max-width: 1200px;
  margin: 20px auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 931px) {
  .content-checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.checkout-payment {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 100%;
  flex: 1 2 100%;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  margin-right: 20px;
}

@media only screen and (max-width: 931px) {
  .checkout-payment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-right: 0px;
  }
}

.checkout-cart {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 380px;
}

@media only screen and (max-width: 931px) {
  .checkout-cart {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

table.checkout-payment-method {
  font-size: 14px;
}

table.checkout-payment-method .radio {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

table.checkout-payment-method #payment_cc,
table.checkout-payment-method #payment_vccc,
table.checkout-payment-method #payment_cvs {
  float: none;
}

/* --------------------------------
Totol and shippin block
-------------------------------- */
.cart-list-wrap {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  position: relative;
}

.order-detail {
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
  margin-top: 50px;
  font-family: 14px;
}

.order-detail-info .form-group {
  margin-bottom: 0;
}

.order-detail-info .control-label {
  text-transform: capitalize;
}

.order-detail-info .control-label,
.order-detail-info .form-control-static {
  font-size: 14px;
  font-family: "montserratlight", "微軟正黑體", "Heiti TC";
}

#print-element {
  position: relative;
}

#print-element .btn-round {
  position: absolute;
  right: 1em;
  bottom: -2em;
}

.cart-total {
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
}

.cart-total .total-item {
  display: block;
  padding-left: 65%;
  margin-bottom: 10px;
}

.cart-total .total-item .left-label {
  display: inline-block;
}

.cart-total .total-item .right-price {
  float: right;
}

@media only screen and (max-width: 767px) {
  .cart-total .total-item {
    padding-left: 0;
  }
}

.cart-total span.price-total {
  font-family: "Segoe UI Black", "微軟正黑體", "Heiti TC";
  color: #3880c8;
  font-size: 28px;
}

/* --------------------------------
Checkout Quantity
-------------------------------- */
.quantity {
  font-family: "Lato", "微軟正黑體", "Heiti TC";
}

.quantity .qty {
  text-align: center;
  background: transparent;
  color: #757575;
  font-size: 24px;
  width: 40px;
  border: 0;
}

.quantity .minus,
.quantity .plus {
  display: inline-block;
  color: #757575;
  font-size: 20px;
  border-radius: 50%;
}

/* --------------------------------
Mini Cart
-------------------------------- */
.slide-cart {
  background: #ececec;
  min-width: 300px !important;
}

@media only screen and (max-width: 480px) {
  .slide-cart {
    min-width: 100% !important;
  }
}

.slide-cart .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.slide-cart .cart-title h4 {
  color: #3880c8;
  background: #f7f7f7;
  padding: 30px;
  margin: 0;
  height: 77px;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.slide-cart .cart-title .close {
  width: 77px;
  height: 77px;
  background: #2ccac4;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 18px;
  opacity: 1;
}

.slide-cart .cart-title .close svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  color: #fff;
  fill: #fff;
}

.slide-cart .subtotal {
  background: #e4e4e4;
  color: #797979;
  letter-spacing: 3px;
}

.slide-cart .subtotal .price {
  font-family: "Segoe UI Black", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
  font-size: 16px;
  color: #baa371;
  float: right;
}

.slide-cart .subtotal .price:before {
  content: "$";
}

.slide-cart .subtotal .mini-cart-info {
  margin: 25px;
}

.slide-cart .action {
  padding: 15px 25px;
  margin-bottom: 50px;
}

.slide-cart .space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mini-cart {
  padding: 0;
}

.mini-cart .thumb {
  float: left;
  background: #fff;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.mini-cart .thumb img {
  max-width: 100%;
  max-height: 100px;
  padding: 10px;
  margin: 0 auto;
}

.mini-cart .details {
  padding-top: 20px;
}

.mini-cart .details .title {
  font: 14px "Lato", "微軟正黑體", "Heiti TC";
  margin: 0 0 5px 0;
  padding-right: 30px;
}

.mini-cart .details .title a {
  color: #3880c8;
}

.mini-cart .details .code {
  line-height: 13px;
  display: block;
  color: #b1b1b1;
}

.mini-cart .details .quantity {
  display: block;
  color: #989898;
  font-family: "Lato", "微軟正黑體", "Heiti TC";
}

.mini-cart .details .comparison label {
  color: #b1b1b1;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
}

.mini-cart .details .delete {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
}

.mini-cart .details .delete svg {
  width: 25px;
  height: 25px;
  color: #cecdcd;
}

.mini-cart .details .delete:hover svg {
  color: #3880c8;
}

.mini-cart .item {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.mini-cart .item:before {
  content: " ";
  display: table;
}

.mini-cart .item:after {
  content: " ";
  display: table;
  clear: both;
}

@media print {
  body {
    color: #000000 !important;
    min-height: auto;
  }

  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-print-color-adjust: exact !important;
  }

  .copyright,
  .breadcrumb,
  .prod-inquiry-wrapper,
  .prod-recommend-wrapper,
  .member-tab,
  #search,
  .btn-prev-prod,
  .btn-next-prod {
    display: none;
  }

  .prod-detail-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
  }

  .header-print {
    display: block;
  }

  .footer-print {
    display: block;
  }

  header {
    position: initial !important;
    height: auto;
    border-bottom: 0;
    padding: 0;
  }

  header .nav,
  header .header-controls {
    display: none;
  }

  .footer > .container {
    display: none;
  }

  .header-print {
    display: block;
  }

  main {
    min-height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .prod-detail-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product-img img {
    width: 80%;
  }

  a[href]:after {
    content: none !important;
  }

  #print-element {
    overflow: hidden !important;
  }

  #prodSpecTable td,
  #prodSpecTable th {
    padding: 5px;
  }

  .product-img * {
    width: 100px;
  }

  .product-title {
    font-weight: 100;
    font-size: 13px;
  }

  .order-detail-info .form-control-static {
    font-size: 12px;
    padding-top: 0;
    font-weight: 100;
    padding-top: 7px;
  }

  .order-detail-msg .form-control-static {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 0;
  }

  .form-group {
    margin-bottom: 0;
  }

  .control-label {
    font-size: 12px;
    font-weight: bold;
    width: 33.33333%;
    float: left;
    max-width: 100px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
  }

  .order-detail-msg {
    margin-top: 50px;
    font-size: 12px;
  }

  .prod-image {
    width: 100%;
    overflow: hidden;
  }

  .slider-pro {
    padding-left: 180px !important;
    margin: 0 !important;
  }

  .slider-pro,
  .sp-slide,
  .sp-image-container {
    width: 400px !important;
    height: 400px !important;
  }

  .slider-pro .sp-arrows,
  .sp-slide .sp-arrows,
  .sp-image-container .sp-arrows {
    display: none;
  }

  .sp-image-container img {
    width: 100%;
  }

  .prod-detail-content .prod-content {
    min-height: auto;
    width: 100%;
  }

  .prod-detail-content .prod-content .title {
    font-size: 24px;
    -webkit-print-color-adjust: exact !important;
  }

  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 12px;
  }

  .tab-content > .fade {
    opacity: 1 !important;
  }

  .prod-tab .nav-tabs {
    display: none;
  }

  .prod-tab .tab-title-print {
    border-bottom: 1px solid #ececec;
    display: block;
    font-weight: bold;
  }

  .prod-content .action {
    display: none;
  }

  .btn-link {
    display: none;
  }

  #prodSpecTable {
    display: block !important;
  }

  #prodSpecTable table {
    width: 100%;
    page-break-before: always !important;
    page-break-after: always !important;
  }

  .print-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0.7;
    background: #ddd !important;
    margin-top: 30px;
    padding: 10px 20px;
  }

  .print-footer .logo {
    display: inline-block;
    font-size: 40px;
    margin-right: 15px;
  }

  .print-footer .info {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
  }

  .print-footer .info p {
    margin: 0;
  }

  .print-footer .info p a {
    margin-right: 10px;
  }

  .member-white-block {
    padding: 0;
  }

  #tawkchat-iframe-container {
    display: none !important;
  }

  .scroll-bar {
    display: none;
  }

  .table-comparison {
    font-size: 12px !important;
    overflow-x: visible !important;
  }

  .comparison-table-print {
    display: block;
  }

  .comparison-table-wrap {
    display: none;
  }

  .comparison-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }

  .comparison-row .image {
    width: 150px;
    margin-right: 20px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .comparison-row .image img {
    max-width: 100%;
    max-height: 126px;
  }

  .comparison-row .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }

  .comparison-row .info .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .comparison-row .info .spec-feature {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.4;
    font-size: 13px;
    color: #8b8e90;
    letter-spacing: 0;
  }

  .comparison-row .info .spec-feature > div {
    padding: 0 15px;
    width: 50%;
  }

  .comparison-row .info .spec-feature ul {
    padding-left: 20px;
  }
}

/*====2018 GDPR edit====*/

.contact-text {
  padding-bottom: 10rem;
}

.privacy-scroll {
  overflow-y: scroll;
  height: 400px;
  border-bottom: 2px solid #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fbfbfb;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.privacy-checkbox {
  font-family: "微軟正黑體", "Heiti TC";
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1rem;
}

.cookie-fixtop {
  background-color: #0080bb;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.cookie-fixtop .close .icon {
  color: #fff;
  font-size: 25px;
  margin: 10px;
}

.cookie-fixtop a {
  color: #ffcc00;
}

.cookie-fixtop a:hover,
.cookie-fixtop a:active {
  color: #ffd736;
}

.cookie-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

.login-pull + .login-pull {
  margin-left: 5px;
}

.resend-info {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin-bottom: 4rem;
}

.main-group {
  position: relative;
}

#index-slick-slider .slick-item a,
#index-slick-slider .slick-item a picture {
  display: block;
}

#index-slick-slider .slick-item a img {
  max-width: 100%;
  margin: 0 auto;
}

#index-slick-slider .prev-arrow,
#index-slick-slider .next-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  font-size: 0;
  background: transparent;
  outline: none;
  border: 0; 
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}

#index-slick-slider:hover .prev-arrow,
#index-slick-slider:hover .next-arrow{
  opacity: 1;
}

#index-slick-slider .prev-arrow {
  left: 5px;
  top: calc(50% - 25px);
}

#index-slick-slider .next-arrow {
  right: 15px;
  top: calc(50% - 25px);
}

#index-slick-slider .prev-arrow::before,
#index-slick-slider .next-arrow::before {
  font-family: revicons;
  color: #fff;
  display: block;
  text-align: center;
  width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
}

#index-slick-slider .prev-arrow::before {
  content: '\e824';
}

#index-slick-slider .next-arrow::before {
  content: '\e825';
}
