@charset "UTF-8";
body {
  font-family: "Ubuntu", "Microsoft JhengHei", " 	微x8EDF正黑體", "Microsoft Yahei", "微软雅黑", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.menu-btn {
  position: relative;
  width: 26px;
  height: 30px;
  cursor: pointer;
}

.menu-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #515151;
  position: relative;
  transition: 0.3s;
  transform-origin: right;
}

.menu-btn .line1 {
  top: 5px;
}

.menu-btn .line2 {
  top: 12px;
}

.menu-btn .line3 {
  top: 19px;
}

.menu-btn.act .line1 {
  transform: rotate(-45deg);
}

.menu-btn.act .line2 {
  opacity: 0;
}

.menu-btn.act .line3 {
  transform: rotate(45deg);
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

nav {
  width: 300px;
  position: fixed;
  background: #f0f0f0;
  height: calc(100% - 90px);
  top: 90px;
  right: -300px;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 99;
}
nav ul {
  margin: 30px 20px;
}
nav ul li a {
  color: #515151;
  font-size: 16px;
  display: block;
  cursor: pointer;
  padding: 10px;
}

nav.act {
  right: 0;
  transform: translateX(0);
  transition: transform 0.3s;
}

.rightnav {
  display: flex;
  align-items: center;
}
.rightnav .language a {
  padding: 5px 15px 5px 0;
  color: #515151;
}

.greyFullbox {
  background: #f1f1f1;
}

.header {
  background: white;
  min-height: 65px;
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 99;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.header .header-wrapper .logo img {
  max-width: 230px;
}
.header .header-wrapper .language {
  display: flex;
}

.banner {
  min-height: 90px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.company-profile {
  background: #f1f1f1;
  padding: 50px 0;
}
.company-profile .wrapper {
  padding-bottom: 24px;
}
.company-profile .read-more {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.company-profile .read-more a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 144, 143);
}

.documentBox {
  display: grid;
  gap: 30px;
  padding: 50px 0;
}
.documentBox a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid #00908F;
  box-sizing: border-box;
  padding: 18px 8px;
  color: #00908f;
  line-height: 22px;
  transition: all 0.3s linear;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.documentBox a:hover {
  background-color: #00908F;
  color: #fff;
}

.documentBox > div {
  position: relative;
  padding-bottom: 58px;
}

.documentBox.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.reportHighlights {
  padding: 30px 15px;
  background: #f1f1f1;
  position: relative;
}
.reportHighlights .wrapper {
  background: #f1f1f1;
  position: relative;
  padding: 0;
}
.reportHighlights .btnArea {
  position: absolute;
  bottom: 50px;
  left: 70px;
}
.reportHighlights .btnArea a {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #00908F;
  box-sizing: border-box;
  padding: 18px;
  color: #00908f;
  line-height: 22px;
  transition: all 0.3s linear;
  background-color: #F1F1F1;
  width: 100%;
}
.reportHighlights a:hover {
  background-color: #00908F;
  color: #fff;
}
.reportHighlights a:hover .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.reportHighlights a .arrow {
  border: solid #00908F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
  transition: all 0.3s linear;
}

.footer {
  background: #E9E4E1;
  color: #818181;
  padding: 30px 20px;
}
.footer .link {
  padding: 10px 0;
}
.footer a {
  color: #333333;
  text-decoration: underline;
  padding-right: 8px;
}

@media only screen and (min-width: 768px) {
  .header .header-wrapper .logo img {
    max-width: 300px;
  }
  .reportHighlights .btnArea {
    width: 400px;
  }
  .reportHighlights .btnArea a {
    margin-bottom: 2px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 1023px) {
  .reportHighlights .wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .documentBox {
    display: block;
  }
  .documentBox > div {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .reportHighlights .btnArea {
    position: static;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
  .reportHighlights .btnArea a {
    display: block;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */