@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i,800,900&display=swap');

.trunk-body {
  background-color: #fff;
  font: 14px 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  color: #000;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
  position: relative;
}

a {
  text-decoration: none !important;
}

.trunk-body .trunk-container {
  background-color: transparent;

  /*  Prevents Flickering  */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

#header {
  height: 125px;
  background-color: transparent;
  z-index: 10000;
  font-family: 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}

.top-header {
  height: 45px;
  width: 100%;
  /* border-top: 3px solid #0066b5; */
  background-color: #0066b5;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  display: flex;
  padding: 0 7.5vw;
  justify-content: space-between;
}

.header-bar {
  margin: 0 0 0 7.5vw;
  border-bottom: 5px solid transparent;
  height: 100%;
}

.top-header .icons i {
  /* color: #c4c4c4; */
  color: #ececec;
  background-color: transparent;
  line-height: 28px;
  text-align: left;
  width: 28px;
  height: 28px;
  font-size: 16px;
}

.top-header .icons i:hover {
  /* background-color: #0066b5; */
  color: #fff;
}

.buttons {
  display: flex;
  height: 100%;
  align-items: center;
}

.buttons div {
  border-left: 1px solid #e9e9e9;
  color: #fff;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.buttons div a {
  color: #fff;
}

.buttons div:hover {
  background-color: #fff;
}

.buttons div:hover a {
  color: #0066b5;
}

.buttons div.active {
  background-color: #fff;
}

.buttons div.active a {
  color: #0066b5;
}

.buttons div.active:hover a {
  color: #fff;
}

.trunk-body header h1 {
  color: #129ec1;
  text-align: left;
  font-size: 27px;
  line-height: 60px;
  font-weight: bold;
  padding-left: 20px;
}

