body.no_scroll {
	overflow: hidden;
}

#mask_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.hidden {
	display: none !important;
}

main {
	line-height: 1;
	font-family: 'Roboto', 'ET Text';
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

a, a:hover, a:visited {
	color: #000;
}

.mobile_only {
	display: none;
}

/* start header */
header .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
}

header ul li {
	list-style: none;
}

.top_two .logo_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0 8px;
	border-bottom: 1px solid #C5DBE9;
}

.top_two .logo_row .search_login {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

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

.top_two nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

nav.blue ul li {
	margin: 0 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
}

.top_two .blue li {
	margin: 16px 12px;
}

header .lower_one .menu_row {
	border-top: 1px solid #C5DBE9;
}

nav.blue ul li a {
	color: #007EA8;
}

header h1 {
	position: relative;
}

header h1 span {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	color: #000;
	width: 1px;
	height: 1px;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inner.top h1 {
	font-size: 35px;
}

.lower_one ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: flex-start;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lower_one .menu {
	padding: 16px 0;
}

.lower_one ul::-webkit-scrollbar {
	display: none;
}

.lower_one .menu ul li {
	margin-right: 16px;
}

.lower_one .menu_row li a {
	font-weight: 400;
	font-size: 16px;
	color: #61696B;
}

.lower_one .menu > li:first-child a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #007EA8;
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #C5DBE9;
}

header #search_pannel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 2px;
	text-align: center;
	background-color: #fff;
	transition: opacity 2s ease-out;
	z-index: 2;
}

header #search_pannel .logo img {
	margin-left: -66px;
}

#search_pannel .search_form {
	padding-top: 200px;
}

header #search_pannel input {
	width: 374px;
	height: 46px;
	background: #EFF7FC;
	border-radius: 57px;
	border-width: 0;
	padding: 8px 16px;
}

#search_pannel .featured_cats {
	max-width: 678px;
	margin: 48px auto 0;
}

#search_pannel .cat {
	display: inline-block;
	margin: 0 6px 32px;
	padding: 4px 12px;
	background: #EFF7FC;
	border-radius: 132px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
}

#search_pannel .cat a {
	color: #007EA8;
}

header #search_pannel .close {
	position: relative;
	width: 16px;
	height: 16px;
	top: 24px;
	margin-left: auto;
	padding: 0;
	cursor: pointer;
}

header #search_pannel .close:before, header #search_pannel .close:after {
	position: absolute;
	content: ' ';
	top: 2px;
	height: 16px;
	width: 1px;
	background-color: #000;
	transform: rotate(-45deg);
}

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

/* footer */
footer {
	background: linear-gradient(90deg, #EDF0F9 0%, #D9E3FF 101.58%);
}

footer .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	padding: 48px 100px 12px;

}

footer .top_row {
	margin-bottom: 72px;
}

footer .explore_more {
	margin-bottom: 12px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #4B5563;
}

footer .search_form input {
	display: block;
	max-width: 790px;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #D1D5DB;
	border-radius: 8px;
}

footer .middle {
	display: flex;
	justify-content: space-between;
	margin: 36px 0 8px;
	padding-bottom: 36px;
	border-bottom: 1px solid #76A9FA;
}

footer .menu-bright-menu-container {
	flex: 1 0 auto;
	padding-right: 32px;
}

footer .nav-menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

footer .nav-menu > li {
	list-style: none;
	float: left;
	margin-right: 2%;
	padding-bottom: 8px;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 24px;
}

footer .sub-menu li {
	list-style: none;
	padding-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}

footer .nav-menu li a {
	color: #4B5563;
}

footer .middle .heading {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #4B5563;
	margin-bottom: 8px;
}

footer .middle .wrapper {
	max-width: 290px;
	margin-bottom: 36px;
}

footer .middle label {
	display: none;
}

footer .middle input {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #D1D5DB;
	border-radius: 8px;
}

footer .middle button {
	width: 100%;
	margin-top: 8px;
	padding: 10px 30px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFF8F1;
	background-color: #1C64F2;
	border-width: 0;
	border-radius: 8px;
	cursor: pointer;
}

footer .misc span {
	padding-right: 24px;
}

footer .misc span, footer .misc span a {
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	color: #6B7280;
}

footer .cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d5a96;
	z-index: 999;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 22px;
}

footer .cookie-bar .warning-text {
	width: calc(100% - 350px);
	padding: 0 30px 0 40px;
	text-align: left;
}

footer .cookie-bar .read-more a {
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin: 0 30px 0 25px;
	text-decoration: none;
}

footer .cookie-bar .accept-btn {
	background-color: #fff;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
	padding: 5px 15px 6px;
	font-weight: 700;
	color: #000;
	margin-right: 20px;
}

footer .cookie-bar span {
	display: inline-block;
	vertical-align: middle;
}

footer .cookie-bar #top_close a {
	color: #fff;
	font-size: 40px;
}

/* start common component */
.title-18 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 4px;
}

.excerpt-14 {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 34px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0;
	margin-bottom: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #6B7280;
}

.title.two_most {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.see_all, .see_all a {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #007EA8;
}

.home {
	padding-bottom: 80px;
}

.inner {
	max-width: 1240px;
	margin: 80px auto 0;
	padding: 0 20px;
}

.home .front_featured {
	margin-top: 20px;
}

.home .front_featured .see_all {
	position: absolute;
	right: 0;
	top: 14px;
}

.section_title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.section_title .see_all {
	float: right;
	padding-top: 8px;
}

.cat_name {
	margin-bottom: 2px;
}

.cat_name a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #007EA8;
}

.slide_container .slider, .slide_container .one_post {
	margin: 0 10px;
}

.slide_container.people .one_post img {
	max-width: 224px;
	border-radius: 8px;
}

.slide_container .person {
	margin-top: 12px;
	text-align: center;
}

.slide_container .person .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-top: 2px;
}

