
.trunk-body {
  font: 14px 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Helvetica Neue', 'Roboto Condensed',  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: transparent;
  z-index: 1002;
  font-family: 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Roboto Condensed', sans-serif;
}

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

.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 {
  color: #000;
}

.top-header .right .dropdown-menu {
  background-color: #00b252;
  border: none;
}
.top-header .right .dropdown-toggle{
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.top-header .right .dropdown-toggle::after {
  display: none;
}
.top-header .right .dropdown-menu a {
  color: #fff;
}

.top-header .right .dropdown-menu a:hover {
  color: #00b252;
}

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

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

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

.trunk-body header .logo {
  position: relative;
  height: 65px;
  width: 196px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: flex-end;
  filter: brightness(0);
}

.footer-logo img {
  filter: brightness(0);
}

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

nav.drawer li:hover a {
  color: #00b252
}

.dropdown-menu{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  min-width: initial!important;
  right: 0!important;
}

.dropdown-item{
  text-align: center!important;
}

#esg ul,
#news ul,
#contact ul {
  right: 0;
}

/* 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;
  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: 100px;
  overflow: hidden;
}

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

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

.trunk-body .burger li {
  width: 30px;
  height: 4px;
  background-color: #00b252;
  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: #00b252;
}

.sticky.scroll .burger.open-menu li {
  background-color: #00b252;
}

.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;
  padding: 4px!important;
  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;
}

.trunk-body .float-helper.mobile-only .lang-bar a{
  padding: 10px 15px!important;
}

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

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

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

.trunk-body .float-helper .lang-bar a:hover {
  color: #00b252;
  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 {
  margin: 0px 2px;
  padding: 1px 0 1px 0;
  font-size: 15px;
  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: 19px;
  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: #000;
  cursor: pointer;
}
.trunk-body nav li:hover a:not([href]):not([tabindex]){
  color: #00b252;
}

@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: 19px;
    color: #000;
    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: 1vw;
    padding-right: 1vw;
  }

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

@media screen and (min-width: 1680px) {
  .trunk-body nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }
}
.trunk-body nav>ul>li.active>div>a{
  color: #00b252 !important;
}

.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: #00b252;
  /* 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>li a {
  color: #fff;
}
.cool-link {
  display: inline-block;
  text-decoration: none;
}

.trunk-body nav li ul.fill {
  position: absolute;
  display: none;
  padding: 14px 0;
  z-index: 8001;
  width: 100%;
  min-width: 280px;
  background-color: #00b252;
}

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

.page-item-div{
  width: 100%;
}

.page-item-div a{
  width: 100%!important;
}

@media screen and (min-width: 1200px) {
  .trunk-body nav li ul.fill {
    position: absolute;
    display: none;
    padding: 14px 0;
    z-index: 8001;
    width: 100%;
    min-width: 320px;
    background-color: #00b252;
  }

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

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

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

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

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

  .trunk-body nav li a {
  }

  .trunk-body nav li ul li a {
    padding: 14px 28px!important;
  }

}

@media screen and (max-width: 1480px) {
  .trunk-body header .logo {
    height: 40px;
    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: 19px;
  text-align: left;
  font-family: 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif;

}

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


.trunk-body nav li ul li a {
  font-family: 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Montserrat', Helvetica, 'Roboto Condensed', 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: 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Montserrat', Helvetica, 'Roboto Condensed', sans-serif;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  color: #00b252;
}

.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 #00b252;
}

@media only screen and (max-width: 1199px) {
  .top-header .left{
    display: none;
  }
  .sticky+.content-container{
    padding-top: 80px;
  }
  #header{
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .top-header{
    width: auto;
    padding: 0!important;
  }
  .top-header .right{
    position: relative;
    z-index: 999;
  }
  .top-header{
    height: auto;
  }

  .header-bar{
    width: auto!important;
    padding: 0!important;
  }

  .trunk-body .burger{
    margin-left: 0!important;
  }

  .top-header .right .dropdown-menu{
    left: initial!important;
    right: 0;
  }
  
  .trunk-body header .logo{
    margin-bottom: 0!important;
  }
  .top-header .right .dropdown-toggle{
    padding-right: 0!important;
    font-size: 18px!important;
  }

  .dropdown-menu{
    min-width: auto;
    transform: translate3d(0, 28px, 0px);
  }

  .top-header a{
    padding: 5px 20px;
    text-align: center;
  }

  .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: 'SourceHan Sans SC', 'Avenir Roman', 'Avenir Book', 'Montserrat', Helvetica, 'Roboto Condensed', 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: #00b252;
    color: #fff !important;
  }

  .trunk-body nav li ul.fill li:hover>a {
    background-color: #00b252;
    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) */

  @-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 {
  min-height: calc(100vh - 600px)
}

.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: 640px) {
  .trunk-body header .logo{
    width: 100px;
  }
}

#DrawerDiv{
  z-index: 999;
}