@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated). */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-. */
img {
  border-style: none; }

/**
 * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: 'Arial', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '標楷體', 'DFKai-SB', 'sans-serif';
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE. */
template, [hidden] {
  display: none; }

/* Hidden
 * ========================================================================== */
/*
    * * Add the correct display in IE 10-. 
    把 ul li 的點隱藏搬去個別需要的頁面用 by David
*/
/*ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}*/
ol{
    list-style: none;
    margin: 0;
    padding: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  outline: none; }

body {
  font-size: 14px;
  color: #515151;
  background-color: #ffffff;
  font-family: 'Arial', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '標楷體', 'DFKai-SB', 'sans-serif';
  font-family: 'Arial', '儷黑', 'LiHei', '微軟正黑體', 'Microsoft JhengHei', '標楷體', 'DFKai-SB', 'sans-serif';
  outline: none; }

.cbody {
  width: 100vw;
  overflow: hidden;
  position: relative; }

main {
  margin-top: 52px;
  min-height: calc(100vh - 120px); }
  main.view {
    background-color: #E2E2E2; }
  main.brand {
    min-height: calc(100vh - 265px); }

a:link {
  color: #022A5A;
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform: scale(0.8); }

a:visited {
  color: #022A5A;
  text-decoration: none; }

a:active {
  color: #557499; }

a:hover {
  color: #557499;
  text-decoration: none;
  outline: none; }

.container, .row {
  padding: 0;
  margin: 0 auto; }

* {
  transition: all 0.3s ease; }

.slick {
  transition: none; }

.slick-track {
  transition: none; }

.breadcrumb {
  display: none;
}

@media all and (min-width: 768px) {
    .breadcrumb {
        position: absolute;
        top: 10px;
        display: flex;   /*block -> flex by David*/
        background-color: transparent;      
    }

        .breadcrumb a {
            color: #FFF;
        }

            .breadcrumb a:hover {
                color: #eee;
            }

        .breadcrumb .active {
            color: #FFF;
        }

        .breadcrumb > li + li:before {
            color: #FFF;
            content: ">";
            padding: 0 8px;
        }

    .view .breadcrumb {
        position: relative;
        top: 0;
        margin-bottom: 0;
        padding: 10px 0 8px;
    }

        .view .breadcrumb a {
            color: #022A5A;
        }

            .view .breadcrumb a:hover {
                color: #506C8D;
            }

        .view .breadcrumb .active {
            color: #022A5A;
        }

        .view .breadcrumb > li + li:before {
            color: #022A5A;
        }
}

@media all and (min-width: 992px) {
    .breadcrumb {
        width: 935px;
        margin: 0 auto;
    }

        .breadcrumb.brand {
            width: 1020px;
        }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

#LoadingBar {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  background: #022A5A;
  transition: none; }

.spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: auto;
  animation: sk-rotateplane 1.5s infinite ease-in-out;
  transition: none; }

::selection {
  background: #022A5A;
  color: #fff; }

::-moz-selection {
  background: #022A5A;
  color: #fff; }

/* page */
.pagination_nav {
  text-align: center;
  padding: 2em 0;
  clear: both; }
  .pagination_nav .prev {
    display: inline-block;
    margin-right: 5px; }
  .pagination_nav .next {
    display: inline-block;
    margin-left: 5px; }
  .pagination_nav i.fa {
    color: #AAA;
    font-size: 16px; }
    .pagination_nav i.fa:hover {
      color: #022A5A; }
  .pagination_nav ul {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 110px); }
    .pagination_nav ul a:link {
      color: #FFF;
      text-decoration: none;
      transition: all 0.3s ease-out;
      transform: scale(0.8); }
    .pagination_nav ul a:visited {
      color: #FFF;
      text-decoration: none; }
    .pagination_nav ul a:hover {
      color: #FFF;
      text-decoration: none;
      outline: none; }
    .pagination_nav ul a:active {
      color: #FFF; }
    .pagination_nav ul li {
      background-color: #AAA;
      display: inline-block;
      float: left;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px 5px;
      border-radius: 30px; }
      .pagination_nav ul li.text {
        background-color: transparent;
        border-radius: 0;
        color: #022A5A; }
    .pagination_nav ul li:hover {
      cursor: pointer;
      opacity: 0.8; }
    .pagination_nav ul .active {
      background-color: #2B4055;
      color: #fff; }
  .pagination_nav p {
    margin-top: 10px; }

.contact {
  position: absolute;
  z-index: 900;
  top: 329px;
  right: -275px;
  width: 275px;
  transition: none; }
  .contact.news {
    top: 148px; }
  .contact.index {
    top: 283px; }
  .contact.main {
    top: 75px; }
  .contact .switch {
    position: absolute;
    left: -40px;
    width: 40px;
    height: 160px;
    padding: 20px 12px;
    color: #fff;
    letter-spacing: 4px;
    font-size: 16px;
    background-color: rgba(0, 47, 103, 0.85);
    user-select: none;
    cursor: pointer; }
    .contact .switch img {
      margin: 15px 5px 0;
      transition: all 0.3s ease; }
  .contact .switch:hover {
    filter: brightness(120%); }
    .contact .form {
        padding: 20px 10px 10px; /*20px 20px 20px -> 20px 10px 10px */
        background-color: #EEEEEE;
    }

    .contact .form input {
        width: 100%;
        border: 1px solid #D4D4D4;
        padding: 5px;
        background-color: white; /*transparent -> white by David*/
        font-family: 'Arial', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '標楷體', 'DFKai-SB', 'sans-serif';
    }

        .contact .form input:focus {
            border-color: #969696;
        }

        .contact .form input[type="radio"] {
            /*vertical-align: middle;*/  /*By David*/
            width: auto;
        }

        .contact .form input[type="submit"] {
            float: right;
            width: 127px;
            height: 35px;
        }

    .contact .form .value {
        vertical-align: middle;
    }

    .contact .form textarea {
        width: 100%;
        border: 1px solid #D4D4D4;
        padding: 5px;
        background-color: white; /*transparent -> white by David*/
        font-family: 'Arial', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '標楷體', 'DFKai-SB', 'sans-serif';
        resize: none;
    }
        .contact .form textarea:focus {
            border-color: #969696;
        }

    .contact .form .row.table {
      display: table;
      width: 100%;
      margin: 0; }
      .contact .form .row.table .tr {
        width: 100%;
        display: table-row;
        padding: 0; }
      .contact .form .row.table .td {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        table-layout: fixed; }
      .contact .form .row.table .td.con {
        vertical-align: top; }
      .contact .form .row.table .td.submit {
        float: right; }
      .contact .form .row.table .td:first-child {
        width: 68px; }
      .contact .form .row.table .td:last-child {
        width: 71%; }
        .contact .form .row.table .td:last-child .td span.small {
          font-size: 12px;
          font-weight: normal; }
    .contact .form .row.table.tel {
      border-top: 1px solid #C8C8C8;
      margin: 10px 0 0;
      padding: 10px 0 0;
      text-align: center; }
      .contact .form .row.table.tel .td {
        width: 100%;
        display: table; }
      .contact .form .row.table.tel h1, .contact .form .row.table.tel h2 {
        color: #909090;
        font-weight: bold;
        margin: 0; }
      .contact .form .row.table.tel h1 {
        font-size: 16px; }
      .contact .form .row.table.tel h2 {
        font-size: 14px;
        line-height: 20px; }
      .contact .form .row.table.tel a:link {
        color: #909090;
        text-decoration: none;
        transition: all 0.3s ease-out;
        transform: scale(0.8); }
      .contact .form .row.table.tel a:visited {
        color: #909090;
        text-decoration: none; }
      .contact .form .row.table.tel a:active {
        color: #606060; }
      .contact .form .row.table.tel a:hover {
        color: #606060;
        text-decoration: none;
        outline: none; }

.scrollBottom {
  position: fixed;
  z-index: 950;
  bottom: 5px;
  right: 15px;
  width: 32px;
  cursor: pointer;
  display: none;
  transition: margin-bottom 0.3s ease; }

@media all and (min-width: 768px) {
    .cbody {
        width: auto;
    }

    main {
        margin-top: 76px;       
    }

    .contact {
        position: fixed;
        top: 153px;
    }

    #newsBlock.inPage .pagination_nav ul, .pagination_nav ul {
        width: auto;
    }
}

header.brand {
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 1000; }
  header.brand .container {
    padding: 10px; }
  header.brand .logo {
    float: left;
    height: 32px;
    padding-right: 0; }
    header.brand .logo img {
      height: 100%; }
  header.brand .logo.brand {
    float: right;
    padding-left: 10px;
    padding-right: 45px; }
  header.brand .colorLine {
    width: 100%;
    height: 10px; }

header {
  position: fixed;
  width: 100%;
  height: 58px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.3);
  /*hamburger*/
  /*menu*/ }
  header .container {
    padding: 10px; }
  header .logo {
    float: left;
    height: 32px;
    padding-right: 10px; }
    header .logo img {
      height: 100%; }
  header .fb {
    float: right;
    padding-right: 45px; }
  header #hamburger {
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
    height: 18px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 18px; }
  header #hamburger span {
    background: #333 none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 100%; }
  header #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center; }
  header #hamburger span:nth-child(2) {
    top: 6px;
    transform-origin: left center; }
  header #hamburger span:nth-child(3) {
    top: 12px;
    transform-origin: left center; }
  header #hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 3px; }
  header #hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  header #hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    left: 3px; }
  header .navbar-collapse {
    background-color: #36474F; }
  header .nav.navbar-nav {
   /* margin: 0 -15px;*/
    margin-top:35px;
    overflow-y: hidden;
    /*max-height: 90vh;*/
    flex-direction:column;
  }
header .nav.navbar-nav li { text-align:center; padding:8px 0;} /**Amu**/
header .nav.navbar-nav .dropdown-menu li { border-bottom: 1px solid #69767C; padding: 4px 0; }
header .navbar-collapse.show .nav.navbar-nav .dropdown-menu { margin-top: 10px; max-height: 400px; overflow-y:auto; overflow-x:hidden;}
header .navbar-collapse.show .nav.navbar-nav .dropdown-menu .dropdown-item { white-space:normal; line-height:1.3; padding:3px 0; font-size:20px; }
/*header .navbar-collapse .nav.navbar-nav .dropdown-menu .dropdown-item { white-space:nowrap; }*/
header .nav.navbar-nav .dropdown-menu li a { line-height: 1; /*padding: 10px 0;*/ font-size: 16px; }
        header .nav.navbar-nav .dropdown-menu li a:hover {
          background-color: #FFF;
          color: #022A5A; }
  header .nav li {
    border-bottom: 1px solid #4A5A61; }
    header .nav li a {
        position: relative;
        font-size: 1.2em; /*By David   font-size: 1.5em;*/
        line-height: 1.7; /*By David   line-height: 1.3;*/
        text-align: center;
        color: #fff;
    }
      header .nav li a .caret {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 11px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        width: 40px;
        height: 40px; }
  header .dropdown.open {
    background-color: #FFF; }
  header .dropdown-menu {
    padding: 0;
    background-color: #FFF; }
  header .navbar-nav .dropdown-menu {
    background-color: #4A5A61; }
  header .navbar-nav.open .dropdown-menu {
    background-color: #4A5A61; }
  header .nav > a, header .nav .open > a:focus, header .nav .open > a:hover {
    background-color: transparent;
    color: #022A5A; }
  header .nav.navbar-nav .dropdown-menu li {
    background-color: #4A5A61;
    color: #FFF; 
  }
  header .nav > li > a:focus, header .nav > li > a:hover {
    background-color: #36474F; }
  header .nav .open > a {
    background-color: #fff;
    color: #022A5A; }
  header .caret::before {
    content: '▾';
    color: #fff;
    font-size: 24px;
    line-height: 28px; }
    header .caret::before .caret {
      display: inline-block;
      text-align: center;
      float: right;
      width: 50px;
      height: 30px;
      background: #111;
      border: 0;
      margin-right: -10px;
      border-radius: 30px;
      margin-top: -5px; }
    header .caret::before .dropdown-menu {
      position: relative;
      width: 100%;
      background: transparent; }
    header .caret::before .dropdown-menu > li > a {
      color: #9d9d9d; }
  header .dropdown-menu {
    transition: none; }
  header .dropdown.open .caret::before {
    color: #022A5A; }

@media all and (min-width: 768px) {
  header {
    height: 80px; }
    header.brand {
      height: 76px; }
      header.brand .logo {
        height: 50px;
        padding-right: 10px; }
        header.brand .logo.brand {
          padding-right: 0; }
    header #hamburger {
      display: none; }
    header .fb {
      padding: 10px 0 10px 0; }
    header .logo {
      height: 53px;
      padding-top: 5px; }
    header .nav.navbar-nav {
        overflow-y: visible;
        max-height: 90vh;
        flex-direction: row;
        margin: 0 auto; /*menu 縮小時比較不會往下擠 Add by David */
        justify-content: center; /*menu縮小時比較不會往下擠 Add by David */
    }
    header .navbar-collapse {
      background-color: transparent; }
    header .navbar-collapse.collapse {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 27px 5% 27px 15%;
      width: 566px; 
      display:block!important;
    }
    header .navbar-nav {
      width: 565px;
      text-align: center;
      float: none;
      font-size: 0;
      margin: 0 auto;
      
    }
    header .nav li {
      position: relative;
      border-bottom: none;
      display: inline-block;
      float: none;
      font-size: 15px;
      padding: 0 10px; }
      header .nav li:after {
        position: absolute;
        content: ' ';
        border-right: 1px solid #6E83AB;
        height: 60%;
        right: 0;
        top: 20%;
        bottom: 20%; }
      header .nav li:last-child:after {
        border-right: 0; }
        header .nav li a {
            color: #2F2F2E;
            display: inline-block;
            padding: 0;
            letter-spacing: 1px;
            font-size: 1.2em;
            line-height: 1; /*Add by David*/
            width: 100%;
        }
      header .nav li a:hover {
        background-color: transparent;
        color: #6E83AB; }
    header .nav li a .caret {
      display: none; }
    header .navbar-nav .dropdown-menu {
      position: absolute;
      min-width: initial;
      top: 53px;
      background-color: #E2E2E2;
      border: 0;
      width:200px; left:-50px; box-shadow:0px 0px 10px #777;
      /*max-width: 100%;*/ }
      header .navbar-nav .dropdown-menu:before {
        position: absolute;
        content: '▲';
        top: -21px;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        font-size: 20px;
        color: #E2E2E2; }
    header .nav.navbar-nav .dropdown-menu li {
      border-bottom: 0;
      width: 100%;
      text-align: center;
      background-color: #E2E2E2;
      padding: 0; }
      header .nav.navbar-nav .dropdown-menu li a {
        border-bottom: 1px solid #CCCCCC;
        padding: 7px 0 10px 0;
        outline: none;
        width: 100%;
        white-space: initial;
        letter-spacing: 0.9px; }
        header .nav.navbar-nav .dropdown-menu li a:hover {
          background-color: transparent;
          color: #022A5A;
          text-shadow: 0px 2px #ccc; }
      header .nav.navbar-nav .dropdown-menu li:last-child a {
        border-bottom: 0; }
      header .nav.navbar-nav .dropdown-menu li:after {
        border-right: 0; }
  header .nav > li > a:focus, header .nav > li > a:hover {
    background-color: transparent; } }

@media all and (min-width: 992px) {
  header .nav li a {
    font-size: 1.3em; }
    header .nav.navbar-nav {
        margin: 0 auto;
        justify-content: center; /* 導覽列內容水平置中 David */
    }
  header .navbar-collapse.collapse {
    margin: 27px auto; } }

#indexBanner {
  position: relative; }

#particles-js {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  height: 90%; }

#slick-topBanner {
  height: 230px; }
  #slick-topBanner .slick-list {
    height: 100%; }
    #slick-topBanner .slick-list .slick-track {
      height: 100%; }
      #slick-topBanner .slick-list .slick-track img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  #slick-topBanner .slick-dots {
    bottom: 10px; }
    #slick-topBanner .slick-dots li button:before {
      color: #fff;
      opacity: 1;
      font-size: 12px; }
    #slick-topBanner .slick-dots li.slick-active button:before {
      color: #022A5A; }
  #slick-topBanner.slick-dotted.slick-slider {
    margin-bottom: 0; }

.unit {
  background-size: cover;
  background-position: center center;
  padding-top: 1.5em; }

.unit-title {
  font-size: 2.1em;
  color: #022A5A;
  text-align: center;
  text-transform: uppercase;
  margin: 0.3em 0; }
  .unit-title-ch {
    font-size: 1.3em;
    font-weight: 700; }
  .unit-title-white {
    color: #FFF; }

#cooperation {
  background-image: url("../image/bg-cooperation.jpg");
  background-position: top left; }

#slick-cooperation {
  width: 65%;
  margin: 40px auto 50px; }
  #slick-cooperation .slick-prev, #slick-cooperation .slick-next {
    height: 120px; }
  #slick-cooperation .slick-prev:before, #slick-cooperation .slick-next:before {
    color: #022A5A; }
  #slick-cooperation .slick-next:before {
    content: url("../image/brandArrow.svg");
    display: inline-block; }
  #slick-cooperation .slick-prev:before {
    content: url("../image/brandArrow.svg");
    transform: scaleX(-1);
    filter: FlipH;
    display: inline-block; }

.slick-brand-block {
  width: 100px;
  height: 100px;
  margin: 5px auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 5px 2px rgba(150, 150, 150, 0.55); }
  .slick-brand-block img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .slick-brand-block:hover {
    box-shadow: 0px 0px 8px 5px rgba(150, 150, 150, 0.5); }

#stories {
  background-color: #e2e2e2;
  background-image: url("../image/bg-stories.png");
  background-attachment: fixed; }
  #stories .bgBlock {
    position: relative; 
  }
    #stories .bgBlock .grayBg {
      display: none;
      position: absolute;
      content: '';
      top: 24%;
      bottom: 15%;
      left: 0;
      width: 100%;
      height: 52%;
      background-color: #BBB9BA; }

#slick-stories {
  width: 85%;
  margin: 30px auto; 
}
#slick-stories .slick-track a { display: block;  padding-bottom: 50px; }
#slick-stories .stories-block { position: relative; margin: 3em 0; height: 220px; margin-bottom:250px; }
    #slick-stories .stories-block .no {
      position: absolute;
      font-size: 3em; }
      #slick-stories .stories-block .no-bottom {
        color: #022A5A;
        top: -30px;
        left: 20px; }
      #slick-stories .stories-block .no-top {
        top: -30px; }
    #slick-stories .stories-block:after {
      position: absolute;
      content: '';
      top: 15%;
      bottom: 15%;
      left: -10%;
      width: 120%;
      height: 70%;
      background-color: #BBB9BA; }
    #slick-stories .stories-block .stories-info {
      position: relative;
      z-index: 10;
      width: 100%;
      color: #FFF;
      padding: 40px 20px 20px 20px;
      overflow: hidden;
      background-color: #002F67; }
      #slick-stories .stories-block .stories-info h3 {
        font-size: 1em; }
      #slick-stories .stories-block .stories-info h2 {
        font-size: 1.15em;
        margin-top: 0.5em;
        line-height: 1.3;
        height: 40px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    #slick-stories .stories-block .stories-img {
      position: relative;
      z-index: 10;
      width: 100%; }
      #slick-stories .stories-block .stories-img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.btnCenter {
  text-align: center; }