.slide_container .person .name a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.home .slick-prev.slick-arrow, .home .slick-next.slick-arrow,
.category .slick-prev.slick-arrow, .category .slick-next.slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 34%;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.home .slick-next.slick-arrow, .category .slick-next.slick-arrow {
	left: unset;
	right: 0;
}

.col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	padding-bottom: 20px;
}

.col-3 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 32px 20px;
}

.col-3 > div {
	grid-column: span 4;
}

.col-4 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 32px 24px;
}

.col-4 > div {
	grid-column: span 3;
}

.front_featured .top {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 16px;
	padding-bottom: 4px;
}

.front_featured .top .first_post {
	flex: 0 0 57.25%;
}

.front_featured .first_post .image {
	position: relative;
	margin-bottom: 8px;
}

.front_featured .first_post .image:before {
	position: absolute;
	left: 12px;
	bottom: 12px;
	content: 'FEATURED';
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding: 4px 12px;
	background: #007EA8;
	border-radius: 2px;
}

.front_featured .first_post img {
	border-radius: 8px;
}

.front_featured .first_post h3 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 4px;
}

.front_featured .details .excerpt {
	margin-bottom: 8px;
}

.front_featured .first_post .excerpt {
	font-family: 'ET Text';
	margin-bottom: 16px;
}

.front_featured .right_side {
	padding-top: 52px;
	padding-left: 32px;
}

.front_featured .right_side .one_post {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
}

.front_featured .right_side .image {
	position: relative;
	max-width: 166px;
	width: 35%;
	margin-left: 16px;
	float: right;
}

.front_featured .bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 24px;
}

.front_featured .bottom .image {
	position: relative;
	margin-bottom: 10px;
}

.col-2 .section_title {
	background: #D3E3F2;
	padding: 12px 16px;
	border-radius: 8px;
	text-transform: capitalize;
}

.article_list .one_post, .experts_pieces .one_post {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.experts_pieces .avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.experts_pieces .avatar img {
	border-radius: 50%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 72px;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	padding: 0;
	border: 2px solid #823A0D;
	border-radius: 50%;
	cursor: pointer;
}

.banner .slick-dots li.slick-active {
	width: 40px;
	background-color: #823A0D;
	border-radius: 200px;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
}

.banner.top img {
	width: 100%;
	border-radius: unset;
}

.banner .slick-dots {
	bottom: 14%;
	left: 8%;
}

.home .banner.top .slick-dots li {
	border-color: #233876;
}

.home .banner.top .slick-dots li.slick-active {
	background-color: #233876;
}

.article_list .image {
	position: relative;
	max-width: 166px;
	width: 35%;
	margin-left: 16px;
	float: right;
}

.article_list .pageview:before, .list .pageview:before {
	content: '\f1b5';
	display: inline-block;
	font-size: 16px;
	font-family: 'Genericons';
	color: #6B7280;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 4px;
	vertical-align: top;
}

.article_list .pageview, .article_list .time_diff, .article_list .ymk_social .share, .article_list .ymk_social .comments,
.category .list .pageview, .category .list .time_diff, .category .list .ymk_social .share, .category .list .ymk_social .comments {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #6B7280;
}

.article_list .ymk_social .share_link >span:before, .article_list .ymk_social .cmt_link >span:before,
.category .list .ymk_social .share_link >span:before, .category .list .ymk_social .cmt_link >span:before {
	color: #6B7280;
}

.explore_by .slide_container {
	padding: 0 36px;
}

.explore_by .one_post {
	margin: 0 20px;
}

.explore_by .image img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.explore_by .topic {
	margin-top: 20px;
	text-align: center;
}

.explore_by .topic a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	white-space: normal;
	color: #000000;
}

.outer.voices {
	max-width: 1400px;
	margin: 80px auto 0;
	padding-top: 48px;
	background-color: #F7FCFF;
}

.voices .inner {
	margin-top: 0;
}

.voices .slide_container {
	margin-bottom: 36px;
}

.voices .col-2 {
	margin-top: 48px;
	border-bottom: unset;
}

.watch_now {
	max-width: 1400px;
	margin: 0 auto 16px;
	padding: 90px 80px;
	background: linear-gradient(323.4deg, #5F4694 16.81%, #B789E4 88.85%);
	background-size: cover;
}

.watch_now .wrapper {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 8px;
	padding: 16px 24px 40px;
}

.watch_now .slick-prev.slick-arrow, .watch_now .slick-next.slick-arrow {
	top: 44%;
}

.conditions .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px 20px;
}

.one_topic_card {
	position: relative;
	border-radius: 8px;
	background-color: #DAEBFB;
}

.category .one_topic_card {
	margin-bottom: 28px;
}

.one_topic_card .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #DAEBFB 0%, rgba(218, 235, 251, 0) 100%);
	border-radius: 8px;
}

.one_topic_card .topic {
	padding-top: 20%;
	padding-left: 28px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}

.one_topic_card .see_more {
	padding-left: 28px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #4B5563;
}

.one_topic_card .see_more a {
	color: #4B5563;
}

.one_topic_card .image {
	position: relative;
	max-height: 220px;
	text-align: right;
}

.one_topic_card .image img {
	max-height: 220px;
	border-radius: 8px;
}

.one_topic_card .image .overlay_shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 68%;
	height: 100%;
	background: linear-gradient(90deg, #DAEBFB 0%, rgba(218, 235, 251, 0) 42.73%);
}

.newsletter {
	position: relative;
	padding-top: 250px;
	background: linear-gradient(90deg, #094388 0%, rgba(57, 106, 160, 0) 100%), url("https://img.theepochtimes.com/assets/themes/eet/images/health_newsletter.jpg") no-repeat top center;
	background-size: cover;
	border-radius: 4px;
}

.newsletter .info {
	position: absolute;
	top: 50px;
	left: 10%;
}

.newsletter .heading {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 32px;
	line-height: 48px;
	color: #EBF2FF;
	margin-bottom: 4px;
}

.newsletter .text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #EBF2FF;
	margin-bottom: 36px;
}

