#home_newsbox.page_home {
	margin:120px auto;
}
#home_newsbox.page_default {
	margin:0px auto;
}
#home_newsbox h3 {
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 700;
}
#home_newsbox #home_newsbox_header {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:56px;
}
#home_newsbox.page_default #home_newsbox_header {
	margin-bottom:40px;
}
#home_newsbox_content {
	display:flex;
	justify-content: space-between;
}
#home_newsbox_content .single_newsbox_right {
	display:block;
	position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}
#home_newsbox_content .single_newsbox_right img {
	margin-bottom:20px;
}
#home_newsbox_content .single_newsbox_right .promo_title {
	display:block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom:10px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
#home_newsbox_content .single_newsbox_right .promo_title:hover {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	text-decoration: underline;
}
#home_newsbox_content > div {
	width: 100%;
	display: flex;
}
#home_newsbox_content .single_newsbox {
	display: block;
	box-sizing: border-box;
    width: 33.333%;
    max-width: calc(33.333% - 16px);
    margin-right: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}
#home_newsbox_content .single_newsbox:last-child {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
#home_newsbox_content .single_newsbox .single_content {
	position: relative;
	min-height: 200px;
}
#home_newsbox_content .datetime_post {
	color:#575A66;
	font-size:13px;
	font-weight: 700;
	margin-bottom:8px;
}
#home_newsbox_content .datetime_post {
	color:#575A66;
	font-size:13px;
	font-weight: 700;
	margin-bottom:8px;
}
#home_newsbox_content .title_post_small {
	display:block;
	font-size:20px;
	font-weight: 700;
	margin-bottom:10px;
	line-height: 1.2em;
	transition: 0.3s ease;
	min-height: 50px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
#home_newsbox_content .title_post_small:hover {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	text-decoration: underline;
}
#home_newsbox_content .text_post {
	font-size:14px;
	font-weight: 500;
	margin-bottom:24px;
	line-height: 1.6em;
	min-height: 45px;
	color:#2E3338;
}
#home_newsbox_content .text_post a {
	display:block;
	font-weight: 700;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	text-decoration: underline;
}
#home_newsbox_content .category_post {
	position: absolute;
	bottom:3px;
	font-size:13px;
	font-weight: 600;
	color:#000000;
	background-color: #E8DFD9;
	padding:4px 10px;
	border-radius:20px;
	margin:0;
}
#home_newsbox_content .single_newsbox_right img {
	max-width: 100%;
}

@media(max-width:991px) {
	#home_newsbox_content {
		flex-direction: column;
	}
	#home_newsbox_content > div {
		max-width: 100%;
		flex-direction: column;
		width: 100%;
	}
	#home_newsbox_left {
		display: flex;
	}
	#home_newsbox_right {
		order:1;
		margin-bottom: 48px;
	}
	#home_newsbox_right p.text_post {
		padding-bottom:20px;
	} 
	#home_newsbox_content .single_newsbox_right .promo_title {
		font-size: 32px;
	}
	#home_newsbox #home_newsbox_header {
		margin-bottom: 48px;
	}
	#home_newsbox.page_home {
		margin: 96px auto;
	}
	#home_newsbox.page_home h2 {
		font-size: 44px;
	}
}

@media(max-width:600px) {
	#home_newsbox_content .single_newsbox_right .promo_title {
		font-size: 20px;
	}
	#home_newsbox_content .single_newsbox {
		flex-direction: column;
		max-width: 100%;
		width: 100%;
	}
	#home_newsbox_content .single_newsbox img {
		width: 100%;
	}
	#home_newsbox_content .single_newsbox .single_content {
		padding:0;
	}
	#home_newsbox_header .button_simple {
		display:none!important;
	}
	#home_newsbox_content .text_post {
		min-height: 100px;
	}
	#home_newsbox_right {
		border-bottom: 1px solid #A7B2BE;
  		padding-bottom: 24px;
  		margin-bottom: 24px;
	}
	#home_newsbox_left > div:last-of-type {
		border:0!important;
	}
	#home_newsbox_left .button_default {
		display:block;
		text-align: center;
		margin:30px auto 0 auto;
		max-width: 200px;
	}
}

body.single-post .single_post_container{
	overflow-wrap: break-word;
  	word-break: break-word;
}

.single_newsbox .single_photo img {
	max-width: 100%;
}