.horizontal-smooth-scroll-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1800px;
}
.top-news-title {
	font-size: 18px;
	line-height: 12px;
	border-left: 2px solid #fff;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
	flex-shrink: 0;
}
.top-news-text-wrap {
	margin: 0 0 0 15px;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.horizontal-smooth-scroll-ltr {
	position: absolute;
	left: -3000px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.horizontal-smooth-scroll-text-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 36px 0 0;
	position: relative;
	font-size: 16px;
}
.horizontal-smooth-scroll-text-item::before {
	content: "";
	background: #17e0f5;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 15px;
	top: 50%;
	border-radius: 50%;
	margin: -3px 0 0 0;
}
.horizontal-smooth-scroll-play-btn,
.horizontal-smooth-scroll-pause-btn {
	display: none;
	width: 23px;
	height: 23px;
	flex-shrink: 0;
}
.horizontal-smooth-scroll-play-btn.active,
.horizontal-smooth-scroll-pause-btn.active {
	display: block;
}
.entry-activity img.svg-img,
.entry-activity.featured.calander img.svg-img {
	width: auto;
	height: auto;
	max-height: 100%;
}
.entry-activity img.svg-img {
	object-fit: contain;
}
.site-header .mobile-menu-wrap svg,
.site-header .mobile-menu-wrap img.svg-img {
	position: static;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}