@charset "utf-8";
/* CSS Document */

.sMenu a:hover{
	background-color:#00AA9F;
}
.siteMenus:before {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    /* width: calc(100% + 15px); */
    width:100%;
    height: 100px;
    background-image: linear-gradient(to bottom, #b7b7b7, #f6f6f6);
    opacity: 0.4;
}
.sMenu{
    position: relative;
}

.langEN{
	background:#00AA9F!important;
}

.siteMenu .top{
	text-align:center;
	box-sizing: border-box;
    padding: 20px 20px;
}

.siteMenu .top > div{
	display:inline-block;
	vertical-align:top;
}
#fsSmall{
	margin: 10px 10px;
	font-size:15px !important;
	font-weight:normal !important;
}

#fsNormal{
	margin: 10px 10px;
	font-size:17px !important;
}

#fsLarge{
	margin: 10px 10px;
	font-size:19px !important;
}
.langEN a{
	color:#fff !important;
}

.homeBtn{
	    margin-left: 4px;
    margin-right: 24px;
    border-right: 1px solid #000;
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.siteMenu .top .fontSize a{
	display:flex;
	height:100%;
	width:100%;
	/* border:1px solid #000; */
	/* background-color:#fff; */
	justify-content: center;
	align-items: center;
	font-weight:bold;
	/* color:#fff;     */
	line-height: initial;
}
.siteMenu .fontSize {
        height: 18px;
        width: 24px;
        /* margin-right: 12px; */
        margin: 10px 0px;
}
.siteMenu .fontSize a{
	display:flex;
	height:100%;
	width:100%;
	/* border:1px solid #000; */
	/* background-color:#fff; */
	justify-content: center;
	align-items: center;
	font-weight:bold;
	/* color:#fff;    */
	line-height: initial;
}

.currentFont{
	position:relative;
}
.currentFont a{
	/* background-color:#977a54 !important; */
	/* color:#fff !important; */
	/* border-bottom:2px solid #fff; */
}
.currentFont:before{
	content:'';
	position:absolute;
	bottom:-12px;
	left:0;
	width:100%;
	height:2px;
	background:#0191A7;
	/* background-color:#977a54 !important; */
	/* color:#fff !important; */
	/* border-bottom:2px solid #fff; */
}
.spSiteLang {
	
        background: #f6f6f6;
}

.spSiteLang img{
        margin-right: 9px;
        margin-top: -2px;
}

.langs a{
	/* color:#fff; */
	margin:0 4px;
	font-size:14px !important;
}
.langEN{
	
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius:50%;
        margin-right: 16px;
        background:#ebebeb;
        font-size:15px !important;
        line-height: 40px;
        text-align: center;
}
.langEN a{
        font-size:15px !important;
        width:100%;
        display: block;
        margin: 0;
}
.langHK{
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius:50%;
        background:#ebebeb;    
        margin-right: 16px;
        line-height: 40px;
        text-align: center;
        font-size:15px !important;
}
.langHK a{
        font-size:15px !important;
        width:100%;
        display: block;
        margin: 0;
}
.langselect a{
	background:#fff !important;
}
.langCN{
        margin-right: 13px;
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius:50%;
        background:#ebebeb;
        line-height: 40px;
        text-align: center;
	font-size:15px !important;
}
.langCN a{
        font-size:15px !important;
        width:100%;
        display: block;
        margin: 0;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:14px;
	color:#000;
	line-height:150%;
	text-align:justify;
	text-justify:auto;
	/*font-family:'Times','Microsoft JhengHei','微軟正黑體';*/
	font-family: "Times New Roman", Times, serif;
}

sup{
	line-height:50%;
}

img{
	border:none;	
}


/*mobile language selection word colour*/
.clearall, .ca{
	clear:both;	
}
a{
	color:#00AA9F;
	text-decoration:none;
	/*outline:none;*/
	/* font-size:16px; */
}

caption{
	text-align:left;
	margin-bottom:8px;
}
/*
*:focus{
    outline: none !important;
}
*/


.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
.hiddenItems{
	display: none !important;
}
.pcFlex {
	display: none !important;
}
.spFlex {
	display: flex !important;
}
.pcSpan {
	display: none !important;
}
.spSpan {
	display: inline-block !important;
}
.spNo-padding{
	padding:0 !important;
}
.spNo-padding-left{
	padding-left:0 !important;
}


/*--- header ---*/

#spNavBar{
	padding:0;
	background-color: transparent;
}
.spTopLogo{
        max-height: 120px;
        max-width: 940px;
        left: 0px;
        position: absolute;
        top: 9px;
}
.topHeader, .topHeader a {
	color: #fff;
}
.topHeader a:active {
	text-decoration: none;
}

