.info_cat {
    margin-top: 50px;
	margin-bottom: 50px;
}
.info_cat > .container, .article_4 > .container, .video_4 > .container {
	max-width: 1420px;
	padding: 0;
}
.info_cat h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.cat_desc {
    font-size: 15px;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 60px;
}
.info_block .card > a {
    height: 160px;
    overflow: hidden;
	position: relative;
}
.info_block .card a::before {
    content: "";
    background: #ffffff50;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.info_block .card:hover a::before {
    opacity: 1;
}
.info_block .card-body {
    padding: 1rem 0 0;
}
.info_block h4 a, .info_block .card-body a {
    font-size: 15px !important;
    text-decoration: none;
    font-family: Montserrat !important;
}
.info_block .card-text {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	min-height: 100px;
	display: block;
}
.info_block .card {
    box-shadow: 0 6px 6px #00000040;
    border-radius: 0;
    padding: 30px;
}
.info_block .news-list-more {
    display: none;
}
.news-list-view.news-list-post-params {
    margin-top: 20px;
}
.news-list-item-embed-slider {
	margin:0;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.news-list {
    padding-bottom: 80px;
}
.info_block h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.news_col_4 {
    margin-bottom: 50px;
    padding-top: 50px;
}
.article_4 {
    background: #D79B1C;
}
.news-detail {
    display: flex;
}
.news-detail .news-detail-title {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

.news-detail .news-detail-other {
    margin-bottom: 25px;
    font-size: 13px;
    color: #6D6E71;
    font-weight: 500;
}
.news-detail-othercontent {
    margin-left: 30px;
}
.news-detail-othercontent .row {
    flex-direction: column;
}
.news-detail-othercontent .row .news-list-item {
    margin-bottom: 40px !important;
    width: 350px;
}