#newsBlock {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 40px auto;
  background-color: #FFF;
  padding: 35px 20px; }
  #newsBlock ul {
    margin-bottom: 30px; }
    #newsBlock ul li {
      position: relative;
      padding-top: 8px;
      padding-bottom: 15px;
      border-bottom: 1px solid #E2E2E2; }
      #newsBlock ul li .newsInfo {
        width: 85%; }
      #newsBlock ul li .fa {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 10%;
        margin: auto;
        display: flex;
        align-items: center;
        text-align: right;
        color: #022A5A; }
      #newsBlock ul li:hover .fa {
        padding-left: 10px; }

.iconMid {
  font-size: 1.8em; }

#awards {
  position: relative;
  background: url("../image/bg-awards.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 650px;
  top: -105px;
  padding-top: 120px;
  margin-bottom: -105px; }
  #awards .blurBigBlock {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px; }
  #awards .blur {
    background: url("../image/bg-awards.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    filter: blur(50px) brightness(3);
    position: absolute;
    height: 450px;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px; }
  #awards .container {
    padding-top: 25px;
    position: relative; }

#slick-awards {
  width: 200px;
  margin: 0 auto; }
  #slick-awards .slick-prev:before, #slick-awards .slick-next:before {
    color: #FFF; }
  #slick-awards .slick-next {
    right: -40px;
    height: 170px; }
  #slick-awards .slick-next:before {
    content: url("../image/awardsArrow.svg");
    display: inline-block; }
  #slick-awards .slick-prev {
    left: -40px;
    height: 170px; }
  #slick-awards .slick-prev:before {
    content: url("../image/awardsArrow.svg");
    transform: scaleX(-1);
    filter: FlipH;
    display: inline-block; }
  #slick-awards .awardsBlock {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    color: #FFF;
    background-repeat: repeat-x;
    cursor: pointer; }
    #slick-awards .awardsBlock .awardsYear {
      position: absolute;
      right: 0;
      left: 0;
      font-size: 2em;
      text-align: center;
      top: 80px;
      margin-left: 5px; }
    #slick-awards .awardsBlock .awardsName {
      position: relative;
      top: 205px;
      right: 0;
      left: 0;
      font-size: 1.25em;
      text-align: center;
      max-height: 75px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

