body:lang(zh-cn) {
     font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
/*List Style*/
.signature {
	display: block;
}
.signature img{
	width: 220px;
	height: auto;
}
.paddingL1{padding-left: 30px;}
.paddingL2{padding-left: 34px;}
.ListLowerAlpha{
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset:listStyle; 
}
.ListLowerAlpha li {
	padding-left: 28px;
	position: relative;
	counter-increment: listStyle;
	margin: 10px 0;
}
.ListLowerAlpha li:before {
	content: "(" counter(listStyle, lower-alpha) ")";
	position: absolute;
	top:0;
	left:0;
}
.ListLowerRoman{
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset:listStyle; 
}
.ListLowerRoman li {
	padding-left: 28px;
	position: relative;
	counter-increment: listStyle;
	margin: 10px 0;
}
.ListLowerRoman li:before {
	content: "(" counter(listStyle, lower-roman) ")";
/*	text-align: center;
	width: 24px;*/
	position: absolute;
	top:0;
	left:0;
}
.ListHyphen{
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset:listStyle; 
}
.ListHyphen li {
	padding-left: 12px;
	position: relative;
	counter-increment: listStyle;
	margin: 10px 0;
}
.ListHyphen li:before {
	content: "-";
	position: absolute;
	top:0;
	left:0;
}

/* END List Style*/

.otherLinks a{
	text-decoration: none;
	/*padding-bottom:5px; border-bottom:1px solid #000*/
}
.h1_style1{color:#0168B7;}
.h1_style2{color:#893E93;}

img {
	border: 0;
}
.clearboth {
	clear: both;
}
.newHr{    
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.42);
}
.orgChart{
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.access {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.highlight {
font-weight: bold;
/*color: red;*/
color: #eb0000;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.paddingTop10{
	padding-top:10px;
}
/*.paddingL1{
	padding-left:10px;
}*/
#logo_index{margin:10px 0 0 0;}
.ver_html, .ver_pdf {
	position: relative;
	width: 275px;
}
.ver_html h2, .ver_pdf h2 {
	font-size: 1em;
	padding: 2.5px 0;
	margin:0;
	font-weight: normal;
	}
.ver_html .text, .ver_pdf .text {
	width: 247px;
	padding: 5px 0 5px 15px;
	color: white;
	font-size: 1.2em;
	border-radius: 5px 5px 5px 5px;
}
.ver_html .text{
	background-color: #ca4a06;
}
.ver_pdf .text{
	background-color: #44810d;
}
.ver_html .triangle, .ver_pdf .triangle{
    position: absolute;
    width: 20px;
    height: 25px;
    top: 5px;
    right: 0px;
}
.ver_html .triangle{
	background-image: url(../img/ver_html.png);
}
.ver_pdf .triangle{
	background-image: url(../img/ver_pdf.png);
}

.links_pdf, .links_html{
	padding: 10px 0 8px 15px;
	font-size: 1.2em;
	background-repeat: no-repeat;
	color: #fff;
}
.links_pdf{
	/*background-image: url(../img/index-lang1.png);*/
	/*color: black;*/
	/*border-radius: 10px 10px 10px 10px;
	border: 1px solid #6FBA2C;
	background:#6FBA2C;
	float:left;*/
	}

.links_html{
	/*background-image: url(../img/index-lang2.png);*/
	/*color: black;*/
	/*border-radius: 10px 10px 10px 10px;
	border: 1px solid #EA5505;
	background: #EA5505;
	float:left;*/
	}

.menu{
	margin:0px;
	margin: 10px 0px 0px -25px;
	list-style:none;
}

.menu li a{
	/*text-decoration: underline;*/
	color: #002F91;
	font-weight: bold;
	display:block;
	padding:10px 0px 10px 0px;
	}

/* pdf version */
.pdfLinkTitle{padding: 3px 0 5px 0;}
.pdfLinkTitle1{color:#036941; font-weight:bold;}
.pdfLinkTitle1a{
	color: #036941;
}
.pdfLinkTitle2a{
	color: #753B30;
}
.pdfLinkTitle2{color:#753B30; font-weight:bold;}

.pdfLinks, .pdfLinks2{
	list-style-image: url(../img/pdf.gif);
	padding-left: 20px;
	margin:0px;
}
.pdfLinks li a{
	padding: 3px 0;
	display: block;
	color: #6D1681;
}
.pdfLinks2 li a{
	padding: 5px 0 5px 0;
	display: block;
	color: #004097;
}

.notes1a{
	float: left;
	margin-right:0.6em;
	font-size:0.7em;
}
.notes1b{
float: left;
font-size:0.7em;
}
.notes2a{
	float: left;
	width: 10px;
}
.notes2b{
float: left;
width:95%;
}
.visionth{font-weight: normal;}

/*HTML Version*/

#menus li{
	list-style-image: url(../img/icon1.png);
}

#menus li a{
	padding:3px 0;
	display:block;
	}
#menus li ul li{
	list-style-image: none;
}

/*table style*/
table{ 
	/*border:0px;*/
  border-collapse:collapse;  
  border-spacing:0px;  
}
table p{ margin:0px;}

th,td{
  padding: 5px;
      display: table-cell;
    vertical-align:top;
}


.table1, .table1_3c, .table1_3c2{
	width: 100%;
	/*min-width: 500px;*/
	max-width: 750px;
/*	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2b1d2;
	/*border-bottom-color: #345497;*/
}
.tableMinWidth1{
	min-width: 500px;
}
.tableMinWidth2{
	min-width: 600px;
}
.tableMinWidth3{
	min-width: 750px;
}
.table1 thead th, .table1_3c thead th, .table1_3c2 thead th, .table1_7g thead th{
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #345497;*/
	background-color: #345497;
	color: white;
} 
.table1 thead th:first-child, .table1_3c th:first-child, .table1_7g thead th:first-child, .table1_8c thead th:first-child, .table1_8d thead th:first-child{
border-radius: 10px 0 0 0;
}
.table1 thead th:last-child, .table1_3c th:last-child, .table1_7g thead th:last-child, .table1_8c thead th:last-child, .table1_8d thead th:last-child{
border-radius: 0 10px 0 0;
}
.hideRadius th:first-child, .hideRadius th:last-child{
border-radius: 0 0 0 0;
}
.thRadius th{
border-radius: 10px 10px 0 0;
}

.table1 tbody tr td:first-child+td{
 text-align: center;
}
.table1 tbody tr td:first-child+td+td, .table1_3c tbody tr td:first-child+td, .table1_3c2 tbody tr td:first-child+td{
 text-align: right;
 width: 90px;
 font-weight: bold;
 background-color: #EBECF5;
}
.table1 tbody tr td:first-child+td+td+td, .table1_3c tbody tr td:first-child+td+td, .table1_3c2 tbody tr td:first-child+td+td{
 text-align: right;
 width: 90px;

}
.table1 th:last-child, .table1_3c th:last-child {
 font-weight: normal;
}


.table1_7g{
	width: 100%;
	min-width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2b1d2;
}
.table1_7g td:not(:first-child){
	text-align: right;
}

.hideBottomLine{
	border-style: solid none none none;
}

/* Line for CELL */
.singleLine::after{
    content: '';
    /*border: solid 1px #ae0;*/
	border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
    display: block;
}
.doubleLine::after{
    content: '';
    /*border: solid 1px #ae0;*/
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #000000;
    display: block;
    height: 5px;
}
/* END Line for CELL */

.singleLine2{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
}
.doubleLine2::after{
    content: '';
    /*border: solid 1px #ae0;*/
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #000000;
    height: 4px;
    margin-right: -10px;
    display: block;

}
.doubleLine2:last-child::after{
    content: '';
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #000000;
    height: 4px;
    margin-right: -5px;
    display: block;

}


/*table 8*/
.table1_8d, .table1_8c{
	border-collapse:collapse;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdbcc;
}
.table1_8d thead th, .table1_8d tfoot td, .table1_8c thead th{
	background-color: #676658;
	color: white;
} 
.table1_8d tbody tr td:first-child+td{
 text-align: right;
 width: 140px;
}
.table1_8d tbody tr td:first-child+td+td{
 text-align: right;
 background-color: #F3F3F0;
 width: 100px;
}

.hilightRow td{
 background-color: #E6E5DF;
 font-weight: bold;
}

.table1_8c tbody tr td{
	border-style: none none solid none;
    border-width: 1px;
    border-color: #dcdbcc;
}
.table1_8c tbody tr:hover, .table1_8d tbody tr:hover{
 background-color: #F3F3F0;
}
/*.table1_8c tbody tr td:last-child{
 background-color: #F3F3F0;
}*/
.hilightCell{
 background-color: #F3F3F0;
 text-align: center;
}

.table1_8c .w4{
	width:135px;
}
.table1_8c .w5{
	width:115px;
}
.table1_8c .w6{
	width:115px;
}
.table1_8c .w7{
	width:145px;
}


/* END table 8*/


.table2 thead th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 0px;
}
.table2 tbody tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;}




/* end table style*/

.pagination_box
    {
		padding: 0px 20px 0px 20px;
    }

    .link_prev{
        float:left;
    }
    .link_next{
        float:right;
    }

#content{
padding:10px 20px 20px 20px;
line-height:22px;	
}
.ofca_mark{
	font-size: 0.8em;
	color: #666666;
}