.spSiteLang {
	padding: 21px 20px;
        position: relative;
	font-size:16px;
	font-weight:bold;
	color: #000;
	font-family:"Microsoft JhengHei","微軟正黑體",sans-serif !important;
	justify-content: center;
}
.spSiteLang:before{
	content:'';
	position:absolute;
	top:0;
	left:20px;
	background:#cccccc;
	/* width:100%; */
	height:1px;
	width: calc(100% - 40px);
}
.spMenuOpen img{
	transform: rotate(180deg);
}
.tMenus.sMenu.onclick img{
        margin: 2px 18px;
}
.spStartM{
	/* margin-left:5px; */
	display:flex;
	align-items:center;
	color:#fff;
}
.userIcon{
	margin-left:2px;
}
.curLang{
	background-repeat: no-repeat;
	background-size:16px 16px;
	background-position: right 0 top 3px;
	position:relative;
        width: 36px;
}
.spLangMenu{
	/*display:none;*/
	background-color:#fff;
	position:absolute;
        top: 34px;
        right: 19px;
	display:none;
	padding: 0 10px;
}

.lang1{
	padding: 0 10px 0 0;
	border-right:1px solid #000;
}
.lang2, .lang3{
	padding: 0 10px 0 10px;
	border-right:1px solid #000;
}

.dlBtn{
	padding: 0 0 0 10px;
}

/*--- menu ---*/




.navbar {
	background: #fff;
	z-index: 99;
        position: fixed;
        left: 0;
        top: 0;
	padding-top:0;
	padding-bottom:0;
}
.navbarOpen{
	position: absolute !important;
}

.curMenu,.curSMenu{
	color:#00AA9F!important;
	font-weight:bold;
}
.spClose{
	display: none;
}
.spSubMenu{
	display: none;
	background-color:#ffffff;
	padding:0;
	position:absolute;
	top:120px;
	left:0;
	z-index:9;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
}

.spHeader .col-2{
	max-width: 30px;
        padding: 0;
}
.spHeader .col-10{
	max-width: calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        padding: 0;    
        width: 100%;
        position: relative;
        height: 100%;
        overflow: hidden;
}
.spMenu i div{
	display:none;
}

.currentSpTM a{
	color:#0F4A5C !important;
	font-weight:bold;
}

.topBar{
	height:6px;
	/*background-color: #4b5a96;*/
}

.spHeader{
	height:120px;
	/* background:url(../images/bg_header_sp_bg.jpg) no-repeat #5a342c; */
	background-color:#9FD6CD;
	/* background-size:cover; */
        box-sizing: border-box;
        /* padding-left: 30px; */
}

.siteMenu{
	/* padding: 10px 20px; */
}

.siteMenus{
	margin: 0;
	padding: 27px 20px 20px;
	background:#f6f6f6;position: relative;
}

.tMenuLogo{
	width:80%;
}

.tMenus {
	margin: 0 0 3px 0;
	list-style: none;
	/* border-bottom:1px solid #fff; */
}

.tMenus:last-child{
	border-bottom:0px;
}

.tMenus a{
	/* margin: 5px 0; */
	color:#464646;
	padding: 0 20px 5px 20px;
	display:block;
}
/*
.tMenus a:active{
	color:#dbae00;
}
*/
.spMenu i{
	 font-size:32px;
	 
}

.sMenu {
	padding: 0;
	/* border-bottom: 1px solid #999; */
}
.sMenu a {
        padding: 18px 31px;
        display: block;
        font-size: 18px;
        font-weight: 700;

}
.submenus {
	list-style: none;
	padding: 0;
	margin: 0px 0 0 0;
	color: #000;
	display: none;
}
.submenu {
	padding: 0 0px;
	color: #464646;
	margin-left:50px;
        margin-bottom: 5px;
	/* border-top:1px dotted #999; */
}
#spMenu10 a{
	border: none;
}
.submenu a {
	padding: 12px 0px;
	color: #464646 !important;
	border: none;
	font-weight:normal !important;
	font-size:18px;
}