#slick-awards .slick-slide.box:nth-child(odd) .awardsBlock {
  background-image: url("../image/aCircle-down.png"); }

#slick-awards .slick-slide.box:nth-child(even) .awardsBlock {
  background-image: url("../image/aCircle-down.png"); }

@media all and (min-width: 768px) {
  .unit {
    padding-top: 3em; }
  #slick-cooperation {
    width: 85%; }
  #stories .container {
    width: 100%; }
  #slick-stories {
    width: 100%;
    z-index: 10;
    margin: 10px auto;
    height: 320px;
    display: flex;
    justify-content: center;
  }
    #slick-stories .storiesBigBlock {
      display: flex;
      position: relative;
      justify-content: center; }
      #slick-stories .storiesBigBlock:before {
        position: absolute;
        z-index: -1;
        content: '';
        top: 22%;
        bottom: 22%;
        left: -10%;
        width: 120%;
        height: 56%;
        background-color: transparent; }
    #slick-stories .stories-block {
      margin: 0 auto;
      width: 250px;
      /*height: 290px;*/
      height:165px;
    }
      #slick-stories .stories-block:after {
        opacity: 0; }
      #slick-stories .stories-block:hover {
        transform: scale(1.1); }
    #slick-stories .slick-prev, #slick-stories .slick-next {
      color: #FFF;
      background-color: #022A5A;
      width: 23px;
      height: 60px; }
    #slick-stories .slick-next {
      z-index: 50;
      right: 0; }
    #slick-stories .slick-next:before {
      font-family: FontAwesome;
      content: "\f105"; }
    #slick-stories .slick-prev {
      z-index: 50;
      left: 0; }
    #slick-stories .slick-prev:before {
      font-family: FontAwesome;
      content: "\f104"; }
  #stories .bgBlock .grayBg {
    display: block; }
  .btnCenter.stories {
    position: relative;
    top: -10px; }
  #newsBlock ul {
    margin-top: 30px; }
    #newsBlock ul li {
      padding-top: 15px; }
      #newsBlock ul li .newsInfo {
        width: 90%; }
      #newsBlock ul li .fa {
        width: 6%; }
  .newsDate, .newsTxt {
    display: inline-block;
    vertical-align: middle; }
  .newsDate {
    width: 20%; }
  .newsTxt {
    position: relative;
    max-width: 75%;
    overflow: hidden;
    height: 17px; }
  #awards {
    height: 765px; }
    #awards .container {
      padding-top: 45px; }
    #awards .blurBigBlock {
      height: 450px; }
      #awards .blurBigBlock .blur {
        height: 550px; }
  #slick-awards {
    width: 90%; }
    #slick-awards .awardsBlock {
      background-position: center center;
      height: 360px; }
      #slick-awards .awardsBlock .awardsYear {
        top: 160px;
        margin-left: -5px; }
      #slick-awards .awardsBlock:hover .awardsYear {
        font-size: 2.1em; }
  #slick-awards .slick-slide.box:nth-child(odd) .awardsBlock {
    background-image: url("../image/aCircle-up.png"); }
    #slick-awards .slick-slide.box:nth-child(odd) .awardsBlock .awardsName {
      top: 0px; }
  #slick-awards .slick-slide.box:nth-child(even) .awardsBlock .awardsName {
    top: 287px; } }

