.scroll-brand {
	height: 65px;
	line-height: 65px;
	background-color: #673de6;
	position: relative;
	z-index: 2;
}

.scroll-brand .brand-list {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 65px;
	text-align: center;
	overflow: hidden;
}

.scroll-brand .brand-list li {
	display: inline-block;
	list-style: none;
	height: 65px;
	line-height: 65px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-weight: 600;
}

.scroll-brand .brand-list li a {
	font-weight: 600;
	font-size: 1.25rem;
	transition: font-size 0.3s ease;
	/* Smooth 0.3s animation */
	display: inline-block;
	/* Required for proper scaling */
}

.scroll-brand .brand-list li:hover a {
	font-size: 1.75rem;
}

@media(min-width:768px) {
	.scroll-brand .brand-list li {
		padding: 0 30px;
	}
}

/*ec*/
.ec-banner {
	position: relative;
	height: 15rem;
	border-radius: 0 0 25px 25px;
	margin: 0 auto;
	max-width: 1440px;
	background-image: url("/assets/edu/thumbnail.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.ec-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: linear-gradient(#0a009d, #7600a7);*/
	background-color: #673de6;
	opacity: 1;
	border-radius: 0 0 25px 25px;
	z-index: 1;
}

.ec-banner .container {
	position: relative;
	z-index: 2;
}

.ec-banner h1,
.ec-banner p {
	font-weight: 600;
	color: #fff;
	padding: 0;
	font-size: 1rem;
}

.ec-banner h1 {
	font-size: 4rem;
	margin-bottom: 0;
}

/*edu school page*/
.position-f10 {
	position: relative;
	margin-top: -5rem !important;
	z-index: 1;
}

.ec-header-blur {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 5px;
	margin: 0rem;
	background: linear-gradient(to top,
			rgba(255, 255, 255, 1) 30%,
			rgba(255, 255, 255, 0.1) 70%);
}

.ec-header {
	background-color: #fff;
	border-radius: 7px;
	padding-top: 2rem;
}

.ec-thumbnail {
	width: 7.5rem;
	height: auto;
	margin: 0 auto;
}

.ec-thumbnail img {
	width: 100%;
	height: auto;
}

.ec-introduction {
	list-style: none;
}

.ec-introduction li {
	padding: 0.375rem 0;
	font-size: 0.9rem
}

.ec-introduction li.d-flex {
	display: flex;
	align-items: start;
}

.ec-introduction li a {
	color: #2f1c6a;
	text-decoration: underline;
}

.ec-url {
	font-size: 2rem !important;
	font-weight: 600;
	line-height: 1.25;
	color: #2f1c6a;
}

.ec-introduction li.ec-description {
	/*
	background-color: #f9fafd;
	border: 1px solid #edf2f9;
	border-radius: 5px;
	padding: 10px 15px !important;
	*/
	color: #9da9bb;
}

.ec-introduction li.ec-tags span {
	display: inline-block;
	height: 30px;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #00d27a;
	color: #00d27a;
	padding: 0 1rem;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 30px;
}

.ec-introduction li.ec-tags span.tags-unstyled {
	background-color: #f5f5f5;
	color: #ccc;
	border-color: #f5f5f5;
}

.post-ec-meta #ec-header-left {
	display: none !important;
}

.post-ec-meta #ec-header-right {
	width: 100% !important;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.post-ec-meta .ec-header {
	padding-top: 0.5rem;
}