@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@400;700&display=swap');
body {
    background-color: #f6e5d3;
    font-family: 'Noto Serif HK', Serif;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

ol,
ul {
    list-style: none;
}

#header {
    background-color: #fbf6e4;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 120px;
    font-weight: bold;
}

#logo {
    position: relative;
    left: 25px;
    top: 12px;
}

#footer {
    background: #fbf6e4 url("../img/watermark.png") repeat;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    border-top: solid 1px #e8e0c2;
}

#footer_logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #c8a482;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}

#menubar ul {
    color: #fbf6e4;
    padding: 5px 0px 0px 20px;
    width: 100%;
}

#menubar li {
    float: right;
}

#menubar .on {
    color: #e96364;
}

#menubar a:link {
    color: #9d703c;
}

#menubar a:visited {
    color: #9d703c;
}

#menubar a:hover {
    color: #ff8a00;
}

#menubar a:active {
    color: #9d703c;
}

#menuicons {
    position: absolute;
    top: 50px;
    right: 25px;
    color: #9d703c;
    width: 150px;
}

#menuicons a {
    margin-left: 20px;
}

#menubutton {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 48px;
    text-shadow: 0px 2px 6px lightgray;
}

#master {
    overflow: hidden;
}

#submenu {
    font-size: 24px;
    font-family: 'Noto Serif HK', Serif;
}

#submenu a:link {
    color: #e1c9b0;
}

#submenu a:visited {
    color: #e1c9b0;
}

#submenu a:hover {
    color: #ff8a00;
}

#submenu a:active {
    color: #e1c9b0;
}

#submenu ul {
    margin: 0;
}

#submenu li {
    text-align: center;
    border-bottom: #444444 dotted 1px;
    padding: 10px 0px 10px 0px;
}

#submenu li i {
    font-size: 48px;
    text-align: left;
}

#logo-img {
    background-color: #fbf6e4;
    background-image: url("../img/logo_company.png");
    background-repeat: no-repeat;
    background-position: 9% 50%;
    height: 100%;
}

#logo-name {
    background-image: url("../img/logo_name.png");
    background-repeat: no-repeat;
    background-position: 0% 65%;
    height: 100%;
}

#wall {
    /*height:600px;*/
    position: relative;
    height: 0px;
    width: 100%;
    max-width: 100%;
    background-color: #6f6555;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#wall_content {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #6f6555;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    overflow: hidden;
    color: #ffffff;
}

#wall_msg {
    position: absolute;
    margin-right: 0px;
}

#wall_msg1 {
    position: relative;
    font-weight: bold;
    text-shadow: 0px 2px 10px black;
}

#wall_msg2 {
    position: relative;
    font-weight: normal;
    line-height: 1.2em;
    text-shadow: 0px 5px 10px black;
}

#details {
    width: 100%;
    max-width: 100%;
    background: #ffd895 url("../img/bg_liteorange.png") repeat;
    margin: 0 0 0 0;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
}

#details i {
    font-size: 72px;
    color: #ff8a00;
}

#details .separator {
    height: 8px;
    margin-bottom: 0px;
}

#details .smaller {
    font-size: 16px;
}

#details audio {
    margin: 6px 0px 6px 0px;
}

#details .preview {
    max-width: 200px;
    padding-right: 5px;
    margin: 6px 0px 0px 0px;
}

#details .preview-large {
    max-width: 600px;
    padding-right: 5px;
    margin: 6px 0px 0px 0px;
}

#detail1 {
    height: 100%;
    padding: 30px 20px 30px 20px;
    overflow: hidden;
}

#detail2 {
    background-color: #ffe0ac;
    padding: 30px 20px 30px 20px;
}

#detail3 {
    padding: 30px 20px 30px 20px;
}

.detail4 {
    padding: 30px 20px 30px 20px;
}

.detail4_1 {
    padding: 30px 20px 0px 20px;
}

.detail4 a:link {
    color: #46392d;
}

.detail4 a:visited {
    color: #46392d;
}

.detail4 a:hover {
    color: #ff8a00;
}

