@font-face {
}

img {
	max-width: 100%;
	height: auto;
	/* max-height: 160px; */
}

html {
	scroll-padding-top: 50px;
}

body.no_scroll {
	overflow: hidden;
}

/* head start */
.header {
	position: relative;
	z-index: 1;
	display: initial;
}

header .right_col {
	float: right;
}

header .mobile_icon {
	display: none;
}

header .top_container {
	background-image: url(/assets/themes/ntd/images/flg/flg_top_banner_desktop.png) !important;
	background-size: contain!important;
	height: 430px;
	position: relative;
	background-position-x: right;
	display: none;
}

header .second_container {
	display: none;
}

header .top_row {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

header .top_row .eet_logo {
	margin-left: 0;
	z-index: 1;
}

header .top_row .search_login {
	display: flex;
	align-items: center;
	padding-top: 20px;
}

header .search img {
	vertical-align: text-top;
	cursor: pointer;
}

header .search span {
	font-size: 0;
	line-height: 0;
}

header .top_row > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header .eet_logo {
	width: 162px;
	margin: 0 auto;
	padding-top: 24px;
}

header .logo_slogan {
	background: #83AEE8;
	width: 548px;
	height: 100%;
	position: absolute;
	top: 0;
}

@media screen and (min-width: 1420px) {
	header .logo_slogan {
		display: none;
	}

	header .top_container {
		height: 560px;
		background-image: url(/assets/themes/ntd/images/flg/flg_full_width_banner.png) !important;
		background-size: cover!important;
		background-position-x: left;
	}
}

header .flg_logo {
	width: 385px;
	height: 190px;
	display: block;
	text-align: center;
	margin: 125px auto 5px;
}

header .flg_logo img {
	width: 100%;
}

header .slogan {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 27px;
	text-align: center;
	color: #000000;
}

header .middle_container {
	height: 230px;
	/* background-color: #ffdb40; */
	/* padding-top: 55px; */
	/* width: 80%; */
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

header .middle_container .title {
	font-size: 50px;
	font-weight: 600;
}

header .middle_container .sub_title {
	font-size: 20px;
	font-family: none;
}

header .middle_container .title h1 {
	font-size: 18px;
    font-family: sans-serif;
}

header .middle_left {
	float: left;
	background-image: url("/assets/themes/ntd/images/flg/top_banner.webp");
	background-position: center;
    background-size: cover;
	width: 60%;
    height: 100%;
}

header .middle_right {
	float: right;
	color: #b16014;
    font-family: serif;
	width: 40%;
	text-align: center;
	padding-top: 50px;
	/* background-color: #ffdb40; */
	height: 100%;
    background: linear-gradient(#fde53e 60%, #f2f4c3);
}

header .bottom_container {
	background-color: #1f98db;
	height: 60px;
	/* width: 80%; */
	/* max-width: 1220px; */
	padding: 15px 20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #ffdb40;
}

header .menu {
	overflow: hidden;
	max-width: 1180px;
	margin: 0 auto;
	height: 26px;
	display: flex;
}

header .menu li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-transform: capitalize;
	vertical-align: middle;
	/* margin: 0 12px; */
	width: 16.67%;
	text-align: center;
}

header .menu li:not(:last-of-type) {
	border-right: 1px solid black;
}

header .menu li:first-child {
	/* text-align: left; */
}

header .menu li:last-child {
	/* text-align: right; */
}

header .menu a {
	color: #ffffff!important;
}
/* search start */
header #search_pannel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	background-color: #fff;
	padding-top: 116px;
	transition: opacity 2s ease-out;
	z-index: 2;
}

header #search_pannel input {
	display: block;
	line-height: 22px;
	outline: 0;
	border: unset;
	border-bottom: 1px solid #333333;
	width: 480px;
	margin: 0 auto;
	padding: 0 8px;
	color: #aaa;
	background-color: transparent !important;
}

header #search_pannel input {
	display: block;
	line-height: 22px;
	outline: 0;
	border: unset;
	border-bottom: 1px solid #333333;
	width: 480px;
	margin: 0 auto;
	padding: 0 8px;
	color: #aaa;
	background-color: transparent !important;
}

