
.box_mid{
    width: 100%;
    margin-bottom: 40px;
}
.box_mid .mid-title{
    width: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    margin-bottom: 25px;
	margin-top:30px;
}
.box_mid .mid-title:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 166px;
    height: 23px;
    background:url(../images/title_about.png) no-repeat;
    margin-left: -85px;
}
.box_mid .mid-title .titleL{
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.box_mid .mid-title .titleL h1{
    font-size: 41px;
    line-height: 51px;
    font-weight: normal;
}


.the-content{
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #555555;
    margin-bottom: 15px;
}
.the-content h2{ padding-left:50px; font-size:32px; color:#00adef; text-transform:uppercase; font-weight:bold; position:relative; line-height:40px;}
.the-content h2:before{ position:absolute; content:'\f10d'; top:-5px; left:0; font-family:'fontawesome'; font-size:45px; color:#00adef;}
.the-content h3{ padding-left:15px; font-size:20px; line-height:30px; color:#00adef; text-transform:none; font-weight:bold; position:relative;}
.the-content h3:before{ position:absolute; content:'\f0da'; top:0px; left:0; font-family:'fontawesome'; font-size:20px; color:#00adef;}


.vnt-about .item {
    background: #00adef;
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
} .vnt-about .item .i-link a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
 .vnt-about .i-text { text-align:center;}

 .vnt-about .i-text a{
    font-size: 18px;
    line-height: 28px;
	color:#333333;
    font-weight: 400;
	text-transform:none;
	text-align:center;
}
.vnt-about .item .i-con {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px auto;
}

 .vnt-about .item .i-con .front {
    width: 140px;
    height: 140px;

    color: #ffffff;
    text-align: center;
}
.vnt-about .item .i-con .front a{ display:block; height:100%; width:100%; border-radius:50%;}
.vnt-about .row .col-md-3:nth-child(3) img {
	width: 55px;
    height: 67px;
}

 .vnt-about .item .i-con .front img
{
	transform:translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	position:absolute;
	top:50%;
	max-width: 65px;
    max-height: 65px;

	
}

 .vnt-about.item .i-con .front i{
    font-size: 25px;
    line-height: 35px;
}
.vnt-about .item .i-con .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: absolute;
    top:0;
    text-align: center;
}


 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	-webkit-backface-visibility: hidden; 
   	backface-visibility: hidden;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

 .hi-icon:hover {
	background:#0c4ca3;
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #3851bc, 0 0 0 10px #0c4ca3;
	}
	100% {
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #0c4ca3, 0 0 0 10px #0c4ca3;
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #0c4ca3, 0 0 0 10px #0c4ca3;
	}
	100% {
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #0c4ca3, 0 0 0 10px #0c4ca3;
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #0c4ca3, 0 0 0 10px #0c4ca3;
	}
	100% {
		box-shadow: 0 0 0 2px #0c4ca3, 0 0 10px 10px #0c4ca3, 0 0 0 10px #0c4ca3;
		transform: scale(1.5);
		opacity: 0;
	}
}