#footer{
padding-top:20px;	
}

.gotop a{
	display:block;
    width: 54px;
    height: 54px;
    background: url(../img/gotop.png) no-repeat 0 0;opacity: 0.4;
}
.gotop a:hover{
	display:block;
    width: 54px;
    height: 54px;
    background: url(../img/gotop.png) no-repeat 0 0;opacity: 0.8;
}
	
/* Vision.htm */
.ul_vision{ list-style-type:none;
}
.ul_vision li{ margin-bottom:10px;}

/*senior*/
#senior #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #E8EFF9;
	background-image: url(../img/senior_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#senior h2{
color: #003F98;
}

/* ch1 */
#chapter1 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #FEFAEE;
	background-image: url(../img/ch1_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#chapter1 h2{
color: #9D3400;
}
#chapter1 h3{
color: #9D3400;
}
#chapter1 h4{
	color: #c2480b;
}
#chapter1 h5{
	color: #c2480b;
}
#chapter1 h6{
	color: #c2480b;
}
/* ch2 */
#chapter2 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #F1F7E9;
	background-image: url(../img/ch2_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#chapter2 h2{
color: #036941;
}
#chapter2 h3{
color: #036941;
}
#chapter2 h4{
	color: #038350;
}
#chapter2 h5{
	color: #038350;
}
#chapter2 h6{
	color: #038350;
}
/* ch3 */
#chapter3 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #EBF6FA;
	background-image: url(../img/ch3_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#chapter3 h2{
color: #023577;
}
#chapter3 h3{
color: #023577;
}
#chapter3 h4{
	color: #023984;
}
#chapter3 h5{
	color: #023984;
}
#chapter3 h6{
	color: #023984;
}
/* ch4 */
#chapter4 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #E4F7F5;
	background-image: url(../img/ch4_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#chapter4 h2{
color: #00666B;
}
#chapter4 h3{
color: #00666B;
}
#chapter4 h4{
	color: #007177;
}
#chapter4 h5{
	color: #007177;
}
#chapter4 h6{
	color: #007177;
}
/* ch5 */
#chapter5 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #F3ECF4;
	background-image: url(../img/ch5_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#chapter5 h2{
color: #541B84;
}
#chapter5 h3{
color: #541B84;
}
#chapter5 h4{
	color: #621F98;
}
#chapter5 h5{
	color: #621F98;
}
#chapter5 h6{
	color: #621F98;
}
/* ch6 */
#chapter6 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #FEF4EB;
	background-image: url(../img/ch6_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#chapter6 h2{
color: #86240B;
}
#chapter6 h3{
color: #86240B;
}
#chapter6 h4{
	color: #96270C;
}
#chapter6 h5{
	color: #96270C;
}
#chapter6 h6{
	color: #96270C;
}
/* ch7 */
#chapter7 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #F1F4F9;
	background-image: url(../img/ch7_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#chapter7 h2{
	color: #012971;
}
#chapter7 h3{
color: #012971;
}
#chapter7 h4{
	color: #0b45ad;
	font-weight: normal;
}
#chapter7 h5{
	color: #012F83;
	font-weight: normal;
}
#chapter7 h6{
	color: #1622c7;
	font-weight: normal;
}
.ch7_h2_style1{
	color: #012971;
}
.ch7_h2_style2{
	color: #0b45ad;
    padding-top: 15px;
    display: block;
	/*padding-left: 94px;*/
}
/*.hyphenList{
	padding-left: 22px;
	list-style-image: url(../img/hyphen.png);
	list-style-type: none;
}*/