header #search_pannel .close {
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 20px;
	top: 66px;
	right: 52px;
	padding: 0;
	border: unset;
	background-color: unset;
	cursor: pointer;
}

header #search_pannel .close:before, 
header #search_pannel .close:after {
	position: absolute;
	content: ' ';
	top: 2px;
	left: 16px;
	height: 18px;
	width: 2px;
	background-color: #000;
}

header #search_pannel .close:before {
	transform: rotate(45deg);
}

header #search_pannel .close:after {
	transform: rotate(-45deg);
}

header .hidden {
	display: none !important;
}
/* search end */
/* head end */
/* main part start */
.flg_category {
	/* width: 65%; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	clear: both;
	line-height: 1;
	background-color: #fcfcfc;
}

.flg_category .heading {
	display: none;
}

.flg_category .section {
	display: table;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	clear: both;
}

.flg_category .block_title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.latest_news .block_title,
.about_title .block_title,
.videos .block_title,
.persecution .block_title,
.publications .block_title {
	/* border-bottom: 1px solid #495057; */
	border-left: 4px solid #495057;
    padding: 0px 7px 0px;
    /* padding-top: 8px; */
    font-size: 28px;
    /* font-weight: bolder; */
    line-height: 35px;
    font-family: serif;
}

.latest_news .block_news_list {
	/* background-color: #efefef; */
	padding: 20px 12px;
    display: inline-block;
}

.latest_news .first_post,
.publications .first_post {
	display: inline-block;
	margin-bottom: 30px;
}

.first_post .image {
	display: block;
	width: 48.6%;
}

.first_post .image img {
	/* max-height: none; */
}

.first_post .details {
	position: relative;
	display: inline-block;
	width: 51%;
	padding: 0px 32px 32px;
}

.col_4 .image {
	position: relative;
}

.latest_news .col_4 .image::before {
	right: 0;
	left: unset;
}

.one_post .cat_details, 
.one_post .cat_time {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 14px;
	color: #0066B3;
}

.cat_info {
	padding-right: 4px;
	margin-right: 4px;
	/* border-right: 1px solid #0066B3; */
	text-transform: uppercase;
	color: #0066B3;
	font-weight: 600;
}

.author_name {
	font-size: 13px;
}

.cat_info a,
.author_name a {
	color: #0066B3;
	/* color:#3E3E3E; */
}

.first_post .cat_info a,
.first_post .author_name a {
	color: #0066B3;
	/* color:#3E3E3E; */
}

