.trunk-body {
  background-color: #fff;
  font: 14px 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif;
  color: #000000;
  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;
}
a {
  text-decoration: none;
}
.trunk-body .trunk-container {
  background-color: #fff;

  /*  Prevents Flickering  */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#header {
  height: 144px;
  background-color: #fff !important;
  z-index:10000;
  border-top: 10px solid #e53930;
}

.header-container{
  max-width: 80vw;
  margin: auto;
}

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

.trunk-body header .logo {
  position: relative;
  margin-top: 28px;
  height: auto;
  width: 100%;
  max-width: 320px;
  height: 55px;
  background-image: url('../img/logo_old.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 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: 144px;
}

.trunk-body .burger {
  position: absolute;
  float: left;
  padding: 0px;
  top: 12px;
  left: 10px;
  display: none;
}

.trunk-body .burger li {
  width: 30px;
  height: 4px;
  background-color: #e53930;
  border-radius: 3px;
  margin: 5px 0;
}
.trunk-body ul.burger:hover {
  cursor: pointer;
}
.trunk-body .burger.open-menu li {
  background-color: #e53930;
}
.trunk-body nav {
  position: relative;
  margin-top: 6px;
  height: 100%;
  width: 100%;
}

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

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

.trunk-body .float-helper .social{
  display: inline-flex;
}

.trunk-body .float-helper .social .social-btn{
  margin:0px 6px;
  border-radius: 50%;
  background: #959595;
  width:32px;
  height:32px;
  padding-top:0;

  padding-left: 0px;
  padding-right: 0px;
}
.trunk-body .float-helper .social .social-btn.linkedin-btn:active, 
.trunk-body .float-helper .social .social-btn.linkedin-btn:focus, 
.trunk-body .float-helper .social .social-btn.linkedin-btn:hover{
  background: #4875B4 !important;
}

.trunk-body .float-helper .social .social-btn.fb-btn:active, 
.trunk-body .float-helper .social .social-btn.fb-btn:focus, 
.trunk-body .float-helper .social .social-btn.fb-btn:hover{
  background: #3B5998 !important;
}

.trunk-body .float-helper .social .social-btn.weibo-btn:active, 
.trunk-body .float-helper .social .social-btn.weibo-btn:focus, 
.trunk-body .float-helper .social .social-btn.weibo-btn:hover{
  background: #df2029 !important;
}
.trunk-body .float-helper .social .social-btn.wechat-btn:active, 
.trunk-body .float-helper .social .social-btn.wechat-btn:focus, 
.trunk-body .float-helper .social .social-btn.wechat-btn:hover{
  background: #09b83e !important;
}
.trunk-body .float-helper .social .social-btn img{
  width:28px;
  height:28px;
  margin: 2px 2px;
}
.trunk-body .float-helper .lang-bar{
  display: inline-flex;
}

.trunk-body .float-helper .lang-bar div{
  margin:0px;
  width:32px;
  height:24px;
  color: #959595;
  font:24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  margin-top:30px;
}
.trunk-body .float-helper .lang-bar div:not(:last-child){

  border-right: 1px solid #959595;
}

.trunk-body .float-helper .lang-bar .lang-active{
  color:#e53930 !important;
}
.trunk-body .float-helper .lang-bar .lang-active a{
  color:#e53930 !important;
}
.trunk-body .float-helper .lang-bar div:hover{
  color:#e53930 !important;
}
.trunk-body .float-helper .lang-bar div:hover a{
  color:#e53930 !important;
}


.trunk-body .float-helper .lang-bar div a{
  width: 100%;
  margin:0;
  padding: 0;
  color:#959595 !important;
  display:inline-block;
}

.trunk-body nav > ul{
  height:100%;
}
.trunk-body nav li {
  float: left;
  /*display: inline-block;*/
  line-height: 44px;
  position: relative;
  height: 100%;
}
.trunk-body nav li span{
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.trunk-body nav li span.divider{
  padding-left: 16px !important;
  margin-right: 16px;
  height:32px;
  border-right: 1px solid #ffffff !important;
}
.trunk-body nav li a {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #000 !important;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  width:100%;
  padding-left: 16px;
  padding-right: 16px;
  height:100%;
}

.trunk-body nav li a.active {
  color: #fff !important;
  background: #e53930;
  font-weight: bold;
}
.trunk-body nav li a:hover {
  background: #e53930 !important;
  color: #fff !important;
}

.trunk-body nav li ul.fill {
  background: #f6f6f6 !important;
  position: absolute;
  display: none;
  width: auto;
  min-width: 320px;
  text-align: left;
  padding-bottom: 24px;
  z-index:8001;
}

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

.trunk-body nav li.section{
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.trunk-body nav li.section .menu-img{
  max-width: 432px;
  width: 100%;
  height: auto;
}

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

.trunk-body nav li ul li ul li.line-height1em{
  padding:4px 0px;
}

.trunk-body nav li ul li .section2{
  color:#464646 !important;
  height: 100%;
  font-size: 26px;
}
.trunk-body nav li ul li a{
  color:#464646 !important;
  font-size: 12px;
  text-align: left;
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif !important;
}
.trunk-body nav li ul li a.title{
  color:#464646 !important;
  font-family: 'Montserrat', 'Aldrich', sans-serif !important;
  font-size: 18px;
}

.trunk-body nav li ul li {
  display: flex;
  float: left;
  width: 100%;
}
.trunk-body nav li ul li:hover {
  /*background: #e53930 !important;*/
}
.trunk-body nav li ul li:hover a{
    color: #464646 !important;
}
.trunk-body nav li ul li a:hover {
  color: #464646 !important;
}
.trunk-body nav li ul li a {
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #464646 !important;
}

.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 > a{
  background: #ed1c24 !important;
  color: #fff !important;
}
.trunk-body nav li > ul > li > ul > li > a:hover {
  color: #fff !important;
}
.trunk-body nav li ul li ul li a {
  font-family: 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif;
  padding-left: 8px;
  padding-bottom: 8px;
  color: #464646 !important;
}

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

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

  .trunk-body nav li a {
    font-size: 19px;
  }
  
  .trunk-body .float-helper .social .social-btn{
    margin:0px 6px;
    border-radius: 50%;
    background: #959595;
    width:28px;
    height:28px;
  }

  .trunk-body .float-helper .social .social-btn img{
    width:24px;
    height:24px;
    margin:2px 2px;
  }
}

@media screen and (max-width:1406px){
  .header-container {
    max-width: 90vw;
    margin: auto;
}
}

@media only screen and (max-width: 1256px) {
  .header-container {
    max-width: 96vw;
    margin: auto;
}
  .trunk-body nav li a {
    font-size: 18px;
  }
}

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

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

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

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

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


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

  .trunk-body .float-helper .social .social-btn{
    margin:6px 4px;
    border-radius: 50%;
    background: #959595;
    width:24px;
    height:24px;
  }

  .trunk-body .float-helper .social .social-btn img{
    width:20px;
    height:20px;
    margin:2px 2px;
  }
}

@media only screen and (max-width: 900px) {
  /*  Nav Drawer Layout  */
  /* NAVIGATION ANNIMATION */
  /*Nav Expanding Open Effect*/
  /*Nav Shrinking Closed Effect*/
  /* CONTENT ANNIMATION */
  /*Content Sliding Open Effect*/
  /*Content Sliding Closed Effect*/
  #header{
    height: 62px;
  }
  .trunk-body .trunk-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .trunk-body header {
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    /* 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{
    background-size: cover;
    margin-top: 16px;
    max-width: 250px;
    height: 40px;
    background-position: initial;
  }
  .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;
    background-color: #e53930;
    color: #fff;
  }
  .trunk-body .float-helper.mobile-only{
    display: flex;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }

  .trunk-body .float-helper.mobile-only .social{
    margin-left: auto;
  }

  .trunk-body .float-helper.mobile-only .lang-bar div{
    margin-top: 0px;
  }

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

  .trunk-body .float-helper .lang-bar{
    display: inline-flex;
  }

  .trunk-body .float-helper .lang-bar div{
    padding-left:2px;
    text-align: center !important;
  }

  .trunk-body .float-helper .lang-bar div:hover{
    color: #e53930 !important;
  }

  .trunk-body .float-helper .lang-bar div a{
    text-align: center !important;
  }

  .trunk-body .float-helper .lang-bar div a:hover{
    color: #e53930 !important;
  }

  .trunk-body nav ul {
    height: 100%;
    overflow-y: auto;
  }
  .trunk-body nav li {
    display: block;
    float: none;
    line-height: 32px;
    height: auto;
  }

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

  .trunk-body nav li span{
    display: none;
  }
  .trunk-body nav li a {
    padding: 16px;
    font-size: 1em;
    width: 100%;
    max-width: 280px;
    line-height: 1em;
    height: auto;
    text-align: left;
    color:#fff !important
  }
  .trunk-body nav li a.logo {
    display: none;
  }
  .trunk-body nav li a.active {
    color: #fff !important;
    background-color: #e53930;
  }
  .trunk-body nav li a:hover {
    color: #fff !important;
  }
  .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.section{
    margin: 0;
    margin-left: 0;
  }
  .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: Helvetica, 'Roboto Condensed', sans-serif;
      padding: 16px;
      font-size: 1em;
      width: 100%;
      max-width: 280px;
      line-height: 1em;
  }

  .trunk-body nav ul li ul.fill li {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    background: #4f4f4f;
    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.title{
    font-size: 1em;
    line-height: 1em;
  }
  .trunk-body nav li ul.fill li a{
    padding: 16px !important;
  }

  .trunk-body nav li a:hover{
    background-color: transparent !important;
  }
  .trunk-body nav li ul.fill li:hover a{
    background-color: transparent !important;
  }

  .trunk-body nav ul li ul.fill li ul{
    margin:0px;
    padding:0px;
  }
  .trunk-body nav ul li ul.fill li ul li a {
    font-size: 0.85em;
    margin-left: 12px;
  }
  .trunk-body nav ul li ul.fill li ul li a:before {
    content: " ";
  }
  .trunk-body nav ul li ul.fill li ul li a:hover {
    color: #fff;
    background-color: #e53930;
  }
  .trunk-body nav {
    width: 93%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #e53930;
    /*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: 0!important;
  }
  @-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 !important;
  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 {
}
