.news-box-wrapper {
	position: relative;
}

.news-list:first-child .media {
	margin-top: 0 !important;
}

.media-object {
	width: 140px;
	-o-object-fit: cover;
	object-fit: cover;
}

.owl-theme .owl-dots {
	margin-top: 10px;
}

.animated-news-textbase-contet-wrapper {
	position: absolute;
	bottom: 0;
	padding: 3rem 2rem;
	background: rgba(0, 0, 0, 0.8);
	color: white !important;
	text-align: center;
	height: 100%;
	-webkit-transition: all linear 150ms;
	-o-transition: all linear 150ms;
	transition: all linear 150ms;
}

.news-box-wrapper .news-image-wrapper img {
	width: 100%;
}

.news-animation-1 .animated-news-textbase-contet-wrapper {
	opacity: 0;
}

.news-animation-1:hover .animated-news-textbase-contet-wrapper {
	opacity: 1;
	cursor: pointer;
}

.news-animation-2 .animated-news-textbase-contet-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.news-animation-2 .animated-news-image-wrapper img {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.news-animation-2:hover .animated-news-image-wrapper img {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.news-animation-2:hover .animated-news-textbase-contet-wrapper {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.news-animation-3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.news-animation-3 .animated-news-textbase-contet-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 2rem;
	-webkit-transform: translate3d(25em, 25em, 25em);
	-ms-transform: translate3d(25em, 25em, 25em);
	transform: translate3d(25em, 25em, 25em);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, -webkit-transform 0.45s;
	-o-transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
}

.news-animation-3 .animated-news-image-wrapper img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, -webkit-transform 0.45s;
	-o-transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.news-animation-3:hover .animated-news-image-wrapper img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-animation-3:hover .animated-news-textbase-contet-wrapper {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.not-animated,
.not-animated .news-image-wrapper {
	overflow: hidden;
}

.not-animated h4 {
	margin-top: 0;
}

.not-animated img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, -webkit-transform 0.45s;
	-o-transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.not-animated:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.box-has-border-radius {
	border-radius: 20px;
}

.animated-news-carousel-box {
	position: relative;
}

.animated-news-carousel-box .owl-item .animated-news-carousel-content-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
	padding: 55px 20px 30px 20px !important;
}

/* .animated-news-carousel-box
	.owl-item:nth-child(even)
	.animated-news-carousel-content-box {
	background: linear-gradient(
		to top,
		rgb(1 38 122 / 80%),
		rgb(1 32 122 / 80%) 49%,
		transparent
	);
} */
/* .animated-news-carousel-box
	.owl-item:nth-child(odd)
	.animated-news-carousel-content-box {
	background: linear-gradient(
		to top,
		rgb(11 134 154 / 80%),
		rgb(0 133 139 / 80%) 49%,
		transparent
	);
} */

.animated-news-carousel-box .owl-item:hover .animated-news-carousel-content-box {
	padding: 100px 30px 90px 30px !important;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

/*
#listNewsUl5baca .img-round {
	margin: 0 auto;
	width: 100%;
	border-radius: 100%;
} */
