/* sideNav */
.catBoxsideNav ul.Cate{text-align: center;font-size: 15px;color: #9e9e9e;display: flex;justify-content: center;}
.catBoxsideNav {position: relative;padding-bottom: 5vh;z-index: 2;}
.catBoxsideNav >ul >li {position: relative;display: inline-block;border: 1px solid #e1e1e1;margin: 10px;}
.catBoxsideNav >ul >li.action >h3 a{color: #000;}
.catBoxsideNav >ul >li.action >h3 a:before{content: '';background-color: #245fdf;margin-left: -50px;width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 55px;transition: 0.6s;}
.catBoxsideNav >ul >li >h3 {display: block;}
.catBoxsideNav >ul >li >h3 a {letter-spacing: 0.5px;font-size: 16px;font-weight: 400;color: #35393a;display: block;padding: 15px 15px;transition: 0.9s;line-height: 0.8;}



.item {
	overflow: hidden;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.item > div {
	float: right;
	width: 45%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
.item:nth-child(2n) > div {
	float: right;
}
.item:nth-child(2n) .photo {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
.item .photo {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.item .photo img {
	width: 100%;
	z-index: 10;
}
.item .info {
	margin: 0 7% 0 0%;
	width: 45%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
.item:nth-child(2n) .info {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

.item .info h5 {
	font-size: 50px;
	color: #f7f7f7;
	line-height: 100%;
	position: absolute;
	left: 0;
}
.item .info h3 {
	padding: 0px 0 10px;
	color: #292929;
	border-bottom: 1px #dcdcdc solid;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 3px;
}
.item .info article {
	margin: 20px 0 50px 0;
	line-height: 190%;
	text-align: justify;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 1440px) {
.item .photo:before{
    font-size: 75px;
}
}

@media screen and (max-width: 1280px) {
.item .photo:before{
    font-size: 70px;
}
}

@media screen and (max-width: 1024px) {
	.item:after{
    display: none;
}
.item > div, .item .info{
    float: none;
    width: 100%;
    margin: 30px 0 0;
}
.item .photo{
    height: 350px;
}
.item .photo:after{display: none;}
.item .info h5{font-size: 54px;}
}

@media screen and (max-width: 768px) {
	.item .info {
		width: 100%;
	}
	.item .info h5 ,
	.item .info h3 {
		/* margin: 0 0 0 auto; */
		/* padding: 10px 2%; */
		/* width: 76%; */
	}
	.item .info h3 {
		/* padding: 15px 2%; */
	}
	.item:nth-child(2n) .info h5 ,
	.item:nth-child(2n) .info h3 {
		margin: 0 auto 0 0;
	}
}
@media screen and (max-width: 480px) {
	.item > div ,
	.item:nth-child(2n) > div {
		float: none;
	}
	.item .photo:before{
    font-size: 45px;
    bottom: -7px;
}
	.item .photo {
		position: relative;
		margin: 0 auto 10px;
		width: 100%;
		display: block;
	}
	.item .info h5{
    font-size: 45px;
}
	.item .info h5 ,
	.item .info h3 ,
	.item:nth-child(2n) .info h5 ,
	.item:nth-child(2n) .info h3 {
		margin: 0;
		padding: 0 0 10px;
		width: 100%;
		position: relative;
	}
	.item .info article{
    margin: 30px 0;
}
}