#contents{
	margin-top:145px;
}

#mainCons{
	
}

.alignRight{
	text-align:right;
	justify-content:right;
	width: 100%;
}
.alignCenter{
	text-align:center !important;	
	justify-content:center;
}

.cons{
	display:flex;
	flex-wrap:wrap;
}
.title1{
	font-size:24px;	
	font-weight:bold;
	color:#231815;
	flex-basis: 100%;
	    margin-bottom: 0;
}
.title2{
	font-size:20px;	
	font-weight:bold;
	color:#f8b73d;
	flex-basis: 100%;
}
.title3{
	font-size:17px;	
	font-weight:bold;
	color:#E56E25;
	flex-basis: 100%;
}
.conText{
	text-align:justify;
	text-justify: inter-ideograph;
	width:100%;
	display:flex;
}
.conText2{
	margin-bottom:0px;
}
.pageCon{
	width:100%;
	margin-bottom:15px;
	display: flex;
	flex-wrap: wrap;
}

.leftList{
	width:10%;
}

.rightText{
	width:90%;
	text-align:justify;
	text-justify:inter-ideograph;
}

.pageCon .pageCon{
	margin-bottom:0px;
}

.pageCon .leftList{
	width:8%;
	margin-top: 5px;
	margin-right:6px;
}

.pageCon .rightText{
	width:calc(92% - 6px);
	margin-top: 5px;
}


.imgWrapper{
	margin-left:calc(8% + 6px);
	margin-top:15px;
}
.imgWrapper img{
	margin-bottom:4px;
}
.appendixTable{
	width: 100%;
}
.conTable{
	border-collapse:collapse;	
	margin-top:10px;
	margin-bottom:6px;
	border: 1px solid #fff;
}
.conTable td{
	text-align:left;
}
.tabHeader{
	background-color:#27683E;
	font-size:16px;
	color:#fff;
}
.tabcon{
	background-color:#ECF6EA;
	border: 1px solid #F0F0EE; /* #fff; */
}
.supText{
	font-size:12px;
	margin-bottom:20px !important;
	margin-top:20px;
}



.appendixTitle2{
	font-size:13px;
}

.appendixBoxes{
	display:flex;
	border-bottom:2px solid #9E6F03;
	padding-bottom:22px;
	margin-bottom:22px;
	padding-top:6px;
}

.appendixImg2{
	width:35%;
	margin-right:3%;
	text-align:center;
	margin-bottom:14px;
}

.appendixTxt{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.appHeadTitle{
	font-size:15px;
	font-weight:bold;
	color: #27683E;
}
.appHeadText{
	font-size:13px;
	margin-bottom:12px;
	color: #27683E;
	padding-bottom:12px;
}
.appendixCons{
	
}
.appendixIIimg{
	width:100%;
	margin-bottom:22px;
}
.appendixIIimg img{
	max-width:100%;
}

.appendixIICons{
	width:100%;
}
.appendixIICons table{
	width:60%;
	margin:0 auto;
}
.appendixIICons tbody {
	border-top:1px solid #27683E;
	border-bottom:1px solid #27683E;
}
.appendixIICons td, .appendixIICons th {
	padding:4px 0;
}

.tabCenter{
	text-align:center !important;
	border: 1px solid #F0F0EE; /* #fff; */
}

.icoPrint{
	margin-left: 8%;
	padding-bottom: 30px;
	visibility: hidden;
}

.appMainCons .icoPrint{
	margin-left: 0%;
}

.appTr1 {
    background-color: #c6eabe;
    border: 1px solid #fff;
}

.appTr1a {
    font-style: normal;
}
.appTB2{
	/* border-top:2px solid #27683E; */
	border-top: 4px solid #fff;
    border-top-style: double;
}
.appTB3{
	/* border-top:2px solid #27683E; */
	border-left: 4px solid #fff;
    border-left-style: double;
}
.appTB4{
	/* border-top:2px solid #27683E; */
	border-left: 4px solid #fff;
        border-left-style: double;
}
.appBB2{
	/* border-bottom:2px solid #27683E; */
}
.appBB5{
	border-bottom:5px solid #27683E;
}
.appendixIICons2 .conTable{
	width:100%;
}
.appendixIICons2 .conTable td{
	padding:3px 6px 3px 12px;
}

#back-top {
  display: block;
  background: none;
  margin: 30px 0 50px 0;
 text-align: center;
	font-size:14px;

  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

#back-top img{
 max-height: 60px;
	width:auto;
}


