.desPhat{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: solid 1px rgba(0,0,0,0.25);
}
.desPhat .wrap{
	max-width: 1024px;
	margin: 0 auto;
}
/*================================================*/
.vnt-phattrien .phattrien:last-child{
	margin-bottom: 0;
}
.vnt-phattrien .phattrien:nth-child(odd) .col:nth-child(1){
	order:1;
}
.vnt-phattrien .phattrien:nth-child(odd) .col:nth-child(2){
	order:2;
}
.vnt-phattrien .phattrien:nth-child(even) .col:nth-child(1){
	order:2;
}
.vnt-phattrien .phattrien:nth-child(even) .col:nth-child(2){
	order:1;
}
.phattrien{
	background: #fafafa;
	margin-bottom: 40px;
}
.phattrien .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}
.phattrien .grid .col{
	width: 50%;
	padding: 0 15px;
}
.phattrien .img{
	position: relative;
}
.phattrien .img img{
	width: 100%;
}
.phattrien .img:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.phattrien:hover .img:before{
    right:10px;
    left:10px;
}
.phattrien .img:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.phattrien:hover .img:after{
    top:10px;
    bottom:10px;
}
.phattrien .caption{
	padding: 25px 0;
}
.phattrien .tend{
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.phattrien .tend:before{
	content: "";
	width: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 2px #a60d12;
}
.phattrien .tend a{
	display: block;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.phattrien .des{
	font-size: 16px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
	color:#666666;
	margin-bottom: 20px;
	text-align: justify;
}
.phattrien .link a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.phattrien .link a span{
	padding-right: 15px;
	position: relative;
}
.phattrien .link a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.phattrien .link a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.phattrien .grid{
	display: block;
}
.phattrien .grid .col{
	width: 100%;
}
.phattrien .caption{
	padding: 15px 20px;
}
.phattrien .tend a{
	font-size: 20px;
	line-height: 28px;
}
.phattrien .des{
	font-size: 14px;
	line-height: 22px;
	max-height: initial;
}
}