.wow {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	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;	
}

#articleInfo6 ul {
	overflow: hidden;
	margin-top: 80px;
}

#articleInfo6 ul li {
	float: left;
	width: 24%;
}

#articleInfo6 .col-md-5 .text-about p{
    text-align: center;
    padding: 50px 0 20px 0;
    padding-bottom: 20px;
    margin-top: -8px;
    color: #404040;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
#articleInfo6  .workframe.list_product ul{overflow: hidden;margin-top: 40px;margin: 0 0px 50px;}
#articleInfo6 .workframe.list_product ul li {width: 23%;overflow: hidden;display: inline-block;vertical-align: top;float: initial;padding: 10px;background-color: #f3f3f3;}
#articleInfo6 .workframe.list_product ul li{
    margin-right: 0px;
}
#articleInfo6 .workframe.list_product ul li .img{
    padding: 50px;
    background-color: #fff;
}
#articleInfo6 .workframe.list_product ul li .info {
    margin: 20px 10px 0 10px;
}

#articleInfo6 .workframe.list_product ul li:nth-child(2n){
    margin-top: 0px;
}
#articleInfo6 ul li:nth-child(1){width: 45%;margin-right: 4%;}

#articleInfo6 ul li .aboutPhoto {
	overflow: hidden;
	margin: 0 10px;
	background: url(/images/style/06/img-photoBg2.png) no-repeat 0 0;
	background-size: 100% auto;
}

#articleInfo6 ul li .aboutPhoto img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo6 ul li:hover .aboutPhoto img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#articleInfo6 ul li:first-child .aboutPhoto {
	padding-top: 90px;
	background-image: url(/images/style/06/img-photoBg1.png);
}

#articleInfo6 ul li:nth-child(2) {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	margin-top: 30px;
}

#articleInfo6 ul li .info {
	margin: 40px 10px 0 60px;
}
#articleInfo6 ul li .info .wow h2{
	    font-weight: 600;
	    font-size: 32px;
	    font-family: "Poppins",sans-serif;
	    text-transform: uppercase;
	    line-height: 140%;
}

#articleInfo6 ul li .info h4 {
	position: relative;
	padding: 0 0 5px 15px;
	font-size: 16px;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul li .info h4:before {
	position: absolute;
	width: 110px;
	height: 12px;
	bottom: 0;
	left: 0;
	border: 1px solid #000;
	border-top: 0;
	content: "";
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul:hover li .info h4 {
	letter-spacing:10px;
}

#articleInfo6 ul:hover li .info h4:before {
	width: 150px;
}

#articleInfo6 ul li .info h3 {
	margin: 0px 0;
	padding: 0px 0 30px;
	font-size: 20px;
	text-align: inherit;
	font-weight: bold;
	border-bottom: 1px solid #6b6b6b7a;
}

#articleInfo6 ul li .info article {
	line-height: 180%;
	padding-top: 20px;
}

#articleInfo6 ul li:nth-child(3) {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#articleInfo6 ul li:nth-child(3) .aboutPhoto {
	padding-bottom: 70px;
	background-position: 0 bottom;
}

#articleInfo6 ul li:nth-child(3):hover .aboutPhoto img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

#articleInfo6 ul li:nth-child(4) {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo6 ul li:nth-child(4) .aboutPhoto {
	padding-top: 90px;
}

#articleInfo6 ul li:nth-child(4):hover .aboutPhoto img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}


#articleInfo6 #firstrow{
    text-align: center;
    padding: 5px 0;
    transition: all linear .3s;
    margin-bottom: 30px;
    margin: auto;
}
#articleInfo6 #firstrow h2{
    text-align: center;
}
#articleInfo6 #firstrow h2 a{
    text-align: center;
    font-weight: bold;
    color: #505050;
    font-size: 15px;
    margin-top: 0px;
    border-radius: 25px;
    border: 4px solid #dfdfdf;
    padding: 5px 70px;
}
#articleInfo6 #firstrow h2 a:hover {
    background-color: #cda861;
    border-radius: 25px;
    border: 4px solid #cda861;
    color: #fff;
}

@media screen and (max-width: 1500px) {
	#articleInfo6 .workframe.list_product{
    width: 100%;
}
}

@media screen and (max-width: 1388px) {
	#articleInfo6 ul li .info {
    margin: 20px 10px 0 10px;
}
#articleInfo6 .workframe.list_product ul{
    margin: 0 0px 10px;
}
#articleInfo6 #firstrow{
    margin: auto;
}
}
@media screen and (max-width: 1160px) {
	#articleInfo6 .workframe.list_product ul li{
    width: 22%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1040px) {
	#articleInfo6 .workframe.list_product ul li{
    width: 46%;
}
}

/************ = é©æ‡‰æ€§ = ************/
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
#articleInfo6 ul li:nth-child(1){width: 100%;margin-right: 0%;margin-bottom: 40px;}

	#articleInfo6 ul li {
		float: none;
		width: 49%;
		display: inline-block;
	}
	#articleInfo6 ul li:nth-child(2) {
	}
	#articleInfo6 ul li:nth-child(3) ,
	#articleInfo6 ul li:nth-child(4) {
		/* margin-top: 10px; */
		/* width: 43%; */
	}
	#articleInfo6 ul li:nth-child(3) .aboutPhoto ,
	#articleInfo6 ul li:nth-child(4) .aboutPhoto {
		padding-top: 0;
		padding-bottom: 0;
		background-image: none;
	}
	#articleInfo6 .workframe.list_product ul li,#articleInfo6 .workframe.list_product ul li:nth-child(1){
    width: 44%;
    margin-bottom: 20px;
    margin-right: 0px;
}
#articleInfo6 .workframe.list_product ul li .info h3{
    font-size: 15px;
    padding: 0px 0 10px;
}
#articleInfo6 .workframe.list_product ul li:nth-child(2n){
    margin-top: 0px;
}
#articleInfo6 .workframe.list_product ul li .img{
    padding: 20px;
}
}


/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

	#articleInfo6 .workframe.list_product ul li,#articleInfo6 .workframe.list_product ul li:nth-child(1){
    width: 42%;
    margin-bottom: 20px;
    height: 260px;
}
#articleInfo6 ul li .info article{
    padding-top: 10px;
    font-size: 13px;
}
}