.detail4 a:active {
    color: #46392d;
}

#news {
    color: #a55201;
    cursor: default;
}

#news.a:link {
    color: #a55201;
}

#news.a:visited {
    color: #a55201;
}

#news.a:hover {
    color: #a55201;
}

#news.a:active {
    color: #a55201;
}

.subtitle4_2 {
    color: #fbf6e4;
    font-size: 28px;
    margin: 0;
    padding: 20px 0px 0px 0px;
    line-height: 1.3em;
    padding-top: 24px;
}

.logo4_bold {
    color: #fbf6e4;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.logo4 {
    color: #fbf6e4;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

.icon_size {
    font-size: 20px;
}

.text4 a:link {
    color: #46392d;
}

.text4 a:visited {
    color: #46392d;
}

.text4 a:hover {
    color: #ff8a00;
}

.text4 a:active {
    color: #46392d;
}

.subtitle {
    padding: 0px 0px 20px 0px;
    border-bottom: #ff8a00 1px dotted;
}

.content1 {
    font-size: 20px;
    color: #46392d;
    border-bottom: #ff8a00 1px dotted;
    padding-bottom: 5px;
}

.content1 img {
    width: 400px;
    height: auto;
}

.content2 {
    width: 100%;
    height: 100%;
}

.content2 p {
    margin-bottom: 6px;
}

.content2 table {
    width: 100%;
    background-color: #fbf6e4;
    border: 1px dotted #ff8a00;
    margin: 15px 0px 0px 0px;
}

.content2 thead {
    background-color: #46392d;
}

.content2 tbody {
    vertical-align: top;
}

.content2 tbody br {
    line-height: 2.2;
}

.content2 table tr:nth-of-type(even) {
    background-color: #ffe0ac;
}

.top5 {
    margin-top: 5px;
}

#content3 img {
    width: 400px;
    height: auto;
}

.content_div {
    width: 100%;
    max-width: 100%;
    background-color: #000000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bg_odd {
    background-color: #ffecd7;
    color: #ffffff;
    padding: 10px 40px 30px 40px;
    margin-right: 0 0 0 0;
}

.bg_even {
    background-color: #a38f7d;
    color: #ffffff;
    padding: 30px 40px 30px 40px;
    margin-right: 0 0 0 0;
}

.title_odd {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0px 6px 12px black;
    padding: 30px 0px 10px 0px;
    margin-right: 0 0 0 0;
}

.subtitle_odd {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0px 4px 8px black;
    padding: 10px 0px 0px 0px;
}

.text_odd {
    color: #3c1a00;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.text_odd ol {
    padding-left: 10px;
}

.text_odd ol li {
    list-style-type: '🢒';
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.text_old_small {
    font-size: 0.85em;
    font-weight: normal;
    color: #3c1a00;
}

.qrcode_wrapper {
    border: 1px solid #c0c0c0;
    text-align: center;
    line-height: 0.8em;
    padding-bottom: 8px;
}

.ul_odd {
    color: #3c1a00;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    list-style: square outside;
    padding: 0px 0px 10px 13px;
}

.ul_odd li {
    padding-bottom: 15px;
}

.ul_odd span {
    text-decoration: underline;
    text-shadow: 0px 2px 4px gray;
}

.ul_even {
    color: #fbf6e4;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    list-style: square outside;
    padding: 0px 0px 10px 13px;
}

.ul_even li {
    padding-bottom: 15px;
}

.ul_even span {
    text-decoration: underline;
    line-height: 2;
}

.title_even {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0px 6px 12px black;
    padding: 30px 0px 10px 0px;
    margin-right: 0 0 0 0;
}

.subtitle_even {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0px 4px 8px black;
    padding: 10px 15px 0px 15px;
}

.text_even {
    color: #fbf6e4;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.darken {
    background-image: url("../img/bg_transwhite.png");
    background-repeat: repeat;
}

#bg1 {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffecd7 url("../img/watermark.png") repeat;
    /*
	background-image:url("../media/20140414-bg1.jpg");
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
	*/
    overflow: hidden;
}

