/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 08:30:37 */
/* ----------------------------------------------------------------
hero section
-------------------------------------------------------------------*/

.aboutPage_sub_page_hero_text{
	color:#000000;
	margin-top: 3%;
}
.aboutPage_sub_page_hero_text .aboutPage_sub_page_breadcrumb a{color:#000000;font-size: 16px;text-decoration: underline;}
.aboutPage_sub_page_hero_text h4{font-family:"Noto Serif SC";font-size:65px;line-height: 55px;color:#000000;margin-top:60px;display: flex;justify-content: center;align-items: center;text-align: center;}

.aboutPage_sub_page_hero_group {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.aboutPage_sub_page_hero_group .white-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 4px);
  max-width: 908px;
  height: clamp(4px, 0.8vw, 10px);
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1; /* white bar at top */
}

.aboutPage_sub_page_hero_group .aboutPage_sub_page_hero_content {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6); /* translucent white background */
  border-radius: 0 0 15px 15px; 
  padding: 3% 5%;
  margin-bottom: 80px;
}

.aboutPage_sub_page_hero_content p {font-family:"Noto Serif SC";font-size:20px;line-height: 40px;color:#000000;display: flex;justify-content: center;align-items: center;text-align: center;margin:0!important;}

@media (max-width: 1024px) {
	.aboutPage_sub_page_hero_text h4 {font-size: 50px;margin-top:60px;}
	.aboutPage_sub_page_hero_content p {font-size: 13px;line-height:22px;}

}

@media (max-width: 768px) { 
/* 	.aboutPage_sub_page_hero_text .sub_page_breadcrumb a{font-size: 10px;} */
	.aboutPage_sub_page_hero_text .aboutPage_sub_page_breadcrumb a{font-size: 16px;}
	.aboutPage_sub_page_hero_text h4 {font-size: 40px;margin-top:10px;}
	.aboutPage_sub_page_hero_group .aboutPage_sub_page_hero_content {margin-bottom: 20px;}
	.aboutPage_sub_page_hero_content p {font-size: 12px;line-height:20px;}

}

@media (max-width: 480px) {
/* 	.aboutPage_sub_page_hero_text .aboutPage_sub_page_breadcrumb a{font-size: 8px;} */
	.aboutPage_sub_page_hero_text .aboutPage_sub_page_breadcrumb a{font-size: 14px;}
	.aboutPage_sub_page_hero_text h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.aboutPage_sub_page_hero_group .aboutPage_sub_page_hero_content {margin-bottom: 18px;}
	.aboutPage_sub_page_hero_content p {
		font-size: 7px;
		line-height: 18px;}
}

/* ----------------------------------------------------------------
card section
-------------------------------------------------------------------*/
.aboutUs-card {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto!important;
  border-radius: 15px;
  overflow: hidden;
}

/* cards' color */
.aboutUs-card:nth-child(1) {
  background-color: #E6ECF3;
}
.aboutUs-card:nth-child(2) {
  background-color: #E1ECDA;
}
.aboutUs-card:nth-child(3) {
  background-color: #F3EFE9;
}

.aboutUs-card img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: scale-down;
  border-radius: 15px;
  order: 1;/* img left */
}

.aboutUs-content {
  flex: 1;
  padding: 50px 50px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;/* img right */
}

/* 2nd card：img right */
.aboutUs-card:nth-child(2) img {
  order: 2;
}
.aboutUs-card:nth-child(2) .aboutUs-content {
  order: 1;
}

.aboutUs-content h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Noto Serif SC";
	padding-bottom: 10px;
}

.aboutUs-content p {
	color: #333;
	font-family: "Noto Serif SC";
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	text-align: justify;      
    text-justify: inter-word;  
}

.aboutUs-content p.STFangsong-text {
  font-family: "STFangsong", serif; 
	font-size: 20px;
	font-weight: bold;
}

@media ( max-width: 769px){
	.aboutUs-card img {width: 100%;max-width: 350px;height: auto;}
	.aboutUs-content {padding: 25px 25px 15px 25px;}
	.aboutUs-content h2 {font-size: 25px;}
	.aboutUs-content p {font-size: 14px;line-height: 1.5;}
	.aboutUs-content p.STFangsong-text{font-size: 18px}
	
}

@media (max-width: 480px){
	.aboutUs-content {padding: 20px 20px 5px 20px;}
	.aboutUs-content h2 {font-size: 20px;}	
	.aboutUs-content p {font-size: 12px;}
	.aboutUs-content p.STFangsong-text {font-size:15px;}
	.aboutUs-card img {max-width: 100%;width: 100%; max-height:200px;}
	
	/* 2nd card */
	.aboutUs-card:nth-child(2) img {order: 1;}
	.aboutUs-card:nth-child(2) .aboutUs-content {order: 2;}
	
}


/* ----------------------------------------------------------------
bottom belief section
-------------------------------------------------------------------*/
.belief-content {
  font-family: 'Noto Serif SC',serif;
  max-width: 1000px;
  margin: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  flex-wrap: wrap;  
}

.belief-left, .belief-right {
  flex: 1; 
  min-width: 0;    
  display: flex;
  flex-direction: column;
}

.belief-content .zh_main_btn{
	margin: 0!important;	
}

.belief-left h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
}

.belief-right p {
  max-width: 450px;
  line-height: 1.5;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0!important;
}


@media ( max-width: 769px){
	.belief-left h2 {font-size: 40px;}
	.belief-right p {font-size: 18px;margin-left: 2%;}
}

@media (max-width: 480px){
	.belief-content {flex-direction: column;text-align: left; margin: 5%;}
	.belief-left, .belief-right {width: 100%;display: flex; flex-direction: column;}
	.belief-left h2 {font-size:36px;}
	.belief-right p {font-size: 14px;}
	.belief-left .zh_main_btn {margin-top: 10px;}
	.mobile_none {display:none!important;}
	
}
@media (max-width: 376px){
	.belief-content {text-align: left;margin: 5%;}
	.belief-left h2 {font-size: 30px;}
	.belief-right p {font-size: 14px;}
	.mobile_none {display:none!important;}
}

