.version_2 .row {
	display: flex;
	flex-wrap: wrap;
}
.version_2 .row_reverse {
	flex-direction: row-reverse;
}
.version_2 [class*='col-'] {
	max-width: 100%;
}
.version_2 .mt-10 {
	margin-top: 10px;
}
.version_2 .mb-10 {
	margin-top: 10px;
}
.version_2 .pt-10 {
	padding-top: 10px;
}
.version_2 .pb-10 {
	padding-top: 10px;
}
.box_cat .mt-15 {
	margin-top: 15px;
}
.box_cat .mb-15 {
	margin-top: 15px;
}
.box_cat .pt-15 {
	padding-top: 15px;
}
.box_cat .pb-15 {
	padding-top: 15px;
}

.box_lazy_content .box_header,
.box_lazy_content .box_body,
.box_lazy_content .box_footer {
	display: none;
}
.box_lazy_content .box_header.show,
.box_lazy_content .box_body.show,
.box_lazy_content .box_footer.show {
	display: block;
}
.sticky_sidebar {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
.sticky_sidebar.top60 {
	top: 60px;
}
.box_tabs .nav-tabs a,
.box_tabs .nav-tabs a:hover,
.box_tabs .nav-tabs a:focus {
	display: block;
	line-height: 24px;
	/* padding-left: 5px; */
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	background-color: transparent;
}
.box_tabs .nav-tabs .active a {
	color: #1769d8;
}
.box_tabs.box_border .tab-content {
	border: 1px solid #e1e1e1;
	border-top: 3px solid #1769d8;
	padding: 10px 10px;
	overflow: hidden;
	min-height: 400px;
}
.version_2 .features .sub_feature {
	margin-top: 15px;
}

.box_cat .subcat {
	float: left;
}
.box_cat .box_header {
	border-bottom: 1px solid #e1e1e1;
	/*height: 26px;*/
}
.box_cat .box_header .box_title {
	border-bottom: 2px solid #1769d8;
	border-left: none;
}
.box_cat .title {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 500;
	/* margin-top: 10px; */
}
.box_cat .desc {
	display: none;
}
.box_cat .show_desc {
	display: block;
	margin-top: 10px;
}
.box_cat .meta .date,
.box_cat .meta .views {
	margin-bottom: 0;
	color: #555;
}
.box_cat .info p {
	margin-top: 10px;
	margin-bottom: 0;
}
.box_cat .list_posts {
	color: #1769d8;
}
.box_cat .list_posts .item {
	position: relative;
	padding: 7px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.box_cat .list_posts .item a {
	font-size: 1rem;
	line-height: 1.25rem;
}
.box_cat .list_posts a {
	font-size: 1rem;
	line-height: 1.25rem;
}
.box_cat .list_posts:not(.thumb_top) a {
	/*flex: 1;*/
}
.box_cat .list_posts .item a.title {
	/* margin-top: 10px; */
}
.box_cat .list_posts .item .img {
	display: none;
}
.box_cat .show_thumb .item .img {
	max-width: 35%;
	margin-right: 10px;
	display: block;
}
.box_cat .thumb_top .item {
	flex-wrap: wrap;
}
.box_cat .thumb_top .item .img {
	max-width: 100%;
	margin: 0;
}
.box_cat .thumb_top .item .title {
	margin-top: 10px;
}
.box_cat .thumb_left .item .img {
	margin-right: 15px;
	margin-left: 0;
}
.box_cat .thumb_right .item .img {
	margin-left: 15px;
	margin-right: 0;
}
.box_cat .thumb_right .item {
	flex-direction: row-reverse;
	flex: 1;
}
.box_cat.style1 .list_posts .item:not(:first-child) {
	border-top: 1px dashed #e1e1e1;
}
.box_cat .list_posts .item .info {
	flex: 1;
}
.box_cat .list_posts.thumb_small .img {
	max-width: 25%;
}

.multi_box_title .spacing {
	display: block;
	padding: 0 5px;
}
.list_posts.dot_blue .item::before {
	display: block;
	content: '\2022';
	padding: 0 5px;
	margin-right: 5px;
	font-size: 1.4rem;
}
.top_post ~ .list_posts {
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px dashed #e1e1e1;
}
.top_post .info {
	margin-top: 10px;
}
.box_notice .box_cat .thumb_top .item .img {
	max-width: 100%;
}
.box_notice .box_cat .thumb_right .item .img {
	max-width: 50%;
}

.box_no_header {
	padding-top: 36px;
}

.box_cat.style5 .bottom_post ul {
	padding: 0 10px;
	margin: 10px;
	color: #1769d8;
}
.box_cat.style5 .bottom_post .title {
	font-size: 1rem;
}
.audio_img {
	padding-top: 61.4%;
	overflow: hidden;
	display: block;
	position: relative;
}
.audio_img img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 991px) {
	.box_cat .thumb_top .item .img {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.box_cat .row {
		display: block;
	}

	.box_cat .list_posts .item {
		width: 100%;
	}
	.box_no_header {
		padding-top: 0;
	}
}
@media (max-width: 480px) {
}