#bg2 {
    background: #a38f7d url("../img/bg_gray.png") repeat;
}

#bg3 {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffecd7 url("../img/watermark.png") repeat;
    overflow: hidden;
}

#bg4 {
    background: #a38f7d url("../img/bg_gray.png") repeat;
}

#bg5 {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffecd7 url("../img/watermark.png") repeat;
    overflow: hidden;
}

#bg6 {
    background-image: url("../img/bg_gray.png");
    background-repeat: repeat;
}

.polaroid {
    margin: 20px 20px 30px 20px;
    float: left;
}

.polaroid_photo {
    background: white;
    display: inline;
    float: left;
    margin: 0 15px 30px;
    padding: 15px 0px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    width: 190px;
    position: relative;
}

.polaroid_photo img {
    padding-bottom: 10px;
}

.polaroid-images img {
    display: block;
    width: inherit;
}

a img {
    padding-bottom: 10px;
}

#activities {
    .pagetitle;
    background-color: #ffd895;
    background-image: url("../img/bg_liteorange.png");
}

#consultant table {
    width: 100%;
    background-color: #fffaf6;
    border: 1px solid #baa99a;
    margin-bottom: 0;
}

#consultant thead {
    background-color: #685644;
}

#consultant th {
    color: #fbf6e4;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#consultant td {
    font-size: 18px;
    line-height: 1.5em;
}

#consultant tbody {
    vertical-align: top;
}

#consultant tbody br {
    line-height: 1.6em;
}

#consultant table tr:nth-of-type(even) {
    background-color: #e6d8ca;
}

#content4 table {
    border: 1px solid #ff8a00;
}

#content4 table .emptyTD {
    line-height: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#content4 table .emptyTR {
    .emptyTD;
    height: 2px;
}

#album {
    .pagetitle;
    background-color: #e0e8c3;
    background-image: url("../img/bg_white.png");
}

.photo_frame {
    float: left;
    padding-top: 25px;
    background-image: url("../img/bg_transblack.png");
}

.photos {
    background-color: #ffffff;
    height: 360px;
    width: 300px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 8px 12px #3F584C;
    float: left;
    margin: 0px 25px 50px 25px;
}

.photo_box {
    background-color: #ebefe4;
    width: 300px;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
}

.photos span {
    color: #333;
    font-size: 18px;
    position: relative;
    top: 7px;
    line-height: 1.2em;
    white-space: pre;
    padding-top: 10px;
}

.photos span.f11 {
    font-size: 11px;
    top: 7px;
}

.photos span.f12 {
    font-size: 12px;
    top: 6px;
}

.photos span.f13 {
    font-size: 13px;
    top: 5px;
}

.photos span.f14 {
    font-size: 14px;
    top: 4px;
}

.photos span.f15 {
    font-size: 15px;
    top: 3px;
}

.photos span.f16 {
    font-size: 16px;
    top: 2px;
}

.photos span.f17 {
    font-size: 17px;
    top: 10px;
}

#photo_tags {
    background-image: url("../img/bg_transblack10.png");
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
    /*height:50px;*/
    width: 100%;
    margin: 0;
    max-width: 100%;
    /*border-bottom:solid 1px #c4c4c4;*/
    letter-spacing: 1px;
    text-shadow: 0px 2px 5px #ffffff;
}

#photo_tags ul {
    font-size: 36px;
    padding: 3px 0px 0px 20px;
    width: 100%;
}

#photo_tags li {
    float: right;
    margin: 0 25px 0 25px;
}

#photo_tags .on {
    color: #f9f9f9;
    /*text-shadow: 0px 1px 8px #888888;*/
    text-shadow: 0px 0px;
}

#photo_tags a:link {
    color: #757a62;
}

#photo_tags a:visited {
    color: #757a62;
}

#photo_tags a:hover {
    color: #ff8a00;
}

#photo_tags a:active {
    color: #757a62;
}

.lockW {
    width: 300px;
    height: auto;
    cursor: hand;
    cursor: pointer;
    padding-bottom: 10px;
    vertical-align: middle;
}

