.the-content{
	text-align: justify;
	color:#818181;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
}
.the-content span{
	font-size: 17px;
	line-height: 25px;
	color:#06689d;
	font-weight: 600;
}
.the-content-bg-1{
	margin-bottom: 15px;
}
.the-content-bg-2{
	padding: 30px 0 35px;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.boxAbout{
	background: #f7f7f7;
	padding: 30px 0 40px;
	margin-bottom: 30px;
}
.boxAbout .title{
	margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
}
.boxAbout .title:before{
	content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width: 40px;
    border-bottom: solid 3px #06689d;
}
.boxAbout .title h2{
	font-size: 17px;
	line-height: 23px;
	color:#373435;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.itemAbout{
	margin-bottom: 30px;
}
.itemAbout .img{
	padding-top: 72.140425%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.itemAbout .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;
}
.itemAbout .img:hover img{
	-webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
.itemAbout .tend{
	margin-bottom:20px;
}
.itemAbout .tend a{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color:#06689d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
}
.itemAbout .tend a:hover{
	color:#373435;
}
.itemAbout .des{
	color:#818181;
	font-weight: 300;
	text-align: center;
	height:66px;
	overflow: hidden;
	margin-bottom: 20px;
}
.itemAbout .link{
	text-align: center;
}
.itemAbout .link a {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #06689d;
    padding: 12px 28px;
}
.itemAbout .link a:hover{
	background: #373435;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.itemAbout{
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 30px;
}
}