.at-arrowzex-about-us{
	padding: 40px 0 40px 0;
}
.at-arrowzex-about-us *{
	text-align: center;
}
.at-arrowzex-about-us .ch-info-content *{
	text-align: justify;
}
.at-arrowzex-about-us .at-image-intro-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.at-arrowzex-about-us .at-item-image,
.at-arrowzex-about-us .at-item-more{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-repeat: no-repeat;
	padding: 20px;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.at-arrowzex-about-us .at-image-intro-item:before{
	padding-top: 40%;
	content: "";
	display: block;
	margin-bottom: 20px;
}
.at-arrowzex-about-us .at-item-title{
	font-family: Segoe_UI;
}
.at-arrowzex-about-us .at_readmore_text{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.at-arrowzex-about-us .at-intro-item-wrap{
	padding: 10px 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.at-arrowzex-about-us .at-intro-item-wrap:hover{
	-webkit-box-shadow: 0px 0px 14px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 14px 3px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 14px 3px rgba(50, 50, 50, 0.4);
}
.at-arrowzex-about-us .at-item-more {
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.at-arrowzex-about-us .at-intro-item:hover .at-item-more {
	opacity: 0.7;
}
.at-arrowzex-about-us .at-item-more-content {
	margin: 0 auto;
	display: table;
}
.at-arrowzex-about-us .at-item-more-content .at-image{
	padding: 5px;
	background-color: #fff;
	display: inline-block;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.at-arrowzex-about-us .at-item-more >div {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}