/* ch8 */
#chapter8 #title{
	margin-top:10px;
	padding: 1px 0 5px 20px;
	background-color: #F5F5F5;
	background-image: url(../img/ch8_title_icon.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.ch8_h2{
	color: #5B482A;
}

.ch8_h2_style1{
	color: #5B482A;
}
.ch8_h2_style2{
	color: #83673D;
    padding-top: 15px;
    display: block;
	/*padding-left: 94px;*/
}
#chapter8 h3{
color: #5B482A;
}
#chapter8 h4{
	color: #6A5331;
}
#chapter8 h5{
	color: #6A5331;
}
#chapter8 h6{
	color: #6A5331;
}

/* appendix 8*/
.ol1{
	list-style-type: disc;
	padding-top: 10px;
	margin-left:-5px;
}
.ol1 li{padding-bottom:10px;}
.ol1 ol{
	list-style-type: square;
	padding-top: 10px;
	margin-left:-5px;
}
.ol1 ol ol{
	list-style-type: circle;
	margin-left: -5px;
}
.ol1 ol ol li{
padding-bottom: 10px;
	}
.ul_margin_1{ margin-left:20px;}

/*table*/
.hiddencell{visibility:hidden;}
.vgTop{
  vertical-align: top;
}
.vgbtm{
	vertical-align: bottom;
}