.newsletter label {
	display: none;
}

.newsletter input {
	width: 320px;
	height: 40px;
	border-radius: 8px;
	border-color: unset;
	border-width: 0;
	padding: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #4B5563;
}

.newsletter button {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFF8F1;
	background-color: #FF8A4C;
	border-width: 0;
	border-radius: 8px;
	cursor: pointer;
	padding: 10px 30px;
	margin-left: 12px;
}

.magazine .wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
}

.magazine .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-top: 12px;
}

.banner img {
	width: 100%;
}

.home .experts {
	padding-top: 20px;
	margin-top: 36px;
	margin-bottom: 60px;
	border-top: 1px solid #E5E7EB;
}

/* category page */
.pagination {
	margin: 40px auto;
	text-align: center;
}

.pagination .prev, .pagination .next {
	color: #007EA8;
	margin: 0 12px;
}

.category:not(.tcm_wellness) .banner.top, .page .explore .banner.top {
	position: relative;
	padding-top: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url("https://img.theepochtimes.com/assets/uploads/2022/10/05/health_cat-1.jpeg");
}

.page .explore .banner.top {
	background-image: url("https://img.theepochtimes.com/assets/uploads/2022/10/19/Explore-Epoch-Health-desktop.jpg");
}

.banner h1 {
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 62px;
	color: #ffffff;
}

.term-experts .banner h1 {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	color: #000;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.outer {
	max-width: 1440px;
	margin: 0 auto 120px;
	padding: 0 20px;
}

.category .basics {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 64px;
}

.category .basics .section_title {
	flex-shrink: 0;
}

.category .basics p {
	max-width: 700px;
	padding-left: 32px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.category .col-2 {
	border-bottom: unset;
}

.category .col-2 .time_diff {
	margin-right: 8px;
}

.category .latest, .category .featured {
	margin-top: 60px;
}

.category .latest .image, .category .trending .image {
	position: relative;
}

.category .featured .list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
}

.category.tcm_wellness .inner:first-child {
	position: relative;
	/*margin-top: -176px;*/
}

.category .experts {
	margin: 40px auto;
}

.category .featured .image {
	position: relative;
	margin-bottom: 10px;
}

.category .featured .image .premium_icon {
	display: none;
}

.category:not(.conditions-front) .featured .image:before {
	position: absolute;
	left: 5px;
	bottom: 8px;
	content: 'FEATURED';
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	background-color: #007EA8;
	padding: 2px 8px;
	border-radius: 2px;
}

.category .trending {
	margin: 96px 0 86px;
}

.category .trending .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 24px;
}

.category.conditions-front .one_topic {
	padding: 20px 20px 0;
	background-color: #F4F8FA;
	border-radius: 8px;
}

.category.conditions-front .one_topic_card .image {
	max-width: 98px;
	margin-left: auto;
}

.category.conditions-front .featured  .one_topic_card .see_more {
	padding-left: 0;
}

.category .additional {
	margin-top: 60px;
}

.category.conditions-front .featured .one_topic_card .text {
	padding: 16px 0 0 16px;
}

.category.conditions-front .one_topic_card .topic {
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.category .additional .one_topic_card .text {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.category .additional .one_topic_card .see_more {
	padding-top: 4px;
}

.category .additional .col-2 {
	grid-row-gap: 32px;
}

.additional .one_topic_card .image {
	max-width: 60px;
	margin-left: auto;
}

.category.conditions-front .one_topic_card .image .overlay_shadow {
	right: 36px;
}

.category.tcm_wellness .watch_list {
	display: flex;
}

.category.tcm_wellness .watch_list .num_4 {
	flex: 0 0 67%;
}

.category.tcm_wellness .watch {
	margin: 80px auto 60px;
	padding: 40px 0 80px;
	background-color: #DCD4CB;
}

.category.tcm_wellness .watch .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.category.tcm_wellness .watch_list .right_side {
	flex: 0 0 33%;
	padding-left: 24px;
}

.category.tcm_wellness .watch_list .right_side .one_post {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}

.category.tcm_wellness .watch_list .right_side .image {
	position: relative;
	max-width: 178px;
	float: left;
	margin-right: 16px;
}


.category.tcm_wellness .watch_list .right_side .eet_video_icon {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 32px;
	height: 32px;
}

.category.tcm_wellness .watch_list .right_side .title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #30393C;
	margin-bottom: 8px;
}

.category.tcm_wellness .watch_list .right_side span {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #495255;
}

.category.tcm_wellness .watch_list .right_side span a {
	color: #495255;
}

.category .archive_list {
	max-width: 800px;
	margin-top: 60px;
}

.category .archive_list li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.category .archive_list .image {
	float: right;
	position: relative;
	margin-left: 8px;
}

.category .archive_list .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 8px;
}

.category .archive_list li:first-child .title {
	font-size: 24px;
	line-height: 30px;
}

.category .archive_list .byline {
	margin-top: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #007EA8;
}

.category .archive_list .byline a {
	color: #007EA8;
}

.category .archive_list .date .author {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #007EA8;
}

/* page explore by */
.page .explore .outer {
	margin-top: 80px;
}

.page .explore .one_topic_card, .page .explore .one_topic_card img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.page .explore .article_list {
	padding: 32px 16px 28px;
	background-color: #F4F8FA;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* single */
.single .main_content {
	display: flex;
	max-width: 1200px;
	margin: 44px auto;
	padding: 0 24px;
}

.single .sidebar {
	flex: 0 0 336px;
	margin-left: 40px;
}

.single .sidebar > div:first-of-type {
	top: 16px;
	height: 100vh;
}

.single .right-bottom-ad {
	position: sticky;
	top: 20px;
	width: 324px;
}

.single h1 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 625, 'opsz' 40;
	font-style: normal;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.02em;
	color: #30393C;
	margin-bottom: 8px;
}

.single .sub_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 22px;
	line-height: 28px;
	color: #495255;
	margin-bottom: 16px;
}