.latest_news .first_post .title {
	font-family: 'sans-serif';
	font-weight: 500;
	font-size: 31px;
	line-height: 40px;
	/* color: #2F2F2F; */
	max-height: 94px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest_news .first_post .excerpt {
	font-size: 18px;
	line-height: 25px;
	color: #555555;
	margin-top: 12px;
	display: block;
	display: -webkit-box;
	/* max-height: 49px; */
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	/* padding-bottom: 4em; */
	margin-bottom: 20px;
}

.one_post .time {
	color: #777;
	font-size: 11px;
	line-height: 30px;
	/* vertical-align: text-top; */
	margin-right: 20px;
}

.one_post .excerpt {
	color: #777;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

.one_post .ymk_social {
	/* margin-top: 12px; */
	display: inline-block;
}

.one_post .ymk_social a.share_link {
	padding-right: 16px;
}

.one_post, 
.one_block .one_post {
	display: block;
	float: left;
}

.col_4 .one_post {
	width: calc(25% - 24px);
	margin-left: 16px;
	margin-right: 16px;
}

.col_4 .one_post:nth-child(4n) {
	margin-right: 0;
}

.col_4 .one_post:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.ymk_social .share_link .share, 
.ymk_social .cmt_link .comments {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: #777;
}

.one_post .title {
	font-family: 'sans-serif';
	font-size: 18px;
	line-height: 22px;
	/* color: #2F2F2F; */
	padding: 10px 0;
}

.col_4 .one_post img {
	max-height: 153px;
}

.three_most.title {
	display: block;
	display: -webkit-box;
	max-height: 54px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	font-weight: 500;
	margin-bottom: 10px;
}

.about .mobile_about {
	display: none;
}

.about .about_title {
	width: 100%;
	/* border-top: 1px solid #495057; */
	padding-top: 32px;
	clear: both;
	display: inline-block;
	margin-bottom: 40px;
}

.about_title .block_title {
	/* width: 270px;
	line-height: 75px;
	margin-bottom: 0;
	padding-bottom: 0; */
	margin-top: 23px;
    margin-right: 60px;
}

#organ_harvesting .about_title .block_title {
	margin-top: 6px;
}

.about_title .tabs {
	width: calc(100% - 270px);
	border-left: 1px solid #cfcfcf;
	padding-left: 40px;
	max-width: 600px;
	line-height: 40px;
}

.about_title .tabs span {
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4D5B63;
	/* padding: 0px 12px; */
	margin: 0px 12px;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	/* border-right: 1px solid #000; */
}

.about_title .tabs span:last-child {
	border-right: unset;
}

.about_title .tabs .active {
	/* color: #0066B3;
	text-decoration: underline;
	font-weight: 700; */
	border-bottom: 1px solid #0066B3;
    padding-bottom: 5px;
}

.about .tabs_content {
	clear: both;
}

.about .tabs_content .image {
	width: 50%;
	max-width: 576px;
}

.about .tabs_content .details {
	width: 50%;
	max-width: 576px;
	font-size: 20px;
	line-height: 135%;
	color: #000000;
}

.about .details .details_title {
	font-family: 'sans-serif';
	font-weight: 500;
	font-size: 36px;	
	line-height: 36px;
	color: #212E4E;
	height: 72px;
	/* margin-bottom: 12px; */
}

.about .details .details_title a {
	color: #212E4E;
	cursor: pointer;
}

.about .details .details_content {
	height: 100%;
	max-height: 350px;
	overflow-y: scroll;
	font-style: normal;
	font-weight: 325;
	font-size: 18px;
	line-height: 25px;
	color: #555555;
	padding-right: 20px;
}

/* width */
.about div::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.about div::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #0066B3; 
	border-radius: 5px;
}

/* Handle */
.about div::-webkit-scrollbar-thumb {
	background: #0065b375; 
	border-radius: 10px;
}

/* Handle on hover */
.about div::-webkit-scrollbar-thumb:hover {
	background: #0066B3; 
}

.about .details>div {
	display: none;
}

.about .details .active {
	display: block;
}

#organ_harvesting .details_content a {
	color: #0066B3;
	border-bottom: 1px solid #0066B3;
    padding-bottom: 3px;
}

.flg_category .publications {
	background: #F3F1E8;
	margin-top: 40px;
}

.publications .publications_content {
	padding: 40px 20px;
	margin-bottom: 0;
}

.publications .first_post .details {
	padding: 0 32px 32px 0;
}

.publications .first_post .cat_details {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	color: #0066B3;
}

.publications .first_post .title {
	font-weight: 500;
	font-size: 31px;
	line-height: 40px;
	color: #2f2f2f;
	margin-bottom: 12px;
}

.publications .first_post .excerpt {
	font-size: 18px;
	line-height: 25px;
	color: #495057;
	margin-bottom: 20px;
}

.publications .more_info {
	display: flex;
	place-content: space-between;
}

.publications .author_name {
	font-size: 16px;
	font-weight: 600;
}

.publications .col_4 .image::before {
	content: '';
}

.publications .first_post .details:before {
	content: '';
}

.publications_content .one_post:not(:last-of-type) {
    border-bottom: 1px solid #D8CEAD;
	padding-bottom: 15px;
}

.readmore {
	font-style: normal;
	font-weight: 350;
	font-size: 16px;
	line-height: 14px;
	text-transform: capitalize;
	color: #0066B3;
	position: relative;
	width: 110px;
	text-decoration: underline;
}

.readmore a {
	color: #0066B3;
}

.readmore:after {
	content: '';
	border-top: 1px solid #0066B3;
	border-right: 1px solid #0066B3;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	width: 12px;
	height: 12px;
	margin: 2px 0;
}

/* videos && viewpoints start	*/
#videos {
	background: #DDE3E7;
	padding-bottom: 35px;
}
#organ_harvesting_video {
	background: #F6FAFB;
	padding-bottom: 35px;
	margin-top: 40px;
}