@media all and (min-width: 992px) {
  #slick-cooperation .slick-brand-block {
    width: 110px;
    height: 110px; }
  #slick-cooperation .slick-next {
    right: -40px; }
  #slick-cooperation .slick-prev {
    left: -40px; }
  #stories {
    padding-top: 5em; }
  #slick-topBanner {
    height: 425px; }
  #slick-cooperation {
    margin: 50px auto 60px; }
  #newsBlock ul {
    width: 75%;
    margin: 30px auto 30px; }
  #slick-stories .slick-prev, #slick-stories .slick-next {
    width: 40px;
    height: 100px; }
  #slick-stories .slick-next:before, #slick-stories .slick-prev:before {
    font-size: 32px; }
  #slick-stories { height:320px; }
  #slick-stories .stories-block { width: 350px; /*height: 360px;*/ height: 240px; }
  #slick-awards .slick-slide.box .awardsBlock .awardsName {
    position: absolute;
    width: 100%;
    left: 0%;
    right: 0%; } }

@media all and (min-width: 1200px) {
  #stories .container {
    width: 1170px; } }

#mainPageBanner {
  position: relative;
  width: 100%;
  height: 226px;
  background-size: cover;
  background-position: center center; }
  #mainPageBanner.news {
    background-image: url("../image/banner-news.jpg"); }
  #mainPageBanner.social {
    background-image: url("../image/banner-social-responsibility.jpg"); }
  #mainPageBanner.proposition {
    background-image: url("../image/banner-proposition.jpg"); }
  #mainPageBanner.about {
    background-image: url("../image/banner-about.jpg"); }
  #mainPageBanner.location {
    background-image: url("../image/banner-location.jpg"); }
  #mainPageBanner.product {
    background-image: url("../image/banner-product-service.jpg"); }
  #mainPageBanner.chronicle {
    background-image: url("../image/banner-chronicle.jpg"); }
  #mainPageBanner.awards {
    background-image: url("../image/banner-awards.jpg"); }
  #mainPageBanner.stories {
    background-image: url("../image/banner-stories.jpg"); }

.mainTitle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .mainTitle .center {
    margin-top: -10px; }
  .mainTitle h2 {
    color: #FFF;
    text-align: center; }
    .mainTitle h2.zh {
      position: relative;
      font-family: source-han-serif-tc, serif;
      font-style: normal;
      font-weight: 700;
      font-size: 28px; }
      .mainTitle h2.zh:after {
        position: relative;
        top: 2px;  /*10->2   David*/
        content: '';
        width: 280px;
        height: 1px;
        background-color: #FFF;
        display: block; }
    .mainTitle h2.en {
      text-transform: uppercase;
      font-size: 16px; }

#mainBg {
  width: 100%;
  min-height: 67vh;
  background-size: cover;
  background-position: center center;
  background-color: #e2e2e2;
  background-image: url("../image/bg-stories.png");
  background-attachment: fixed; padding:1px; }

#mainBlock {
  position: relative;
  top: -30px;
  background-color: #FFF;
  width: 90%;
  margin: 0 auto;
  padding: 35px 20px; }

#viewBanner {
  position: relative;
  top: 6px;
  max-width: 935px;
  max-height: 235px;
  overflow: hidden; }
  #viewBanner img {
    width: 100%;
    height: 190px;
    object-fit: cover; }

#viewBlock {
  width: 85%;
  margin: 40px auto; }
  #viewBlock #newsView h5 {
    font-size: 16px; }
  #viewBlock #newsView h2 {
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.3em; }
  #viewBlock #newsView .content {
    line-height: 1.8; }
    #viewBlock #newsView .content img {
      width: 100%; }

