<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@media (max-width: 991px) {
    .contact-wrap {
        margin-top: 68px;
    }
}*/

.aside h1 {
    text-transform: uppercase;
}

.photo-container .item .details-wrap .icon-wrap .icon {
    width: 100%;
    height: 32px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .main.theme-light .content .result-bar select {
        color: #4c4948;
        border-color: #4c4948;
    }
}

/* Analyst Coverage Page */
.main .content .listing-panel select.filter-firm, .main .content .listing-panel select.filter-analyst {
    width: auto;
    min-width: 222px;
}

.main .content .item-analyst-coverage .title &gt; span:not(:last-child){
    margin-right: 28px;
}

@media (max-width: 991px) {

    .main .content .item-analyst-coverage .title &gt; span {
        display: block;
        font-size: 14px;
    }

    .main .content .item-analyst-coverage .com-desc-block p {
        font-size: 18px;
    }

    .main.analyst-coverage .content .result-bar {
        border-bottom: none;
    }

    .main .content .listing-panel select.filter-firm, .main .content .listing-panel select.filter-analyst {
        padding-left: 0;
    }
    }

@media (max-width: 767px) {
    .main .content .listing-panel .filter, .main .content .listing-panel select.filter-firm, .main .content .listing-panel select.filter-analyst {
        width: 100%;
    }

    .main.analyst-coverage .filter-container .filter select {
        font-weight: 400;
    }
}


/* Search Page */
.main.search-result .matched {
    color: #eb6e23;
}

@media (max-width: 991px) {
    .main.search-result .content p.no-result {
        margin-top: 20px;
    }
}

/* Sitemap */
.main.sitemap .content .sitemap-group .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}


.main.sitemap .content .sitemap-group {
    margin-bottom: 24px;
}

.main.sitemap .content .sitemap-box {
    width: 25%;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .main.sitemap .content .sitemap-box {
        width: 100%;
    }
}

.main.sitemap .content .sitemap-box ul {
    list-style-type: none;
    padding-left: 0;
    /*color: #4c4948;*/
}
.main.sitemap .content .com-title-block a {
    color: #4c4948;
}

.main.sitemap .content .com-title-block h3 a {
    color: #ed6d00;
}

    .main.sitemap .content .com-title-block a:hover {
        color: #ed6d00;
    }

.main.sitemap .content .sitemap-box ul.sitemap-lv-2 {
    margin-top: 12px;
}

.main.sitemap .content .sitemap-box ul.sitemap-lv-3 {
    margin-bottom: 8px;
}

    .main.sitemap .content .sitemap-box ul.sitemap-lv-3 li {
        line-height: 100%;
    }

    .main.sitemap .content .sitemap-box ul.sitemap-lv-3 a {
        font-size: 0.8em;
        color: #707070;
    }

/*.main.sitemap .content .sitemap-group .com-title-block &gt; * {
    margin-bottom: 0;
}

.main.sitemap .content .sitemap-group .title {
    margin-bottom: 18px;
}

.main.sitemap .content .sitemap-box ul {
    list-style-type: none;
    padding-left: 0;
}

.main.sitemap .content .sitemap-box ul.sitemap-lv-2 {
    margin-top: 8px;
}

.main.sitemap .content .sitemap-box ul.sitemap-lv-3 {
    margin-bottom: 8px;
}

.main.sitemap .content .sitemap-box ul.sitemap-lv-3 li {
    line-height: 100%;
}

.main.sitemap .content .sitemap-box ul.sitemap-lv-3 a {
    font-size: 0.8em;
    color: #707070;
}*/
/* footer group logo */
footer .member img {
    height: 96px;
}

@media (max-width: 991px)
{
    footer .row-contact .member .wrapper img {
        width: auto;
        height: 62px;
    }
}

footer .row-narrative {
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
}

footer .container .disclaimer-body {
    text-align: justify;
    font-size: 17px;
    font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    text-transform: none;
}

/* header spacing */
@media (min-width: 1800px) {
    header .menu .wrapper nav &gt; ul &gt; li:not(:last-child) {
        margin-right: 24px;
    }
}

.com-logo-row img.logo-icon {
    margin-right: 12px;
}

.listing-container .com-desc-block .title {
    font-size: 18px;
}

.content .com-title-block a, .content .com-text a, .content .com-desc-block a, .txt a {
    color: #ed6d01;
}

.com-contact .txt a, .content .listing-container .com-desc-block a {
    color: inherit;
}

.photo-container.flyer-container .item .details-wrap {
    padding-right: 0;
}
.flyer-container .item .details-wrap .details {
    padding-left: 10px;
    padding-right: 0;
    display: flex;
    align-self: center;
}

