<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Monsterrat;
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Monsterrat;
    font-weight: bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: Noto Sans;
    src: url("../fonts/NotoSansTC-Regular.ttf");
}

@font-face {
    font-family: Noto Sans;
    font-weight: bold;
    src: url("../fonts/NotoSansTC-Bold.ttf");
}

/* Add your CSS styles here */
body {
    margin: 0;
    padding: 0;
    font-family: Monsterrat, Noto Sans, sans-serif;
    color: #444444;
}
*:lang(zh-HK) {
    font-family: Monsterrat, Noto Sans, sans-serif;
}
@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .safari_only {

    }
}

body p, .bottom-nav .breadcrumb a{
    font-size: 15px;
    margin: 0;
    line-height: 1.9;
}
body h1{
    margin: 0;
    font-size: 28px;
    color: #E91C24;
}
body h2{
    margin: 0;
    font-size: 16px;
}

h1.type2{
    font-size: 28px;
    position: relative;
    padding: 57px 0 18px;
    margin-bottom: 18px;
    text-align: center;
}
h1.type2:after{
    content: "";
    width: 40px;
    height: 2px;
    background-color: #444444;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc((100% - 40px)/2);
}
h2.type2{
    text-align: center;
    font-size: 19px;
}
@media screen and (min-width: 576px){
    body p, .bottom-nav .breadcrumb a{
        font-size: 15px;
    }
    body h2{
        font-size: 20px;
    }
}
@media screen and (min-width: 768px){
    body p, .bottom-nav .breadcrumb a{
        font-size: 15px;
    }
    body h1{
        font-size: 29px;
    }
    body h2{
        font-size: 19px;
    }
}
@media screen and (min-width: 992px){
    body p, .bottom-nav .breadcrumb a{
        font-size: 16px;
    }
    body h1{
        font-size: 33px;
    }
    body h2{
        font-size: 21px;
    }
}
@media screen and (min-width: 1200px){
    body p, .bottom-nav .breadcrumb a{
        font-size: 19px;
    }
    body h1{
        font-size: 40px;
    }
    body h2{
        font-size: 27px;
    }
}

a{
    text-decoration: none;
    outline: none;
    color: inherit;
}
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* Full window size banner */
.banner {
    width: 100%;
    height: 300px;
    /* Adjust the height as needed */
    background-color: #E91C24;
    /* Updated theme color */
    text-align: center;
    padding-top: 50px;
}

/* Collapsible menu */
header {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    z-index: 10;
}
header .top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 18px;
    max-width: 1300px;
    margin: auto;
    background: white;
}
header .top-menu div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top-menu button:hover{
    color: #E91C24;
}
header .top-menu .logo{
    width: 171.6px;
    height: 60px;
}
header .top-menu .link-discover{
    margin-left: 200px;
}
header .top-menu .link-pdf{
    margin: 0 35px;
}
header .top-menu .btn-lang{
    margin-right: 30px;
}

header .top-menu .btn-menu-wrap{
    width: 60px;
    height: 60px;
    position: relative;
}
header .top-menu .btn-menu-wrap .btn-menu{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #E91C24;
    overflow: hidden;
    transition: 0.2s linear all;
    /*position: relative;*/
}
header .top-menu .btn-menu-wrap .btn-menu .line{
    position: absolute;
    background: white;
    transition: 0.2s linear all;
    height: 2px;
    left: 18px;
}
header .top-menu .btn-menu-wrap .btn-menu .line1{
    top: 22px;
    width: 5px;
}
header .top-menu .btn-menu-wrap .btn-menu .line1:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 17px;
    height: 2px;
    background: white;
}
header .top-menu .btn-menu-wrap .btn-menu .line2{
    top: 30px;
    width: 25px;
}
header .top-menu .btn-menu-wrap .btn-menu .line3{
    top: 37px;
    width: 17px;
}
header .top-menu .btn-menu-wrap.opened .btn-menu .line1{
    opacity: 0;
}
header .top-menu .btn-menu-wrap.opened .btn-menu .line2{
    transform: rotate(45deg);
    top: 29px;
    left: 17px;
    width: 25px;
}
header .top-menu .btn-menu-wrap.opened .btn-menu .line3{
    transform: rotate(-45deg);
    top: 29px;
    left: 17px;
    width: 25px;
}

