.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo16{
    text-align: center;
}
#articleInfo16 h4.wow.delay2{
	    padding: 20px 15px 15px 15px;
	    border-bottom: 1px #959595 dashed;
	    color: #444;
	    font-size: 23px;
	    margin: 30px auto 50px;
	    text-align: center;
}
#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	margin: 15px 0 30px;
}
#articleInfo16 .item > div {
	/* float: left; */
	width: 35%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item:nth-child(2n) > div {
	/* float: right; */
}
#articleInfo16 .item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo16 .item .photo {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: none;
}
#articleInfo16 .item .photo img {
	width: 100%;
}
#articleInfo16 .item .info {
	/* margin: 0 0 0 5%; */
	width: 100%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo16 .item .info h3 {
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	color: #060606;
	/* text-align: center; */
}
#articleInfo16 .item .info h3 span{
	padding: 0px 10px 10px;
	font-size: 16px;
	color: #515151;
	}

#articleInfo16 .item:nth-child(2n) .info {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo16 .item .info h5 {
	padding: 10px 15px;
	border-bottom: 1px #000 solid;
	font-size: 20px;
	color: #444;
	font-weight: 200;
}
#articleInfo16 .item .info h3 {
	padding: 15px;
	font-size: 22px;
	color: #212121;
	font-weight: 200;
}
#articleInfo16 .item .info article {
	margin: 0 15px;
}
/*table
*----------------------------------------------------------------------------*/

.table-container { width: 100%; overflow-y: auto; margin: 0 0 .5em; -webkit-overflow-scrolling: touch;}
.table_brand {width: 100%;/* background-color: #e8e8e8; *//* border-left: 1px #fff solid; *//* border-top: 1px #fff solid; */}
.table_brand th, .table_brand td{border-right: 1px rgb(228 228 228 / 32%) solid;border-bottom: 1px rgb(228 228 228 / 32%) solid;padding: 8px;}
.table_brand th{background-color: #cccccc21;font-size: 18px;color: #2c2c2c;font-weight:400;width: 33%;}
.table_brand tr{border-top: 1px #c1c1c1 solid;border-bottom: 1px #cecece solid;}
.table_brand td.alt{ text-align:left;}

@media screen and (max-width: 768px) {
	#articleInfo16 .item .photo {
		position: absolute;
		width: 15%;
		top: 0;
	}
	#articleInfo16 .item:nth-child(2n) .photo {
		right: 0;
		display: none;
	}
	#articleInfo16 .item .info {
		margin: 0;
		width: 100%;
	}
	#articleInfo16 .item .info h5 ,
	#articleInfo16 .item .info h3 {
		/* margin: 0 0 0 auto; */
		/* padding: 10px 2%; */
		/* width: 76%; */
	}
	#articleInfo16 .item .info h3 {
		padding: 15px 2%;
	}
	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0 auto 0 0;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo16 .item > div ,
	#articleInfo16 .item:nth-child(2n) > div {
		float: none;
	}
	#articleInfo16 .item .photo {
		position: relative;
		margin: 0 auto 10px;
		width: 60%;
		display: block;
		display: none;
	}
	#articleInfo16 .item .info h5 ,
	#articleInfo16 .item .info h3 ,
	#articleInfo16 .item:nth-child(2n) .info h5 ,
	#articleInfo16 .item:nth-child(2n) .info h3 {
		margin: 0;
		padding: 10px 2%;
		width: 96%;
	}
}