.single .icons {
	min-height: 28px;
	margin-bottom: 20px;
}

.single .premium_icon {
	position: relative;
}

.single .premium_icon:before {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #359ABC;
	border-radius: 2px;
	padding: 4px 10px 2px;
	vertical-align: middle;
}

.single .featured_icon, .single .primary_cat {
	margin-left: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #777777;
}

.single .primary_cat a {
	color: #777777;
}

.single .icons span:first-child {
	margin-left: 0;
}

.single .misc {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.single .authors_block {
	position: relative;
	flex: 1;
}

.single .one_author, .single .one_author .details {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.single .one_author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 8px;
}

.single .one_author .name {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	color: #007EA8;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 24px;
}

.single .one_author .name a {
	color: #007EA8;
}

.single .one_author .follow_author {
	display: none;
	width: 56px;
	height: 24px;
	margin-top: 8px;
	padding: 0 10px;
	background: #007EA8;
	border-radius: 100px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}

.single .authors_block .time {
	position: absolute;
	bottom: 8px;
	left: 56px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #61696B;
}

.single .authors_block.multiple {
	height: 54px;
}

.single .authors_block.multiple .one_author:nth-child(2) {
	position: absolute;
	top: 16px;
	left: 16px;
}

.single .authors_block.multiple .one_author img {
	width: 32px;
	height: 32px;
	margin-right: 24px;
}

.single .authors_block.multiple .one_author .name {
	margin-top: 0;
}

.single .authors_block.multiple .one_author .follow_author {
	margin-top: 0;
}

.single .authors_block.multiple .one_author:nth-child(2) img {
	margin-right: 8px;
}

.single .authors_block.multiple .one_author:nth-child(2) .name {
	margin-right: 36px;
}

.single .authors_block.multiple .one_author:nth-child(2) .follow_author {
	margin-top: 12px;
}

.single .featured_image img, .single .post_content img {
	border-radius: unset;
	max-width: 100%;
	display: block;
	width: 100%;
}

.single .text_sizes > span {
	vertical-align: bottom;
	font-size: 0;
}

.single .text_sizes .font-bigger:before {
	position: relative;
	top: 4px;
	font-family: "Genericons";
	content: "\f18e";
	font-size: 24px;
	line-height: 1;
	color: #30393C;
}

.single .text_sizes .font-smaller:before {
	font-family: "Genericons";
	content: "\f18f";
	font-size: 17px;
	color: #30393C;
	margin-left: 6px;
}

.single .featured_image {
	margin-bottom: 56px;
}

.single .featured_image .caption, .single figcaption {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #61696B;
	margin-top: 8px;
}

.single .content .article {
	max-width: 776px;
	padding: 0 8px;
}

.single .post_content .aplayer_app {
	max-width: 600px;
	margin: 0 auto;
}

.single .post_content p, .single .post_content h2, .single .post_content h3, .single .post_content h6, .single .post_content li {
	font-family: 'ET Text';
	word-break: break-word;
	color: #495255;
	padding: 0 0 20px;
}

.single .post_content p, .single .post_content li {
	font-size: 1.07rem;
	font-weight: normal;
	line-height: 1.46;
	letter-spacing: 0.03px;
}

.single .post_content h2, .single .post_content h3, .single .post_content h4, .single .post_content h5, .single .post_content h6 {
	font-weight: 500;
	line-height: 1.5;
	padding-top: 4px;
	padding-bottom: 12px;
}

.single .post_content h2 {
	font-size: 1.5rem;
	letter-spacing: 0.03em;
}

.single .post_content h3 {
	font-size: 1.17rem;
}

.single .post_content h4 {
	font-size: 1rem;
}

.single .post_content h5 {
	font-size: 0.83rem;
}

.single .post_content h6 {
	font-size: 0.67rem;
}

.single .content sup {
	font-size: small;
	vertical-align: text-bottom;
}

.single .post_content li {
	margin-left: 20px;
}

.single .post_content li::marker {
	font-size: initial;
}

.single .post_content div.video_fit_container {
	margin-top: 8px;
	margin-bottom: 12px;
	text-align: center;
}

.single .post_content iframe {
	max-width: 100%;
}

.single .post_content a {
	color: #007EA8;
	word-break: break-word;
	overflow-wrap: break-word;
}

.single .post_content a:visited {
	color: #551a8b
}

.single .post_content blockquote > * {
	padding-left: 12px;
	padding-right: 12px;
}

.pull-quote {
	max-width: 550px;
	margin: 0 auto;
	padding: 16px 12px 36px;
	font-family: 'ET Text';
	font-style: italic;
	font-size: 24px;
	letter-spacing: 0.05px;
	line-height: 36px;
	color: #333;
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
	font-family: "Genericons";
	content: "\f199";
	line-height: 0;
	font-size: 16px;
	color: #007EA8;
	margin: 0 4px 0 0;
	position: relative;
	top: -8px;
}

.pull-quote .quote-content:after {
	content: "\f198";
	top: -8px;
	margin-left: 4px;
}

.pull-quote .quote-info {
	font-family: 'ET Text';
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	color: #333333;
	padding-top: 12px;
}

.single .article .coverage strong, .single .morearticles strong {
	font-family: 'ET Text';
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-top: 8px;
	border-top: 2px solid #000;
}

.single .article .coverage .article {
	padding: 12px 0 0;
}

.single .article .coverage .post_list a {
	display: flex;
	align-items: flex-start;
}

.single .article .coverage img {
	max-width: 150px;
	margin-right: 16px;
}

.single .article .coverage span, .single .morearticles .post_list .article a {
	display: inline;
	font-family: 'ET Text';
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	padding-top: 4px;
}

.single .morearticles .post_list {
	color: #007EA8;
}

.single .morearticles .post_list .article {
	display: list-item;
	list-style-position: inside;
	line-height: normal;
	margin: 8px 0;
	padding: 0;
}

.single .post_content figure {
	width: 100% !important;
	margin: 0 0 28px;
}

.single .post_content figure img {
	width: 100%;
}

.single .author_wrapper {
	margin: 36px auto 0;
	padding: 28px 28px 16px;
	border: 1px solid #EEEEEE;
}

.single .one_author_block .name {
	margin-bottom: 4px;
}

.single .one_author_block .name a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #495255;
}

