.vnt-codong .codong:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.codong{
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: dashed 1px rgba(0,0,0,0.2);
}
.codong:after{
	content: "";
	display: block;
	clear: both;
}
.codong .img{
	width: 370px;
	float: left;
	margin-right: 30px;
}
.codong .img .wrap{
	padding-top: 62.666666%;
	position: relative;
	overflow: hidden;
}
.codong .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.codong .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.codong .caption{
	overflow: hidden;
}
.codong .tend{
	margin-bottom: 10px;
}
.codong .tend a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.codong .des{
	color:#666666;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 25px;
}
.codong .link a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.codong .link a span{
	padding-right: 15px;
	position: relative;
}
.codong .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%);
}
.codong .link a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*====================================================*/
.menuCodong{
	border-bottom: solid 1px #cccccc;
	position: relative;
}
.menuCodong ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.menuCodong ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 22px;
}
.menuCodong ul li.active a{
	background: #efefef;
}
.menuCodong .mc-menu {
    font-size: 16px;
    line-height: 24px;
    background: #efefef;
    font-weight: bold;
    padding: 9px 10px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.menuCodong .mc-menu:before{
	content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vnt-item-codong{
	margin-bottom: 30px;
}
.itemC {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.itemC .txt{
	font-size: 16px;
	line-height: 24px;
}
.itemC .tools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.itemC .tools a {
    display: block;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 5px 13px;
    margin-left: 5px;
}
.itemC .tools a span{
	padding-left: 25px;
	position: relative;
}
.itemC .tools a span:before{
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.itemC .tools a:first-child span:before{
	content: "\f019";
}
.itemC .tools a:last-child span:before{
	content: "\f1c1";
}
.itemC .tools a.eye span:before{
	content: "\f06e";
}
.itemC .tools a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*=====================================================*/
.the-content{
	margin-bottom: 30px;
}
.download{
	padding-left: 75px;
	position: relative;
}
.download .txt{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.download .link a{
	display: block;
	padding-left: 30px;
	position: relative;
	color:#a60d12;
	font-size: 16px;
	line-height: 24px;
}
.download .link a:before{
	content: "\f019";
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: 0;
}
.download .link a:hover{
	color:#ce8a14;
}
/*================================================*/
.myPopup .fancybox-close{
	height: 45px;
	width: 45px;
	border-radius: 100%;
	background: #ffffff;
}
.myPopup .fancybox-close:before{
	content: "\f00d";
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 18px;
	line-height: 26px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.codong .img{
	width: 270px;
}
.codong .tend a{
	font-size: 18px;
	line-height: 26px;
}
.menuCodong{
	border-bottom: none;
}
.menuCodong ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background: #ffffff;
	border:solid 1px #efefef;
}
.menuCodong.active ul{
	display: block;
}
.menuCodong ul li a{
	font-weight: normal;
}
.menuCodong ul li.active a{
	background: #ffffff;
	color:#a60d12;
}
.itemC{
	display: block;
}
.itemC .txt{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
}

@media all and (max-width: 768px){
.codong .img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
}
}