<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* article */
.article-top, .arti-title{
    width: 85.6%;
    max-width: 1280px;
    margin: 50px auto 0px auto;
}

.arti-tip{
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.arti-tip &gt; div {
    display: inline-block;
}
.arti-time{
    color: #9ba7ac;
}
.arti-tip .line{
    height: 2px;
    width: 50px;
    margin: 0px 8px;
    background-color: #263c90;
    vertical-align: middle;
}
.arti-cat{
    color: #3fbcaf;
}
/* share */
.addthis_inline_share_toolbox{
    float: right;
}
.at-resp-share-element .at-share-btn{
    margin-left: 16px !important;
    height: 48px !important;
    width: 48px !important;
    border-radius: 50% !important;
    border: #DEE3E5 1px solid !important;
}
.at-icon-wrapper{
    height: 100% !important;
    width: 100% !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper svg{
    display: none;
}
.at-resp-share-element .at-share-btn:nth-child(1) .at-icon-wrapper{
    background-image: url(../icon/ico_FB_n.svg);
    background-size: auto 70%;
}
.at-resp-share-element .at-share-btn:nth-child(2) .at-icon-wrapper{
    background-image: url(../icon/ico_linkedin_n.svg);
    background-size: auto 70%;
}
.at-resp-share-element .at-share-btn:nth-child(3) .at-icon-wrapper{
    background-image: url(../icon/ico_print.svg);
    background-size: auto 70%;
}
/* share */

.arti-title{
    /* margin-top: 20px; */
	margin-top: 0px;
    font-size: 38px;
    line-height: 50px;
    font-weight: 900;
    color: #263c90;
}
.arti-title, .article-img, .article-top{
	max-width:896px;
} 
.filter-block .arti-title{
	margin-bottom:20px;
	text-align:left;
}
.article-img{
    width: 85.6%;
    margin: 45px auto;
	text-align:center;
}
.article-img img{
    max-width: 100%;
	margin:auto; 
}

/* article content */
.article-content{
    margin: 44px auto 16px auto;
}
.article{
    margin-bottom: 42px;
}
.article img{
    max-width: 100%;
    height: auto;
}
.article strong em span, 
.article h1, 
.article h2, 
.article h3, 
.article h4, 
.article h5, 
.article h6{
    font-size: 32px;
    color: #263c90;
    font-weight: bold;
    text-align: left;
	margin-bottom:24px;
}
.article h1{
    font-size: 38px;
}
.article h2{
    font-size: 35px;
}
.article h4{
    font-size: 27px;
}
.article h5{
    font-size: 22px;
}
.article h6{
    font-size: 18px;
}
.article .center_title{
    text-align: center;
}
.article p{
    /* margin-bottom: 2.5em; */
	  margin-bottom: 2em;
}
.article ul {
    /* margin-top: 0;
    margin-left: 0;
    padding-left: 30px; */
    /* list-style-image: url(../assets/build/images/list-style-dot.png); */
	/* margin-bottom: 2em; */
}
.article li {
    padding-left: 5px;
}

/* extendable */
.article .extendable{
    width: 100%;
    margin-bottom: 30px;
}
.extendable .extendable__header{
    background-color: #707070;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 20px 40px;
    position: relative;
    cursor: pointer;
}
.extendable--open.extendable .extendable__header{
    background-color: #263c90;
}
.box--small h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.fa-chevron-down {
    position: absolute;
    top: calc(50% - 11px);
    right: 30px;
    font-size: 30px;
    line-height: 22px;
    padding: 0 10px;
    cursor: pointer;
    width: 40px;
    margin-right: -30px;
}
.fa-chevron-down::before {
    content: "EXPLORE";
    display: inline-block;
    position: absolute;
    left: 0;
    transform: translate( -180%, 0);
    font-size: 14px;
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
    -webkit-transition: transform .5s ease, opacity .5s ease;
}

[lang="zh-hant"] .fa-chevron-down::before {
	 content: "æ“´é–‹";
}
.extendable--open .fa-chevron-down::before {
    content: "CLOSE";
}

[lang="zh-hant"] .extendable--open .fa-chevron-down::before {
    content: "é—œé–‰";
}
.extendable__header:hover .fa-chevron-down::before {
    transform: translate( -120%, 0);
    opacity: 1;
}
.box--small{
    display: inline-block;
}
.extendable .extendable__header *{
    color: #FFF;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
}
.extendable--open.extendable .extendable__header *{
    color: #ffc52b;
}

.extendable__body{
    overflow: hidden;
    height: 0;
    transition: height .5s ease;
    -webkit-transition: height .5s ease;
}
.extendable .box{
    background-color: #EEF1F2;
    padding: 40px;
}
.extendable .box p:last-child {
    margin-bottom: 2em;
}
.extendable .box p:last-child {
    margin-bottom: 0;
}
/* extendable */

/* downloadable table */
.view-statutory-announcement{
    margin-bottom: 2em;
}
.view-statutory-announcement table{
    width: 100%;
}
.view-statutory-announcement thead{
    color: #263c90;
    background-color: #DEE3E5;
    font-size: 16px
}
.view-statutory-announcement thead th{
    padding: 20px 20px;
}
.view-statutory-announcement tbody td{
    padding: 20px 0px;
    font-size: 14px;
}
.view-statutory-announcement tbody .views-align-right{
    text-transform: uppercase;
    text-align: right;
}
.view-statutory-announcement tbody .views-align-right &gt; a{
    color: #263c90;
    background-color: #ffc52b;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.view-statutory-announcement tbody .views-align-right &gt; a:hover{
    color: #fff;
    background-color: #3fbcaf;
}
.view-statutory-announcement tbody tr{
    border-bottom: 1px #DEE3E5 solid;
}

/* downloadable table */

.relatedarts{
    margin: 50px auto;
    border-top: 1px #DEE3E5 solid;
    padding: 50px 0;
}
.relatedarts h3{
    font-size: 30px;
    font-weight: bold;
    color: #263c90;
    line-height: 50px;
}
.related-blog .blog-card{
    width: 100%;;
}
/* article content */
/* article */

.article-top.article-title-bottom .arti-tip{margin-top:20px; font-size:18px;}

@media (max-width: 1024px){
    /* article */
    .arti-tip {
        font-size: 12px;
        height: 100px;
        text-align: center;
    }
    .addthis_inline_share_toolbox {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .arti-title {
        font-size: 20px;
        line-height: 28px;
    }
    .article strong em span, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
        font-size: 20px;
    }
    .article-img {
        margin: 25px auto;
    }
    .article p {
        margin-bottom: 1.5em;
    }
    .box--small h4 {
        font-size: 16px;
    }
    .fa-chevron-down::before{
        display: none;
    }
    .extendable .extendable__header{
        padding: 20px 40px 20px 16px;
    }
    .extendable .box{
        padding: 16px;
    }
    .view-statutory-announcement tbody .views-align-right &gt; a{
        font-size: 12px;
        line-height: 20px;
        width: 120px;
    }
    /* article */
}

.youtube_list_video , .pdf_list_item {
	width: 25%;
	float: left;
	text-align: center;
	height: 280px;
}
.youtube_title , .pdf_title {
	text-align: left;
	padding: 10px;
	line-height: 1.2;
	color: #3fbcaf;
}
.youtube_thumb , .pdf_thumb {
	width: 100%;
	height: auto;
	padding: 5px;
}

.services-inner_img{
    text-align: center!important;
}


.fancybox-slide--iframe .fancybox-content {
    max-width  : 850px;
    min-height: 600px;
    max-height : auto;
    margin: 0;
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media screen and (max-width:1000px) {
	.youtube_list_video , .pdf_list_item {
	width: 50%}
}@media screen and (max-width:500px) {
	.youtube_list_video  .pdf_list_item{
	width: 100%}
}
.align-left {
    float: none;
	text-align:left;
}
.align-center{
	text-align:center;
}


@media (max-width: 600px){
    .fancybox-slide {
        height: auto!important;
    }
    
    .fancybox-content {
        min-height: 300px!important;
        max-height: 500px!important;
    }

}

.article .video-thumb::after {
    background-size: 7% auto;
}
.article .video-card{
    width:100%;
    margin-bottom: 25px;
}

.article-title-bottom{
  margin-top: 0px;
}
@media (max-width: 1024px){
  .article-title-bottom {
    margin-top:0px
}
.article-top.article-title-bottom .arti-tip{
  text-align: left;
  height: 50px;
  font-size: 16px;
}
}
.bg-image-section .item{margin-bottom:30px;border-radius:20px;position:relative;padding: 10px;
}
.bg-image-section .item::before{    
	content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    border-radius: 20px;
	z-index:0;
	top:0;
	left:0;
}
.bg-image-section .item h4, .bg-image-section .item .description{color:#fff;padding:10px;position:relative;margin-bottom:10px;}
.service-inner-page .count_flo{width:25%;}</pre></body></html>