/* Main Colors
red		:#B71B35
green	:#216139
yellow	:#D7C267*/

figure {	
	display: flex;
	flex-flow: column;
	padding: 10px 0 20px 0;
	width: auto;
	margin: 10px;
	justify-items: center;
  }
  
  figcaption {
	color:gray;
	padding: 3px;
	text-align: center;
	font-size: medium;
	width: 80%;
  }

.section-title-main{	
	width: 100%;
	font-weight: bolder;
	color: #D7C267;	
	padding: 10px 0;
	padding-left: 0px;
	letter-spacing: 0rem;
	text-align: center;
	font-size: 2.7rem;
	background-image: linear-gradient(to right,  #2d6342d0 ,  #2d6342, #2d6342d0);
	/*background-image: linear-gradient(to right,  transparent, #f3e6d0 , #2d6342 ,  #216139 ,  #2d6342 ,  #2d6342 ,  #216139 ,  #2d6342 ,  #f3e6d0, transparent);*/
}
.section-title-sub_main{	
	width: 100%;
	font-weight: bolder;
	color: #D7C267;	
	padding: 10px 0;
	letter-spacing: 0rem;
	line-height: normal;
	font-size: 2.5rem;
	background-image: linear-gradient(to right,  #2d6342d0 ,  #2d6342, #2d6342d0);
	margin-bottom: 20px;
}
.section-title1{
	width: 100%;
	font-weight: bolder;
	color: #B71B35;	
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0rem;
	text-align: left;
	background-size: contain;
	font-size: 2rem;
}

.section-title2{	
	width: 100%;
	font-weight: bolder;
	color: black;
	padding-top: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	background-size: contain;
	font-size: 1.7rem;
}
.section-title_center{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding-top: 20px;
	color: white;
	background-color:#B71B35; 
	padding: 10px;
}



/*-----------Sub Page------------------*/
#sub_page .sub_page{
	flex-direction: column;
	max-width: 1500px;
	margin: 0 auto;
	padding: 150px 0;
	/*width: 980px;*/
	width: 65%;
	height:auto;
}
#sub_page .sub_page-top {
	max-width: 100%;
	margin: 0 auto;
}
#sub_page .sub_page-bottem {
	/*display: flex;*/
	align-items: justify;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
	height: auto;
	text-align: justify;
}
#sub_page .sub_page-summary {
	flex-basis: 100%;
	display: flex;
	height: auto;
	width:85%;
	justify-content: center;
	flex-direction: column;
	padding: 3px 30px;
	border-radius: 10px;
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: transparent;
	opacity: 0.9;
	transition-duration: 1s;
	font-size: 1.7rem;
	
}

#sub_page .sub_page-summary a{
	font-size: 15px;
	font-weight: bold;
}

#sub_page .sub_page-news {
	flex-basis: 100%;
	display: flex;
	height: auto;
	width:85%;
	justify-content: center;
	flex-direction: column;
	padding: 3px 30px;
	border-radius: 10px;
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: transparent;
	opacity: 0.9;
	transition-duration: 1s;
	font-size: 1.7rem;	
}
#sub_page .sub_page-bottem img{
	width:90%;
	object-fit: contain;
	align-items: center;	
	background-color: white;
	/*border: thin #c0c0c0 solid;*/
}
#sub_page .sub_page-bottem .flex-list ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;

  }
  #sub_page .sub_page-bottem .flex-list ul li dt {
	min-width:110px;
	font-size: clamp(1.5rem);
		
  }
  #sub_page .sub_page-bottem .flex-list ul li dd {	
	-webkit-margin-start: 0rem;
			margin-inline-start: 0rem;
			font-size: clamp(1.5rem);
  }

  #sub_page .sub_page-bottem .progrm {
	font-size: 14px;
  }

#sub_page .sub_page-bottem table {
	width: 100%;
	border-collapse: collapse;
	overflow-x:auto;
	font-size: 1.3rem;	
	background-color: white;
	text-align: left;
}

