.page_breadcrumb {
	font-size: 13px;
	text-align: right;
	margin-top: 25px;
	color: #aaa !important;
}

.page_breadcrumb a {
	color: #aaa !important;	
}

.page_breadcrumb i {
	padding: 0 10px;
}

.page_breadcrumb i:before {
	-webkit-text-stroke: 1px #FFF;
}

.page_title {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.page_title span {
	font-size: 22px;
	padding-bottom: 10px;
}

.page_title span:before {
	content: "";
  	background: rgb(255,255,255);
  	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(210,21,30,1) 50%, rgba(255,255,255,1) 100%);
  	width: 70px;
  	height: 1px;
 	vertical-align: middle;
  	margin-left: 10px;
  	display: inline-block;
}

.page_title span:after {
	content: "";
  	background: rgb(255,255,255);
  	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(210,21,30,1) 50%, rgba(255,255,255,1) 100%);
  	width: 70px;
  	height: 1px;
  	vertical-align: middle;
  	margin-right: 10px;
  	display: inline-block;
}

.container {
	margin-top: 150px;
}

.selected_articles .selected_container {
	height: 420px;
}

.selected_articles .selected_names {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #D2151E;
	border-radius: 10px;
	text-align: right;
	padding-top: 10px;
}

.selected_articles .selected_names ul {
	margin: 0;
	padding: 0;
}

.selected_articles .selected_names li {
	color: #9B9B9B;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: pointer;
	line-height: 40px;
}

.selected_articles .selected_names li.active {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	cursor: text;
}

.selected_articles .selected_names li.active:before {
	content: "\f100";
	font-family: "Font Awesome 5 Free";
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding-left: 5px;
}

.selected_articles .selected_content {
	padding-right: 10px;
}

.selected_articles .selected_content > div {
	border-radius: 10px;
	background-size: cover;
	text-align: right;
	color: #FFF;
	padding: 40px 100px 40px 40px;
	height: 100%;
}

.selected_articles .selected_content > div:not(.active) {
	display: none;
}

.selected_articles .selected_content .selected_title {
	font-size: 22px;
}

.selected_articles .selected_content .selected_desc {
	font-size: 18px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	white-space: pre-wrap;
	text-align: justify;
}

.selected_articles .selected_content .read_more {
	float: left;
	border: none;
	background: #D2151E;
	color: #FFF !important;
	text-align: center;
	border-radius: 7px;
	padding: 7px 20px;
	font-size: 16px;
}

.selected_articles .selected_features {
	position: absolute;
	right: 33%;
	top: 33%;
}

.selected_articles .selected_features > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.selected_articles .selected_features > div:not(.active) {
	display: none;
}

.selected_articles .selected_features > div div {
	background: #FFF;
	border-radius: 7px;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.selected_articles .selected_features img {
	width: 50%;
	margin: auto;
}

.selected_articles .selected_features i {
	color: #D2151E;
	font-size: 35px;
}

.selected_articles .selected_features span {
	font-size: 16px;
}

.articles {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
}

.articles .article_item {
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 7px;
	overflow: hidden;
}

.articles .article_item .article_image img {
	border-radius: 10px;
	width: 100%;
	height: 250px;
}

.articles .article_item .article_title {
	font-size: 18px;
}

.articles .article_item .article_desc {
	color: #7A7A7A;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: pre-wrap;
	padding-top: 7px;
	text-align: justify;
}

.articles .article_item .read_more {
	display: block;
	width: 100%;
	border: none;
	background: #D2151E;
	color: #FFF !important;
	text-align: center;
	border-radius: 7px;
	padding: 7px;
	font-size: 16px;
}


/*following blocks belong to detail page*/

.article_title {
	text-align: right;
	margin-top: 25px;
}

.article_title .extra_info {
	/*display: block;*/
	color: rgb(100 116 139);
	font-size: 14px;
}

.main_image {
	width: 100%;
	border-radius: 7px;
	margin-top: 20px;
}

.content {
	margin-top: 15px;
	text-align: justify;
}

.content ul {
	list-style: unset;
}

.content P {
	line-height: 36px;
}

.content img {
	border-radius: 7px;
}

video {
	width: 100%;
	border-radius: 7px;
}

@media only screen and (max-width: 768px) {
	.container {
		margin-top: 70px;
	}
	.selected_articles {
		display: none;
	}
  	.articles .item_container {
  		margin-bottom: 20px;
  		padding-right: 0 !important;
  		padding-left: 0 !important;
  	}
}