/* Map */
.logistics-map-box .map-error {
    height: 575px;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(87, 87, 87, 0.2);
}

    .logistics-map-box .map-error p {
        position: relative;
    }

.com-border-box {
    margin: 0 -65px 74px -65px;
    padding: 0 65px 35px 65px;
    border-bottom: 1px solid;
    position: relative;
}

    .com-border-box:before, .com-border-box:after {
        content: "";
        background-color: #eb6e23;
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
    }

    .com-border-box:before {
        left: 0;
        bottom: 0;
        transform: translate(-50%, 100%);
    }

    .com-border-box:after {
        right: 0;
        bottom: 0;
        transform: translate(50%, 100%);
    }

    @media (min-width: 992px) {
        .com-border-box:before {
            width: 10px;
            border-radius: 0 10px 10px 0;
            left: 5px;
            bottom: 10px;
        
        }
        .com-border-box:after {
            bottom: 10px;
        }
    }

@media (max-width: 991px) {
    .com-border-box {
        margin: 0 -18px 74px -18px;
        padding: 0 18px 35px 18px;
    }

    .com-border-box:before {
        transform: translate(-50%, 50%);
    }

        .com-border-box:after {
            transform: translate(50%, 50%);
        }
}

em {
    font-style: italic;
}

/* fix height for listing pages */
.listing-container {
    min-height: 800px;
}

.listing-container.press-listing {
    min-height: 1000px;
}

.listing-container.analyst-listing {
    min-height: 1020px;
}

.search-result .listing-container {
    min-height: 1900px;
}

/*.com-tab-details {
    display: flex;
}

.com-tab-details &gt; .item {
    width: 100%;
}*/

/* Homepage Grid */
/*@media (min-width: 1650px) {
    .main.index .section .title-wrap {
        width: 520px;
    }

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

    .main.index .section .title-wrap .subhead {
        font-size: 56px;
    }

    .main.index .section .content .text-wrap p {
        font-size: 20px;
        max-width: 720px;
    }

    .main.index .section .content .btn-more, .main.index .section .content .text-wrap .icon-row .item .title {
        font-size: 20px;
    }
}*/

/*@media (min-width: 1201px) {
    .main, footer {
        font-size: 100%;
    }
}*/


/* Notice bar sync with KL */
.notice-bar .notice-item {
    color: #4C4948;
}

.notice-bar .notice-message-dropdown .notice-item a {
    display: flex;
}
.notice-bar .notice-item .item-name {
    max-width: 80%;
}

/* (22/04/2022) Add word-break to the statement title in homepage */
.notice-bar .notice-item .item-name .item-name-title {
    font-weight: 700;
    text-decoration: underline;
    word-break: break-word;
}

/* (22/04/2022) Add word-break to the statement details in homepage */
.notice-bar .notice-item .item-name .details {
    word-break: break-word;
}

/* (22/04/2022) Add word-break to the notice bar message  in homepage */
.notice-bar .notice .msg .details {
    word-break:break-word;
}


.notice-bar .notice {
    /*padding: 3px 0;*/
    align-items: start;
    margin-left: 60px;
}

.notice-bar .notice .exclaimation {
    margin-right: -59px;
}

.notice-bar .notice .btn-container a {
    font-weight: normal;
    font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    line-height: normal;
    /*(28/06/2022) Modify next line problem*/
    white-space:nowrap;
}

.notice-bar .notice .btn-container a:hover {
    color: #ED6D00
}

.notice-bar .notice-message-dropdown .notice-item a {
    color: #4C4948;
}

.notice-bar .notice .wrap {
    /*padding: 3px 0;*/
    align-items: start;
    margin-right:inherit;
    /*margin-right: auto;*/
}

@media (max-width: 767px) {
    .notice-bar .notice .wrap {
        width:80%;
    }
}

.notice-bar .notice .msg {
    max-width: 800px;
    display: flex;
    /*width: 100%;*/
    width : 800px;
    margin-right:10px;
}

/* (22/04/2022) Change font size of notice bar title to 16px */
.notice-bar .notice .msg .title {
    width: 25%;
    font-size: 16px;
    padding-left: 69px;
}

.notice-bar .notice .msg .details {
    width: 75%;
    line-height: normal;
    padding-left: 50px;
}

.notice-bar .notice .btn-container {
    display: flex;
}