.single .author_wrapper .one_author_block img {
	border-radius: 50%;
}

.single .one_author_block .top_row .follow_author {
	display: none;
}

.single .one_author_block .bio {
	margin-top: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #495255;
}

/* social share */
.share_wrapper.social .item {
	display: inline-block;
	width: 42px;
	float: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #777;
	text-align: center;
}

.share_wrapper.social .major_social {
	padding-left: 26px;
}

.share_wrapper.social .major_social {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: repeat(5, 36px);
	gap: 16px;
}

.article .share_wrapper.social .major_social {
	display: inline-grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 1fr;
	width: min(428px, calc(100% - 50px));
}

.share_wrapper.social .major_social span {
	width: 36px;
	height: 36px;
	margin: 0;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0;
	border: 1px solid #359ABC;
	border-radius: 4px;
	background-color: #fff;
}

.share_wrapper.social .major_social .email {
	grid-column: 1 / span 5;
}

.share_wrapper.social .major_social .copy_url {
	grid-column: 1 / span 3;
}

.article .share_wrapper.social .major_social .copy_url {
	grid-column: 6 / span 3;
}

.share_wrapper.social .major_social .email, .share_wrapper.social .major_social .copy_url, .share_wrapper.social .comment {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0;
}

.share_wrapper.social .major_social .email {
	background-color: #359ABC;
}

.social .major_social span > a:before {
	line-height: 36px;
	font-size: 22px;
	color: #359ABC;
}

.share_wrapper.social .major_social .email a, .share_wrapper.social .major_social .copy_url a {
	color: #fff;
}

.share_wrapper.social .major_social .copy_url a {
	color: #359ABC;
}

.social .major_social .email > a:before, .social .major_social .copy_url > a:before {
	display: inline-block;
	margin-right: 8px;
	font-size: 26px;
	vertical-align: middle;
}

.social .major_social .email > a:before {
	color: #fff;
	vertical-align: bottom;
}

.article .social .major_social .email > a:before, .article .social .major_social .copy_url > a:before {
	margin-right: 4px;
}

.social .major_social span:hover {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	color: #555555;
}

.social .major_social span:last-child {
	margin-right: 0;
}

.social .major_social .copy_url>a:before {
	content: "\f13f";
}

.social.share_wrapper .share_link span {
	color: #359ABC;
	font-size: 14px;
}

.single .article .share_wrapper {
	margin-top: 40px;
	text-align: center;
}

.single .article .share_wrapper.social .item {
	float: unset;
	vertical-align: top;
	padding-top: 2px;
}

/* comment start */
.single #sidebar_comments {
	max-height: calc(100vh - 140px);
	height: 100%;
	margin-top: 16px;
}

#remark-side-panel #forum_btn a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

#remark-side-panel #forum_btn .arrow {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	padding-left: 3px;
}

#remark-side-panel .close {
	display: none;
}

#remark-side-panel .login_wrapper {
	background: #eee;
	text-align: center;
	padding: 10px 0 16px;
	margin-bottom: 5px;
}

#remark-side-panel .login_wrapper .new_users {
	margin: 20px 0 4px;
}

#remark-side-panel .login_wrapper .new_users, #remark-side-panel .login_wrapper .registered, #remark-side-panel .login_wrapper .not_verified_user {
	display: none;
}

#remark-side-panel .login_wrapper button {
	background: #fff;
	outline: none;
	border: 0;
	border-radius: 4px;
}

#remark-side-panel .login_wrapper button a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	color: #359ABC;
}

#remark-side-panel .login_wrapper .blue_button {
	background: #359ABC;
	padding: 5px 9%;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

#remark-side-panel .login_wrapper #remark_login_btn {
	margin-left: 5px;
}

#remark-side-panel .login_wrapper #remark_login_btn a {
	color: #000;
	text-decoration: underline;
}

#remark-side-panel .login_wrapper #remark_signup_btn {
	background: #359ABC;
	margin-right: 10px;
}

#remark-side-panel .login_wrapper #remark_signup_btn a {
	color: #fff;
}

#hide_show_comments {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	float: right;
	margin-top: 6px;
	padding-right: 4px;
}

#hide_show_comments a {
	color: #555;
}

#hide_show_comments .hide_comments_icon, #hide_show_comments .show_comments_icon {
	border: 1px solid #777;
	color: #000;
	font-weight: 100;
	font-size: 16px;
	line-height: 11px;
	display: inline-block;
	padding: 1px 3px;
	margin-left: 3px;
	vertical-align: text-top;
}

#hide_show_comments .hide_comments_icon {
	padding: 0 3px 1px;
	font-size: 20px;
	line-height: 12px;
	vertical-align: text-top;
}

#sidebar_comments .hide {
	display: none !important;
}

#remark-side-panel, .remark-wrapper, #remark {
	height: 100%;
	background-color: #f7fcff;
}
/* comment end */

/* single recommendation */
.single .bottom_recm {
	position: relative;
	max-width: 1240px;
	margin: 100px auto;
	padding: 0 20px;
}

.bottom_recm .block_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 16px;
}

.ai_rec {
	overflow: hidden;
	-webkit-transition: margin 0.2s;
	transition: margin 0.2s;
}

.ai_rec .top_news_articles {
	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: 0.5s cubic-bezier(.49,.49,.55,.95);
}

.ai_rec.end .top_news_articles {
	transform: translateX(-50%) translateX(0px);
}

.ai_rec .top_news_articles .one_block {
	max-width: 1200px;
	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: flex-start;
}