header .top-menu .btn-menu-wrap:not(.opened).waving .btn-menu{
    width: 0;
    height: 0;
    transform: translate(30px, 0px);
}
header .top-menu .btn-menu-wrap:not(.opened).waving .line{
    transform: translate(-30px, px);
}

header .top-menu .btn-menu-wrap .hand-wave{
    display: none;
    width: 60px;
    height: 60px;
}
header .top-menu .btn-menu-wrap:not(.opened).waving .hand-wave {
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
    10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
    20% { transform: rotate(-8.0deg) }
    30% { transform: rotate(14.0deg) }
    40% { transform: rotate(-4.0deg) }
    50% { transform: rotate(10.0deg) }
    60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
}

header .menu .bg-menu, header .mobile-menu .bg-menu{
    display: none;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 95px);
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity 0.6s ;
}
header .mobile-menu .bg-menu{
    height: 100%;
    position: fixed;
}
header .menu .bg-menu.opened, header .mobile-menu.opened .bg-menu{
    display: block;
    opacity: 1;
}
header .menu .bg-menu.opened{
    display: block;
    opacity: 1;
}
header.opened{
    position: fixed;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    padding: 10px;
}

.menu li:hover {
    background-color: #555;
    cursor: pointer;
}


.menu .menu__item--4 .mainmenu__item:not(.not-list), .menu .menu__item--5 .mainmenu__item:not(.not-list){
    padding-left: 30px;
    position: relative;

}
.menu .menu__item--4 .mainmenu__item:not(.not-list):before, .menu .menu__item--5 .mainmenu__item:not(.not-list):before{
    content: "\25AA";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-left: -23px;
    position: absolute;
    top: calc((100% - 25px )/2);
}

.menu-pdf a{
    color: white;
}

.menu-pdf .pdfList__item {
    /*background: #E91C24;*/
}
.menu-pdf .pdfList__item-inner{
}


.menu-pdf .pdfList__item-inner .pdfList-content{

}
.menu-pdf .pdfList__item-inner .pdf-row{
    max-width: 1300px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 20px 20px;

}

.menu-pdf .pdfList__item-inner .pdf-row a{
    min-width: 340px;
    text-align: left;
    position: relative;
    display: block;
}
.menu-pdf .pdfList__item-inner .pdf-row a:after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc((100% - 16px)/2);
    background: url("../img/icon-download.svg") no-repeat center;
    background-size: cover;
}
.menu-pdf .pdfList__item-inner .pdf-row .main-link{
    font-size: 20px;
    font-weight: bold;
    /*width: fit-content;*/
    margin-right: 40px;
    width: calc((100% - 40px - 80px)/3);
}
.menu-pdf .pdfList__item-inner .pdf-row.no-list .main-link{
    margin-right: 0;
}
.menu-pdf .pdfList__item-inner .pdf-row .link-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    width: calc(((100% - 40px)*2/3));
}



.mobile-menu, .mobile-pdf{
    display: none;
    width: 100%;
    overflow: auto;
    position: relative;
    height: calc(100vh - 94px);
}
.mobile-menu ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.mobile-menu .item{
    padding: 40px 50px 40px 21px;
    position: relative;
}
.mobile-menu .item.has-sub:before, .mobile-menu .item.has-sub:after{
    content: "";
    width: 16px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    right: 22px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.88);
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.88);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.88);
}
.mobile-menu .item:before{
    top: 54px;
}
.mobile-menu .item:after{
    transform: rotate(90deg);
    top: 54px;
}

.mobile-menu .item.opened:after{
    transform: rotate(0);

}