.lockH {
    width: auto;
    height: 300px;
    cursor: hand;
    cursor: pointer;
    padding-bottom: 10px;
    vertical-align: middle;
}

#downloads {
    .pagetitle;
    background-color: #f3e0e0;
    background-image: url("../img/bg_white.png");
}

#awards {
    .pagetitle;
    background-color: #d8f4f6;
    background-image: url("../img/bg_white.png");
}

#awards img {
    width: 400px;
    height: auto;
}

#sharing {
    .pagetitle;
    background-color: #f3e5ff;
    background-image: url("../img/bg_white.png");
}

#donation {
    .pagetitle;
    background-color: #cff2df;
    background-image: url("../img/bg_white.png");
}

#evaluation {
    .pagetitle;
    background-color: #fcdfdf;
    background-image: url("../img/bg_white.png");
}

#press {
    .pagetitle;
    background-color: #e2e2e2;
    background-image: url("../img/bg_white.png");
}

.award_img {
    padding: 0px;
    border: 1px solid #c8a482;
    box-shadow: 0px 1px 10px #888888;
}

.share_frame {
    float: left;
    width: 100%;
}

.share {
    background-color: #fcf9ff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 5px 10px #4b3f58;
    float: left;
    padding: 10px;
}

.share_box {
    color: #522b76;
    font-size: 22px;
    background-color: #e1d3ee;
    padding: 10px;
    text-align: left;
    overflow: hidden;
}

.share_box img {
    height: 280px;
    padding: 0 20px 10px 0;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}

.share_box span {
    overflow: hidden;
    line-height: 24px;
    word-spacing: 1px;
    word-wrap: break-word;
    font-size: 18px;
}

.share_box b {
    font-weight: bold;
    text-shadow: 0px 2px 6px gray;
}

#share_tags {
    background-image: url("../img/bg_transblack10.png");
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
    /*height:50px;*/
    width: 100%;
    margin: 0;
    max-width: 100%;
    /*border-bottom:solid 1px #c4c4c4;*/
    letter-spacing: 1px;
    text-shadow: 0px 2px 5px #ffffff;
}

#share_tags ul {
    font-size: 36px;
    padding: 3px 0px 0px 20px;
    width: 100%;
}

#share_tags li {
    float: right;
    margin: 0 25px 0 25px;
}

#share_tags .on {
    color: #f9f9f9;
    text-shadow: 0px 0px;
}

#share_tags a:link {
    color: #6a5678;
}

#share_tags a:visited {
    color: #6a5678;
}

#share_tags a:hover {
    color: #ff8a00;
}

#share_tags a:active {
    color: #6a5678;
}

.evaluation_frame {
    float: left;
    width: 100%;
}

.evaluation {
    background-color: #fff9f9;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 5px 10px #583f3f;
    float: left;
    padding: 10px;
}

.evaluation_box {
    color: #762b2b;
    font-size: 22px;
    background-color: #f5cccc;
    padding: 10px;
    text-align: left;
    overflow: hidden;
}

.evaluation_box img {
    height: 280px;
    padding: 0 20px 10px 0;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}

.evaluation_box span {
    overflow: hidden;
    line-height: 24px;
    word-spacing: 1px;
    word-wrap: break-word;
    font-size: 18px;
}

.evaluation_box b {
    font-weight: bold;
    text-shadow: 0px 2px 6px gray;
}

#evaluation_tags {
    background-image: url("../img/bg_transblack10.png");
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
    /*height:50px;*/
    width: 100%;
    margin: 0;
    max-width: 100%;
    /*border-bottom:solid 1px #c4c4c4;*/
    letter-spacing: 1px;
    text-shadow: 0px 2px 5px #ffffff;
}

#evaluation_tags ul {
    font-size: 36px;
    padding: 5px 0px 0px 20px;
    width: 100%;
}

#evaluation_tags li {
    float: right;
    margin: 0 25px 0 25px;
}

#evaluation_tags .on {
    color: #f9f9f9;
    text-shadow: 0px 0px;
}

