.date i {
	color: #60b13f;
	font-size: 15px;
	font-weight: 400;
}

.date {
	color: #888;
	font-size: 15px;
	font-weight: 400;
}

.content-news{
	color: #666;
	font-weight: 300;
}

.feature-photo{
	background-color:#fff;
	border-radius: 6px;
}
.box-title {
	color: #C2CED8;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	height: 60px;
	letter-spacing: 1px;
	padding: 0 30px;
	font-size: 18px;
	line-height: 60px;
	background-color:#000;
	text-transform: uppercase;
}

.box-photo {
	display: block;
	position: relative;
	background-image: url(../upload/n01.jpg);
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	height:210px;
	width: 100%;
	border-radius: 6px;
}

.box-photo p {
	position: absolute;
	top: 180px;
	font-family: 'Raleway', sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
	text-shadow: 1px 1px 1px 0.1 #000;
}

.feature-photo:hover .buttons, .feature-photo:hover a {
	opacity: 1;

}

.buttons {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
	white-space: nowrap;
}

.buttons a {
	display: block;
	position: absolute;
	left: 120px;
	width: 120px;
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	opacity: 0;

}

a.b-view {
	top: 40%;
	position: relative;
	-webkit-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
.description{
	color: #555555;
}

.description h5{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.box-wrapper .info {
	display: block;
	height: 188px;
	padding: 20px;
	background-color: #ebebeb;
	border-radius: 0px;
	border-bottom: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}    

.box-wrapper .info h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin: 0 0 5px 0;
	color: #296ca0;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
}

.box-wrapper .info .date{
	color: #60b13f;
	font-size: 15px;
	font-weight: 400;
}

.view {
	overflow: hidden;
	position: relative;
	text-align: left;
	border-radius: 0px;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}


.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}
.view a.info:hover {
	box-shadow: 0 0 5px #000
}

.view-first img { 
	transition: all 0.2s linear;
}
.mask  {
	opacity: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.42)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000', GradientType=0);
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out;
}

.view-first .info{
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.feature-photo:hover .mask  {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

}

.feature-photo:hover{
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}


.title-new h3 {
	position: relative;
	bottom: -21px;
	color: #333;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #38b6d1;
	outline: 0;
}


.title-new h4 {
	position: relative;
	bottom: -21px;
	color: #333;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #38b6d1;
	outline: 0;
}

.title-new {
	padding-bottom: 4px;
	border-bottom: 2px solid #d9d9d9;
	/* width: 90vw; */
	margin-bottom: 15px;
}

.blog-date {
	position: absolute;
	width: 158px;
	height: 42px;
	padding: 8px;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #333333e3;
}

.blog-date {
	color: #fff;
}



.box-detail-all {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07000000000000001);padding-top: 25px;border: solid 1px #f5f5f5;padding-left: 20px;padding-right: 20px;
}


.box-detail-all h3{
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0px;
	
}






















@media (max-width: 414px) {
	.box-detail-all h3{
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 20px 0px;

	}

	.box-detail-all {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07000000000000001);
		padding-top: 10px;
		border: solid 1px #f5f5f5;
		padding-left: 10px;
		padding-right: 10px;
	}
	.box-wrapper .info {
		display: block;
		height: 170px;
		padding: 20px;
		background-color: #ebebeb;
		border-radius: 0px;
		border-bottom: solid 1px #e0e0e0;
		border-left: solid 1px #e0e0e0;
		border-right: solid 1px #e0e0e0;
	}
}


@media (max-width: 375px) {
	.box-wrapper .info {
		display: block;
		height: 170px;
		padding: 20px;
		background-color: #ebebeb;
		border-radius: 0px;
		border-bottom: solid 1px #e0e0e0;
		border-left: solid 1px #e0e0e0;
		border-right: solid 1px #e0e0e0;
	}

	.page-blue {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #004990;
	}


}