.mobile-menu .item a{
    color: white;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.5);

}
.mobile-menu .item &gt; a{
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.mobile-menu .item a img {
    width: 25px;
    right: -33px;
    position: absolute;
}

.mobile-menu .item .sub-item{
    /*margin: 27px 0;*/
}
.mobile-menu .item .sub-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.mobile-menu .item .sub-item a{
    padding: 14px 0;
}

.mobile-menu .item-1{
    background: rgba(249, 42, 50, 0.7);
}

.mobile-menu .item-2{
    background: rgba(213, 13, 21, 0.7);
}

.mobile-menu .item-3{
    background: rgba(234, 11, 20,0.7);
}

.mobile-menu .item-4{
    background: rgba(233, 28, 36,0.7);
}

.mobile-menu .item-4 li:not(.not-list), .mobile-menu .item-5 li:not(.not-list){
    padding-left: 30px;
    position: relative;

}
.mobile-menu .item-4 li:not(.not-list):before, .mobile-menu .item-5 li:not(.not-list):before{
    content: "\25AA";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-left: -23px;
    position: absolute;
    top: 15px;
    height: 24px;
}

.mobile-menu .item-5{
    background: rgba(211, 0, 8,0.7);
}

.mobile-menu .item .sub-menu{
    display: none;
    margin-top: 40px;
}

.mobile-menu .others {
    padding: 0 20px 120px;
    background: rgba(211, 0, 8,0.7);
}
.mobile-menu .others a, .mobile-menu .others button{
    color: white;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    display: block;
}
.mobile-menu .others button{
    margin-top: 20px;
}
.mobile-pdf{
    background: #D50D15;

}

.logo {
    float: left;
    margin-right: 20px;
}

.main {
    padding: 95px 18px 40px;
    max-width: 1300px;
    margin: auto;
    box-sizing: content-box;
}

/* Share buttons in the footer */
footer {
    background-color: #fff;
    color: #E91C24;
    text-align: right;
    border-top: #F2F2F2 1px solid;
    width: 100%;
}
.footer-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 18px;
    max-width: 1300px;
    min-height: 95px;
}
footer .footer-share{
    display: grid;
    align-items: center;
    justify-content:space-between;
    gap: 0 48px;
    width: 345px;
    grid-template-columns: repeat(6, 1fr);
}
footer .footer-share span{
    cursor: pointer;
}
footer .footer-links {
    max-width: 535px;
    font-size: 14px;
}
footer .footer-links .links{
    margin-bottom: 10px;
}
footer .footer-links .links a{
    margin-left: 10px;
    word-break: keep-all;
}
.share-buttons {
    margin-bottom: 10px;
}
.share-buttons a {
    display: inline-block;
    margin-right: 10px;
    color: #E91C24;
    text-decoration: none;
}
.back-to-top {
    position: fixed;
    bottom: -48px;
    right: 10px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 50px;
    background: #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 30px;
    right: 10px;
    opacity: 0.4;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 0.8;
}
.arrow {
    background-image: url("../img/back-to-top.png");
    background-repeat: no-repeat;
    position: absolute; width: 16px; height: 8px; background-size: contain;
    transform: rotate(0deg);
    top: 44%;
    left: 35%;
}


.row-align-top{
    align-items: flex-start !important;
}

.flex{
    display: flex;
}

.bottom-nav{
    margin-top: 80px;
}
.bottom-nav .line{
    width: 100%;
    display: block;
    margin-bottom: 43.5px;
}