.shareBlock {
  text-align: center;
  margin: 30px auto; }
  .shareBlock .fa-share {
    font-size: 1.8em;
    vertical-align: middle; }
  .shareBlock img {
    padding: 0 10px;
    width: 60px; }

.btnCenter.onShare a.btn {
  width: 200px; }

#newsBlock.inPage {
  width: auto;
  margin: 0;
  padding: 0; }
  #newsBlock.inPage ul.newsList li a {
    color: #515151; }
    #newsBlock.inPage ul.newsList li a:hover {
      color: #022A5A; }
  #newsBlock.inPage .pagination_nav ul {
    margin: 0; }
    #newsBlock.inPage .pagination_nav ul li {
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: none; }

#newsBlock.social .newsInfo {
  width: 100%; }

#newsBlock.social .newsTxt {
  overflow: hidden; }

#newsBlock.social .newsDate {
  vertical-align: middle; }

.textBlock {
  line-height: 1.8;
  width: 90%;
  margin: 30px auto; }

.text-blue {
  color: #022A5A; }

.text-bold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-med {
  font-size: 1.3em;
  margin: 1em 0; }

.text-p-mb {
  margin-bottom: 3em; }

.ol-no {
  list-style-type: decimal;
  margin-left: 1em; }

.mapBlock .select {
  margin-bottom: 10px; }
  .mapBlock .select .selectBtn {
    padding: 0; }
  .mapBlock .select .btn-default {
    color: #fff;
    background-color: #022A5A;
    border-color: #ccc; }

.mapBlock .row.mapList {
  background-color: #163F6D;
  color: #FFF;
  margin-bottom: 20px; }


.mapBlock .col-md-6 {
    padding: 0;
}
    .mapBlock .col-md-6 .local-top {
        padding: 25px;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #2C527F;
    }
    .mapBlock .col-md-6 .local-bottom {
        position: relative;
        padding: 20px;
        font-size: 16px;
        color: #FFF;
    }
        .mapBlock .col-md-6 .local-bottom .address {
            max-width: 80%;
            color: #FFF;
        }
        .mapBlock .col-md-6 .local-bottom i.fa {
            padding-right: 5px;
        }
        .mapBlock .col-md-6 .local-bottom a:link {
            color: #FFF;
        }
        .mapBlock .col-md-6 .local-bottom a:hover {
            color: #FFF;
        }
        .mapBlock .col-md-6 .local-bottom a:visited {
            color: #FFF;
        }
        .mapBlock .col-md-6 .local-bottom a:active {
            color: #FFF;
        }
        .mapBlock .col-md-6 .local-bottom a.btn.map {
            position: absolute;
            bottom: 20px;
            right: 15px;
            background-color: #FFF;
            color: #163F6D;
            width: 80px;
            font-size: initial;
            padding: 8px 12px;
        }
    .mapBlock .col-md-6 .googleMap {
        width: 100%;
        height: 210px;
    }



/*Add By David*/
.mapBlock .office-category {
    padding: 20px 0px 0px 30px;
    font-size: 28px;
    font-weight: bold;
}

.mapBlock .office-top {
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
    /*border-bottom: 1px solid #2C527F;*/
}

    .mapBlock .office-top .eng-name {
        font-size: 16px;
    }

.mapBlock .office-bottom {
    position: relative;
    padding: 20px;
    font-size: 16px;
    color: #FFF;
}

    .mapBlock .office-bottom .address {
        max-width: 80%;
        color: #FFF;
    }

    .mapBlock .office-bottom i.fa {
        padding-right: 5px;
    }

    .mapBlock .office-bottom a:link {
        color: #FFF;
    }

    .mapBlock .office-bottom a:hover {
        color: #FFF;
    }

    .mapBlock .office-bottom a:visited {
        color: #FFF;
    }

    .mapBlock .office-bottom a:active {
        color: #FFF;
    }

    .mapBlock .office-bottom a.btn.map {
        /*position: absolute;*/
        /*bottom: 20px;*/
        right: 15px;
        background-color: #FFF;
        color: #163F6D;
        width: 80px;
        font-size: initial;
        padding: 8px 12px;
    }
/*Add By David*/





.brand-block {
  margin: 0 auto; }
  .brand-block .brand-info {
    padding: 0; }
  .brand-block .brand-logo {
    position: relative;
    background-color: #FFF;
    text-align: center;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px; }
    .brand-block .brand-logo .brand-logo-img {
      width: auto;
      height: 100%; }
      .brand-block .brand-logo .brand-logo-img img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
    .brand-block .brand-logo:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 0px solid #C8D4EC;
      opacity: 0;
      transition: all 0.3s ease; }
  .brand-block .brand-txt {
    padding: 10px 40px;
    border-bottom: 1px solid #E2E2E2;
    background-color: #F8F8F8;
    transition: none;
    transition: background-color 0.3s ease; }
    .brand-block .brand-txt .brand-txt-in {
      min-height: 100px;
      transition: none; }
      .brand-block .brand-txt .brand-txt-in h1 {
        font-size: 24px;
        margin: 0.5em auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #D4D3E5; }
      .brand-block .brand-txt .brand-txt-in i.fa {
        float: right;
        opacity: 0;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
        transition: opacity 0.3s ease;
        display: none; }
      .brand-block .brand-txt .brand-txt-in p {
        width: 100%;
        max-width: 500px;
        line-height: 1.5;
        text-align: justify;
        /*多行文字限制*/
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical; }
      .brand-block .brand-txt .brand-txt-in a {
        transition: none; }

.ch-section {
  width: 280px;
  margin: 0 auto; }

.ch-block {
  margin-bottom: 5px; }
.ch-block:nth-child(even) .row { flex-direction: row-reverse; justify-content: start; }
  .ch-block div {
    padding: 0; }
  .ch-block .ch-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 68px;
    background-repeat: no-repeat; }
    .ch-block .ch-img .cover {
      position: relative;
      top: 58px;
      width: 200px;
      height: 200px;
      border-radius: 105px;
      overflow: hidden; }
      .ch-block .ch-img .cover-blur {
        position: absolute; }
        .ch-block .ch-img .cover-blur img {
          filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
          filter: blur(20px);
          width: 150%;
          height: 150%;
          left: -25%;
          right: 25%;
          top: -25%;
          position: relative; }
      .ch-block .ch-img .cover-original {
        width: 180px;
        height: 180px;
        left: 0;
        right: 0;
        margin: auto;
        top: 68px; }
    .ch-block .ch-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ch-block:nth-child(odd) .ch-img {
    background-position: top right 7px;
    background-image: url("../image/ch-bg-right-sm.png"); }
  .ch-block:nth-child(even) .ch-img {
    background-position: top left 7px;
    background-image: url("../image/ch-bg-left-sm.png"); }
  .ch-block .ch-year {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url("../image/ch-circle-sm.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    margin: 0 auto; }
  .ch-block .ch-info {
    display: flex;
    align-items: center;
    min-height: 70px; }

.continue-line {
  width: 2px;
  height: 65px;
  margin: 0 auto;
  background-color: #5C5C5C; }

.awards-section .ch-block .ch-info {
  background-image: url("../image/awards.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 33px auto;
  padding-left: 40px; }

#storiesBlock, #newsView {
  width: 90%;
  margin: 20px auto; }
  #storiesBlock .brandNews, #newsView .brandNews {
    background-color: transparent; }
    #storiesBlock .brandNews .row, #newsView .brandNews .row {
      text-align: left;
      display: inherit; }
    #storiesBlock .brandNews .news, #newsView .brandNews .news {
      padding: 0px 7px;
      float: left;
      display: initial; }

.selectBtn {
  margin: 10px 0; }

a.btn.blue.search {
  width: 100%;
  max-width: initial;
  margin: 5px 0;
  padding: 5px 0; }

#newsView .selectBtn {
  padding: 0; }

