.catAbout{
	margin-bottom: 30px;
}
.catAbout .caption{
	padding-top: 20px;
	border-top: solid 5px #f36f21;
}
.catAbout .tend{
	margin-bottom: 15px;
}
.catAbout .tend a{
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
}
.catAbout .des{
	font-size: 15px;
	line-height: 23px;
}
.catAbout .img a{
	display: block;
	position: relative;
	background: #000000;
	overflow: hidden;
}
.catAbout .img a img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.catAbout .img a:hover img{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 0.7;
}
.catAbout .img a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.8);
    border-bottom: solid 1px rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.catAbout .img a:hover:before{
    right:10px;
    left:10px;
}
.catAbout .img a:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.8);
    border-left: solid 1px rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.catAbout .img a:hover:after{
    top:10px;
    bottom:10px;
}
/*==========================================================*/
.the-content{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.imgBig{
	margin-bottom: 30px;
}
.logoAbout{
	margin-bottom: 10px;
}
.iconAbout{
	position: relative;
	margin-bottom: 10px;
}
.iconAbout:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.iconAbout img{
	position: relative;
	background: #ffffff;
	padding: 0 10px;
}
.sloAbout{
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-style: italic;
}
.sloAbout span{
	font-size: 28px;
	line-height: 36px;
	color:#ff0000;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.catAbout .caption{
	padding-top: 20px;
	margin-bottom: 20px;
}
.catAbout .tend a{
	font-size: 22px;
	line-height: 30px;
}
}