.trunk-body header .logo {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 311px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky.scroll {
  background-color: #fff !important;
  transition: background-color 1s linear;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content-container {
  padding-top: 0;
  overflow: hidden;
}

.trunk-body .burger {
  position: relative;
  float: left;
  margin: 12px 20px;
  padding: 0px;
  display: none;
}

.trunk-body .burger li {
  width: 30px;
  height: 4px;
  background-color: #0066b5;
  border-radius: 3px;
  margin: 5px 0;
}

.trunk-body ul.burger:hover {
  cursor: pointer;
}

.trunk-body .burger.open-menu li {
  background-color: #0066b5;
}

.trunk-body nav {
  position: relative;
  height: 100%;
  margin: 0;
}

.trunk-body .float-helper {
  position: absolute;
  text-align: right;
  right: 0;
}

.trunk-body .mobile-only {
  display: none;
}

.trunk-body .float-helper.mobile-only {
  display: none;
}

.trunk-body .float-helper.desktop-only {
  padding-top: 16px;
  top: 0;
  right: 7.5vw;
}

.float-helper.dropdown a.dropdown-toggle::after {
  display: none !important;
}

.float-helper.dropdown a.dropdown-toggle {
  color: #0066b5;
  font-weight: bold;
}

.trunk-body .float-helper .lang-bar {
  margin: 0px;
  width: auto;
  height: auto;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.trunk-body .float-helper.mobile-only .lang-bar {
  display: inline-flex;
  height: 28px;
}

.trunk-body .float-helper .lang-bar {
  margin: 0 2px;
  font-family: 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC';
}

.trunk-body .float-helper .lang-bar span {
  margin: 0 4px;
}

.trunk-body .float-helper .lang-bar a.lang-active {
  background: #0066b5;
  color: #fff;
  border: 1px solid transparent;
}

.trunk-body .float-helper .lang-bar a:hover {
  color: #fff;
  background: #0066b5;
  border: 1px solid transparent;
}

.trunk-body .float-helper .lang-bar img {
  height: 28px;
  width: auto;
  margin-right: 16px;
}

.trunk-body .float-helper .lang-bar a {
  width: 28px;
  margin: 0px 2px;
  padding: 1px 0 1px 0;
  font-size: 13px;
  color: #666666;
  border-radius: 0px;
  background: #fff;
  display: inline-block;
  border: 1px solid #a3a4a5;
}

.trunk-body nav>ul {
  height: 100%;
  background: transparent;
}


.trunk-body nav li {
  float: left;
  /*display: inline-block;*/
  /* line-height: 46px; */
  padding: 0px;
  position: relative;
  height: 100%;
  /* display: flex; */
}

.trunk-body nav li a {
  font-size: 18px;
  color: #0066b5;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .trunk-body nav {
    height: 41px;
    margin-top: 30px;
  }

  .trunk-body nav>ul {
    height: 100%;
    padding-right: 7.5vw;
    display: flex;
    justify-content: center;
    background: #888888;
  }

  .trunk-body nav li a {
    font-size: 18px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: auto;
    height: 100%;
  }
}

.trunk-body nav>ul>li>a {

  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .trunk-body nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* .trunk-body nav li:last-child a {
    padding-right: 0px;
  } */
}

.trunk-body nav li a.active {
  color: #fff;
  background: #3271a2;
}

.trunk-body nav>ul li:hover {
  color: #fff;
  background: #3271a2;
}

.trunk-body nav>ul li:hover>a {
  color: #fff;
}

.trunk-body nav li ul.fill {
  background: #888888;
  position: absolute;
  display: none;
  width: auto;
  /* margin-top: 95px; */
  padding-bottom: 20px;
  z-index: 8001;
  width: 265px;
  border-top: 5px solid #888888;
  padding-top: 0px;
}


@media screen and (max-width: 1550px) {
  .trunk-body nav li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1380px) {
  .trunk-body nav li a {
    font-size: 16px;
  }
}

.trunk-body nav li ul li {
  height: auto;
  margin: 0px;
  width: 100%;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 2px;
}

.trunk-body nav li ul li a {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.trunk-body nav li ul li {
  display: flex;
  float: left;
}

.trunk-body nav li ul li:hover {
  background: #3271a2;
}

.trunk-body nav li ul li:hover a {
  color: #fff;
}

.trunk-body nav li ul li a:hover {
  color: #fff;
}


@media screen and (min-width: 1200px) {
  .trunk-body nav li ul li a {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.trunk-body nav li ul li a {
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  padding-bottom: 8px;
}

.trunk-body nav li ul li ul {
  position: relative;
  display: none;
  width: 100%;
  text-align: left;
}


.trunk-body nav li ul li ul li {
  display: inline;
  /*float: left;
  width: 100%;*/
}

.trunk-body nav li ul li ul li:hover {
  background: #3271a2;
}

.trunk-body nav li ul li ul li:hover a {
  color: #fff;
}

.trunk-body nav li ul li ul li a:hover {
  color: #fff;
}

.trunk-body nav li ul li ul li a {
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  color: #ffffff;
}

.trunk-body nav li:hover ul {
  display: block;
}

@media only screen and (max-width: 1199px) {

  /*  Nav Drawer Layout  */
  /* NAVIGATION ANNIMATION */
  /*Nav Expanding Open Effect*/
  /*Nav Shrinking Closed Effect*/
  /* CONTENT ANNIMATION */
  /*Content Sliding Open Effect*/
  /*Content Sliding Closed Effect*/

  .top-header {
    padding: 0 0 0 20px;
  }

  .header-bar {
    margin: 0px;
    border-bottom: none;
  }

  #header {
    height: 130px;
  }

  .trunk-body .trunk-container {
    padding-left: 0;
    padding-right: 0;
  }

  .trunk-body header {
    z-index: 2;
    width: 100%;
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .trunk-body header h1 {
    color: #fff;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .trunk-body header .logo {
    width: 240px;
    max-height: unset;
  }

  .trunk-body .burger {
    display: block;
  }

  .trunk-body nav {
    position: relative;
    max-width: 280px;
  }

  .trunk-body .float-helper {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 12px 8px 13px 8px;
  }

  .trunk-body .mobile-only {
    display: block;
    justify-content: flex-start;
  }

  .trunk-body .float-helper.mobile-only {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
  }

  .trunk-body .float-helper.desktop-only {
    display: none;
  }

  .trunk-body nav ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .trunk-body nav li {
    display: block;
    float: none;
    text-align: left;
    line-height: 32px;
    padding: 0;
    height: auto;
  }

  .trunk-body nav li ul li {
    height: auto;
    margin: 0px 0px;
  }

  .trunk-body nav li span {
    display: none;
  }

  .trunk-body nav li .lang-bar span {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }

  .trunk-body nav li a {
    padding: 16px;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
    line-height: 1em;
    height: auto;
  }

  .trunk-body nav li .lang-bar a {
    line-height: 24px;
  }

  .trunk-body nav li a.logo {
    display: none;
  }

  .trunk-body .header-section {
    margin-top: 60px;
  }

  .trunk-body nav li:hover ul {
    display: block;
  }

  .trunk-body nav li ul.fill {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    opacity: 1;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: 1000px;
    margin: 0;
    padding: 0;
    top: 0;
    overflow: hidden;
  }

  .trunk-body nav li ul.fill li ul {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
  }

  .trunk-body nav li ul.fill li .section2 {
    /*display: none;*/
    font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    padding: 16px;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
    line-height: 20px;
  }

  .trunk-body nav ul li ul.fill li {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    background: #fff;
    display: block;
    padding: 0;
  }

  .trunk-body nav ul li ul.fill li div.desktop-only {
    display: none
  }

  .trunk-body nav li ul.fill li a {
    color: #0066b5;
    padding: 16px;
  }

  .trunk-body nav li a:hover {
    background-color: #0066b5;
  }

  .trunk-body nav li ul.fill li:hover a {
    background-color: #0066b5;
    color: #fff;
  }

  .trunk-body nav ul li ul.fill li a {
    font-size: 0.85em;
    padding-left: 24px;
  }

  .trunk-body nav ul li ul.fill li a:before {
    content: " ";
    margin-right: 0;
  }

  .trunk-body nav {
    width: 93%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: transparent;
    /*border-radius: 8px;*/
    /* starting point */
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    transform: translate3d(5%, 0, 0) scale(0.97);
  }

  .trunk-body nav.open-menu {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -webkit-animation: slideIn 0.35s ease-in-out;
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -moz-animation: slideIn 0.35s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1);
    animation: slideIn 0.35s ease-in-out;
  }

  @-webkit-keyframes slideIn {
    0% {
      opacity: 0.3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
  }

  @-moz-keyframes slideIn {
    0% {
      opacity: 0.3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    }

    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1);
    }
  }

  @keyframes slideIn {
    0% {
      opacity: 0.3;
      transform: translate3d(5%, 0, 0) scale(0.97);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
    }
  }

  .trunk-body nav.close-menu {
    opacity: 0;
    display: none;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -webkit-animation: slideOut 0.3s ease-in-out;
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-animation: slideOut 0.3s ease-in-out;
    transform: translate3d(5%, 0, 0) scale(0.97);
    animation: slideOut 0.3s ease-in-out;
  }

  @-webkit-keyframes slideOut {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
      opacity: 0.3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    }
  }

  @-moz-keyframes slideOut {
    0% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
      opacity: 0.3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    }
  }

  @keyframes slideOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
      opacity: 0.3;
      transform: translate3d(5%, 0, 0) scale(0.97);
    }
  }

  .trunk-body .content-container {
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1001;
  }

  .trunk-body header.open-menu,
  .content-container.open-menu {
    -webkit-transform: translate3d(280px, 0, 0);
    -webkit-animation: open 0.5s ease-in-out;
    -moz-transform: translate3d(280px, 0, 0);
    -moz-animation: open 0.5s ease-in-out;
    transform: translate3d(280px, 0, 0);
    animation: open 0.5s ease-in-out;
  }

  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }

  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky+.content-container {
    padding-top: 0px;
  }

  @-webkit-keyframes open {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }

    70% {
      -webkit-transform: translate3d(320px, 0, 0);
    }

    100% {
      -webkit-transform: translate3d(280px, 0, 0);
    }
  }

  @-moz-keyframes open {
    0% {
      -moz-transform: translate3d(0, 0, 0);
    }

    70% {
      -moz-transform: translate3d(320px, 0, 0);
    }

    100% {
      -moz-transform: translate3d(280px, 0, 0);
    }
  }

  @keyframes open {
    0% {
      transform: translate3d(0, 0, 0);
    }

    70% {
      transform: translate3d(320px, 0, 0);
    }

    100% {
      transform: translate3d(280px, 0, 0);
    }
  }

  .trunk-body header.close-menu,
  .content-container.close-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: close 0.3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation: close 0.3s ease-in-out;
    transform: translate3d(0, 0, 0);
    animation: close 0.3s ease-in-out;
  }

  @-webkit-keyframes close {
    0% {
      -webkit-transform: translate3d(280px, 0, 0);
    }

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

  @-moz-keyframes close {
    0% {
      -moz-transform: translate3d(280px, 0, 0);
    }

    100% {
      -moz-transform: translate3d(0, 0, 0);
    }
  }

  @keyframes close {
    0% {
      transform: translate3d(280px, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

/*  Removable CSS  */
.trunk-body .header-section,
.trunk-body .body-section,
.trunk-body .footer-section {
  padding: 0px;
}

.trunk-body .header-section {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.trunk-body .body-section {
  background-color: #fff;
}

.trunk-body .placefiller {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.trunk-body .header-section .placefiller {}

.trunk-body .body-section .placefiller {}

.trunk-body .footer-section .placefiller {}

@media only screen and (max-width: 580px) {
  #header {
    display: flex;
    flex-direction: column-reverse;
  }

  .top-header {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    justify-content: flex-end;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }

  .icons {
    margin: 8px 0px;
  }

  .buttons {
    display: none;
  }

  .buttons div {
    border: none;
  }

  .trunk-body header .logo {
    margin-top: 18px;
    width: 180px;
    max-height: 78px;
  }
}

@media only screen and (max-width: 360px) {

  .buttons {
    width: 40%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .trunk-body header .logo {
    margin-top: 18px;
    width: 120px;
    max-height: 78px;
  }
}

.tooltipster-light .tooltipster-content {
  font-size: 12px !important;
  line-height: 14px;
  padding: 4px 8px;
}