.ai_rec .one_post {
	max-width: 282px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ai_rec .one_post:not(:first-child) {
	margin-left: 24px;
}

.ai_rec button {
	position: absolute;
	top: 40%;
	width: 44px;
	height: 44px;
	border: unset;
	cursor: pointer;
	z-index: 1;
}

.ai_rec button.prev, .ai_rec.end button.next {
	display: none;
}

.ai_rec.end button.prev {
	display: block;
	left: 0;
	background: url('https://img.theepochtimes.com/assets/themes/eet/images/arrow_left.png') top center;
	background-size: contain;
}

.ai_rec button.next {
	display: block;
	right: 0;
	background: url('https://img.theepochtimes.com/assets/themes/eet/images/arrow_right.png') top center;
	background-size: contain;
}

.ai_rec .ymk_social, .ai_rec .time {
	display: none;
}

.bottom_recm .one_post .new {
	color: #df0303;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-right: 5px;
}

.bottom_recm .eet_video_icon {
	width: 35px;
	height: 35px;
	left: 10px;
	bottom: 10px;
	top: auto;
}

.bottom_recm .image {
	position: relative;
	margin-bottom: 12px;
	line-height: 0;
}

.bottom_recm .byline {
	margin-bottom: 4px;
}

.bottom_recm .category_name {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #359ABC;
}

.bottom_recm .category_name a {
	color: #359ABC;
}

.bottom_recm .one_post .time_diff {
	line-height: 15px;
}

.bottom_recm .one_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #000000;
}

@media screen and (max-width: 1280px) {
	nav.blue ul li {
		margin: 0 6px;
	}
}