@media all and (min-width: 768px) {
  #mainBlock {
    padding: 35px 40px; }
  #viewBanner {
    margin: 0px auto 0; }
    .text-md-left {
        text-align: left !important; /*!important  David */        
    }
  #newsBlock.social .newsTxt {
    height: initial; }
  .brand-block {
    margin: 20px auto; }
    .brand-block .brand-info {
      padding: 0 10px 20px; }
    .brand-block .brand-logo {
      height: 226px;
      max-height: initial; }
      .brand-block .brand-logo img {
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
    .brand-block .brand-txt {
      padding: 10px 20px; }
  .flex-box {
    display: flex; }
  .selectBtn {
    margin: 0; }
  a.btn.blue.search {
    margin: 0;
    padding: 5px; } }

@media all and (min-width: 992px) {
  #mainPageBanner {
    height: 325px; }
  .mainTitle .center {
    margin-top: -40px; }
  #mainBlock {
    top: -70px; }
  #viewBlock {
    width: 935px; }
  .mapBlock .row.mapList {
    margin: 10px 5px; }
  .mapBlock .row.mapList .googleMap {
    width: 50%;
    height: 280px; }
  .mapBlock .row.mapList .local-bottom .address {
    max-width: 100%; }
  .mapBlock .row.mapList .local-bottom a.btn.map {
    position: static;
    margin-left: -10px;
    margin-top: 5px;
    width: 110px; }
  .brand-block {
    margin: 40px auto; }
  a {
    transition: none; }
  .brand-info:hover .brand-logo:after {
    border: 10px solid #C8D4EC;
    opacity: 1; }
  .brand-info:hover .brand-txt {
    background-color: #022A5A;
    color: #fff; }
    .brand-info:hover .brand-txt i.fa {
      opacity: 1; }
  .brand-block .brand-logo img {
    width: initial; }
  .brand-block .brand-txt .brand-txt-in p {
    min-height: 126px; }
  .brand-block .brand-txt .brand-txt-in i.fa {
    display: block; }
  .ch-section {
    width: 793px;
    margin-bottom: 20px; }
  .ch-block {
    margin: 0 auto; }
    .ch-block .ch-img {
      margin: 0;
      float: right;
      position: relative;
      
      top: 10px; }
      .ch-block .ch-img .cover {
        top: 5px; }
        .ch-block .ch-img .cover-original {
          top: 15px; }
    .ch-block .ch-year {
      width: 220px;
      height: 200px;
      padding: 83px 0;
      font-size: 24px;
      margin: 0 auto;
      background-repeat: repeat;
      background-size: auto auto;
      background-position: center center; }
    .ch-block .ch-info {
      min-height: 200px; }
    .ch-block:nth-child(odd) .ch-img {
      background-position: top right;
      background-image: url("../image/ch-bg-left.png"); }
      .ch-block:nth-child(odd) .ch-img .cover {
        right: 8px; }
        .ch-block:nth-child(odd) .ch-img .cover-original {
          position: absolute;
          right: 18px; }
    .ch-block:nth-child(odd) .ch-year {
      background-image: url("../image/ch-circle-left.png"); }
    .ch-block:nth-child(odd) .ch-info {
      margin-left: 40px; }
    .ch-block:nth-child(even) .ch-img {
      background-position: top left;
      background-image: url("../image/ch-bg-right.png");
      left: -2px;  }
      .ch-block:nth-child(even) .ch-img .cover {
        left: 8px; }
    .ch-block:nth-child(even) .ch-year {
      background-image: url("../image/ch-circle-right.png");
      margin-left: -1px; }
    .ch-block:nth-child(even) .ch-info {
      margin-right: 20px;
      text-align: right;
      /*display: grid;*/
      position: relative;
      width: 100%; }
    .ch-block:nth-child(even) .ch-info span{
        position: absolute;
        right: 0; }
    .ch-block:nth-child(even) .col-12 {
      float: right;
      display: flex;
      position: relative; left:22px;
      /*left: -44px;*/ }
    .ch-block:nth-child(even) .col-4 {
      float: none;
      display: inline-block; }
    .ch-block:nth-child(even) .col-8 {
      float: left;
      display: flex; }
  .continue-line {
    display: none; }
  .awards-section .ch-block:nth-child(even) .ch-info {
    background-position: center right;
    padding-right: 45px;
    padding-left: 0; }
  .awards-section .ch-block:nth-child(even) .ch-info span{
    right: 40px;}
  #storiesBlock .select {
    margin-top: 30px; }
  #storiesBlock .brandNews .news {
    padding: 12px; } }

@media all and (min-width: 1200px) {
  .mapBlock .row.mapList .local-bottom a.btn.map {
    margin-top: 15px; }
  .mapBlock .row.mapList .googleMap {
    height: 300px; } }

.banner {
  width: 100%;
  height: 222px; }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

h1.brand {
  font-size: 18px;
  color: #022A5A;
  text-align: center;
  margin: 1em 0;
  font-weight: 700; }

