* {
  font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
  text-align: justify;
  text-justify: distribute;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem 0.9375rem 0rem;
}

p {
  font-size: 1.125rem;
}

li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem;
}

a a:hover, a:visited, a:link, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6 {
  color: #b59c17;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.set-h1-w, .set-h2-w, .set-h3-w, .set-h4-w, .set-h5-w, .set-h6-w {
  color: white;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.background-color-primary {
  background-color: #181a5b;
}

.background-color-primary-dark {
  background-color: #000031;
}

.img-border-radius {
  border-radius: 1rem;
}

.background-main-pic {
  background-image: url(/static/images/BG_Img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-icon-img a {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
}

.set-icon-img a:hover {
  -webkit-filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
          filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
}

.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

.set-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-margin-s {
  margin: 1rem;
}

.set-margin-top-s {
  margin-top: 1rem;
}

.set-margin-xs {
  margin: 0.5rem;
}

.set-padding-s {
  padding: 1rem;
}

.set-last-bottom {
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}

table {
  margin: 0.5rem 0rem;
  width: 100%;
}

td {
  padding: 1rem;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.set-table-head {
  background-color: #b59c17;
}

.set-text-center {
  text-align: center;
}

.set-table-w1 {
  width: 8.333%;
}

.set-table-w2 {
  width: 16.666%;
}

.set-table-w3 {
  width: 25%;
}

.set-table-w4 {
  width: 33.333%;
}

.set-tr-boder-bottom {
  border: 0px;
  border-bottom: 1px solid #b59c17;
}

.set-chart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.set-chart-title h4 {
  padding: 0;
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.set-chart-title button {
  border: none;
  margin: 2rem 0rem 0rem 2rem;
  font-size: 1.125rem;
  padding: 0.3rem 3rem;
  border-radius: 5px;
  border: 1px solid #b59c17;
  background-color: transparent;
  color: #b59c17;
}

.set-chart-title button:hover, .set-chart-title button:focus, .set-chart-title button:active {
  background-color: #b59c17;
  color: #ffffff;
}

.set-chart-tab {
  margin-top: 2rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #b59c17;
}

.set-chart-tab li {
  text-align: center;
  display: inline;
  position: relative;
  width: 25%;
}

.set-chart-tab li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  height: 2rem;
  width: 2px;
  background-color: #b59c17;
}

.set-chart-tab li a {
  color: #b59c17;
}

.set-chart-tab li a:hover, .set-chart-tab li a:active, .set-chart-tab li a:active {
  cursor: pointer;
  color: #ffffff;
}

.set-chart-tab-li-before {
  text-align: center;
  display: inline;
  position: relative;
  width: 25%;
  color: #b59c17;
}

.set-chart-tab-li-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  height: 2rem;
  width: 2px;
  background-color: #b59c17;
}

.set-chart-tab-li-before.active a {
  color: white;
}

.set-chart-checkbox {
  margin: 1rem;
}

.set-chart-checkbox label {
  margin-right: 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

.set-chart-checkbox label input {
  margin-right: 0.3rem;
}

.set-chart-form {
  background-color: #ffffff;
  padding: 2rem;
  font-size: 0.75rem;
}

.set-chart-container {
  position: relative;
  margin: auto;
  height: 65vh;
  max-width: 80vw;
}

.set-font-color-b {
  color: #000000;
}

.set-annually-range, .set-quarterly-range {
  cursor: pointer;
}

.set-annually-range.active, .set-quarterly-range.active {
  color: white;
  background-color: #b59c17;
}

.mobile-touch {
  display: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.125rem;
}

@media (max-width: 900px) {
  .set-chart-tab li a {
    font-size: 14px;
  }
  .mobile-touch {
    display: block;
  }
  .table-wrapper {
    overflow-x: auto;
  }
  .mobile-table-inner {
    width: 1024px;
  }
}

@media (max-width: 600px) {
  .set-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .set-chart-title {
    margin-bottom: 1rem;
  }
  .set-chart-title button {
    padding: 0.5rem 1rem;
    border-radius: 0;
    margin: 2rem 0 0 0;
  }
  .set-chart-tab {
    margin-top: 1rem;
  }
  .set-chart-tab li a {
    font-size: 16px;
  }
  .set-chart-form {
    padding: 1rem;
  }
  .set-chart-form table td {
    padding: 1rem 0rem;
    font-size: 14px;
    width: 10%;
  }
  .set-chart-checkbox {
    padding: 1rem 0rem;
    margin: 0;
  }
  .set-chart-checkbox #js-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .set-chart-checkbox #js-checkbox label {
    margin: 0;
  }
  .set-chart-container {
    max-width: 100%;
  }
}
/*# sourceMappingURL=financial-highlights.css.map */