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

.trunk-body {
  font: 14px 'Montserrat', '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;
  overflow-x: hidden;
}

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: 78px;
  background-color: white;
  z-index: 1002;
  font-family: 'Montserrat', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}

.top-header {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 0 7.5vw;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 26px;
  background-color: #4595c9;
}

.top-header .left {
  padding: 0 8px;
  text-align: left;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.top-header .right {
  text-align: right;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

.top-header .left,
.top-header .right {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.top-header .right a {
  font-size: 12px;
  color: #fff;
}

.top-link a {
  text-decoration: underline!important;
}

.top-header .right .dropdown-menu {
  background-color: #4595c9;
  border: none;
}

.top-header .right span {
  padding: 0 8px;
}

#header .dropdown-menu{
  width: 100%;
  min-width: initial!important;
}

#header .dropdown-menu.show{
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  transform: translate3d(0px, 27px, 0px)!important;
}

#header .dropdown-menu a {
  padding: 8px 14px!important;
  text-align: center;

  white-space: normal;
  font-size: 14px;

}

#header .dropdown:first-child .dropdown-menu.show{
  width: auto!important;
}

#header .dropdown-menu a:hover{
  background-color: white!important;
  color: #4595c9!important;
}

.top-header .right .dropdown-menu a:hover {
  color: #4595c9;
}

.top-header a {
  padding: 0 8px 0 8px;
  line-height: 26px;
}

.top-header span {
  padding: 0 16px 0 8px;
  line-height: 26px;
}

/* @media screen and (max-width: 768px) {
  .top-header .right a:not(:first-child) {
    display: none;
  }
} */

.header-bar {
  flex-wrap: nowrap;
  align-items: center;
}

.trunk-body header .logo {
  position: relative;
  height: 70px;
  width: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: flex-end;
}

.company-logo {
  background-image: url(../img/logo2025_v2.png);
}

nav.drawer li:hover a {
  color: #4595c9
}

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

.sticky.scroll {
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: height .25s linear;
}

.sticky.scroll .logo {
  transition: height .25s 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;
}

.header-bar.inner {
  background-color: #fff;
}

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

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

.sticky.scroll .burger li {
  background-color: #040818;
}

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

.trunk-body .burger.open-menu li {
  background-color: #4595c9;
}

.sticky.scroll .burger.open-menu li {
  background-color: #4595c9;
}

.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 {}

.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: transparent;
  color: #4595c9;
  border: 1px solid transparent;
}

.trunk-body .float-helper .lang-bar a:hover {
  color: #4595c9;
  background: #040818;
  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: #fff;
  border-radius: 0px;
  background: transparent;
  display: inline-block;
  border: 1px solid #f6f5f5;
}

.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 img {
  width: auto;
  height: 18px;
}

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

.trunk-body nav li a:not([href]):not([tabindex]){
  color: #07466f;
  cursor: pointer;
}
.trunk-body nav li:hover a:not([href]):not([tabindex]){
  color: #4595c9;
}

@media screen and (min-width: 1200px) {
  .trunk-body nav {
    height: 100%;
  }

  .trunk-body nav>ul {
    height: 100%;
    padding-top: 0;
    display: flex;
    justify-content: center;
  }

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

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

  .trunk-body nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .trunk-body nav li ul li a {
  }
}
.trunk-body nav li.active a{
  color: #4595c9;
}

.trunk-body nav>ul>li>a{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.trunk-body nav>ul li:hover>a {
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.trunk-body nav>ul li:hover>div>a {
  color: #4595c9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.trunk-body nav>ul li.no-items:hover>div>a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

.trunk-body nav>ul>li:hover .fill a {
  color: #fff;
}
.cool-link {
  display: inline-block;
  text-decoration: none;
}

.trunk-body nav li ul.fill {
  position: absolute;
  display: none;
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 8001;
  width: 100%;
  min-width: 280px;
  background-color: rgba(69, 149, 201, 0.93);
}


@media screen and (min-width: 1200px) {
  .trunk-body nav li ul.fill {
    position: absolute;
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 8001;
    width: 100%;
    min-width: 320px;
    background-color: rgba(69, 149, 201, 0.93);
  }

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

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

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

  .trunk-body nav li ul li a:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 1660px) {
  .trunk-body nav li a {
    /* font-size: 18px; */
  }

  .trunk-body nav li a {
  }

  .trunk-body nav li ul li a {
  }

}

@media screen and (max-width: 1480px) {
  .trunk-body header .logo {
    height: 54px;
    width: 200px;
    min-width: unset;
  }

  .trunk-body nav {
    padding-top: 0px;
  }

  .trunk-body nav li a {
    font-size: 14px;
  }
}

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

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

}

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


.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: absolute;
  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 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: #4595c9;
}

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

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

.trunk-body nav ul.fill li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  margin-left: 280px;
  border-left: 1px solid #4595c9;
}

@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*/
  .lang-dd {
    display: none;
  }
  .top-header {
    padding: 0 0 0 20px;
  }

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

  #header {
    margin-top: 0px;
    height: 90px;
  }

  #header:hover .menu-bg,
  .menu-bg {
    display: none;
  }

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

  .trunk-body header {
    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 {
    position: relative;
    width: 180px;
    height: 40px;
    margin-left: 40px;
  }

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

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

  .trunk-body .float-helper {
    position: relative;
    text-align: left;
  }

  .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 .desktop-only {
    display: none;
  }
  .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;
    color: #343434 !important;
  }

  .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;
    padding-left: 20px;
  }

  .trunk-body nav ul.fill li:hover ul {
    display: block;
    position: relative;
    margin-left: unset;
    border-left: unset;
  }

  .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: #f6f5f5;
    display: block;
    padding: 0;
  }

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

  .trunk-body nav li>.icon-nav {
    flex-direction: row;
  }

  .trunk-body nav li>.icon-nav img {
    width: 20px;
    height: auto;
  }

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

  .trunk-body nav li a:hover {
    background-color: #4595c9;
    color: #fff !important;
  }

  .trunk-body nav li ul.fill li:hover>a {
    background-color: #4595c9;
    color: #fff !important;
  }

  .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: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #f6f5f5;
    /*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);
    }
  }

  .top-bar.close-menu,
  .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 {}

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

.desktop-lang-bar {
  display: flex;
  align-items: center;
}

.desktop-lang-bar a {
  color: #fff;
  padding: 4px;
}

.desktop-lang-bar a:hover {
  color: #fff;
  background-color: rgba(69, 149, 201, 0.93);
  border-radius: 8px;
}

.desktop-lang-bar span {
  padding: 0 2px;
  color: #fff
}

@media screen and (max-width: 991px) {
  .top-header {
    height: auto;
  }

  .top-header .right span {
    display: none;
  }

  .top-header .right {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575.98px) {
  .top-header .right {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px){
  .top-header{
    padding: 0 0 0 0;

  }
}
@media only screen and (max-width: 428px){
  .top-header{
    padding: 0 0 0 0;
    font-size: 11px;
  }

  #header .dropdown-menu a {
    padding: 8px 11px!important;
    text-align: center;
  
    white-space: normal;
    font-size: 11px;
  
  }
  
}