.productList {
  border-top: 3px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }
  .productList .product {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    padding: 0; }
    .productList .product .name {
      position: absolute;
      z-index: 100;
      bottom: 0;
      left: 0;
      right: 0;
      color: #022A5A;
      background-color: #ffffff;
      padding: 10px 15px;
      text-align: center;
      font-size: 16px;
      max-height: 56px;
      overflow: hidden; }
    .productList .product .name:hover {
      color: #557499; }
    .productList .product .IMG {
      height: 342px;
      padding-bottom: 42px; }
      .productList .product .IMG img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .productList .product a:link {
      color: #909090;
      text-decoration: none;
      transition: all 0.3s ease-out;
      transform: scale(0.8); }
    .productList .product a:visited {
      color: #909090;
      text-decoration: none; }
    .productList .product a:active {
      color: #606060; }
    .productList .product a:hover {
      color: #606060;
      text-decoration: none;
      outline: none; }
  .productList .product:hover .IMG,
  .productList .product:hover .name {
    filter: brightness(110%); }

.brandNews {
  background-color: #E2E2E2;
  padding: 1em 0 1em; }
  .brandNews .row {
    padding-top: 1em; }
  .brandNews .news {
    padding: 0 25px;
    margin-bottom: 1em; }
    .brandNews .news .IMG img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .brandNews .news:hover {
    filter: brightness(110%); }
  .brandNews .title {
    font-size: 18px;
    color: #022A5A;
    background-color: #FFF;
    padding: 15px;
    text-align: left; }
    .brandNews .title h5 {
      margin-top: 0;
      font-size: 12px;
      color: #909090; }
    .brandNews .title span {
      display: block;
      height: 74px;
      overflow: hidden; }

.Certification {
  text-align: center;
  padding: 2em 0;
  background-color: #FFF; }
  .Certification h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3px;
    width: 70%;
    margin: 1em auto 0;
    font-weight: 700; }
    .Certification h2 span {
      display: block; }
  .Certification img {
    width: 110px;
    height: 110px; }

ul.tabList {
  padding-left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0; }
  ul.tabList li {
    position: relative;
    padding: 18.5px 0;
    cursor: pointer;
    transition: none; }
    ul.tabList li.active {
      background-color: #022A5A;
      color: #fff; }
      ul.tabList li.active::after {
        position: absolute;
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
        margin: 4px 0 0 20px; }
      ul.tabList li.active.click::after {
        transform: scaleY(-1); }

.brand_view {
  background-color: #E2E2E2; }

.mainSlick .slick-slide img {
  margin: 0 auto; }

.productPhoto {
  width: 100%; }
  .productPhoto img {
    width: 100%;
    object-fit: cover; }

.productInfo {
  padding: 40px 0;
  width: 75%;
  margin: 0 auto; }
  .productInfo h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3em; }
  .productInfo p {
    font-size: 16px;
    line-height: 30px; }

.line {
  width: 90%;
  height: 1px;
  border-top: 1px solid #08366C;
  margin: 0 auto; }

.bottomBlock {
  padding: 30px 0 0;
  width: 75%;
  margin: auto;
  text-align: center; }
  .bottomBlock h1 {
    font-weight: bold;
    font-size: 18px; }
  .bottomBlock p {
    line-height: 24px;
    text-align: left; }
  .bottomBlock .btnCenter {
    text-align: center;
    margin: 1em auto 0;
    text-align: center; }
    .bottomBlock .btnCenter a.btn.blue {
      margin-bottom: 1em; }
  .bottomBlock img {
    width: 100%; }

a.btn.blue {
  width: 170px;
  text-align: center;
  background-color: #09366D;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border-radius: 0;
  margin: 10px 5px;
  transform: scale(1);
  max-width: 225px; }
  a.btn.blue:hover {
    letter-spacing: 1px;
    filter: brightness(1.2); }

a.btn.back {
  width: 170px;
  text-align: center;
  background-color: #464646;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border-radius: 0;
  margin: 10px 5px;
  transform: scale(1);
  display: block;
  margin: 10px auto; }
  a.btn.back:hover {
    letter-spacing: 1px;
    filter: brightness(1.2); }

a.btn.download {
  position: relative;
  display: block;
  margin: 0 auto; }
  a.btn.download:after {
    content: '▾';
    position: absolute;
    right: 10%; }

.DLfile {
  transition: none;
  margin-top: 10px;
  text-align: center; }
  .DLfile a {
    display: block;
    font-size: initial; }

.topBlock .newsIMG {
  margin-top: 10px; }
  .topBlock .newsIMG img {
    width: 100%; }

.bottomBlock.news {
  text-align: left;
  padding: 20px 0;
  width: 90%; }
  .bottomBlock.news h1 {
    font-size: 24px;
    line-height: 1.2; }
  .bottomBlock.news .content img {
    width: 100%; }
  .bottomBlock.news .content ul {
    padding-left: 1em; }
    .bottomBlock.news .content ul li {
      list-style-type: disc; }


@media all and (min-width: 768px) {
    .banner {
        height: 293px;
    }

    .productList .container {
        margin: 0 auto;
        width: 768px;
    }

    .productList .product {
        border: 1px solid #E2E2E2;
        margin-right: -1px;
        margin-top: -1px;
    }

        .productList .product .IMG {
            height: 154px;
        }

    .brandNews .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brandNews .news {
        padding: 0 12px;
        float: none;
        display: inline-block;
    }

        .brandNews .news .IMG {
            height: 106px;
            overflow: hidden;
        }

    .brandNews .title span {
        height: 68px;
    }

    .Certification h2, .Certification img {
        display: inline-block;
        vertical-align: middle;
    }

    .Certification h2 {
        width: auto;
        margin: 0 1em;
    }

        .Certification h2 span {
            display: inline-block;
        }

    .container.List {
        margin: 0 auto;
        width: 100%;
        display: flex;
    }

        .container.List ul.tabList {
            position: relative;
            z-index: 100;
            float: left;
            width: 25%;
            text-align: left;
        }

            .container.List ul.tabList li {
                padding-left: 1em;
                transition: all 0.3s ease;
            }

                .container.List ul.tabList li.active, .container.List ul.tabList li:hover {
                    background-color: #022A5A;
                    color: #fff;
                }

                .container.List ul.tabList li::after {
                    transform: rotate(270deg);
                    margin: 0;
                    right: -18px;
                    top: 23px;
                    border-width: 15px 11px 0 11px;
                    border-color: #022A5A transparent transparent transparent;
                }

        .container.List .productList {
            float: left;
            width: 75%;
            background-color: #E2E2E2;
            border-top: 0;
        }

            .container.List .productList .row {
                transition: none;
            }

            .container.List .productList .product {
                border-left: 1px #E2E2E2 solid;
            }

                .container.List .productList .product .IMG {
                    height: 205px;
                    background-color: #fff;
                    overflow: hidden;
                }

    .topBlock {
        display: flex;
        vertical-align: top;
        margin: 2em 0;
        border-bottom: 1px solid #08366C;
        padding-bottom: 1.5em;
    }

        .topBlock.brand {
            margin-top: 0.5em;
        }

        .topBlock .productPhoto {
            width: 40%; /*50->40 by David*/
            float: left;
        }

            .topBlock .productPhoto .mainSlick_nav {
                width: 69px;
                float: left;
                margin-right: 6px;
            }

                .topBlock .productPhoto .mainSlick_nav .slick-slide {
                    width: 100%;
                    height: 67px;
                    margin-bottom: 6px;
                    cursor: pointer;
                    outline: none;
                    opacity: 0.8;
                }

                    .topBlock .productPhoto .mainSlick_nav .slick-slide img {
                        width: 100%;
                    }

                    .topBlock .productPhoto .mainSlick_nav .slick-slide:hover {
                        opacity: 1;
                    }

                    .topBlock .productPhoto .mainSlick_nav .slick-slide.slick-current {
                        opacity: 1;
                    }

            .topBlock .productPhoto .mainSlick {
                width: 290px;
                float: left;
            }

                .topBlock .productPhoto .mainSlick .slick-slide img {
                    width: 100%;
                }

        .topBlock .productInfo {
            width: 54%;   /*44->54 by David*/
            margin-left: 1%;
            padding: 10px 0 0;
            float: left;
        }

            .topBlock .productInfo h1 {
                font-size: 30px;
            }

            .topBlock .productInfo p {
                font-size: 14px;
            }

        .topBlock .line {
            flex: 0;
        }

    .bottomBlock {
        padding: 1em 0;
    }

        .bottomBlock p {
            text-align: center;
        }

        .bottomBlock .btnCenter a.btn.blue {
            margin-bottom: 0;
        }

    .topBlock.news {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .bottomBlock.news h4 {
        font-size: 16px;
    }

    .bottomBlock.news h1 {
        font-size: 30px;
    }

    .bottomBlock.news .content p {
        text-align: left;
    }
}

@media all and (min-width: 992px) {
    .productList .container {
        width: 970px;
    }

    .productList .product .IMG {
        height: 237px;
    }

    .brandNews .news .IMG {
        height: 142px;
    }

    .container.List {
        width: 970px;
    }


    .topBlock {
        padding-bottom: 2.5em;
    }
        /*David*/
        .topBlock.brand {
            width: 85%; 
            margin: 0 auto; /* 水平置中 */
            display: flex; /* 使用 flex 排版可讓左右區塊對齊 */
            align-items: flex-start;
            gap: 15px; /* 左右間距 */
        }   

        .topBlock .productPhoto .mainSlick_nav {
            margin-left: 13%;
        }

            .topBlock .productPhoto .mainSlick_nav .slick-slide {
                margin-bottom: 6.5px;
            }

    .bottomBlock {
        padding: 0.2em 0 1em;
    }

        .bottomBlock img {
            width: 100%;
        }

    .topBlock.news {
        width: 935px;
        margin: 50px auto 0;
    }

    .topBlock .newsIMG {
        margin: auto;
    }

    .bottomBlock {
        width: 935px;
    }

        .bottomBlock.news {
            width: 935px;
            padding-bottom: 50px;
        }

            .bottomBlock.news .content img {
                width: 100%;
            }

    .brandNews .title span {
        font-size: 16px;
    }

    /* David左邊圖片區 */
    .productPhoto img {
        max-width: 85%; /* 防止圖片超出寬度 */
        height: auto;
        margin: 0 auto; /* 水平置中 */
        padding-top: 20px;
        display: block;
    }
}

@media all and (min-width: 1200px) {
  .productList .container {
    width: 1170px; }
  .productList .product .IMG {
    height: 277px; }
  .brandNews .news .IMG {
    height: 172px; }
  .container.List {
    width: 1170px; }
    .container.List .productList .product .IMG {
      height: 277px; }
  .topBlock .productPhoto .mainSlick {
    width: 375px; }
  .topBlock .productPhoto .mainSlick_nav {
    width: 93px; }
    .topBlock .productPhoto .mainSlick_nav .slick-slide {
      height: 87px;
      margin-bottom: 7px; } }

header .brand.HPE {
  background: #2B4055; }

header .brand .colorLine {
  background-color: #00B388; }

/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px; }

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52; }

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms; }

.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  font-family: 'Roboto';
  color: #777;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */ }
  .select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0; }

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%; }

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out; }
  .cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer; }
    .cont_select_int li:last-child {
      border-radius: 3px;
      border-bottom: 0px; }
    .cont_select_int li:hover {
      background-color: #EEEEEE; }
  .cont_select_int .active {
    background-color: #EEEEEE; }

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer; }

footer {
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    background-color: #fff !important;
}

    footer span {
        display: block;
    }

    footer .contant {
        padding: 30px 0;
        min-width: 250px;
        width: fit-content;
        margin: auto;
        text-align: left;
        background-color: #fff;
    }

        footer .contant .localBlock.pc {
            display: none;
        }

    footer .copy {
        color: #fff;
        background: #022A5A;
        padding: 20px;
    }


@media all and (min-width: 768px) {
  footer {
    background-color: #eee; }
    footer span {
      display: inline; }
    footer .contant {
      width: auto;
      padding: 10px;   /*20px->10px by David*/
      background-color: #eee; }
      footer .contant .container {
        display: flex; }
        footer .contant .container .localBlock {
          margin: 0 5px;
          flex: 1;
          line-height: 1.5; }
          footer .contant .container .localBlock li {
            float: left;
            margin-right: 5px; }
          footer .contant .container .localBlock.pc {
            display: block; }
          footer .contant .container .localBlock.flex200 {
            width: 190px;
            flex: initial; } }

@media all and (min-width: 992px) {
  footer .contant .container .localBlock.flex200 {
    width: 235px; } }

_:-ms-fullscreen, :root .productList .product .name {
  width: 290px; }

_:-ms-fullscreen, :root .banner {
  text-align: center; }

_:-ms-fullscreen, :root .banner img {
  width: auto; }

_:-ms-fullscreen, :root .container.List .productList .product {
  background-color: #fff; }

_:-ms-fullscreen, :root .container.List .productList .product .IMG img {
  object-fit: none; }

_:-ms-fullscreen, :root .brandNews .news .IMG img {
  position: relative;
  top: -15px;
  left: -40px;
  width: 124%;
  height: 121%; }

_:-ms-fullscreen, :root #slick-topBanner .slick-list .slick-track img {
  width: auto;
  margin: 0 auto; }

_:-ms-fullscreen, :root .slick-brand-block img {
  width: 100%;
  height: auto; }

_:-ms-fullscreen, :root .breadcrumb {
  text-align: left; }

_:-ms-fullscreen, :root #newsBlock ul li .fa {
  right: -720px; }

_:-ms-fullscreen, :root #awards .blurBigBlock {
  background-color: rgba(0, 0, 0, 0.6); }

_:-ms-fullscreen, :root #awards .blur {
  background-image: none; }