.bottom-nav .next-prev{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.bottom-nav .next-prev a{
    display: flex;
    align-items: center;
    max-width: 50%;
}
.bottom-nav .next-prev a:first-of-type img{
    margin-right: 16px;
}
.bottom-nav .next-prev a:last-of-type{
    text-align: right;
    margin-left: 20px;
}
.bottom-nav .next-prev a:last-of-type img{
    margin-left: 16px;
}
.bottom-nav .next-prev a img{
    width: 40px;
}
.bottom-nav .next-prev a span{
    color: #E91C24;
    font-size: 32px;
    word-break: keep-all;
}

.bottom-nav .breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-nav .breadcrumb a {
    margin: 0 16px;
}
.bottom-nav .breadcrumb a:hover, .bottom-nav .breadcrumb a:last-of-type {
    color: #E91C24;
}
.bottom-nav .breadcrumb a:not([href]):hover{
    color: rgb(68, 68, 68);
}

.hidden{
    display: none !important;
}

.center{
    text-align: center;
}


.notes p{
    margin: auto;
    font-size: 14px;
}

.notes span {
    padding-left: 20px;
    display: block;
    font-size: 14px;
}

.fr-window, .fr-box, .fr-pages{
    height: 100vh !important;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content{
    padding: 0;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{
    content: "";
}

@media screen and (max-width: 1300px) {
    header .top-menu, footer .footer-wrap {
        max-width: 1136px;
    }
    header .top-menu .link-discover{
        margin-left: 100px ;
    }
    header .top-menu .link-pdf{
        margin: 0 15px;
    }
    .main {
        padding: 95px 18px 40px;
        max-width: 1136px;
        margin: auto;
        box-sizing: content-box;
    }

    .menu-pdf .pdfList__item-inner .pdf-row a {
        min-width: 250px;
    }
}
@media screen and (max-width: 992px){
    header .top-menu span{
        display: none;
    }
    header .top-menu .link-discover{
        margin-left: 60px
    }
    header .top-menu .link-pdf{
        margin: 0 15px;
    }
    header .menu {
        display: none;
    }
    /*.mobile-menu{*/
    /*    display: block;*/
    /*}*/

    .menu-pdf--open{
        position: absolute;
        overflow: auto;
    }
    .menu-pdf .pdfList__item{
        height: auto;
    }
    .menu-pdf .pdfList__item-inner .pdf-row{
        flex-wrap: wrap;
    }

    .menu-pdf .pdfList__item-inner .pdf-row .main-link{
        margin-right: 0;
        width: 100%;
    }
    .menu-pdf .pdfList__item-inner .pdf-row .link-list{
        width: 100%;
        margin-top: 24px;
    }
    .menu-pdf .pdfList__item-inner .pdf-row .main-link{
        width: 100%;
    }


    .main{
        padding: 95px 75px 40px;
    }
    footer .footer-wrap{
        flex-direction: column;
        width: 100%;
        margin: 12px 0 25px;
    }
    footer .footer-share {
        width: 100%;
        margin: 12px 0 25px;
    }
    footer .footer-share span{
        display: block;
    }
    footer .footer-share span img {
        display: block;
        margin: auto;
    }
    footer .footer-links{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .bottom-nav .next-prev a:last-of-type{
        max-width: 390px;
    }

    .bottom-nav .next-prev a span{
        font-size: 30px;
    }

}
@media screen and (max-width: 768px){
    h1.type2{
        font-size: 24px;
    }
    header .top-menu {
        justify-content: space-between;
    }
    header .top-menu .btn-lang{
        display: none;
    }
    header .top-menu .link-discover{
        display: none;
    }
    header .top-menu .link-pdf{
        display: none;
    }

    .menu-pdf .pdfList__item-inner .pdf-row .link-list{
        grid-template-columns: 1fr;
    }
    .menu-pdf .pdfList__item-inner .pdf-row .link-list a{
        margin-top: 27px;
        padding-right: 20px;
    }

    .main{
        padding: 95px 20px 40px;
    }

    footer{
        font-size: 12px;
    }
    footer .footer-share{
        gap: 0 20px;
    }
    footer .footer-links .links a:first-of-type{
        margin-left: 0;
    }
    .bottom-nav .next-prev a span{
        font-size: 28px;
    }

    .flex{
        flex-wrap: wrap;
    }

    .bottom-nav .next-prev{
        flex-wrap: wrap;
    }
    .bottom-nav .next-prev a{
        width: 100%;
        display: flex;
        max-width: 100%;
    }
    .bottom-nav .next-prev a:last-of-type{
        justify-content: flex-end;
        margin-top: 50px;
        max-width: unset;
    }
    .bottom-nav .next-prev a span{
        font-size: 26px;
    }

}
@media screen and (max-width: 576px){

    .bottom-nav .next-prev a span{
        font-size: 26px;
    }

    .bottom-nav .breadcrumb {
        flex-direction: column;
        text-align: center;
    }
    .bottom-nav .breadcrumb img{
        transform: rotate(90deg);
    }

}</pre></body></html>