.blog__thumb {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
}
.blog-banner {
	padding: 10px 0 40px;
}
.blog--main {
	position: relative;
	margin-bottom: 45px;
}
.blog {
	margin-bottom: 45px;
}
.blog article {
	display: flex;
	flex-direction: column;
}
.blog article h3 {
	font-size: 20px;
	margin: 0 0 15px;
}
.blog--main article {
	padding: 25px 25px 0;
	margin-right: 0;
}
.blog--main article h3 {
	font-size: 25px;
	margin-bottom: 20px;
}
.blog__footer {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.blog--main .blog__footer {
	margin-top: 20px;
}
.blog__thumb {
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center;
	flex: none;
	margin-bottom: 20px;
	position: relative;
}
.blog__thumb a {
	display: flex;
	height: 100%;
}
.blog__thumb:before {
	background-image: linear-gradient(0deg,#00000066,transparent);
	content: '';
	position: absolute;
	top: 40%;
	bottom: 0;
	right: 0;
	left: 0;
}
.blog--main .blog__thumb {
	width: 100%;
	height: 180px;
	margin-bottom: 0;
}
.blog__thumb img {
	opacity: 0;
}
.blog--sidebar {
	margin-bottom: 40px;
}
.blog--sidebar article h3 {
	font-size: 18px;
}
.blog__date,
.blog__time {
	font-size: 14px;
	color: #0000008a;
}
.blog__time i {
	color: #9C27B0;
	font-size: 8px;
	top: -4px;
	position: relative;
}
.blog-block {
	padding: 0 0 45px;
}
.blog__desc {
	flex: 1;
}
.blog__type {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 10px;
	color: #ffffff;
}
.blog.blog--popular {
	padding-left: 30px;
	flex-direction: row;
}
.blog--popular article h3 {
	font-size: 16px;
	margin: 0;
}
.loader-wrap {
	padding: 20px 0;
	text-align: center;
}
.btn-loadmore {
	padding: 10px 40px;
	border:  1px solid rgba(3, 168, 124, 1);
	background: rgba(3, 168, 124, 1);
	color: #ffffff;
	border-radius: 16px;
	display: inline-block;
}
@media (min-width: 640px){
	.blog {
		display: flex;
		flex-direction: row-reverse;
	}
	.blog--postlike {
		display: block;
	}
	.blog--main {
		display: block;
	}
	.blog article {
		margin-right: 30px;
		border-bottom: 1px solid var(--border-color);
		padding-bottom: 15px;
		flex: 1;
	}
	.blog--popular article {
		margin-right: 0;
		border: 0;
		padding-bottom: 0;
	}
	.blog--main article {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.blog--main article p {
		display: block;
	}
	.blog--main article h3 {
		font-size: 32px;
	}
	.blog__thumb {
		width: 180px;
		height: 180px;
		margin-bottom: 0;
	}
	.blog--sidebar .blog__thumb {
		height: 120px;
		width: 120px;
		margin-bottom: 0;
	}
}
@media (min-width: 768px){
	.blog-banner {
		padding: 45px 0 70px;
	}
	.blog--main {
		margin-bottom: 0;
	}
	.blog--postlike {
		margin: 0;
	}
}
.blog--postlike .blog__thumb {
	width: 100%;
	margin-bottom: 0;
}
.blog--postlike article {
	padding: 20px;
	text-align: center;
	margin: 0;
	border: 0;
}
.blog--postlike .blog__footer {
	justify-content: center;
}
.blog--postlike .blog__date, .blog--postlike .blog__time {
	margin: 0 10px;
	font-size: 11px;
}
.blog--postlike article h3 {
	font-size: 18px;
}
.popular-block,
.tag-block {
	padding: 0;
}
.tag-block__header h3,
.popular-block__header h3 {
	margin: 0;
}
.tag-block__header,
.popular-block__header {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 25px;
}
@media (min-width: 768px){
	.popular-block,
	.tag-block {
		padding: 0 40px;
	}
}

.l-tag {
	padding: 10px 22px;
	font-size: 15px;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.post-like,
.post {
	padding: 45px 0;
	border-top: 1px solid var(--border-color);
}
.post__img {
	background-size: cover;
	background-position: center;
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 60px;
	border-radius: 16px;
	position: relative;
}
.post__img:before {
	background-image: linear-gradient(0deg,#00000066,transparent);
	content: '';
	position: absolute;
	top: 40%;
	bottom: 0;
	right: 0;
	left: 0;
}
.post__img img {
	opacity: 0;
}
.post__share,
.post__comments,
.post__body {
	max-width: 700px;
	margin: 0 auto;
}
.post__header {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 46px;
}
.post__header h1 {
	font-size: 26px;
}
.post__dates {
	margin-bottom: 20px;
}
.post__dates .blog__date, .post__dates .blog__time {
	margin: 0 10px;
}
.post ul,
.post ol {
	line-height: 1.6;
	margin-bottom: 25px;
	margin-left: 30px;
	padding: 0;
}
.post ul li,
.post ol li {
	margin-bottom: 15px;
}
.post ul li{
	list-style: disc;
}
.post ol li {
	list-style: decimal;
}
.post p {
	line-height: 1.6;
	margin-bottom: 25px;
}
.post-like__header {
	margin-bottom: 40px;
	text-align: center;
}
.post-like__header h6 {
	text-transform: uppercase;
	margin: 0;
}
.video-play {
	font-size: 50px;
	color: rgba(7, 7, 7, 0.8);
	display: inline-block;
	position: absolute;
	transition: 1s all;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video__popup {
	background-color: #000;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.video__player {
	height: 100%;
	width: 100%;
}
.video__popup iframe {
	z-index: 999;
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
}
.video-close {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #fff;
	font-size: 0;
	border-radius: 50%;
	transition: 1s all;
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 99999;
	padding: 20px;
}
.video-close:after {
	content: "X";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 12px;
	transition: all 0.5s ease;
	font-family: sans-serif;
}
.video__popup.is-open {
	display: block;
}
@media (min-width: 768px){
	.post__header h1 {
		font-size: 45px;
	}
	.video-play {
		font-size: 90px;
	}
	.video-play:after {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 35px solid #fff;
	}
	.post__img {
		max-height: 340px;
	}
}
.no-onlineclass {
	padding: 30px 15px;
	background-color: #f1863c;
	border-radius: 16px;
	color: #ffffff;
	max-width: 760px;
	margin: 0 auto;
}
.no-onlineclass h2 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 900;
}
.no-onlineclass h4 {
	color: #ffffff;
	font-size: 22px;
	max-width: 80%;
	margin-bottom: 40px;
}
.no-onlineclass h4 a {
	text-decoration: underline;
}
.blog__category {
	display: none !important;
}
.post__comments,
.post__share {
	padding-top: 16px;
	border-top: 1px solid var(--border-color);
}
.post__body {
    padding-bottom: 20px;
}
.blog.blog--course .blog__thumb {
    width: 100%;
    margin-bottom: 20px;
}
.blog.blog--course article {
    margin: 0;
    border: 0;
}
.blog.blog--course {
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.blog.blog--course.course-disabled {
    opacity: 0.6;
}
.blog.blog--course.course-disabled .blog__thumb {
    background-blend-mode: saturation;
}
.blog.blog--course .blog__desc {
    flex: none;
}
.blog__date {
    display: none;
}