/*
#back-top {
  display: inline-block;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 100;

  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

#back-top img{
  width:100% !important;
}
*/

@media (max-width: 500px) {
	.spTopLogo {
		max-width: 227%;
		top: 50%;
		transform: translate(0%, -50%);
	}
}
.fa-bars:before{
	content:'';
	width:30px;
	height:22px;
	display:block;
	position:relative;
	background:url(../images/button_menu.png) no-repeat center center;
	background-size:100% auto;
}
.fa-times:before{
	content:'';
        width: 24px;
        height: 24px;
	display:block;
	position:relative;
	background:url(../images/button_menu_close.png) no-repeat center center;
	background-size:100% auto;
        left: 2px;
}

/* chapter table */
.cp-one-table-container {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.cp-one-header {
    background-color: #0BAB9F;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 10px 10px 0px 0px;
    /*clip-path: polygon(1% 0, 99% 0, 100% 28%, 100% 78%, 99% 100%, 1% 100%, 0 76%, 0 28%);*/
}
        
.cp-one-members-header {
    background-color: #89D0C9;
    /*color: white;*/
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    margin-top: 0px;
    /* clip-path: polygon(1% 0, 99% 0, 100% 28%, 100% 78%, 99% 100%, 1% 100%, 0 76%, 0 28%); */
}

.cp-one-secretary-header {
    background-color: #D1D2D4;
    color: #2DB3B4;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    margin-top: 0px;
    /* clip-path: polygon(1% 0, 99% 0, 100% 28%, 100% 78%, 99% 100%, 1% 100%, 0 76%, 0 28%); */
}

.cp-one-table-row {
    /* margin-left:20px; */
    /* margin-right:20px; */
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #EDF8F5;
    border-bottom: 1px solid #fff;
}

.cp-one-table-row-even {
    /* margin-left:20px; */
    /* margin-right:20px; */
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #E0F2EF;
    border-bottom: 1px solid #fff;
}

.cp-one-name {
        flex: 2.3;
        font-weight: normal;
}

.cp-one-period {
        flex: 1;
        text-align: left;
}

.title1_app1a{
	font-size:24px;	
	font-weight:bold;
	color:#9E6F03; /* #9d704f; */;
	flex-basis: 100%;
	margin-bottom: 0;
}

.title1_app1{
	font-size:24px;	
	font-weight:bold;
	color:#D0C086; /* #9d704f; */;
	flex-basis: 100%;
	margin-bottom: 0;
}

.title2_app1{
	font-size:20px;	
	font-weight:bold;
	color:#91d3ea;
	flex-basis: 100%;
}


.title2_ch1{
	font-size:20px;	
	font-weight:bold;
	color:#89D0C9;
	flex-basis: 100%;
}
.title3_ch1{
	font-size:17px;	
	font-weight:bold;
	color:#0BAA9F;
	flex-basis: 100%;
}

.title2_ch2{
	font-size:20px;	
	font-weight:bold;
	color:#89D0C9;
	flex-basis: 100%;
}
.title3_ch2{
	font-size:17px;	
	font-weight:bold;
	color:#0BAA9F;
	flex-basis: 100%;
}


.title2_ch3{
	font-size:20px;	
	font-weight:bold;
	color:#1CB1E7;
	flex-basis: 100%;
}
.title3_ch3{
	font-size:17px;	
	font-weight:bold;
	color:#248AAF;
	flex-basis: 100%;
}

.title2_ch4{
	font-size:20px;	
	font-weight:bold;
	color:#F9B98D;
	flex-basis: 100%;
}
.title3_ch4{
	font-size:17px;	
	font-weight:bold;
	color:#F49632;
	flex-basis: 100%;
}

.title2_ch5{
	font-size:20px;	
	font-weight:bold;
	color:#EA5549;
	flex-basis: 100%;
}
.title3_ch5{
	font-size:17px;	
	font-weight:bold;
	color:#BF3971;
	flex-basis: 100%;
}

.title2_ch6{
	font-size:20px;	
	font-weight:bold;
	color: #89D0C9;
	flex-basis: 100%;
}
.title3_ch6{
	font-size:17px;	
	font-weight:bold;
	/* color:#EBA221;  */
	 color:#0BAA9F;
	flex-basis: 100%;
}


.font-weight-bold {
        font-weight: bold;
        /*color: #916851; /* Set desired color */
}

.tabCenter.font-weight-bold {
        font-weight: bold !important;
        color: #9E6F03;
}
.tabHeader.tabCenter.font-weight-bold {
        color: #fff;
}

.title2 {
	font-size:20px;	
	font-weight:bold;
	flex-basis: 100%;
}

/* Appendix 1 */
.appHeadText {
	color: black;
}

/* Appendix 4-9 */
.title2_app1 {
	color: #9E6F03; /* #9d704f; */;
}

/* table layout */
.tabcon.tabcon-white {
	background-color:#fff;
	border: 0;
}

/* for heading and total row */
.deepBrownLeftBorder, .tabCenter.deepBrownLeftBorder {
	border-left: 1px solid #9E6F03; /* #9d704f; */;
}
.deepBrownRightBorder, .tabCenter.deepBrownRightBorder {
	border-right: 1px solid #9E6F03; /* #9d704f; */;
}
.lightBrownRightBorder, .tabCenter.lightBrownRightBorder {
	border-right: 1px solid #FFFFFF; /* #E8E3DD; */
}

/* for row */
.brownLeftBorder, .tabCenter.brownLeftBorder {
	border-left: 1px solid #F8F4E7; /*  #D5CCC4; */
}
.brownRightBorder, .tabCenter.brownRightBorder {
	border-right: 1px solid #F8F4E7; /*  #D5CCC4; */
}
.appBB2.brownBottomBorder, .appBB2.brownBottomBorder td {
	border-bottom:1px solid #F0F0EE; /*#916851; */
}
.appBB1.brownBottomBorder, .appBB1.brownBottomBorder td,
.appTr1.brownBottomBorder, .appTr1.brownBottomBorder td,
.brownBottomBorder, .brownBottomBorder td {
	border-bottom:1px solid #F0F0EE; /*#916851; */
}
tr.noBottomBorder, tr.noBottomBorder td, tr.noBottomBorder td.tabCenter{
	border-bottom: 0;
}
tr.noTopBorder, tr.noTopBorder td, 
tr.appTr1.noTopBorder, tr.appTr1.noTopBorder td, tr.appTr1.noTopBorder td.tabCenter{
	border-top: 0;
}

.specialBrownBd {
	background-color: #F8F4E7; /* #dccfc2; */
        border-bottom: 1px solid white !important;
        border-top: 1px solid white !important;
        border-right: 1px solid white !important;
        border-left: 1px solid white !important;
}
.lightBrownBd {
	background-color: #FFFFFF; /* #E8E3DD; */
}
.brownBd {
	background-color: #F8F4E7; /*  #D5CCC4; */
}

/* end - table layout */

/* added */

.tabHeader{
	background-color:#9E6F03; /* #9d704f; */;
	color:#fff;
}
.tabHeader.tabCenter.font-weight-bold {
	color: #fff;
}
.tabcon {
	background-color: #FFFFFF; /* #E8E3DD; */
	border: 1px solid #fff;
}

.appHeadTitle{
	color: #9E6F03; /* #9d704f; */;
}


.appTr1 {
    background-color: #F8F4E7; /*  #D5CCC4; */
    font-style: italic;
    border: 1px solid #fff;
}

.appTr1a {
    font-style: normal;
}
.appTB2{
	border-top: 4px solid #fff;
    border-top-style: double;
}
.appTB3{
	border-left: 4px solid #fff;
    border-left-style: double;
}
.appTB4{
	border-left: 4px solid #fff;
    border-left-style: double;
}
.appBB5{
	border-bottom:1px solid #916851;
}

/* end - added */


.rounded-topleft-corner {
    border-radius: 15px 0 0 0;
}
.rounded-topright-corner {
    border-radius: 0 15px 0 0;
}
.rounded-topleftright-corner {
    border-radius: 15px 15px 0 0;
}

.tabRight {
    text-align: right !important;
    border-left:1px solid #F0F0EE !important;
}

.deepBrownBottomBorder{
    border-bottom:1px solid #916851 !important; 
}

.noRightBorder {
    border-right:0px solid #fff !important; 
}

.noTopBorder{
    border-top:0px solid #fff !important; 
}