.vntServices .item{
    margin-bottom: 50px;
}

.vntServices .item:hover .thumb img{
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.vntServices .row{
    margin: 0 -20px;
}
.vntServices .row > div{
    padding: 0 20px;
}
.vntServices .item .title{
    padding: 20px 0;
    font-size: 18px;
    line-height: 27px;
    border-top: 4px solid #f47721;
}
.vntServices .item .title a{
    display: block;
    height: 27px;
    overflow: hidden;
    color: #00623d;
}
.vntServices .item .thumb{
    position: relative;
    overflow: hidden;
}
.vntServices .item .thumb a{
    display: block;
    padding-bottom: 75.56%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vntServices .item .thumb a:hover{
    transform: scale(1.1);
    -webkit-transition: all 22s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.vntServices .item .thumb a img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    display: none;
}
.vntServices .item .tend{
    padding: 30px 20px;
    background-color: #f2f2f2;
    font-size: 18px;
    line-height: 27px;
}
.vntServices .item .tend a{
    display: block;
    color: #000;
    height: 81px;
    overflow: hidden;
}
/*  */
.boxLinkAllPage .titleBox{
	padding: 20px 20px;
	letter-spacing: 1.1px;
	background-color: #7d7d7d;
	font-size: 22px;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
}
.boxLinkAllPage .lstLink{
	padding: 30px 20px;
	background-color: #f2f2f2;
}
.boxLinkAllPage .lstLink li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.boxLinkAllPage .lstLink li:last-child{
	margin-bottom: 0;
}
.boxLinkAllPage .lstLink li::before{
	content: '\f105';
	position: absolute;
	top: 0px;
	left: 0px;
	font-family:"fontawesome";	
}
.boxLinkAllPage .lstLink li.current a, .boxLinkAllPage .lstLink li:hover a{
	color: #f47721;
}
@media all and (max-width: 991px){
    .vntServices .item{
        margin-bottom: 30px;
    }
}