.grid_news {
	overflow: hidden;
}
.grid_news .row_news{
	margin: 0 -15px 30px -15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.grid_news .row_news .wrap_item{
	width: 33.333%;
	float: left;
	padding: 0 15px;
}
.grid_news .item .i-image{
	overflow: hidden;
	margin-bottom: 10px;
}
.grid_news .item .i-image img{
	width: 100%;
	-webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid_news .item .i-image:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.grid_news .item .i-title{
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.grid_news .item .i-title a{
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.grid_news .item .i-date{
	font-size: 12px;
	line-height: 20px;
	color: #777777;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	margin-top: 6px;
}
.grid_news .item .i-date:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f133";
}
.grid_news .item .i-download a{
	display: inline-block;
	padding-left: 28px;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	padding-top: 6px;
	position: relative;
}
.grid_news .item .i-download a:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: '\f019';
	color: #004e8a;
	font-size: 20px;
	line-height: 28px;
}
.grid_news .item .i-download a:hover {
	color: #004e8a;
}
.feature_new{
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.feature_new .item{
	height: 387px;
	color: #ffffff;
	position: relative;
}
.feature_new .item .i-image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 300px;
}
.feature_new .item .i-image a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.feature_new .item .i-image img{
	display: none;
}
.feature_new .item .i-desc{
	width: 300px;
	margin-left: auto;
	padding: 20px 0 0 30px;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	height: 300px;
}
.feature_new .item .i-desc .i-date{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 8px;
}
.feature_new .item .i-desc .i-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.feature_new .item .i-desc .i-title a{
	font-size: 22px;
	line-height: 30px;
	max-height: 120px;
	font-weight: 600;
	overflow: hidden;
}
.feature_new .item .i-desc .i-content{
	font-size: 15px;
	line-height: 24px;
	max-height: 110px;
	color: #666666;
	text-align: justify;
}
.feature_new .item .i-desc .i-date{
	font-size: 12px;
	line-height: 20px;
	color: #777777;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	margin-top: 6px;
}
.feature_new .item .i-desc .i-date:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f133";
}
.feature_new .item .i-desc .i-download a {
	display: inline-block;
	padding-left: 28px;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	padding-top: 6px;
	position: relative;
}
.feature_new .item .i-desc .i-download a:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: '\f019';
	color: #004e8a;
	font-size: 20px;
	line-height: 28px;
}
.feature_new .item .i-desc .i-download a:hover {
	color: #004e8a;
}
.feature_new .slick-dots{
	width: 260px;
	bottom: 20px;
	right: 280px;
	margin-right: -260px;
}
.feature_new .slick-dots li{
	width: 40px;
	height: 40px;
	border:1px solid #ffffff;
	background-color: #ffffff;
	text-align:center;
	overflow: hidden;
	color: #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.feature_new .slick-dots li.slick-active{
	color:#ffffff;
	background: #d70a5a;
	border-color: #ffffff;
}
.feature_new .slick-dots li button{
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	font-weight: bold;
	width: 40px;
	height: 40px;
}
.feature_new .slick-dots li button:before{
	content:"";
}
.feature_new .slick-dots li.slick-active button{
	color: #ffffff;
}
#feature_new .slick-arrow{
	width: 40px;
	height: 40px;
	background: #f2f2f2;
	top: auto;
	bottom: 0;
	margin-bottom: -20px;
	color: #999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#feature_new .slick-arrow:hover{
	background: #004e8a;
	color: #ffffff;
}
#feature_new .slick-prev{
	left: auto;
	right: 230px;
}
#feature_new .slick-next{
	right: 185px;
}
#feature_new .slick-arrow:after{
	position: absolute;
	font-family: FontAwesome;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	line-height: 30px;
}
#feature_new .slick-prev:after{
	content: '\f104';
}
#feature_new .slick-next:after{
	content: '\f105';
}
/*===========BEGIN: COMMENT=============*/
.comment{
	margin-bottom: 20px;
}
.comment .pagination{
	margin-bottom: 10px;
}
.comment .title{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #db231a;
	font-weight: bold;
}
.formComment{
	background: #f1f1f1;
	border: 1px solid #dddddd;
	padding: 14px;
}
.formComment .form_title{
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
}
.formComment .w_content .wc_left{
	float: left;
	width: 55%;
}
.formComment .w_content .wc_right{
	float: right;
	width: 45%;
	padding-left: 10px;
}
.formComment .w_content .w_input{
	margin: 0 -5px;
}
.formComment .w_content .w_input .w_left{
	width: 50%;
	padding: 0 5px;
	float: left;
}
.formComment .w_content .w_input .w_right{
	width: 50%;
	padding: 0 5px;
	float: right;
}
.formComment .w_content label{
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	margin: 5px 0;
}
.formComment .form-control{
	height: 38px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.formComment textarea.form-control{
	resize: vertical;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}
.formComment .input-group-btn{
	padding-left: 5px;
	vertical-align: top;
}
.formComment button.btn{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	padding: 7px 25px;
	text-transform: uppercase;
	background: #004e8a;
	margin-right: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	border: 1px solid #004e8a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.formComment button.btn:hover{
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}
.formComment button.btn:active{
	outline: none;
}
.formComment button.btn span{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
/*=================================*/
.grid-comment{
	margin-bottom: 20px;
}
.grid-comment .node-commnet{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar img{
	width: 100%;
}
.grid-comment .node-commnet .info-comment{
	font-size: 15px;
	line-height: 25px
}
.grid-comment .node-commnet .info-comment .info-preson{
	font-size: 12px;
	line-height: 25px;
	color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
	font-size: 14px;
	color: #c6000c;
	font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 24px;
	text-align: right;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
	text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
	position: absolute;
	font-family:"fontawesome";
	content:"\f064";
	top: 0;
	left: 0;
}
.listanswer{
	margin-top: 5px;
	margin-left: 40px;
}
.listanswer .nodeanswer{
	background-color: #f2f2f2;
	margin-bottom:1px;
	padding: 15px;
}
/*===========END: COMMENT=============*/
.the_content{
	margin-bottom: 20px;
	text-align: justify;
}
.the_ifarme{
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
	.grid_news .row_news{
		margin: 0 -10px 20px -10px;
	}
	.grid_news .row_news .wrap_item{
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px){
	.feature_new .item{
		height: auto;
	}
	.feature_new .item .i-image{
		position: static;
	}
	.feature_new .item .i-image a{
		background-image: none;
	}
	.feature_new .item .i-image img{
		display: block;
		width: 100%;
	}
	.feature_new .item .i-desc{
		width: 100%;
		height: auto;
		padding: 20px 0 70px 0;
	}
	.feature_new .slick-dots{
		width: auto;
		right: auto;
		left: 20px;
		margin-right: 0;
	}
	#feature_new{
		margin: 0 -10px;
	}
	.feature_new .item{
		margin: 0 10px;
	}
	#feature_new .slick-prev{
		left: 10px;
		right: auto;
	}
	#feature_new .slick-next{
		right: auto;
		left: 55px;
	}
}
@media screen and (max-width: 767px){
	.grid_news .row_news{
		margin: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.grid_news .row_news .wrap_item{
		padding: 0;
		width: 100%;
	}
	.grid_news .item{
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	.grid_news .item .i-image{
		width: 45%;
		float: left;
	}
	.grid_news .item .i-desc{
		width: 55%;
		float: left;
		padding-left: 20px;
	}
	.grid_news .item .i-title{
		margin-bottom: 5px;
	}
	.formComment .w_content .wc_left{
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.formComment .w_content .wc_right{
		width: 100%;
		float: none;
		padding-left: 0;
	}
}
@media screen and (max-width: 639px){
	.grid_news .item .i-desc .fl,
	.grid_news .item .i-desc .fr{
		float: none;
	}
	.grid_news .item .i-date{
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 479px){
	.grid_news .item .i-image{
		width: 100%;
		float: none;
	}
	.grid_news .item .i-desc{
		padding-left: 0;
		font-variant: normal;
		width: 100%;
	}
}