.text-right{
  text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.italic1{
font-style: italic;
}


/*org chart*/
ol.domtree{
    margin-left: -40px;
    margin-top: -16px;
}
ol.domtree ol {
    margin: 0;
    padding: 0 0 0 28px;
}
 
ol.domtree li {
    list-style: none;
    position: relative;
    padding: 16px 0 0 0;
    color: #2f1f06;
}
ol.domtree ol li {
    color: #2a0584;
}
ol.domtree ol ol li {
    color: #80500c;
}
ol.domtree ol ol ol li{
    color: #07380e;
}
ol.domtree ol ol ol ol li{
    color: #030f61;
}
ol.domtree>li:first-child:before {
    border-style: none none none none;
    /*border-style: none none solid none;*/
}
 
ol.domtree li:before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    width: 7px;
    /*height: 0.615em;*/
    height: 26px;
    border-style: none none dashed dashed;
    border-width: 1px;
    border-color: #ae0;
}

ol.domtree ol li:before {
    border-color: #2a0584;
}

ol.domtree ol ol li:before {
    border-color: #80500c;
}  
ol.domtree ol ol ol li:before {
    border-color: #07380e;
}  
ol.domtree ol ol ol ol li:before {
    border-color: #030f61;
}  
ol.domtree li:not(:last-child):after {
    position: absolute;
    content: '';
    top: 10px;
    left: -10px;
    bottom: 0;
    border-style: none none none dashed;
    border-width: 1px;
    border-color: #aaa;
}
ol.domtree li:not(:last-child):after {
    border-color: #2a0584;
}
ol.domtree ol ol li:not(:last-child):after {
    border-color: #80500c;
}
ol.domtree ol ol ol li:not(:last-child):after {
    border-color: #07380e;
}
ol.domtree ol ol ol ol li:not(:last-child):after {
    border-color: #030f61;
}
/* END org chart*/

