/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 15:28:11 */
#featuredArticle_cards .loops-wrapper.list-post>.post {margin-bottom: 1rem!important;}

.here_article_wrap {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
/*     height: calc(55vh - 20px); */
/*     padding: 20px 40px; */
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hero_article_title {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
	font-family: "Noto Serif SC", serif;
	width: 100%;
}

.hero_article_title .main-char {
	font-size: 4rem;
	font-weight: 900;
	color: white;
	margin-right: 10px;
}

.hero_article_title .rest-text {
	font-size: 2.5rem;
	color: #fff;
}

.featuredArticle_cards {
	width: 100%;
}

.featuredArticle_cards .article_card {
	background: #D9D9D9;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	width:100%;
}

.featuredArticle_cards .article_card img {
	width: 30%;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
	filter: drop-shadow(4px 0px 4px #00000040);
	overflow: hidden;
	border-radius: 12px 0 0 12px;
}

.featuredArticle_cards .card-content {
	padding: 20px 32px;
	width: 80%;
}

.featuredArticle_cards .card-content h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	font-family: "Noto Serif SC", serif;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.featuredArticle_cards .card-content p {
	font-size: 0.8rem;
	margin: 0;
	line-height: 1.4;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (min-width:1024px) {
	.here_article_wrap {
/* 		height: 50vh;
		justify-content: space-between; */
	}
	.featuredArticle_cards .card-content {padding: 20px;}
	.featuredArticle_cards .article_card img {width: 35%;}
}

@media (min-width: 768px) and (max-width: 991.98px) { }

@media(max-width: 768px) {
	.mobile_none {display:none!important;}
	#featuredArticle_cards .row_inner {max-width: 100%;}
}

@media (max-width: 480px) {
	.mobile_none {display: none!important;}
	.hero_article_title .main-char {font-size: 2.875rem;}
	.hero_article_title .rest-text {font-size: 1.5rem;}
	.featuredArticle_cards .card-content {padding: 20px 15px;}
	.featuredArticle_cards .article_card img {width: 35%;}
	.featuredArticle_cards .card-content h3 {font-size: 1rem;}
	.featuredArticle_cards .card-content p {-webkit-line-clamp: 2;}
}
@media (max-width: 375px) {
    .featuredArticle_cards .card-content h3 {
        font-size: 0.875rem;
    }
}

/***********************************************************************
*
* Featured Articles Latest card (at the top of the page)
*
************************************************************************/
.featureArticle_latest-card {
	display: flex;
	flex-wrap: wrap;
/* 	max-width: 960px; */
	margin: 0 auto;
	background-color: #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.featureArticle_latest-card img {
	width: 100%;
	max-width: 360px;
	object-fit: cover;
}

.featureArticle_latest-content {
	flex: 1;
	padding: 30px 25px;
	background-color: #e6e6e6;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featureArticle_latest-content h2 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Noto Serif SC";
}

.featureArticle_latest-content p {
	margin-bottom: 16px;
	color: #333;
	line-height: 1.6;
}

.read-button {
	display: inline-block;
	background-color: #a6c08d;
	color: #333;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 14px;
	transition: background-color 0.3s ease;
	border: none;
	cursor: pointer;
}

.read-button:hover {
	background-color: #92ac78;
}

@media (max-width: 768px) {
	.featureArticle_latest-card {
		flex-direction: column;
	}
	
	.featureArticle_latest-card img {
		max-width: 300px;
	}

	.featureArticle_latest-content {
		padding: 20px;
	}
}


@media (max-width: 425px) {
	.featureArticle_latest-card img {
		max-width: 100%;
	}
}

/***********************************************************************
*
* Featured Articles List Post
*
************************************************************************/
.list_big_wrap{display:flex;-ms-flex: 1 1 auto!important;flex: 1 1 auto!important;flex-wrap:wrap;justify-content:center;border: 1px solid #d2d2d2;border-radius:15px;overflow: hidden;transition: all .4s ease-in-out;padding-bottom: 30px; margin-bottom:20px;}
.list_big_wrap:hover{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);}
.list_big_wrap p:first-child{height: 230px;overflow: hidden;}
.list_big_wrap .list_img_wrap{width: 100%;height: 100%;display: block;}
.list_big_wrap .list_img_wrap img{width: 100%;height:180px;}
.list_big_wrap .list_card_title{height:70px;display:flex;align-items:center;width:100%;font-size:20px;color: #212121;/*text-shadow: -0.04em 0.03em 0.13em rgb(7 20 59 / 30%);*/padding:5px 20px 0;text-align:left;line-height: 31px;margin-bottom:20px;letter-spacing: 1px;}
.list_big_wrap .list_card_hr{width:100%;height:1px;border:0;margin:10px auto;background-color:#005f73;}
.list_big_wrap .list_card_content{margin-bottom:20px;color:#373737;padding:0 20px;overflow: hidden;text-align:justify;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;  
    margin: 0;
    font-size: 15px;
  line-height:25px;
    letter-spacing: 2px;}

@media(max-width: 768px){
    .list_big_wrap .list_card_title{height:auto;}
}

/***********************************************************************
*
* Featured Articles Content Page
*
************************************************************************/
.articleContent-breadcrumb, .articleContent-breadcrumb a {
/*   font-size: clamp(0.75rem, 0.5vw + 0.5rem, 1rem); /* 12px to 16px */ 
	font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem); /* 15px to 18px */
  line-height: 1.4;
  color: #454545;
  margin-bottom: 12px;
	font-family: "Noto Serif SC";
}
.articleContent-breadcrumb a:hover{text-decoration: underline;color: #454545}

h1.articleContent-title {
  font-size: clamp(1.625rem, 3vw + 1rem, 3rem); /* 26px to 48px */
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
	font-family: "Noto Serif SC";
}

h2.articleContent-subheader {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.5rem); /* 18px to 24px */
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.75rem;
	font-family: "Noto Serif SC";
}

p.articleContent-text {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem); /* 15px to 18px */
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #333;
	font-family: "Noto Serif SC";
}