.videos .video_content,
.viewpoints .viewpoints_content {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding-top: 40px;
}

.videos .block_title,
.viewpoints .block_title {
	/* padding-top: 40px; */
	clear: both;
}

.videos button,
.viewpoints button {
	position: absolute;
	top: 48%;
	width: 20px;
	height: 20px;
	border: unset;
	background: unset;
	cursor: pointer;
	z-index: 1;
}

.videos button.prev,
.viewpoints button.prev {
	left: -16px;
	border-top: 3px solid #AAAAAA;
	border-left: 3px solid #AAAAAA;
	transform: rotate(-45deg);
}

.videos button.next,
.viewpoints button.next {
	right: -16px;
	border-top: 3px solid #AAAAAA;
	border-right: 3px solid #AAAAAA;
	transform: rotate(45deg);
}

.videos .list_wrapper,
.viewpoints .list_wrapper {
	overflow: hidden;
	-webkit-transition: margin 0.2s;
	transition: margin 0.2s;
}

.videos .list,
.viewpoints .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200%;
	overflow: hidden;
	transform: translateX(0%) translateX(0px);
	-webkit-transition: 0.3s cubic-bezier(.49,.49,.55,.95);
	transition: translateX(-50%) translateX(0px);
}

.video_content.end .list,
.viewpoints_content.end .list {
	transform: translateX(-50%) translateX(0px);
}

.videos .list_wrapper .half,
.viewpoints .list_wrapper .half {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.videos .half .one_post {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.videos img {
    max-height: 153px;
}

.viewpoints .half .one_post {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 25%;
}

.videos .half .one_post:not(:first-child),
.viewpoints .half .one_post:not(:first-child) {
	margin-left: 16px;
	padding-left: 16px;
	/* border-left: 1px solid #CCCCCC; */
}

.three_most.excerpt{
	font-size: 14px;
	line-height: 18px;
	color: #3E3E3E;
	display: -webkit-box;
	max-height: 54px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.videos .three_most.title {
	margin-bottom: 12px;
}

.viewpoints .three_most.title {
	margin-bottom: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	max-height: 87px;
}

.viewpoints .image {
	width: 96px;
	height: 96px;
	text-align: left;
	display: inline-block;
}

.viewpoints .image img {
	border-radius: 50%;
	max-width: 100%;
	height: 100%;
}

.viewpoints .author_name a {
	text-transform: capitalize;
	color: #4D5B63;
}

.viewpoints .time {
	border-left: 1px solid #777;
	padding-left: 4px;
	margin-left: 4px;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	vertical-align: baseline;
	text-transform: capitalize;
	color: #4D5B63;
}

.viewpoints .readmore {
	font-size: 14px;
	margin-top: 18px;
}

.viewpoints .readmore::after {
	right: 20px;
	width: 8px;
	height: 8px;
	margin: 4px 0;
}

.videos .ymk_social .share_link {
	margin-left: 0;
}

/* videos && viewpoints end	*/
/* persecution section start */
.persecution .block_title {
	padding-top: 40px;
	clear: both;
}

.persecution .block_title a {
	color: #030303;
}

.cat_feature {
	display: inline-block;
	width: 100%;
}

.cat_feature .first_post {
	display: inline-block;
	width: 58%;
	padding-right: 16px;
}

.cat_feature .first_post .image {
	width: 100%;
}

.cat_feature .one_post.first_post .title {
	font-size: 24px;
	line-height: 28px;
	max-height: 84px;
}

.cat_feature .excerpt {
	font-size: 17px;
	line-height: 20px;
	color: #777777;
	display: block;
	display: -webkit-box;
	max-height: 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-top: 8px;
}

.cat_feature .right_side {
	display: inline-block;
	width: 42%;
	padding-left: 16px;
	border-left: 1px solid #EEEEEE;
	vertical-align: top;
}

.cat_feature .right_side .one_post {
	width: 100%;
	margin-bottom: 32px;
}

.cat_feature .right_side .image {
	width: 46.7%;
	float: right;
	margin-left: 8px;
}

.cat_feature .right_side .cat_time {
	margin-top: 0;
}

/* persecution section end */
/* main part end */

#footer {
	position: relative;
	z-index: 2;
	background-color: #343434;
	text-align: center;
}

#footer .container {
	padding: 50px 30px;
}

#footer .toprow {
	border: none;
	padding: 0;
}

#footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

#footer .logo a {
	background-color: transparent;
}

#footer .logo img {
	height: 40px
}

#footer .copyright {
	border: none;
	padding: 0;
	margin: 20px 0;
	color: #fff;
}

.viewpoints {
	display: none;
}

/* responsive */
@media screen and (max-width: 1300px) {
	.videos .list_wrapper, 
	.viewpoints .list_wrapper {
		width: 95%;
		margin: 0 auto;
	}

	.videos button.prev, .viewpoints button.prev {
		left: 20px;
	}

	.videos button.next, .viewpoints button.next {
		right: 20px;
	}

	.about .tabs_content .details {
		padding-left: 12px;
	}
}

@media screen and (max-width: 1024px) {
	header .middle_container {
		width: 100%;
	}

	header .bottom_container {
		width: 100%;
	}

	header .top_container {
		height: 400px;
	}

	header .logo_slogan {
		width: 440px;
	}

	header .flg_logo {
		width: 335px;
		height: 170px;
	}

	.about .details .details_content {
		max-height: 270px;
	}
}

@media screen and (max-width: 920px) {
	header .top_container {
		height: 350px;
	}

	header .flg_logo {
		width: 242px;
		height: 130px;
	}

	header .logo_slogan {
		width: 375px;
	}

	header .slogan {
		font-size: 18px;
		line-height: 17px;
	}

	header .menu li {
		width: 120px;
		margin: 0 auto;
	}

	.about .details .details_content {
		max-height: 240px;
	}
}

@media screen and (max-width: 820px) {
	header .logo_slogan {
		width: 335px;
	}

	header .middle_container .title {
		font-size: 40px;
	}

	.flg_category .section {
		margin-bottom: 0px;
	}

	.about .about_title {
		/* padding-top: 0px; */
	}

	.about_title .block_title {
		margin-right: 0px;
	}

	.latest_news .first_post .title {
		max-height: 70px;
	}

	.about_title .block_title {
		width: 240px;	
	}

	.about_title .tabs {
		width: calc(100% - 240px);
		padding-left: 20px;
	}

	.about_title .tabs span {
		padding: 0px 8px;
		margin: 8px 0px;
	}

	.about .details .details_title {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
	}

	.about .details .details_content {
		max-height: 210px;
	}

	.publications .first_post .excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		/* max-height: 77px; */
		overflow: hidden;
	}

	.one_post .title {
		font-size: 16px;
	}

	.videos img {
		max-height: 98px;
	}

	.flg_category .block_title,
	.latest_news .first_post .title,
	.publications .first_post .title {
		font-size: 24px;
		line-height: 30px;
	}

	.col_4 .one_post {
		width: calc(25% - 12px);
		margin-right: 8px;
		margin-left: 8px;
	}

	.one_post .time {
		margin-right: 12px;
	}

	.videos .half .one_post:not(:first-child), 
	.viewpoints .half .one_post:not(:first-child) {
		margin-left: 8px;
		padding-left: 8px;
	}

	.viewpoints .three_most.title {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 768px) {
	header .top_container {
		height: 260px;
	}

	header .flg_logo {
		margin: 75px auto 5px;
	}

	header .menu li {
		/* width: auto; */
	}

	.one_post:not(.first_post) .time {
		margin-right: 0;
	}

	.one_post:not(.first_post) .ymk_social .share_link {
		padding-right: 0;
	}

	.latest_news .first_post .details {
		padding-right: 0;
	}

	.about .details .details_content {
		max-height: 210px;
	}
}

