.service{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.service .img{
	width: 470px;
}
.service .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.service .img a 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;
}
.service .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.service .caption{
	width:-webkit-calc(100% - 470px);
	width:-moz-calc(100% - 470px);
	width:-o-calc(100% - 470px);
	width:calc(100% - 470px);
	padding-left: 20px;
}
.service .tend{
	margin-bottom: 10px;
}
.service .tend a{
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color:#2c75d1;
}
.service .tend a:hover{
	color:#00562b;
}
.service .des{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.service .des *{
	padding: 0 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	font-weight: normal !important;
}
.service .des span{
	font-family: 'UVN Nguyen Du';
	color:#00562b;
}
.service .linkDf{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.service .linkDf a.v1{
	font-size: 18px;
	line-height: 22px;
	background: #2c75d1;
	color: #00562b;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 15px;
	margin-right: 15px;
	background: transparent;
	border: 1px solid #00562b;
}
.service .linkDf a.v1:hover{
	background: #fff200;
	border-color: #fff200;
	color: #333;
}
.service .linkDf a.btn-baogia{
	font-size: 18px;
	line-height: 22px;
	background: #00562b;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 15px;
	border: 1px solid #00562b;
}
.service .linkDf a.btn-baogia:hover{
	background: #fff200;
	color: #333;
	border-color: #fff200;
}
.service .linkDf a.btn-baogia span{
	padding-right: 30px;
	position: relative;
}
.service .linkDf a.btn-baogia span:before{
	content: "\f178";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==================================================*/
.the-content{
	margin-bottom: 30px;
}
.the-content .templateNumber{
	padding-left: 50px;
	position: relative;
	margin: 10px 0px;
	margin-bottom: 30px;
}
.the-content .templateNumber .num{
	width: 40px;
	height: 40px;
	background: #2c75d1;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.the-content .templateNumber .t1{
	font-size: 18px;
	line-height: 26px;
	color: #2c75d1;
	text-transform: uppercase;
	font-weight: bold;
}
.the-content .templateNumber .cont p{
	padding: 0;
}
/*====================================================*/
.the-contact{
	background: #2c75d1;
	margin-bottom: 30px;
}
.the-contact .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}
.the-contact .grid .col{
	width: 50%;
	padding: 30px 25px;
	border-right: solid 1px #ffffff;
}
.the-contact .grid .col:last-child{
	border-right: none;
}
.the-contact .title{
	font-size: 17px;
	line-height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.the-contact .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: solid 1px #2c75d1;
}
.the-contact .title span{
	font-family: 'UVN Nguyen Du';
}
.the-contact .address .be{
	padding-left: 30px;
	position: relative;
	color:#ffffff;
	margin-bottom: 10px;
}
.the-contact .address .be:before{
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
}
.the-contact .link a.v1{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	text-transform: uppercase;
	width: 100%;
	padding: 14px 20px;
	background: #bf1e2e;
	position: relative;
	margin-bottom: 10px;
}
.the-contact .link a.v1:before{
	content: "\f095";
	font-family: FontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-contact .link a.v2{
	display: block;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	width: 100%;
	padding: 14px 20px;
	background: #f2ecd1;
	position: relative;
	margin-bottom: 10px;
}
.the-contact .link a.v2:before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-contact .link a.v2:hover{
	background: #333333;
	color:#ffffff;
}
/*=====================================================*/
/*=======================BOX SIDEBAR===============*/
.box_news_sidebar{
	margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555555;
	background: #f9f6e8;
	padding: 11px 20px;
	margin-bottom: 2px;
}
.box_news_sidebar .bn_title h3{
	font-size: inherit;
	line-height: inherit;
}
.box_news_sidebar .bn_content .item {
	background: #f9f6e8;
	padding: 20px;
	margin-bottom: 2px;
}
.box_news_sidebar .bn_content .item .i-image{
	overflow: hidden;
	margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
	display: block;
	padding-top: 66.666667%;
	position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-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);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.box_news_sidebar .bn_content .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);
}
.box_news_sidebar .bn_content .item .i-title {
	font-size: 13px;
	line-height: 21px;
	color: #2c75d1;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
	.service .img{
		width: 380px;
	}
	.service .caption{
		width:-webkit-calc(100% - 380px);
		width:-moz-calc(100% - 380px);
		width:-o-calc(100% - 380px);
		width:calc(100% - 380px);
		padding-left: 20px;
	}
	.service .des{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.service .des *{
		font-size: 14px !important;
		line-height: 22px !important;
	}
}

@media all and (max-width: 768px){
	.service{
		display: block;
	}
	.service .img,
	.service .caption{
		width: 100%;
	}
	.service .caption{
		padding: 15px 20px;
	}
	.the-contact .grid{
		display: block;
	}
	.the-contact .grid .col{
		width: 100%;
		border-right: none;
		padding: 15px;
	}
	.the-contact .grid .col:first-child{
		border-bottom: solid 1px #ffffff;
	}
}

@media all and (max-width: 640px){
	.the-contact .link a.v1,
	.the-contact .link a.v2{
		font-size: 14px;
	}
	#vnt-popup .row .col-xs-6{
		width: 100%;
	}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){

}