.index-cat-menu a.active {
	border-color: #2579F0;
	color: #2579F0;
	background-color: rgba(37, 121, 240, 0.05);
}

.tab-content {
	transition: all 0.3s ease;
}

.tab-content.hidden {
	display: none;
}
