@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-size:15px;
	color:#000;
	line-height:150%;
	text-align:justify;
	text-justify:auto;
	font-family: "Times New Roman", Times, serif;
	background-image:url(../images/bg.jpg);
	background-attachment: fixed;
	background-size:cover;
}

#chapter8{
	background:none !important;
}

sup{
	line-height:50%;
}

img{
	border:none;	
}

.appMainCons{
	min-height:1300px;
}

.clearall, .ca{
	clear:both;	
}
a{
	color:#e26b04;
	text-decoration:none;
	outline:none;
}
caption{
	text-align:left;
	margin-bottom:15px;
}


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.hiddenItems{
	display: none !important;
}
.pcFlex {
	display: flex !important;
}
.spFlex {
	display: none !important;
}

.pcSpan {
	display: inline-block !important;
}
.spSpan {
	display: none !important;
}

.row, .fullWidth{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.redText{
	color:#bf0000;
}

.noPadding{
	padding-left:0;
	padding-right:0;
}

#mainWrapper{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
}

#header{
	height:100px;
	background:url(../images/bg_header.png) no-repeat #9FD6CD;
	background-size:cover;
	position:relative;
	display:flex;
	overflow:hidden;
}
#pcHeader{
	align-self: flex-end;
	width:100%;
}

#headerCltr{
	position:absolute;
	top:10px;
	right:8px;
	display:flex;
}

#headerCltr .fontSize{
	height:18px;
	width:18px;
	margin-right:12px;
	
}
#headerCltr .fontSize a{
	display:flex;
	height:100%;
	width:100%;
	/* border:1px solid #000;
	background-color:#fff; */
	justify-content: center;
	align-items: center;
	color:#012602; 
	font-weight:bold;
}
#headerCltr .fontSize a:hover{
	/* background-color:#977a54; */
	color:#012602;
}
#fsSmall{
	font-size:12px !important;
	font-weight:normal !important;
}

#fsNormal{
	font-size:15px !important;
}

#fsLarge{
	font-size:17px !important;
}

.currentFont a{
	background-color:#f39800 !important;
	color:#fff !important;
}

.topHeader{
	display: none !important;
	width:100%;
	justify-content: flex-end;
}

#topMenus{
	display:flex;
	align-items: flex-end;
	align-self : flex-end;
	font-size:13px;
	line-height:12px;
	width:80%;
}
.topMenu{
	background-color:#f39800;
	border-bottom:5px solid #f39800;
	line-height:12px;
	width:10%;
}
.topMenu a{
	display:block;
	width:100%;
	height:100%;
	padding-top:11px;
	padding-bottom:10px;
	text-align: center;
}

#tm1 a{

	padding-top:6px;
	padding-bottom: 3px;
}

.currentTM{
	border-top:6px solid #f39800;
	background-color:#f39800;
	box-shadow: 0 -14px 28px rgba(0,0,0,0.25), 0 0px 10px rgba(0,0,0,0.22);
	z-index:1;
}

.currentTM a{
	padding-bottom:12px;
	font-weight:bold;
}
#tm1.currentTM{
	z-index:1;
}
#tm1.currentTM a{
	padding-top:6px;
	padding-bottom: 3px;
}


.langs a{
	color:#fff;
	margin:0 4px;
	font-size:12px !important;
}
.homeBtn{
	margin-left:4px;
	margin-right:12px;
	border-left:1px solid #fff;
	padding-left:4px;
}
#langs{
	width:85px;
	overflow:hidden;
	position:absolute;
	bottom:6px;
	right:11px;
}
#langs .lang{
	height:21px;
	overflow:hidden;
	float:left;
}
#langs .lang a{
	display:block;
	height:100%;
	width:100%;
}
.langOver{
	background-position:0px -21px !important;
}
.lhk{
	background:url(../images/lang_tc.png) no-repeat;	
	width:21px;
	margin-right:4px;
}
.lcn{
	background:url(../images/lang_sc.png) no-repeat;	
	width:21px;
	margin-right:4px;
}
.len{
	background:url(../images/lang_en.png) no-repeat;	
	width:35px;
}

.icoPrint{
	margin-left: 8%;
	padding-bottom: 30px;
	display:none;
}

.appMainCons .icoPrint{
	margin-left: 0%;
}


#idxPage .leftMenus li{
	list-style:none;
}

#contents{
	display:flex;
	position: relative;
}
.leftMenus{

	width:20%;
	position: relative;
	margin-top:-38px;
	padding-top:10px;
	box-shadow:0 0 8px 0 rgba(0,0,0,.6);
	text-align:left;
	background-color:#f6f9f9;
	z-index:9;
	display:none !important;
}

#idxLM{
	height:800px;
}

#chapter1LM{
	height:500px;
}
#chapter2LM{
	height:600px;
}
#chapter10LM{
	height:1250px;
}

.leftMenus:before {
  
  position:absolute; 
  bottom:0; 
  width:100%; 
  height:80%; 
  content:''; 
  background: linear-gradient(transparent 0%,#fff 90%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#fff 90%, #fff 100%);
  transform:scale(1.1);
}

.inner {
  position:relative;
  z-index:2;
  padding:10px 20px;
  
}

.leftMenuTitle{
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
}





#leftMenuImg{
	margin-left:-26px;	
}
#menu{
    padding: 0 0 0 15px;
	margin:0;
}

