.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;	
}
.delay1 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay2 {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
.delay3 {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
.delay4 {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
.delay5 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.delay6 {
	animation-delay: 2.3s;
	-webkit-animation-delay: 2.3s;
}
#articleInfo5 ul {
	position: relative;
}

#articleInfo5 ul:before {
    position: absolute;
    margin-left: -23px;
    top: 30px;
    width: 4px;
    height: 80%;
    background: #6a615d;
    left: 312px;
    content: "";
}

#articleInfo5 ul li {
	overflow: hidden;
	margin: 10px 0 20px;
}

#articleInfo5 ul li > div {
	float: left;
	width: 20%;
	margin-right: 20px;
	margin-top: 23px;
}

#articleInfo5 ul li .titBox p ,
#articleInfo5 ul li .titBox h3 {
	margin-right: 10px;
	text-align: right;
	color: #84bcde;
}

#articleInfo5 ul li .titBox h3 {
	font-size: 25px;
	color: #c9a975;
	transition: all 0.4s ease-in-out 0s;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
}

#articleInfo5 ul li:hover .titBox h3 {
	margin-top: 5px;
}

#articleInfo5 ul li .icon {
	margin: 9px 10px 0;
	width: 65px;
	height: 65px;
	background: #342924;
	-webkit-box-shadow: 0 0 0 4px #69615d;
	-moz-box-shadow: 0 0 0 4px #69615d;
	-ms-box-shadow: 0 0 0 4px #69615d;
	box-shadow: 0 0 0 4px #69615d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 63px;
	font-size: 20px;
	color: #c8a873;
}
#articleInfo5 ul li .icon img{
	width: 38px;
}
#articleInfo5 ul li .info {
	position: relative;
	margin: 10px 0px 24px 30px;
	width: 60%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#articleInfo5 ul li .info:before {
    position: absolute;
    left: -7px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    content: "";
}

#articleInfo5 ul li .info h3 {
	padding: 10px;
	background: #46a4da;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	color: #fff;
}

#articleInfo5 ul li:hover .info h3 {
	-webkit-animation: animatedIcon 1s infinite linear;
	-moz-animation: animatedIcon 1s infinite linear;
	-ms-animation: animatedIcon 1s infinite linear;
	-o-animation: animatedIcon 1s infinite linear;
}

@keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-o-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-webkit-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-moz-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-ms-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}

#articleInfo5 ul li .info article {
	padding: 7px 20px;
	line-height: 170%;
	font-size: 18px;
	font-weight: 600;
	color: #b4a69f;
}


/************ = é©æ‡‰æ€§ = ************/
@media screen and (max-width: 1440px){
	#articleInfo5 ul:before {
    position: absolute;
    margin-left: -23px;
    top: 30px;
    width: 4px;
    height: 80%;
    background: #6a615d;
    left: 257px;
    content: "";
}
}

@media screen and (max-width: 1366px) {
#articleInfo5 ul:before {
    position: absolute;
    margin-left: -9px;
    top: 30px;
    width: 4px;
    height: 88%;
    background: #6a615d;
    left: 291px;
    content: "";
}
}
/* +width:1280 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo5 ul:before {
		margin-left: -44px;
		height: 81%;
	}
}

@media screen and (max-width: 960px) {
#articleInfo5 ul:before {
    margin-left: -17px;
}
}
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo5 ul:before {
		margin-left: 3px;
	}
	#articleInfo5 ul li .titBox h3 {
		font-size: 20px;
	}
#articleInfo5 ul:before {
    margin-left: -88px;
}
#articleInfo5 ul li .info {
    position: relative;
    margin: 10px 0px 24px 30px;
    width: 50%;
}
}


/* +width:640 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo5 ul:before {
		display: none;
	}
	#articleInfo5 ul li .titBox {
		width: auto;
		margin-right: 10px;
		margin-top: 14px;
	}
	#articleInfo5 ul li .info article {
    padding: 7px 0px;
}
	#articleInfo5 ul li:hover .titBox h3 {
		margin-top: 0;
	}
	#articleInfo5 ul li .icon {
		-webkit-box-shadow: 0 0 0 4px #69615d;
		-moz-box-shadow: 0 0 0 4px #69615d;
		-ms-box-shadow: 0 0 0 4px #69615d;
		box-shadow: 0 0 0 4px #69615d;
		width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 20px;
	}
	#articleInfo5 ul li:hover .icon {
		-webkit-box-shadow: 0 0 0 8px #e0e0e0;
		-moz-box-shadow: 0 0 0 8px #e0e0e0;
		-ms-box-shadow: 0 0 0 8px #e0e0e0;
		box-shadow: 0 0 0 8px #e0e0e0;
	}
	#articleInfo5 ul li .info {
		margin: 10px 0 20px 0;
		width: 95%;
	}
	#articleInfo5 ul li .info:before {
		left: 40px;
		top: -7px;
		border-top: 0;
		border-bottom: 7px solid rgba(255, 255, 255, 0);
		border-right: 7px solid rgba(255, 255, 255, 0);
		border-left: 7px solid rgba(255, 255, 255, 0);
	}
}