/* ch8 List*/
.ch8List {margin-top: -16px;}
.ch8List li{padding-top: 16px;}
/* END ch8 List*/

/*senior*/

.seniorList {margin: 0; padding: 0; list-style-type: none;}
.seniorList li {
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.seniorList .photo {
	height: auto;
	max-width: 290px;
}
.seniorList .name{
	border-style: none solid solid solid;
    border-width: 1px;
    border-color: #8FB5D6;
    max-width: 245px;
    margin:0 auto;
    /*margin-left: 35px;*/
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 20px 10px;
    position: relative;
    font-size: 0.9em;
}
.seniorList .name span{
	font-weight: bold;
    color: #003F98;
    font-size: 1.15em;
}
.seniorList .trian{
	position: absolute;
	top: 10px;
	left: -7px;
} 
.seniorList .trian img{
	width: 20px;
	height: auto;
} 

/*END senior*/

.w40 {width: 45px}
.w90 {width: 90px}
.w100 {width: 100px}





@media (max-width: 575.98px) {


}


@media (max-width: 767.98px) {
h1{font-size: 1.2em;}
h2{font-size: 1.1em;}
h3{font-size: 1.07em;}
#h1_style{
padding:15px 0 0 20px;
}

.ch7g_remark{
	color: red;	
}

/*.bg_img {
	width: 327px;
	height: auto;
}*/

/*.setFontIndex{
	padding:10px 0 10px 0;
	text-align:center;
}
.setFont{
	position: absolute;
	top: 5px;
	right: 10px;
}*/

.sideL {
	float: left;
	width: 50%;
}
.sideR {
	float: left;
	padding-top:20px;
}
.container {
	width: 320px;
	margin: 0 auto;
}
.tfr {margin:10px 0 20px 0;}
.otherLinks_index {
	margin:20px 0px 0 0px;
}

.wcagLink_index {
	margin:20px 0 0 0;
	float:left;
}

/*.tfr {margin:10px 0 20px 0;}
.otherLinks_index {
	margin:20px 0px 0 0px;
	float:left;
}

.wcagLink_index {
	margin:20px 0 0 0;
	float:right;
}*/

.otherLinks {
	margin:20px 20px 0 20px;
}
.wcagLink {
	margin:15px 0px 15px 20px;
	float:left;
}

.gotop{
margin:10px;
float:right;
}
/* pdf version */
.container2 {
	width: 100%;
	margin: 0 auto;
}

#header{
	margin-bottom:10px;
	height:170px;
	background-image: url(../img/bg-head2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}

.headLink {

}

.headLink span{
	display: none;
	}
.headLink a{
	display:block;
	padding:15px 0 15px 0;
}
.headLink2 {
	position: absolute;
	top: 15px;
	right: 130px;
}
.headLink2 span{
	display:none;
	}
#mobile-menu-open-bar{
	background-color: #E6F0F9;
	padding: 10px 0 10px 0;
	}