#sub_page .sub_page-bottem table  th {	
	padding: 5px 15px;
	text-align: left;
	overflow-x: auto;
	/*border: 0.5px solid black;*/
}

#sub_page .sub_page-bottem table img{
	width: 100%;
	object-fit: contain;
	align-items: center;	
	background-color: white;
}
#sub_page .sub_page-bottem table td {
	font-weight: 500;
	font-size: 1.5rem;
}

#sub_page .sub_page-bottem  p {
	font-weight: 500;
	padding: 5px;
}
#sub_page .sub_page-bottem ul{
	margin-top: 10px;
	padding-left: 5px;

}
#sub_page .sub_page-bottem li, ol{
	font-size: 1.5rem;
	padding-left: 5px;
	font-weight: 500;
}
/*
#sub_page .sub_page-bottem dt, dd{
	font-size: 1.5rem;
	padding: 5px;
	font-weight: bold;
	line-height: 5px;
	letter-spacing: 0px;
}*/




#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 200px; /* Place the button at the bottom of the page */
	right: 15px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #B71B35; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 10px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 12px; /* Increase font size */
	font-weight: bold;
  }
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }
  
/*------------Name Card*/
.column1 {	
	float: left;
	width: 23%;
	padding: 0 5px;
  }
  .column1 p{	
	font-size: 1.2rem;
	text-align: center;
	font-weight: 600;
	font-feature-settings: "palt";
  }

  .row1 {margin: 0 -5px; margin-top: 30px;}

  .row1:after {
	content: "";
	display: table;
	clear: both;
  }

  .card1 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
	text-align: center;
	border-radius: 10%;
	background-color: white;
  }

  .card1 img{
	width: 100px;
	height: 125px;
	border-radius: 25%;
	
  }
  .card1 p{
	font-size: 10px !important;
	letter-spacing: normal;
  }
table .table_col_title1{
	color:#B71B35; font-weight: bolder; width: 15%; vertical-align: top; font-size: 14px;
}

/*------------Page divider*/
  .split {
	height: auto;
	width: 50%;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
	padding: 10px;
  }
  
  .left {
	left: 0;
	background-color: #cdcfd1a8;
  }
  
  .right {
	right: 0;
	background-color: #cdcfd1a8;
  }
  
/*------------Grouping*/

.group_elements{
	width: 100%;
	padding: 5px;
}

/*-------------------------Responsive---------*/
@media only screen and (max-width: 768px) {

	#sub_page .sub_page{
		width: 75%;		
	}
	
	.section-title-main {
		font-size: 1.8rem;
		text-align: center;
		line-height: normal;		
	}
	.section-title1 {
		font-size: 1.8rem;
		float: left;
		
	}
	.section-title2 {
		font-size: 1.5rem;
		text-align: left;		
	}
	.section-title-sub_main{
		font-size: 1.2rem;
	}
	#sub_page .sub_page-bottem img{
		width:100%;
	}
	.column1 {
		width: 50%;
		display: block;		
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.column1 img {
		width:80%;
		display: block;
		padding: auto;
		margin: auto;
	}
	
	#sub_page .sub_page-bottem table  th {
		display: block;
	}
	#sub_page .sub_page-bottem li, ol{
		font-size: 1.5rem;
	}
	
	figcaption {
		width: 100%;
	  } 

	  #sub_page .sub_page-bottem table td {
		font-weight: 500;
		font-size: 1.2rem;
	}	
}

/* for ipad*/
@media screen and (max-width: 960px){
	#sub_page .sub_page-bottem table  th {
		display: block;	
	}
}

@media only screen and (min-width: 1024px) {
	#sub_page .sub_page { width: 75%;}

	#sub_page .sub_page-bottem li, ol{font-size: 1.5rem;}	

	.section-title-main{font-size: 2.2rem; }

	#sub_page .sub_page-bottem img{width:100%;}

	

}

@media only screen and (min-width: 1250px){
	.column1 {
		width: 20%;
		display: block;		
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.column1 img {
		width:50%;
		display: block;
		padding: auto;
		margin: auto;
	}
	
}
