<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* KL style grid */

/*@media (min-width: 992px) {
    .main .aside {
        width: 520px;
    }

    .main .content {
        width: calc(100% - 520px);
    }

    .main .aside h1 {
        font-size: 56px;
    }

    .main .aside .navigation &gt; ul &gt; li a {
        font-size: 20px;
    }

    .com-text,
    .com-logo-row,
    .com-desc-block p,
    .com-title-block p {
        font-size: 20px;
    }


}

@media (min-width: 1650px) {
    .main .aside {
        width: 520px;
    }

    .main .content {
        width: calc(100% - 520px);
    }
}*/

/* (08/06/2022) Add logon css from _Nested.cshtml */
.com-logo-row.about-us.max-bound {
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 450px) {
    .com-logo-row.about-us.max-bound img {
        -webkit-transform: scale(0.9);
        -webkit-transform-origin-x: 0;
    }
}

.tpl-calendar-wrap table tr td:first-child {
    color: #ed6d01;
    font-weight: 700;
    font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

.tpl-calendar-wrap table tr td:last-child {
  color: #4c4948;
}

.tpl-calendar-wrap table tr.smaller td {
    font-weight: 700;
    font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}


@media (max-width: 991px) {
  .main.investor-overview .tpl-report-wrap .row .item .icon {
    display: inline-block;
  }

  .main.investor-overview .tpl-report-wrap .row .item .txt {
    padding-left: 18px;
  }

  .main.analyst-coverage .aside {
    display: none;
  }

  .main.analyst-coverage .content .wrapper {
    padding-top: 56px;
  }
}

.main.investor-overview .tpl-report-wrap .row .item:nth-last-child(2) {
  margin-bottom: 18px;
}

.thumbnail-row {
  margin-bottom: 32px;
}

.thumbnail-row .item {
  display: flex;
  margin-bottom: 20px;
}

.thumbnail-row .item .thumbnail {
  width: 240px;
  height: 240px;
  position: relative;
}

.thumbnail-row .item .thumbnail .image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail-row .item .details {
  width: calc(100% - 240px);
  padding-left: 20px;
  font-size: 1.11em;
  line-height: 141.1%;
}

@media (max-width: 991px) {
  .thumbnail-row .item .thumbnail {
    width: 140px;
    height: 140px;
  }

  .thumbnail-row .item .details {
    width: calc(100% - 140px);
    padding-left: 12px;
  }
}

.main .aside .navigation &gt; ul &gt; li.current &gt; span &gt; a {
  font-weight: 400;
}

.main .aside .navigation &gt; ul li.current.active.current-page &gt; a {
  font-weight: 700;
}

@media (min-width: 1900px) {
  .main
    .aside
    .navigation
    &gt; ul
    &gt; li.current
    &gt; ul
    &gt; li.active
    &gt; ul
    &gt; li.active
    &gt; a:before {
    bottom: -3px;
  }
}

@media (min-width: 992px) {
  .main .aside h1 {
    margin-top: 0;
  }
}

@media (min-width: 1900px) {
  .main .aside h1 {
    margin-top: 0;
  }
}
input {
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei",
    "Arial Unicode MS", "Arial";
}

/* financial report page */
.financial-report .com-item-col .item .details-wrap .item-wrap {
  display: flex;
  align-items: flex-start;
}

.financial-report .com-item-col .item .details-wrap .item-wrap .icon-wrap {
  margin-top: 0;
  margin-top: -12px;
  margin-right: 12px;
}

.financial-report .com-item-col .item .details-wrap .details {
  width: calc(100% - 40px);
}

.financial-report .com-item-col {
  width: auto;
}

@media screen and (min-width: 1440px) {
  .financial-report .com-item-col {
    width: 50%;
  }
}
/* Report listing page - year */
.com-tab-vertical .item {
  height: 100px;
}

/* Content Page - align page title and content*/

@media (min-width: 992px) {
  /*.main .aside h1 {
        margin-top: -10px;
    }

    .main .content h2.headline {
        margin-top: -8px;
    }*/

  .main .content &gt; .wrapper &gt; h2 + .com-text {
    margin-top: 4px;
  }

  .main .content &gt; .wrapper &gt; h2 + .com-title-block {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .com-tab-horizontal .swiper-slide {
    width: 186px;
  }
}

.main .aside .navigation .current-page &gt; span &gt; a,
.main .aside .navigation .current-page &gt; a {
  position: relative;
  font-weight: 700;
}

.main .aside .navigation .current-page &gt; span &gt; a::before,
.main .aside .navigation .current-page &gt; a::before {
  content: "";
  background-color: #eb6e23;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.com-item-col .item .details-wrap .video {
    width: 100%;
    height: 32px;
    margin-bottom: 0;
}

.com-grid-row .item-grid .overlay .desc {
    height: min(70%, 200px);
}

.com-solution .item .flag {
    margin-right: 15px;
}
.com-solution .item .flag img {
    border-radius: 0;
    width: 55px;
    height: auto;
}</pre></body></html>