#mobile-menu-open-btn{
cursor: pointer;
	padding: 20px;
}
#navbar-mobile {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	-webkit-box-shadow: 0 2px 13px 4px rgba(0,0,0,0.75);
	box-shadow: 0 2px 13px 4px rgba(0,0,0,0.75);
	background-color: #FFFFFF;
}
#navbar-mobile>#navbar-mobile-container {
	position: relative;
	height: 100%;
	overflow-y: auto
}
#navbar-mobile #mobile-menu-close-btn {
	position: absolute;
	top: 0px;
	cursor: pointer;
	left: 5px;
	padding: 20px;
}
#navbar-mobile #mobile-menu-close-btn img {
	width: 13px;
}
#navbar-mobile .mobile-nav-footer {
	text-align: center;
	padding: 10px 0 10px 0;
	margin-top:60px;
	background-color: #F0F0F0;
}
#navbar-mobile .menus {
	padding: 25px 20px 0 20px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
}

.collapse {
	display: none;
}

#content_pdf{
padding:20px;
line-height:22px;
}

.notes1{
	padding:20px 0 20px 20px;
}
.notes2{
	padding:20px;
	/*font-size: 0.7em;*/
}
/*HTML Version*/
	
	
/*Table*/

.table2{
	/*cellspacing*/
	border:0;margin:0;border-collapse:collapse;border-spacing:0;
	/*cellpadding*/
	padding:0;
	width:100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.table_td_padding_1{
	padding-left:20px;}
.table_td_padding_2{
	padding-left:40px;}

.table750{
	/*cellspacing*/
	border:0;margin:0;border-collapse:collapse;border-spacing:0;
	/*cellpadding*/
	width:100%;
	max-width: 750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.table750 thead th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 0px;
}
.table750 tbody tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* table to div START*/
.table2div{
	/*cellspacing*/
	border:0;margin:0;border-collapse:collapse;border-spacing:0;
	/*cellpadding*/
	width:100%;
	max-width: 750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.table2div_a{
	float:left;padding:4px;
}
.table2div_b{
text-align:right; padding:4px;
}
.table2div_clear{
clear:both; 
	width:100%;
	max-width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.table2div2{
	width:100%;
}
.table2div_a2{
	width:180px;
	float:left;padding:4px;
}
.table2div_b2{
 padding:4px;
}
.table2div_clear2{
clear:both; 
}
/* table to div END*/


#menus {
	list-style-type: none;
	margin-left:-17px;
}
.appendix_ul {
	list-style-type: none;
}

#contentAppendix{
padding:10px 20px 20px 20px;
line-height:22px;	
}
.appendix_ul li{padding:5px 0;}
#menus ul{
	list-style-type: none;
	margin-left: -40px;	
	}
#menus_sitemap{
	margin-left: -25px;
}
#menus_sitemap li a{
	display: block;
	padding:5px 0;
}
#menus_sitemap ul{
	margin-left: -25px;
}
.imgs{
	text-align:center;
	font-style:italic;
	color: #333;
	/*width: 475px;
	margin:0 auto;*/
}
.imgs img{
	width:100%;
	max-width: 475px;
	height: auto;
    border-radius: 40px 0 40px 0;
}
.imgs div{
	text-align:center;
	margin-bottom: 10px;
}
.img_text{
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
	color: #333;
}
.imgs2{
text-align:center;
}
.imgs2 div img{
	width:100%;
	max-width: 475px;
	height: auto;
    border-radius: 40px 0 40px 0;
}
.imgs3{
text-align:center;
}
.imgs3 div img{
	width:100%;
	max-width: 475px;
	height: auto;
    border-radius: 40px 0 40px 0;
}
/*.imgsLeft {
	text-align:center;
}
.imgsLeft img {
	width:100%;
	max-width: 500px;
	height: auto;
}*/
#formSearch {
	margin: 10px 0px 10px 0px;
}
#txtSearch {
	margin: 0 20px;
	padding:5px;
	width: 90%;
	height: 40px;
	display: block;
}

.search_text {
	padding: 15px 0;
	display: block;
}
.search_button {
	margin: 15px 0;
	width: 40%;
	/*background-color: #f1f1f1;*/
}