@media screen and (max-width: 1100px) {
	nav.blue ul li {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.col-3 > div {
		grid-column: span 6;
	}
}

@media screen and (max-width: 768px) {
	footer .nav-menu {
		flex-direction: column;
		align-items: center;
	}

	footer .nav-menu .sub-menu {
		display: none;
	}

	.watch_now {
		padding: 40px 32px;
	}

	.category.tcm_wellness .watch_list {
		display: block;
	}

	.category.tcm_wellness .watch_list .num_4 {
		margin-bottom: 24px;
	}

	.category.tcm_wellness .watch {
		margin: 40px auto;
		padding: 28px 0;
	}

	.category.tcm_wellness .watch_list .right_side {
		padding-left: 0;
	}

	.single .main_content {
		padding: 0 16px;
	}

	.single .sidebar {
		margin-left: 16px;
	}
}

@media screen and (max-width: 640px) {
	.top_two .logo_row {
		display: block;
		position: relative;
		padding: 12px 0 4px;
		text-align: center;
		border-bottom: unset;
	}

	.top_two .logo {
		width: 164px;
		margin: 0 auto;
	}

	.top_two .search_login {
		position: absolute;
		top: -4px;
		right: -20px;
	}

	.top_two  #nav_hamburger {
		position: absolute;
		top: 8px;
		left: 0;
	}

	.top_two #nav_hamburger:before {
		font-family: 'Genericons';
		font-size: 20px;
		content: '\f191';
		position: relative;
		color: #30393C;
		cursor: pointer;
	}

	header #nav_hamburger.close:before {
		content: '\f107';
		z-index: 2;
	}

	.top_two #nav_hamburger ul {
		display: flex;
		position: fixed;
		top: 44px;
		right: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
		background: #ffffff;
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-transition: right .5s;
		-o-transition: right .5s;
		transition: right .5s;
		padding: 32px 16px 0;
		z-index: 1;
	}

	.top_two #nav_hamburger ul.menu_show {
		width: 100vw;
		right: 0;
		z-index: 3;
	}

	.top_two #nav_hamburger ul #searchtext {
		width: 100%;
		height: 44px;
		padding: 12px 16px;
		background: #F7FCFF;
		border-radius: 57px;
		border-width: 0;
	}

	.top_two #nav_hamburger li {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
		text-align: left;
		margin-bottom: 28px;
	}

	.top_two #nav_hamburger li a {
		color: #007EA8;
	}

	footer {
		padding: 48px 20px 12px;
	}

	footer .inner, footer .menu-bright-menu-container {
		padding: 0;
	}

	footer a {
		background-color: unset;
	}

	footer .middle {
		flex-direction: column;
	}

	footer .middle .wrapper {
		max-width: unset;
		margin-top: 20px;
		margin-bottom: 36px;
	}

	footer .nav-menu > li {
		margin-right: 0;
		font-weight: normal;
	}

	footer .middle .heading {
		text-align: center;
	}

	footer .middle .subscribe {
		width: 80%;
		margin: 0 auto;
	}

	footer .misc span {
		padding-right: 12px;
	}

	footer .misc .copyright {
		padding: 0;
		margin: 0;
	}

	.section_title {
		font-size: 20px;
		line-height: 30px;
	}

	.title-18 {
		font-size: 16px;
		line-height: 19px;
		white-space: normal;
	}

	.premium_icon:before {
		vertical-align: unset;
	}

	.see_all, .see_all a {
		font-size: 12px;
		line-height: 19px;
	}

	.col-2 {
		grid-template-columns: 1fr;
		grid-row-gap: 12px;
	}

	.col-4 {
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.col-4 > div {
		flex: 1 0 224px;
	}

	.slide_container {
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
		margin-right: -16px;
	}

	.slide_container::-webkit-scrollbar {
		display: none;
	}

	.slide_container > div {
		flex: 1 0 auto;
	}

	.slide_container .slider:first-child, .slide_container .one_post:first-child {
		margin-left: 0;
	}

	.home .one_topic_card {
		background-color: unset;
	}

	.home .one_topic_card .image .overlay_shadow {
		display: none;
	}

	.home .one_topic_card .text {
		position: initial;
		background: unset;
		border-radius: unset;
	}

	.home .one_topic_card .topic {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 21px;
		color: #000000;
		padding: 4px 0 0;
		white-space: normal;
	}

	.home .one_topic_card .topic {
		text-align: center;
	}

	.home .one_topic_card .see_more {
		display: none;
	}

	.outer {
		padding: 0 16px;
	}

	.inner {
		margin: 40px auto 0;
		padding: 0 16px;
	}

	.category.tcm_wellness .inner {
		padding: 0;
	}

	.home .front_featured .see_all {
		top: 6px;
	}

	.front_featured .top {
		display: block;
	}

	.front_featured .top .first_post {
		border-bottom: 1px solid #E5E7EB;
	}

	.front_featured .first_post h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.front_featured .first_post .excerpt-14 {
		overflow: unset;
		max-height: unset;
		-webkit-line-clamp: unset;
	}

	.front_featured .right_side {
		padding-top: 20px;
		padding-left: 0;
		border-bottom: 1px solid #E5E7EB;
	}

	.front_featured .bottom {
		display: flex;
		grid-column-gap: 20px;
		margin-right: -16px;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.front_featured .bottom::-webkit-scrollbar {
		display: none;
	}

	.front_featured .bottom .one_post {
		flex: 1 0 224px;
	}

	.explore_by .section_title {
		border-top: 1px solid #E5E7EB;
		padding-top: 16px;
	}

	.explore_by .slide_container {
		padding: 0 0 0 16px;
	}

	.explore_by .one_post {
		max-width: 76px;
		margin: 0 16px;
	}

	.explore_by .one_post:first-child {
		margin-left: 0;
	}

	.explore_by .image img {
		width: 76px;
		height: 76px;
	}

	.explore_by .topic a {
		font-size: 14px;
	}

	.outer.voices {
		margin: 32px auto 0;
		padding-top: 0;
	}

	.voices .inner {
		padding: 16px 0;
	}

	.voices .col-2 {
		margin-top: 20px;
	}

	.experts_pieces .avatar {
		width: 76px;
		height: 76px;
	}

	.watch_now {
		padding: 40px 0 40px 16px;
	}

	.watch_now .wrapper {
		border-top-right-radius: unset;
		border-bottom-right-radius: unset;
	}

	.watch_now .wrapper .slider {
		flex: 1 0 220px;
	}

	.conditions .wrapper {
		grid-gap: 8px 4px;
	}

	.newsletter {
		padding: 20px;
	}

	.newsletter .info {
		position: initial;
	}

	.newsletter .heading {
		font-size: 22px;
		line-height: 32px;
	}

	.newsletter .text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.newsletter input {
		width: 100%;
	}

	.newsletter button {
		width: 100%;
		margin: 12px 0 0;
	}

	.magazine .wrapper {
		display: flex;
		overflow-x: scroll;
		margin-right: -16px;
	}

	.magazine .wrapper::-webkit-scrollbar {
		display: none;
	}

	.magazine .one_magazine {
		flex: 1 0 224px;
	}

	.home .experts {
		padding-top: 20px;
		margin-top: 16px;
		margin-bottom: 0;
		border-top: unset;
	}

	.col-3 > div {
		grid-column: span 12;
	}

	.category:not(.tcm_wellness) .banner.top {
		padding-top: 60%;
		background-image: url("https://img.theepochtimes.com/assets/uploads/2022/10/05/health_cat_m.jpeg");
	}

	.page .explore .banner.top {
		padding-top: 60%;
		background-image: url("https://img.theepochtimes.com/assets/uploads/2022/10/19/Explore-Epoch-Health-mobile.jpg");
	}

	.banner h1 {
		font-size: 24px;
		line-height: 31px
	}

	.category .basics {
		flex-direction: column;
		margin-top: 20px;
	}

	.category .basics p {
		padding-left: 0;
	}

	.category .latest, .category .featured {
		margin-top: 44px;
	}

	.category.tcm_wellness .featured, .category .featured .list {
		margin-right: -16px;
	}

	.category .trending {
		margin: 44px auto;
	}

	.category .featured .list {
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.category .featured .list > div {
		flex: 1 0 224px;
	}

	.category.tcm_wellness .inner:first-child {
		margin-top: 0;
	}

	.category.tcm_wellness .watch {
		width: 100vw;
		margin-left: -16px;
	}

	.page .explore .outer {
		margin-top: 44px;
	}

	.single .main_content {
		display: block;
		margin-top: 16px;
	}

	.single .featured_image {
		width: 100vw;
		margin-left: -16px;
		margin-bottom: 16px;
	}

	.single h1 {
		font-style: normal;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0;
		color: #111111;
	}

	.single .sub_title {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.single .icons {
		display: block;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		min-height: 16px;
		margin-top: 10px;
		margin-bottom: 8px;
	}

	.single .featured_icon, .single .primary_cat {
		font-size: 14px;
		line-height: 16px;
		vertical-align: sub;
	}

	.single .premium_icon {
		bottom: 4px;
	}

	.single .premium_icon, .single .premium_icon:before {
		vertical-align: sub;
	}

	.single .featured_image .caption {
		margin-top: 0;
		padding: 0 16px;
		line-height: 16px;
	}

	.single .content .article {
		padding: 0;
	}

	.single .content .article .post_content,
	.single .content .article .post_content p {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0;
	}

	.single .content .article .post_content h2 {
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 700;
	}

	.pull-quote {
		font-size: 22px;
		line-height: 32px;
	}

	.single .post_content .author_wrapper {
		margin-top: 50px;
		margin-bottom: 0;
		text-align: center;
	}

	.single .author_wrapper .top_row {
		text-align: center;
	}

	.single .author_wrapper .one_author_block img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}

	.single .one_author_block .name a {
		font-size: 22px;
		line-height: 23px;
	}

	.single .one_author_block .bio {
		text-align: left;
		font-size: 16px;
		line-height: 22px;
	}

	.single .bottom_recm {
		margin-top: 56px;
		padding: 0 16px;
	}

	.ai_rec .top_news_articles, .bottom_recm .top_news .top_news_articles {
		display: block;
		width: 100%;
	}

	.ai_rec .one_post, .bottom_recm .top_news .one_post {
		display: inline-block;
		max-width: unset;
		width: 100%;
		margin: 0 0 20px;
	}

	.ai_rec .one_post:not(:first-child) {
		margin-left: 0;
	}

	.bottom_recm .image {
		max-width: 136px;
		width: 40%;
		float: right;
		margin-left: 8px;
	}

	.single .bottom_recm .premium_icon {
		bottom: 17px;
	}

	.single .bottom_recm .premium_icon:before {
		font-size: 12px;
		padding: 2px 4px;
		background-color: #5B667E;
	}

	.bottom_recm .one_post .title {
		font-size: 16px;
		line-height: 20px;
	}

	.bottom_recm .time, .bottom_recm .ymk_social {
		margin-top: 4px;
	}

	.bottom_recm .one_post .time_diff {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
	}

	.single .article .share_wrapper {
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 10px 16px 0;
		background-color: #ffffff;
		z-index: 2;
	}

	.article .share_wrapper.social .major_social {
		width: min(428px, calc(100% - 20px));
		gap: 8px;
	}

	.share_wrapper.social .major_social span {
		border-radius: unset;
	}

	.article .share_wrapper.social .comment {
		grid-column: 6 / span 4;
		display: inline-flex;
		justify-content: space-between;
		padding-right: 2px;
		color: #359ABC;
	}

	.article .share_wrapper.social .comment:before {
		display: inline-block;
		font-family: "Genericons";
		content: "\f1a2";
		font-size: 20px;
		font-weight: 100;
		line-height: 25px;
		color: #359ABC;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin: 4px 0 0 2px;
	}

	.article .share_wrapper.social .major_social .email {
		line-height: 16px;
		padding-left: 6px;
		padding-top: 2px;
	}

	.article .share_wrapper.social .major_social .email a {
		display: inline-flex;
		text-align: left;
	}

	.single .article .share_wrapper.mobile {
		height: 102px;
		padding-bottom: 10px;
		box-shadow: 0 0 10px rgb(0 0 0 / 14%);
	}

	.single .article .share_wrapper.mobile .item {
		display: flex;
		justify-content: space-between;
		width: auto;
		gap: 16px;
		padding-top: 0;
		font-style: normal;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		text-transform: unset;
	}

	.share_wrapper.mobile .share:before, .share_wrapper.mobile .cmt_count:before {
		content: "SHARES";
		font-size: 12px;
		line-height: 14px;
		vertical-align: top;
		color: #4D5B63;
	}

	.share_wrapper.mobile .share, .share_wrapper.mobile .cmt_count {
		display: flex;
		flex-direction: column;
		height: 38px;
		font-style: normal;
		font-weight: 400;
		font-size: 19px;
		line-height: 24px;
		text-align: right;
		color: #000000;
	}

	.share_wrapper.mobile .wrapper {
		flex: 1 0 58%;
		padding-right: 8px;
		border-right: 1px solid #E0E7EA;
	}

	.share_wrapper.mobile .email_share {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		margin-top: 4px;
	}

	.share_wrapper.mobile .email, .share_wrapper.mobile .share_btn {
		display: inline-flex;
		width: 47%;
		height: 40px;
		align-items: center;
		justify-content: space-evenly;
		background-color: #007EA8;
		border-radius: 4px;
	}

	.share_wrapper.mobile .share_btn .share_img {
		width: 16px;
	}

	.share_wrapper.mobile a {
		color: #FFFFFF;
	}

	.share_wrapper.mobile .email:before {
		font-family: 'Genericons';
		content: "\f144";
		color: #ffffff;
		font-size: 22px;
	}

	.share_wrapper.mobile .cmt_count:before {
		content: "COMMENTS";
	}

	.article .share_wrapper.mobile .comment {
		width: 136px;
		justify-content: space-evenly;
		margin-top: 4px;
		margin-left: 8px;
		padding: 0;
		border: 2px solid #007EA8;
		color: #007EA8;
		font-size: 16px;
		border-radius: 4px;
	}

	.article .share_wrapper.mobile .comment:before {
		font-size: 22px;
		font-weight: 600;
		color: #007EA8;
	}

	#remark-side-panel {
		position: fixed;
		top: 0;
		bottom: 102px;
		right: 0;
		width: 100%;
		height: calc(100% - 102px);
		visibility: hidden;
		transform: translateX(110%);
		transition: transform 300ms ease 0s, visibility 300ms ease 0s;
		overflow: hidden;
		background-color: #ffffff;
		z-index: 1;
	}

	#remark-side-panel.show {
		visibility: visible;
		transform: none;
	}

	#remark-side-panel.show .close {
		font-size: 0;
		position: absolute;
		display: block;
		right: 16px;
		top: 4px;
		width: 15px;
		z-index: 3;
	}

	#remark-side-panel .close a:before {
		font-family: "Genericons";
		content: "\f107";
		font-size: 18px;
		color: #000;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media screen and (max-width: 374px) {
	.single .article .share_wrapper.mobile .item {
		font-size: 16px;
	}

	.article .share_wrapper.mobile .comment {
		width: auto;
	}
}

@media print {
	header .bottom_container, .single .right.sidebar, .article-below-widgets, .article_body .share_wrapper, .bottom_recm, .footer {
		display: none !important;
	}
	.article .article_body {
		width: 100%;
		padding: 0 40px;
	}
	.article_body .post_content h2, .article_body .post_content h3, .article_body .post_content p, .article_body .post_content ul, .article_body .post_content ol, .article_body .post_content div:not(.article-below-widgets) {
		max-width: 850px;
	}
}

.single .tags ul li a {
        border: 1px solid #359abc;
	color: #495255;
}

.single .tags ul li a:hover {
        background: #359abc;
}

/* ads style */
.top_ad {
	display: table;
	min-height: 266px;
	margin: 0 auto;
	text-align: center;
	background-color: #F8F8F8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-ads .top_ad {
	display: none !important;
}

.fixed-top {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 640px) {
	.top_ad {
		display: none;
	}
}