.main_cate{
    margin-top: 20px;
}
.main_content {
    padding-top: 20PX;
}

.container.medium-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.block.block-main.block-category {
    width: calc(100% - 380px);
    /* margin-top: 20px; */
}

.card-horizontal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #414141;
}

.card-horizontal__image img {
    display: block;
}

.card-horizontal__content {
    width: calc(100% - 207px);
}

.title {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px auto;
}

.description p,
.description span {
    color: #9e9e9e !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 19px;
}

.description strong {
    font-weight: 300 !important;
}

.datetime span {
    color: #9e9e9e !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 19px;
    margin-top: 10px;
}

.hover-image img {
    transition: all .5s ease;
    /* position: absolute; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotate(.01deg) scale(1);
    border-radius: 3px;
}

.card-horizontal__image {
    width: 197px;
    height: auto;
    display: block;
    position: relative;
}

.hover-image:hover img {
    transition: all .5s ease;
    transform: rotate(.01deg) scale(1.01);
}

.card-horizontal.card-horizontal-highlight {
    background: #e8eaef;
    border-radius: 3px;
    padding-bottom: 0;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__image {
    width: 470px;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__content {
    width: calc(100% - 500px);
    padding: 15px;
}

.card-horizontal.card-horizontal-highlight .title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
}


.card-horizontal-highlight .description p,
.card-horizontal-highlight .description span {
    color: #4f4f4f !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 22px;
}

.card-horizontal-highlight .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 5px auto;
    margin-top: 16px;
}
.breadcrumb {
	display: flex;
}

.breadcrumb_cate {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.breadcrumb_home {
	display: flex;
	align-items: center;
	height: 36px;
	position: relative;
	padding: 0 20px;
	transition: .3s ease;
	background-color: #fff;
}

.this_breadcrumb {
	color: #161616;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
}

.breadcrumb_home a {
	color: #f2761c;
}


.breadcrumb_page {
	background-color: rgb(213, 213, 213);
}

._4q7jo {
	display: flex;
	align-items: center;
	height: 36px;
	position: relative;
	padding: 0 20px;
	transition: .3s ease;
}

.breadcrumb_page .this_breadcrumb {
	color: rgb(22, 22, 22);
}

.breadcrumb_after,
.breadcrumb_after:after {
	position: absolute;
	transition: .3s ease;
}

.breadcrumb_after {
	height: 36px;
	/* background-color: #d5d5d5; */
	width: 2px;
	right: -10px;
	top: 0px;
}

.breadcrumb_after.breadcrumb_after_home:before {
	border-left-color: #fff;
}

.breadcrumb_after:before {
	content: "";
	position: absolute;
	top: -1px;
	width: 10px;
	height: 1px;
	z-index: 3;
	right: -9px;
	border-left: 10px solid #d5d5d5;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	transition: .3s ease;
}

.breadcrumb_after:after {
	content: "";
	top: 0px;
	width: 12px;
	height: 1px;
	z-index: 2;
	right: -10px;
	/* border-left: 10px solid #d5d5d5; */
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}

.home-content {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.h2_content_home {
    font-size: 11px;
    color: #999;
    font-weight: 700;
}

.home-content-title p {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
}

.single-content {
    font-size: 16px;
    line-height: 1.7;
}

.home-content-intro {
    margin-top: 15px;
}

.single-content {
    padding: 8px 0;
    line-height: 1.7;
    max-height: 500px;
    text-align: justify;
    overflow: auto;
    color: #000;
}

.single-content p,
.single-content span {
    padding: 8px 0;
    line-height: 1.7;
    color: #000;
    font-size: 18px;
}

.single-content a,
.single-content a span,
.single-content a p {
    color: #009cff;
}

a:link {
    text-decoration: none;
}

.single-content h2,
.single-content h2 span,
.single-content h2 p {
    font-size: 26px !important;
    font-weight: 700;
}

.single-content h3,
.single-content h3 span,
.single-content h3 p {
    font-size: 19px !important;
    font-weight: 700;
}


.single-content ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
    color: #fff;
}

.single-content figure,
.single-content img {
    width: 100%;
    margin: auto;
}

figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

.single-content figure {
    margin-bottom: 10pt;
}

.single-content::-webkit-scrollbar {
    border-radius: 5px;
    /* height: 131px; */
    width: 10px;
}

.single-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 30px;
}

.single-content a:hover span,
p {
    color: #ff9800;
}

@media only screen and (max-width: 768px) {
.container.medium-container {
    flex-direction: column;
}

.block.block-main.block-category {
    width: 100%;
}.card-horizontal.card-horizontal-highlight {
    flex-direction: column;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__image {
    width: 100%;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__content {
    width: -webkit-fill-available;
}

.card-horizontal-highlight .description {
    -webkit-line-clamp: 4;
}

.card-horizontal__image {
    width: 135px;
}

.description {
    display: none;
}

.card-horizontal__content {
    width: calc(100% - 145px);
}

.home-content {
    padding: 15px 10px;
}

.single-content {
    margin-top: 0;
}.title{
    font-size: 16px;
    line-height: 22px;
}
	.card-horizontal.card-horizontal-highlight .title {
    font-size: 19px;
}
}