.director_txt{
	line-height: 33px;
    color: #9D3400;
    font-weight: bold;
}
.director_name{
	text-align:right;
	padding: 15px 0 0 0;
	font-weight: bold;
}
.director_name span{
    color: #751384;
}

.director_photo{
	text-align:center;
	}
.director_photo_d{display:none;}
.director_photo_m{}

 /*photos*/
.pics2c div img{
	width:100%;
	max-width: 500px;
	height: auto;
    border-radius: 40px 0 40px 0;
}

.pics2c img:first-child{
margin-bottom: 10px;
}
 /*END photos*/
/*highcharts*/
#chart1, #chart2, #chart3, #chart4, #chart5 {width: 100%;height:400px;}
.pieChart img{
	width: 100%;
	height: auto;
}


}

@media (max-width: 991.99px) {
/*Table*/

.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}


#logo img {
	width: 257px;
	height: auto;
	margin: 0 0 0 20px;
}
.bg_img {
	width: 327px;
	height: auto;
}
.otherLinks_index {
	margin:20px 0px 0 0px;
	float:left;
}



}



@media (min-width: 576px) {


}

@media screen and (min-width:768px) and (max-width:991.99px) {

.sideL {
	float: left;
	width: 50%;
}
.sideR {
	float: left;
	padding-top:20px;
}
.container {
	width: 97%;
	margin: 0 auto;
}

#logo_index img {
	width: 303px;
	height: auto;
}
.tfr {margin:10px 0 20px 0;}
.wcagLink_index {
	margin:20px 0 0 0;
	float:right;
}


}

@media (min-width: 768px) {
.ch7g_remark{
	display: none;
}
#h1_style {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}

/*highcharts*/
#chart1, #chart2, #chart3, #chart4, #chart5 {width: 600px;height:400px;}
.pieChart img{
	width: 100%;
	max-width: 480px;
	height: auto;
}

.otherLinks{
	margin: 20px 20px 0 20px;
	float: left;
}
.wcagLink {
	margin: 15px 0px 15px 0;
	float: left;
}
.gotop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
/* pdf version */
.container2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#header {
	margin-bottom:10px;
	height: 215px;
	background-image: url(../img/bg-head.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#logo img {
	margin: 0 0 0 10px;
}
.headLink {
	display: inline;
}
.headLink span {
	padding: 0px 5px 0px 5px;
}
.headLink2 {
	display: inline;
}
.headLink2 span {
	padding: 0px 5px 0px 5px;
}
#mobile-menu-open-bar {
	display: none;
}
#navbar-mobile {
	display: inline;
}
#navbar-mobile>#navbar-mobile-container {
	display: inline;
}
#navbar-mobile #mobile-menu-close-btn {
	display: none;
}
#navbar-mobile .menus {
	text-align: center;
	display: inline;
}
#navbar-mobile .mobile-nav-footer {
	display: none;
}
#content_pdf{
padding:20px;
}
.notes1 {
	padding: 60px 0 20px 0;
}
.notes2 {
	padding: 20px 0 20px 0;
	/*font-size: 0.7em;*/
}
/*HTML Version*/
#menus{
	list-style-type: none;
	margin:0px 0 0 -17px;
}
.appendix_ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.appendix_ul li{padding:5px 0;}
.table_td_padding_1{
	padding-left:20px;}
.table_td_padding_2{
	padding-left:40px;}

