body.inner-page .progress-tracker-wrapper {
	display: none;
}

.hidden-inner-page {
	display: none !important;
}

.section-academy {
	position: relative;
	padding-top: 206px;
	padding-bottom: 60px;
}

section.section-academy .row.unfocused {
	filter: blur(0);
	will-change: filter;
}

.boxAcademy_title {
	text-align: center;
	margin-top: 36px;
	margin-bottom: 20px;
	font-weight: 400;
}

.boxAcademy_icons {
	font-size: 0;
}

.boxAcademy_icons img {
	display: block;
	margin: 0 auto;
}

.titleTop {
	margin-bottom: 0;
	max-width: 900px;
	margin: 0 auto;
}

.boxAcademy_text {
	font-size: 31px;
	line-height: 1.45;
	color: #C4CCDD;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.bigVideo {
	max-width: 733px;
	margin: 25px auto 0 auto;
}

.bigVideo_item {
	display: block;
	cursor: pointer;
}

.listVideo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	width: 100%;
	max-width: 969px;
	margin: 103px auto 0 auto;
}

.listVideo_li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 29px 41px 29px;
}

.listVideo_item {
	display: block;
	height: 100%;
	background: #1B0D3D;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
}

.bigVideo_item,
.listVideo_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	font-size: 0;
}

.bigVideo_item img,
.listVideo_video img {
	width: 100%;
}

.listVideo_pd {
	box-sizing: border-box;
	padding: 26px 20px 37px 20px;
}

.listVideo_title {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1.8px;
	color: #6B39FA;
	margin: 0 0 10px 0;
}

.listVideo_text {
	font-size: 15px;
	line-height: 1.45;
	color: #C4CCDD;
	height: 65px;
	overflow: hidden;
}

.video-button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	margin: -27px 0 0 -27px;
}

.bigVideo .video-button {
	width: 65px;
	height: 65px;
	margin: 0;
}

.video__button-shape {
	transition: 0.3s ease all;
}

.bigVideo_item:hover .video-button,
.listVideo_item:hover .video-button {
	opacity: 0.7;
	transition: 0.3s ease all;
}

.box-showMore {}

.showMore {
	display: block;
	width: 174px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #6636ED;
	transition: 0.3s ease all;
	line-height: 47px;
	font-size: 15px;
	color: #C4CCDD;
	letter-spacing: 1.5px;
}

.showMore:hover {
	background-color: #6B39FA;
	transition: 0.3s ease all;
}

.sectionBottom {
	width: 100%;
	margin-top: 100px;
}




@media screen and (max-width: 979px) {}

@media screen and (max-width: 1000px) {
	section.section-academy {
		padding-top: 140px !important;
	}
}

@media screen and (max-width: 979px) {
	.listVideo_li {
		width: 50%;
		padding: 0px 10px 30px 10px;
	}

	.listVideo {
		margin-top: 50px;
	}

	.listVideo_item {
		width: 262px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 799px) {}

@media screen and (max-width: 768px) {
	section.section-academy {
		padding-top: 179px !important;
	}

	.titleTop {
		margin-left: 20px;
		margin-right: 20px;
	}

	.boxAcademy_title {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.boxAcademy_text {
		font-size: 26px;
		margin: 9px auto 0 auto;
	}

	.bigVideo {
		margin: 30px auto 0 auto;
	}


}

@media screen and (max-width: 639px) {
	.listVideo_li {
		width: 100%;
	}


}

@media screen and (max-width: 479px) {}

@media screen and (max-width: 374px) {}

@media screen and (max-width: 359px) {}