.corp_layout .page_html{
	padding: 0;
	padding-bottom: 100px;
}
.corp_layout .filters{
	text-align: right;
	padding: 30px 0;
}
.corp_layout .filters select{
	width: auto;
	display: inline-block;
}
.corp_layout .corp_lists{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -30px;
}
.corp_layout .corp_lists .cors_rows{
	width: 25%;
	padding: 15px;
	position: relative;
	filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.corp_layout .corp_lists .cors_rows:hover{
	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	     -o-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.corp_layout .corp_lists .cors_rows .img{
	height: 242px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.corp_layout .corp_lists .cors_rows .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.corp_layout .corp_lists .cors_rows:hover .img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.corp_layout .corp_lists .cors_rows .date{
	font-size: 13px;
	color: #B42124;
	font-weight: 500;
}
.corp_layout .corp_lists .cors_rows .name{
	display: block;
	padding: 10px 15px;
	padding-bottom: 15px;
	padding-top: 50px;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	background: linear-gradient(180deg, rgba(12, 36, 63, 0) 0%, rgba(8, 26, 47, 0.77) 100%);
	left: 15px;
	right: 15px;
}
.corp_layout .corp_lists .cors_rows .share_icon > ul{
	position: absolute;
	top : 25px;
	right: 25px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.corp_layout .corp_lists .cors_rows:hover .share_icon > ul{
	opacity: 1;
}
.new_view > h1{
	font-size: 32px;
	color: #1F3856;
}
.new_view > .date{
	color: #B42124;
}
.new_view .new_html{
	display: flex;
	flex-direction: row;
	padding-top: 30px;
}
.new_view .new_html .img{
	padding-right: 30px;
	min-width: 40%;
}
.new_view .new_html .img > img{
	width: 100%;
}
.new_view .new_html .info{
	width: 100%;
}
.new_view .new_html .info .share{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.new_view .new_html .info .share .share_icon > ul{
	margin-left: 15px;
}
.new_view .new_html .info .share .share_icon > ul > li{
	display: inline-block;
}
@media (max-width: 1550px) {
	.corp_layout .corp_lists .cors_rows .img{
		height: 200px;
	}
	.corp_layout .corp_lists .cors_rows .name{
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.corp_layout .corp_lists .cors_rows{
		width: 33.33%;
	}
	.new_view > h1{
		font-size: 24px;
	}
	.new_view .new_html{
		padding-top: 10px;
	}
	.new_view .new_html .img{
		width: 30%;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 991px) {
	.corp_layout .filters{
		padding: 15px;
	}
	.corp_layout .corp_lists .cors_rows{
		padding-top: 0;
	}
	.corp_layout .corp_lists .cors_rows .img{
		height: 150px;
	}
	.web_html_nav{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    white-space: nowrap;
	    overflow: hidden;
	   overflow-x: auto;
	}
	.corp_layout .page_html{
		padding: 20px 0;
	}
	.new_view > h1{
		font-size: 20px;
	}
	.new_view .new_html{
		display: block;
		padding-top: 0;
	}
	.new_view .new_html .img{
		width: 100%;
		padding: 0;
	}
	.new_view .new_html .info{
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.corp_layout .corp_lists .cors_rows{
		width: 50%;
	}
}
@media (max-width: 575px) {
	.corp_layout .corp_lists .cors_rows .img{
		height: 30vw;
	}
}