.notice-bar .notice-message-dropdown .notice-item .item-date {
    color: #ed6d01;
    font-weight: 900;
    padding-right: 66px;
}
@media (max-width: 991px) {
    .notice-bar .notice {
        margin-left: -10px;
        margin-right: -10px;
    }
    .notice-bar .notice .exclaimation {
        height: 16px;
        margin-right: 6px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .notice-bar .notice .msg {
        max-width: 580px;
    }
    .notice-bar .notice-message-dropdown .notice-item .item-date {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    /*.notice-bar .notice .msg .details {
        display: inline-block;
    }*/

    .notice-bar .notice .msg {
        max-width: calc(100% - 66px);
        flex-direction: column;
    }

    .notice-bar .notice .msg .title {
        width: auto;
    }

    .notice-bar .notice .msg .details {
        width: auto;
        margin-top: 4px;
        display: inline-block;
        padding-left: 0;
    }

    .notice-bar .notice .btn-container {
        width: 130px;   /*174px;*/
    }

    .notice-bar .notice-message-dropdown .notice-item .item-date {
        display: block;
    }

    .notice-bar .notice-message-dropdown .notice-item a {
        display: block;
    }

    .notice-bar .notice-item .item-name {
        max-width: 100%;
    }
}

/*@media (max-width: 576px) {
    .notice-bar .notice .btn-container {
        width: 258px;
    }
}*/

@media (max-width: 1439px) and (min-width: 1300px) {
    .notice-bar .notice-message-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .notice-bar .notice-message-dropdown .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*header .menu .wrapper nav &gt; ul &gt; li ul li a {
    font-size: 16px;
}*/
.main.investor-overview .content .com-text a.btn-more {
    color: #4c4948;
}

@media (max-width: 991px) {
    .main.investor-overview .grid-container .grid-row .grid-half:first-child a.btn-more {
        color: #ffffff;
    }
}

@media (max-width: 1350px) and (min-width: 992px) {
    header .menu-m nav &gt; ul &gt; li:not(.hv-sub) &gt; a {
        padding: 15px 45px;
    }
}

.main .content ol[type=a] {
    list-style-type: lower-alpha;
}

/*@media (max-width: 1900px) and (min-width: 1301px) {
    .main {
        margin-top: 76px;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .main {
        margin-top: 88px;
    }
}*/

.notice-bar .notice-message-dropdown .notice-item .notice-text {
    display: flex;
    padding: 6px 0;
    position: relative;
}

.notice-bar .notice-item .item-name .details &gt; img {
    margin-left:20px;
    vertical-align:middle;
}



.notice-bar .notice-message-dropdown .notice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px 6px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.notice-bar .notice-message-dropdown .notice-item .item-type &gt;  img{
    max-width: 20px;
    vertical-align: top;
}

.notice-bar .notice-message-dropdown .wrapper {
    padding: 35px 30px 40px 30px;
}

.notice-bar .notice .btn-container a:not(:last-child) {
    width: max-content;
    margin-right:30px;
    /*(28/06/2022) Modify next line problem*/
    white-space: nowrap;
}

@media (max-width: 767px) {
    .notice-bar .notice .btn-container a:not(:last-child) {
        margin-right: 20px;
    }
}


@media (max-width: 767px) {
    .notice-bar .notice-message-dropdown .notice-item .notice-text {
        display:block;
    }
}

@media(max-width: 767px) {
    .notice-bar .notice-message-dropdown .notice-item .item-name {
        padding-right:0px;
        font-size:20px
    }
}

@media(max-width: 767px) {
    .notice-bar .notice-message-dropdown .notice-item .item-type &gt; img {
        margin-left:40px;
    }
}

@media (max-width: 991px) {
    .notice-bar .notice .msg .title {
        font-size: 14px;
        padding-left:0px;
    }
}

.icon.video {
    background-image: url("../assets/img/icon/icon-video.svg");
}

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

body #country-options {
    display: none;
}

.text-orange {
    color: #ed6d01;
}

.icon.x {
    background-image: url("../assets/img/icon/x-twitter.svg");
}

header .menu .wrapper nav &gt; ul &gt; li &gt; .sub &gt; ul &gt; li &gt; ul {
    overflow: auto;
    max-height: 70vh;
}

header .logo {
    width: 138px;
}
@media (min-width: 1601px) and (max-width: 1670px) {
    header .logo {
        width: 138px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    header .logo {
        width: 133px;
    }
}

@media (max-width: 991px) {
    header .logo {
        width: 108px;
    }
    .main {
        margin-top: 79px;
    }
}

.main {
    margin-top: 79px;
}
@media (min-width: 1300px) and (max-width: 1670px) {
    .main {
        margin-top: 77px;
    }
    .notice-bar {
        top: 77px;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .main {
        margin-top: 89px;
    }
    .notice-bar {
        top: 89px;
    }
}

.main .aside .custom-select {
    color: #4c4948;
}</pre></body></html>