/*=============================================================*/
.desscongtrinh{
	max-width: 870px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.congtrinh {
	margin-bottom: 40px;
}
.congtrinh .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.congtrinh .img a:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 25px;
	background: url(../images/congtrinh/picture.svg) no-repeat center;
	background-size: contain;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	pointer-events: none;
}
.vnt-congtrinh.noper .congtrinh .img a:before{
	display: none;
}
.congtrinh .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.congtrinh .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.congtrinh .tend{
	background: #fafafa;
	border:solid 1px #e5e5e5;
	padding: 10px 15px;
}
.congtrinh .tend a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	font-size: 15px;
	line-height: 23px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
}
/*=======================================================*/
.linkAll{
	text-align: center;
}
.linkAll a{
	display: inline-block;
	width: 180px;
	background: #fafafa;
	letter-spacing: 2.25px;
	border:solid 1px rgba(0,0,0,0.15);
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.linkAll a:hover{
	background: #bf1e2e;
	color:#ffffff;
}
/*========================================================*/
.popupcongtrinh .fancybox-slide--iframe{
	padding: 0;
}
.popupcongtrinh  .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
	height: 100%;
}
.popupcongtrinh .fancybox-close-small{
	width: 50px;
	height: 50px;
	background: #16ade1;
	top: 15px;
	right: 30px;
	border-radius: 100%;
	color:#ffffff;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 768px){

}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
.vnt-congtrinh .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 420px){
    
}