#menus ul {
	list-style-type: none;
	margin-left: 0px;
}
.ul_submenu_chi{padding-left: 48px;}
.ul_submenu_eng{padding-left: 67px;}
#menus_sitemap{
	/*margin:0px 0 0 20px;*/
	margin-left: -20px;
}
#menus_sitemap ul{
	/*margin:0px 0 0 50px;*/
}
.imgs {
	text-align: center;
	width: 475px;
	margin:0 auto;
	font-style:italic;
	color: #333;
}
.imgs img {
	width: 475px;
	height: auto;
    border-radius: 40px 0 40px 0;
}
.imgs div{
	margin-bottom: 10px;
}
.imgs2{
display: flex;
justify-content:space-between;
margin-bottom:3px;
}
.imgs2 div img{
	width: 475px;
    border-radius: 40px 0 40px 0;
}
.img_text{
	text-align:center;
	margin-bottom: 10px;
	font-style:italic;
	color: #333;
}
.imgs3{
display: flex;
justify-content:space-between;
margin-bottom:3px;
}
.imgs3 div img{
	width: 313px;
    border-radius: 40px 0 40px 0;
}

/*.imgsLeft {
	float:left;
	padding:20px 20px 10px 0;
}
.imgsLeft img {
	width: 500px;
	height: auto;
}*/

#contentAppendix{
padding-top:10px;
line-height:22px;	
}
/*.table-container
{
	font-size:0.85em;
}*/
.fontSize85{
	font-size:0.85em;
}
.table2{
	/*cellspacing*/
	border:0;margin:0;border-collapse:collapse;border-spacing:0;
	/*cellpadding*/
	padding:0;
    width: 100%;
	max-width:1000px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}

.table750{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    max-width: 750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.table750 thead th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 0px;
}
.table750 tbody tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* table to div START*/
.table2div{
	width: 100%;
	max-width:750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.table2div_a{
	float:left;padding:4px;
}
.table2div_b{
text-align:right; padding:4px;
}
.table2div_clear{
clear:both; 
	width: 100%;
	max-width:750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.table2div2{
	width: 100%;
	min-width:750px;
}
.table2div_a2{
	width: 100%;
	max-width:375px;
	float:left;
	padding: 4px 0;
}
.table2div_b2{
 padding: 4px 0;
}
.table2div_clear2{
clear:both; 
}
/* table to div END*/

#formSearch {
	margin: 10px 0px 10px 0px;
}
#txtSearch {
	width: 250px;
	padding:5px;
}
.search_button {
	margin: 15px 0;
	/*background-color: #f1f1f1;*/
	height: 35px;
}

.director_txt{
	height: 247px;
	width: calc( 100% - 280px );
	line-height: 33px;
	display: table-cell;
    vertical-align: middle;
    color: #9D3400;
    font-weight: bold;
}
.director_name{
	height: 70px; 
	background-color: #FFF9ED;
	padding: 10px 0 0 0;
	width: calc( 100% - 280px );
	text-align:right;
	font-weight: bold;
}
.director_name span{
    color: #751384;
}
.director_photo{
	float:right;
}

.director_photo_m{
	display:none;
}

 /*photos*/
.pics2c div{
	padding: 5px 5px;
}
.pics2c div img{
	width:100%;
	max-width: 500px;
	height: auto;
    border-radius: 40px 0 40px 0;
}
 /*END photos*/



}

@media (min-width: 992px) {
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	    position: relative;
}
.sideL {
	float: left;
	width: 580px;
}
.sideR {
	float: left;
	width: calc ( 100% - 580px );
}

.tfr {
	margin: 140px 0 34px 0;
}
.otherLinks_index {
	margin: 20px 20px 0 20px;
	float: left;
}

.wcagLink_index {
	margin: 15px 0 15px 0;
	float: right;
}
}


@media (min-width: 1200px) {

}

@media print{
strong {
  font-weight: bold;
}
#content{
	font-size: 1.2em;
}
#content_pdf{
	font-size: 1.2em;
}
#contentAppendix{
	font-size: 1.1em;
}
/*.table1, .table1_3c, .table1_3c2{
	width: 100%;
	max-width: 800px;
}*/
/*.table1 thead th, .table1_3c thead th, .table1_7g thead th{
	color: black;
} */

.gotop{display: none;}
}