@media screen and (max-width: 650px) {
	header .top_container {
		height: auto;
	}

	header .top_row {
		background-color: #012754;
		z-index: 1;
	}

	header .top_row .eet_logo {
		padding-top: 14px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		left: 0;
		z-index: unset;
	}

	header .top_row .search {
		display: none;
	}

	header .desktop_icon {
		display: none;
	}

	header .mobile_icon {
		width: 140px;
		display: inline-block;
	}

	header .logo_slogan {
		width: 100%;
		position: relative;
		display: inline-block;
	}

	header .flg_logo {
		margin: 48px auto 5px;
	}

	header .slogan {
		margin-bottom: 40px;
	}

	header .icon-bar:before {
		font-family: 'Genericons';
		font-size: 20px;
		line-height: 55px;
		content: '\f191';
		position: relative;
		color: #fff;
		cursor: pointer;
		z-index: 1;
	}

	header .icon-bar.close:before {
		content: '\f107';
	}

	header .second_container {
		display: flex;
	}

	header .second_container img {
		width: 100%;
	}

	header .right_col {
		z-index: 1;
	}

	header #login_wrapper {
		position: absolute;
		top: 0;
		right: 0;
	}

	header #login_wrapper iframe {
		width: 106px;
		height: 36px;
	}

	header .bottom_container {
		display: none;
		height: 100vh;		
		position: absolute;
		top: 0;
		/* background: #fff; */
	}

	header .bottom_container.active {
		display: block;
	}

	header .menu {
		display: inline-block;
		height: 100%;
		margin-top: 80px;
		width: 100%;
	}

	header .menu li {
		display: block;
		font-size: 18px;
		line-height: 40px;
		padding: 16px 12px;
		text-align: left;
	}

	header .menu a {
		color: #012754;
	}

	header .menu li:last-child {
		text-align: left;
	}

	header .middle_right {
		padding-top: 80px;
	}

	header .middle_container .title {
		font-size: 30px;
	}

	header .middle_container .sub_title {
		font-size: 15px;
	}

	.flg_category {
		/* margin: 30px auto 0; */
	}

	.col_4 .one_post img {
		max-height: none;
	}

	.videos img {
		max-height: 170px;
	}

	.flg_category .section {
		/* margin: 0 auto 24px;	 */
	}

	.latest_news .block_news_list {
		padding: 0px;
	}

	.flg_category .block_title {
		line-height: 24px;
	}

	.first_post .image {
		width: 100%;
	}

	.first_post .details {
		width: 100%;
		padding: 0;
	}

	.first_post .details:before {
		content: '';
	}

	.readmore {
		font-size: 16px;
		line-height: 14px;
	}

	.latest_news .first_post .excerpt {
		font-size: 18px;
		line-height: 22px;
	}

	.one_post .image img {
		width: 100%;
	}

	.col_4 .one_post {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.col_4 .one_post .cat_details, 
	.col_4 .one_post .cat_time {
		margin-bottom: 8px;
	}

	.three_most.title {
		font-size: 24px;
		line-height: 30px;
		max-height: unset;
		overflow: auto;
		-webkit-line-clamp: unset;
	}

	.about.section{
		display: block;
		margin-bottom: 30px;
	}

	/* width */
	.about div::-webkit-scrollbar {
		width: 6px;
	}

	/* Track */
	.about div::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px #000; 
		border-radius: 5px;
	}

	/* Handle */
	.about div::-webkit-scrollbar-thumb {
		background: #BBBBBB; 
		border-radius: 10px;
	}

	/* Handle on hover */
	.about div::-webkit-scrollbar-thumb:hover {
		background: #BBBBBB; 
	}

	.about .about_title {
		padding-top: 0;
		border-top: unset;
		/* border-bottom: 1px solid #495057; */
		margin-bottom: 15px;
		padding-bottom: 8px;
		width: 100%;
	}
	
	.about_title .block_title {
		margin-bottom: 0;
		width: 100%;
	}

	.about_title .tabs {
		display: none;
	}

	.about .details>div {
		display: block;
	}

	.about .tabs_content {
		display: none;
	}

	.about .mobile_about {
		display: grid;
		clear: both;
		grid-template-columns: repeat(6, 1fr);
		overflow-x: scroll;
		white-space: nowrap;
		grid-gap: 32px 8px;
	}

	.about .mobile_about .about_post {
		width: 275px;
		position: relative;
	}

	.about .about_post .post_info {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100px;
		color: #fff;
		padding: 15px 8px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 72.54%);
	}

	.about .about_post.active .post_info {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
		height: 100%;
	}

	.about .about_post .post_title {
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		text-transform: capitalize;
	}

	.about .about_post.active .post_title {
		margin: 16px auto;
		max-height: 100%;
		-webkit-line-clamp: unset;
	}

	.about .about_post .post_content {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 19px;
		display: -webkit-box;
		max-height: 38px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-webkit-box-orient: vertical;
		white-space: normal;
	}

	.about .about_post.active .post_content {
		max-height: calc(100% - 55px);
		overflow-y: scroll;
		-webkit-line-clamp: unset;
		color: #EDEDED;
	}

	.about .about_post.active .post_content a {
		color: #EDEDED;
		border-bottom: 1px solid #EDEDED;
		padding-bottom: 3px;
	}

	#organ_harvesting {
		margin-top: 35px;
	}

	.publications {
		width: 100%;
		display: inline-block;
		position: relative;
	}

	.publications .publications_content {
		padding: 30px 20px 0;
		display: inline-block;
	}

	.publications .first_post .cat_details {
		margin-top: 8px;
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 14px;
	}

	.publications .first_post .details {
		padding: 0;
	}

	.publications .first_post .excerpt {
		font-size: 18px;
		line-height: 22px;
	}

	.publications .col_4 {
		display: grid;
		clear: both;
		grid-template-columns: repeat(10, 1fr);
		overflow-x: scroll;
		white-space: nowrap;
		grid-gap: 32px 8px;
	}

	.publications .col_4 .one_post {
		width: 200px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
	}

	.publications .col_4 .cat_details {
		margin-bottom: 4px;
	}

	.publications .col_4 .ymk_social {
		display: none;
	}

	.publications .col_4 .time {
		margin-top: 4px;
		display: block;
	}

	.publications .three_most.title {
		font-size: 16px;
		line-height: 18px;
	}

	.videos .block_title, 
	.viewpoints .block_title,
	.persecution .block_title {
		/* padding-top: 30px; */
		/* border-bottom: 1px solid #495057; */
	}

	.videos .list, .viewpoints .list {
		display: inline-block;
		width: 100%;
	}

	.videos .list_wrapper .half, 
	.viewpoints .list_wrapper .half {
		display: grid;
		clear: both;
		grid-template-columns: repeat(10, 1fr);
		overflow-x: scroll;
		white-space: nowrap;
		grid-gap: 32px 8px;
	}

	.videos .half .one_post {
		width: 300px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
	}

	.videos .half .one_post:not(:first-child) {
		margin: 0;
		padding: 0;
		border: none;
	}

	.videos button.prev, 
	.viewpoints button.prev,
	.videos button.next, 
	.viewpoints button.next {
		display: none;
	}

	.videos .three_most.title {
		font-size: 20px;
		line-height: 22px;
		overflow: hidden;
		height: 54px;
		-webkit-line-clamp: 2;
	}

	.videos .three_most.excerpt, 
	.viewpoints .three_most.excerpt {
		-webkit-box-orient: vertical;
		white-space: normal;
	}

	.videos .one_post .ymk_social, 
	.viewpoints .one_post .ymk_social {
		margin-bottom: 16px;
	}

	.cat_feature .first_post {
		width: 100%;
		padding: 0;
	}

	.cat_feature .right_side {
		width: 100%;
		border: none;
		padding: 0;
		margin-top: 30px;
	}

	.cat_feature .right_side .excerpt {
		display: none;
	}

	.cat_feature .right_side .image {
		width: 35%;
	}

	.persecution .three_most.title {
		font-size: 18px;
		line-height: 22px;
	}

	.viewpoints .list_wrapper {
		width: 100%;
	}

	.viewpoints .list_wrapper .half {
		display: block;
		white-space: normal;
		overflow-x: unset;
	}

	.viewpoints .half .one_post {
		display: inline-block;
		float: none;
		width: 100%;
		max-width: unset;
		border-bottom: 1px solid #495057;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.viewpoints .three_most.title {
		font-size: 24px;
		line-height: 29px;
	}

	.viewpoints .half .one_post:not(:first-child) {
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #495057;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 500px) {
	#footer .mobile {
		padding: 50px 0;
	}

	header .middle_container {
		height: 225px;
	}

	header .middle_left {
		width: 100%;
	}

	header .middle_right {
		width: 100%;
		height: 120px;
		padding: 20px;
	}
}

