body {
	font-size: 14px;
	color: #333;
}
/* @media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
} */
 #banner {
	display: none;
 }
.menu-blog {
	/* border-bottom: 2px solid #DA50F2; */
}
#menu-top a.menu-blog {
	font-weight: 700;
	color: #321FDB;
}
.l-posts {
	padding-top: 30px
}
.l-posts .post {
	margin-bottom: 15px;	
}
.l-posts .post.post-detail {
	box-shadow: 0px 0px 20px 0px #1919191F;
    border-radius: 12px;
	background-color: #fff;
	padding: 26px;
}
.l-posts .post.post-detail #post-content_main img{
	max-width: 100%;
}
.l-posts .widget-title {
	margin: 0 0 10px 0;
    font-size: 20px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
}
.l-posts .entry-title {
	color: #000000;
	margin-top: 0;
	font-size: 32px;
	margin-bottom: 26px;
}
.l-posts .entry-content {
	text-align: justify;
}
.l-posts .m .entry-content {font-size: 16px}
.post hr {
	margin: 5px 0 10px
}
.post-intro_img {
	/* float: left; */
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 220px
}
.m .post-intro_img {
	width: 100px;
}
.post-intro_img img,
.post-intro_img .overlay,
.post-intro_img .overlay a {
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.post-intro_img img {
	
    border: 1px solid #dadada;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.post-item .post-intro_img img {
	width: 100%;
	height: 210px;
}
.first-post .post-intro_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.post-intro_img .overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	z-index: 9;
	opacity: 0;
}
.post-intro_img .overlay a {
	opacity: 0;
	display: block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -22px;
	text-transform: uppercase;
	font-size: 0;
}
.post-intro_img:hover .overlay {
	opacity: 1;
}
.post-intro_img:hover .overlay a {
	opacity: 1;
	font-size: 16px
}
.post-intro_img .overlay a:hover {
	text-decoration: underline;
}
.post-intro_text {
	/* float: left; */
	/* width: calc(100% - 162px);
	width: -webkit-calc(100% - 162px);
	width: -moz-calc(100% - 162px);
	width: -o-calc(100% - 162px); */
	/* margin-bottom: 10px; */
}
.post-intro_text .entry-title {
	margin: 0 0 5px 0;
	font-size: 18px;
}
.post-intro_text .entry-content {
	text-align: justify;
}
.post-info {
	font-size: 14px;
	/* font-style: italic; */
	color: #919191;
	text-align: left;
}
.post.first-post {
	margin-bottom: 20px;	
}
.post.first-post .post-intro_img {
	background-color: rgba(0,0,0,.85);
	width: 100%;
	margin-right: -15px;
	max-height: 400px;
	border-radius: 12px;	
}
.post.first-post .post-intro_img img {
	display: block;
	border: none;
	width: 100%;
}
.post.first-post .post-intro_text {
	width: auto;
}
.post.first-post .post-intro_text .entry-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 16px;
}

.l-posts .popular-posts {
	padding: 0;
}
.popular-posts li {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 7px;
	padding-bottom: 5px;
	overflow: hidden;
}
.popular-posts li:last-child {
	border-bottom: none;
}
.popular-posts li>a img {
	/* float: left; */
	/* max-width: 68px; */
	width: 100%;
	height: 180px;
	margin-right: 4px;
	border-radius: 12px;
}
.tinymce-content p{
	margin: 12px 0px;
	line-height: 20px;
}
.blog-lika .widget-title.menu-tabs{
	background-color: transparent;
	padding:0px;
}

.blog-lika .widget-title.menu-tabs .nav-tabs{
	border-bottom: 1px solid;
	border-image-source: linear-gradient(90deg, #1500D6 -18.52%, #D950F2 120.37%);
  	border-image-slice: 1;
}

.blog-lika .widget-title.menu-tabs ul li.active a {
	background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 20px, 20px, 0px, 0px;
	border-top-left-radius: 20px; /* Adjust the radius value as needed */
  	border-top-right-radius: 20px; /* Adjust the radius value as needed */
	padding: 12px;
	margin: 0px;
}

.blog-lika .widget-title.menu-tabs ul li a{
	background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-radius: 20px, 20px, 0px, 0px;
	border-top-left-radius: 20px; /* Adjust the radius value as needed */
  	border-top-right-radius: 20px; /* Adjust the radius value as needed */
	padding: 10px 10px 0px 10px;
	margin: 13px 0px 0px 0px;
}
.blog-lika .widget-title.menu-tabs ul li a:hover {
	/* background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
	color: #fff; */
}

.post-box {
	box-shadow: 0px 0px 20px 0px #1919191F;
    border-radius: 12px;
}
.post-box .post-intro_img {
	border-radius: 12px, 12px, 0px, 0px;
	border-top-left-radius: 12px; /* Adjust the radius value as needed */
  	border-top-right-radius: 12px; /* Adjust the radius value as needed */
}
.post-box .post-intro_text {
	padding: 0px 22px 22px 22px;
}

.col-sm-6 .post-box .entry-title {
    margin-top: 16px;
	color: #292929;
	max-height: 38px;
	overflow: hidden;
}

.post-box .entry-title a {
	color: #292929;
}
.post-box .entry-content {
	font-size: 16px;
}
.post.col-sm-6 {
	margin-bottom: 30px;
}
.post.col-sm-12 {
	margin-bottom: 40px;
}

.list-post-vertical {
	box-shadow: 0px 0px 20px 0px #1919191F;
	border-radius: 12px;
}
.list-post-vertical .widget-title {
	background: linear-gradient(90deg, rgba(21, 0, 214, 0.1) -18.52%, rgba(217, 80, 242, 0.1) 120.37%);
	color: #321FDB;
	font-size: 18px;
	font-weight: 700;
	border-radius: 12px, 12px, 0px, 0px;
	border-top-left-radius: 12px; /* Adjust the radius value as needed */
  	border-top-right-radius: 12px; /* Adjust the radius value as needed */
}
.list-post-vertical .textwidget {
	padding: 0px 16px;
}
.list-post-vertical .textwidget .thumbnail-img {
	margin-top: 18px;
	margin-bottom: 10px;
}
.list-post-vertical .textwidget .post-title h5 {
	font-size: 18px;
	color: #292929;
	font-weight: 700;
}

.list-post-vertical .textwidget .post-introtext {
	max-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #515151;
}
.list-post-vertical .textwidget .post-link-detail {
	font-weight: 600;
	color: #321FDB;
}


.blog-lika .breadcrumb {
    background: transparent;
}
.blog-lika .breadcrumb .breadcrumb-item a, .blog-lika .breadcrumb .breadcrumb-item a:link{
	color: #321FDB;
	font-size: 16px;
	font-weight: 500;
}
.blog-lika .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #292929;
    content: ">\00a0";
	margin: 0px 6px;
}

.blog-lika .list-post-vertical .textwidget .news-posts {
	padding-bottom: 40px;
}

.blog-lika .list-post-vertical .textwidget .news-posts li {
	display: flex;
	border-bottom: 1px solid #DADADA;
	padding: 10px 0px;
}
.blog-lika .list-post-vertical .textwidget .news-posts .post-title h5{
	font-size: 16px;
	font-weight: 600;
	max-height: 70px;
	overflow: hidden;
}
.blog-lika .list-post-vertical .textwidget .news-posts .thumbnail-img{
	width: 100px;
	height: 82px;
	border-radius: 12px;
	margin: 10px 8px 10px 0px;
	
}