#evaluation_tags a:link {
    color: #7a6262;
}

#evaluation_tags a:visited {
    color: #7a6262;
}

#evaluation_tags a:hover {
    color: #ff8a00;
}

#evaluation_tags a:active {
    color: #7a6262;
}

#intro,
#mission,
#services,
#objectives,
#structure,
#committee {
    color: #ffffff;
    cursor: default;
}

#intro,
#mission,
#services,
#objectives,
#structure,
#committee a:link {
    color: #ffffff;
}

#intro,
#mission,
#services,
#objectives,
#structure,
#committee a:visited {
    color: #ffffff;
}

#intro,
#mission,
#services,
#objectives,
#structure,
#committee a:hover {
    color: #ffffff;
}

#intro,
#mission,
#services,
#objectives,
#structure,
#committee a:active {
    color: #ffffff;
}

.orgchart {
    color: #3c1a00;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 4px 8px gray;
    padding: 10px 0px 0px 0px;
}

.orgchart_en {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 4px 8px black;
    padding: 10px 0px 0px 0px;
}

#trans_table {
    .content1;
    border: none;
    margin: 0;
    padding: 0px 0px 30px 0px;
    background-color: transparent;
    vertical-align: top;
}

#trans_table tr {
    background-color: transparent;
    border-top: dotted 1px #ff8a00;
    vertical-align: top;
}

#trans_table td {
    border-top: dotted 1px #ff8a00;
    padding-bottom: 30px;
}

#trans_table a {
    color: #db7700;
}

#trans_table a:link {
    color: #db7700;
}

#trans_table a:visited {
    color: #db7700;
}

#trans_table a:hover {
    color: #ff8a00;
}

#trans_table a:active {
    color: #db7700;
}

.scrollToTop {
    margin: 0;
    opacity: 0.7;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 999;
}

.btnTop {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    background-image: url("../img/btn_top.png");
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.btnTop:hover {
    background-image: url("../img/btn_top_hover.png");
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

@media only screen and (max-width:660px) {
    #menubutton {
        display: block;
    }
    #menuicons {
        display: none;
    }
    #menubar {
        display: none;
    }
    #wall_msg1 {
        font-size: 20px;
    }
    #wall_msg2 {
        font-size: 15px;
    }
    #wall_msg {
        bottom: 16px;
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .share {
        width: 95%;
        margin: 0px 0px 50px 0px;
    }
    .evaluation {
        width: 95%;
        margin: 0px 0px 50px 0px;
    }
}

@media only screen and (max-device-width:700px) {
    #menubutton {
        display: block;
    }
    #menuicons {
        display: none;
    }
    #menubar {
        display: none;
    }
    #wall_msg1 {
        font-size: 64px;
    }
    #wall_msg2 {
        font-size: 48px;
    }
    #wall_msg {
        bottom: 20px;
        left: 0px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .share {
        width: 95%;
        margin: 0px 0px 50px 0px;
    }
    .evaluation {
        width: 95%;
        margin: 0px 0px 50px 0px;
    }
}

@media only screen and (min-height:1060px) {
    #master {
        overflow: hidden;
    }
}

@media only screen and (max-height:1059px) {
    #master {
        overflow: auto;
    }
}

.redText {
    color: #ff4000;
}

.splitterImg {
    content: url('../img/bg_trans.png');
    height: 6px;
    display: block;
}

.dim {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100 !important;
    left: 0;
    top: 0;
    background-color: black;
    filter: alpha(opacity=90);
    /* internet explorer */
    -khtml-opacity: 0.90;
    /* khtml, old safari */
    -moz-opacity: 0.90;
    /* mozilla, netscape */
    opacity: 0.90;
    /* fx, safari, opera */
}


/* 
.dim .msg {
	color: white;
	display: inline-block;
	border: 1px solid #e48600;
	width: 600px;
	height: 520px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 8px 8px 8px 8px;
	line-height: 130%;
	background-color: black;
	background-repeat: repeat;
} */

.vote_content {
    font-size: 16px;
    line-height: 120%;
    color: #222;
}