#idxPage #menu{
    padding: 0;
}

.menus{
	font-size:14px;
}

.menus .leftSubMenus{
	font-size:13px;
	list-style: none;
	padding-left:5px;
	margin-top:-3px;
	padding-bottom: 6px;
}
.menus .leftSubMenus a{
	padding:0 0 8px 0;
	line-height: 115%;
}

#idxPage .menus{
	font-size:15px;
	font-weight:bold;
}

.menus a{
	color:#0191A7;
	display:block;
	height:100%;
	padding:8px 8px 8px 0;

}

.curMenu{
	color:#000 !important;
	font-size:15px;
	font-weight:bold;
	list-style:none;
	margin-left:-16px;
	margin-bottom:8px; 
}
.curMenu a{
	color:#000 !important;
}


#mainCons{
	width:100%;
}

.alignRight{
	text-align:right;
	justify-content:right;
	flex-basis:100%;
}
.alignCenter{
	text-align:center !important;	
	justify-content:center;
}

.cons{
	display:block;
	padding:30px 30px 30px 45px;
}
.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:26px; */
	margin-bottom:15px;
	display: flex;
	flex-wrap: wrap;
}

.leftList{
	width:7%;
}

.rightText{
	width:93%;
	text-align:justify;
	text-justify:inter-ideograph;
}

.pageCon .pageCon{
	margin-bottom:0px;
}

.pageCon .leftList{
	width:5.5%;
	margin-top: 5px;
}

.pageCon .rightText{
	width:94.5%;
	margin-top: 5px;
}

.pageCon .pageCon .leftList{
	width:4%;
}

.pageCon .pageCon .rightText{
	width:96%;
}


.imgWrapper{
	margin-left:6%;
	margin-top:15px;
	width:100%;
}
.imgWrapper img{
	margin-bottom:4px;
}

.supText{
	font-size:14px;
	font-style:italic; 
	margin-bottom:20px !important;
	margin-top:20px;
}

.conTable{
	border-collapse:collapse;	
	margin-top:10px;
	margin-bottom:6px;
	width:100%;
	border: 1px solid #fff;
}
.conTable td{
	text-align:left;
}
.tabHeader{
	/* background-color:#0F4A5C; */
	background-color:#9E6F03; /* #9d704f; */;
	font-size:18px;
	color:#fff;

}

.tabcon{
	/* background-color:#0F4A5C; */
	background-color:#FFFFFF; /* #E8E3DD; */
	border: 1px solid #F0F0EE; /* #fff; */
}

.tabcon-white{
	/* background-color:#0F4A5C; */
	background-color:#fff;
	border: 0px solid #916851;
}


.appendixTitle2{
	font-size:15px;
}

.appendixBoxes{
	display:flex;
	border-bottom:2px solid #9E6F03; /* #9d704f; */;
	padding-bottom:22px;
	margin-bottom:22px;
	padding-top:6px;
}
.appendixImg{
	width:20%;
	margin-right:3%;
}
.appendixTxt{
	width:77%;
}

.appHeadTitle{
	font-size:18px;
	font-weight:bold;
	color: #9E6F03; /* #9d704f; */;
}
.appHeadText{
	font-size:15px;
	margin-bottom:12px;
	padding-bottom:12px;
	color: #231815;
	/*border-bottom:1px solid #999;*/
}
.appendixCons{
}
.appendixIIimg{
	width:100%;
	margin-bottom:22px;
}
.appendixIIimg img{
	max-width:80%;
}
.appendixIICons{
	width:80%;
	margin-left: -6px;
}
.appendixIICons table{
	width:55%;
	margin:0 auto;
}
.appendixIICons tbody {
	border-top:1px solid #9E6F03; /* #9d704f; */;
	border-bottom:1px solid #9E6F03; /* #9d704f; */;
}
.appendixIICons td, .appendixIICons th {
	padding:4px 0;
}
.tabCenter{
	text-align:center !important;
	border: 1px solid #F0F0EE; /* #fff; */
}

.appendixTable{
	width: 100%;
}

.appTr1 {
    background-color: #F8F4E7; /*  #D5CCC4; */
    font-style: italic;
    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;*/
	border-bottom:1px solid #916851;
}

.conPics{
	padding:15px 0;
	text-align: center;
}
.conPics img{
	 width: 100%;
    padding-bottom: 10px;
    height: auto; /* Keeps the aspect ratio */
    display: inline-block; /* Optional: works well with text-align:center */
	padding-bottom:10px;
                /* margin-bottom: -20px; */
}


.appendixIICons2 .conTable{
	width:90%;
}
.appendixIICons2 .conTable td{
	padding:6px 6px 6px 20px;
}

#back-top {
  display: block;
  background: none;
  margin: 30px 0 100px 0;
 text-align: center;
	font-size:16px;

  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: 16px; */
	width:auto;
	max-width:60px;
}

/* 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.5;
    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 */


.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; 
}