_:-ms-fullscreen, :root #slick-awards .awardsBlock .awardsName {
  max-height: 77px; }

_:-ms-fullscreen, :root header .navbar-nav .dropdown-menu {
  left: -29px; }

_:-ms-fullscreen, :root .ch-block .col-xs-8 {
  display: flex; }

_:-ms-fullscreen, :root .social#newsBlock .newsTxt {
  height: 40px; }

_:-ms-fullscreen, :root .brand-info .row {
  background-color: #fff; }

_:-ms-fullscreen, :root .brand-block .brand-logo .brand-logo-img img {
  height: auto; }

_:-ms-fullscreen, :root .brand-info:hover .brand-logo::after {
  opacity: 0; }

_:-ms-fullscreen, :root #slick-cooperation a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root #newsBlock a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root #slick-awards a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root footer a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root header .logo a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root header .fb a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root .brand-info a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root .productList .product a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root .bottomBlock a:link {
  transform: scale(1); }

_:-ms-fullscreen, :root .ch-block .ch-img .cover-original {
  width: 200px;
  height: 200px;
  top: 58px; }

@media (min-width: 992px) {
  _:-ms-fullscreen, :root .ch-block .ch-img .cover-original {
    display: none; }
  _:-ms-fullscreen, :root .ch-block .ch-img .cover-blur img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; } }

@supports (-webkit-appearance: none) {
  .local-bottom .tel span {
    color: #fff; }
  .local-bottom .fax span {
    color: #fff; } }

_::-webkit-full-page-media, _:future, :root .local-bottom .tel span {
  color: #fff; }

_::-webkit-full-page-media, _:future, :root .local-bottom .fax span {
  color: #fff; }

_::-webkit-full-page-media, _:future, :root .brand-info:hover .brand-logo::after {
  opacity: 0; }

.selector:not(*:root) .local-bottom .tel span {
  color: #fff; }

.selector:not(*:root) .local-bottom .fax span {
  color: #fff; }


/*Amu*/
.dropdown-toggle::after { border:0; }