.page-template-page-course-landing * {
	box-sizing: border-box;
}

.page-template-page-course-landing .header__right-bg {
	display: none;
}

.page-template-page-course-landing .header__left .search-cont--open {
	width: 90%;
}

.page-template-page-course-landing .inner-wrap {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .inner-wrap {
		width: 776px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .inner-wrap {
		width: 100%;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .inner-wrap {
		width: 100%;
		padding: 0 20px;
	}
}

.page-template-page-course-landing section {
	position: relative;
	padding: 120px 0 130px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing section {
		padding: 110px 0 120px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing section {
		padding: 100px 0;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing section {
		padding: 80px 0 60px;
	}
}

.page-template-page-course-landing section.no-bottom {
	padding-bottom: unset;
}

.page-template-page-course-landing .course-page-desc {
	position: absolute;
	top: 0;
	left: -80px;
	font-size: 13px;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	transform: rotate(180deg);
	transform-origin: center center;
	color: rgba(164, 177, 187, 0.6);
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .course-page-desc {
		left: -50px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .course-page-desc {
		position: relative;
		left: unset;
		top: unset;
		margin-top: 12px;
		font-size: 14px;
		transform: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-writing-mode: unset;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .course-page-desc {
		margin-top: 5px;
	}
}

.page-template-page-course-landing .course-page-desc.white {
	color: #fff;
}

.page-template-page-course-landing .course-page-title {
	font-size: 38px;
	font-weight: 700;
	font-size: 38px;
	line-height: 100%;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .course-page-title {
		font-size: 25px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .course-page-title {
		font-size: 22px;
	}
}

.page-template-page-course-landing .course-page-title.white {
	color: #fff;
}

.page-template-page-course-landing .post-content {
	margin-top: 60px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .post-content {
		margin-top: 40px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .post-content {
		margin-top: 30px;
	}
}

.page-template-page-course-landing .fl {
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-course-landing .fl .left-side {
	width: 50%;
	border-bottom: unset;
	padding: 160px 0 0 80px;
}

@media (max-width: 1919px) {
	.page-template-page-course-landing .fl .left-side {
		padding: 160px 0 0 60px;
	}
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side {
		padding: 124px 0 0 45px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .fl .left-side {
		width: 100%;
		margin: 114px 0 100px;
		padding: unset;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .fl .left-side {
		margin: 94px 0 50px;
		padding: 0 20px;
		flex-direction: column;
		justify-content: unset;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .fl .left-side .first-wrap {
		width: calc(50% - 30px);
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .fl .left-side .first-wrap {
		width: 100%;
		margin: unset;
	}
}

.page-template-page-course-landing .fl .left-side .first-wrap .subtitle {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #a4b1bb;
}

.page-template-page-course-landing .fl .left-side .first-wrap .course-page-title {
	max-width: 532px;
	margin-top: 26px;
	font-size: 38px;
	line-height: 150%;
	letter-spacing: unset;
	font-weight: 900;
	text-transform: unset;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .first-wrap .course-page-title {
		max-width: 448px;
		font-size: 25px;
		margin-top: 15px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .fl .left-side .first-wrap .course-page-title {
		max-width: 344px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .fl .left-side .first-wrap .course-page-title {
		max-width: unset;
	}
}

.page-template-page-course-landing .fl .left-side .first-wrap .register-btn {
	display: inline-block;
	margin-top: 35px;
	text-align: center;
	padding: 12px 28px;
	height: 44px;
	border-radius: 22px;
	background: #d70926;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s linear;
	cursor: pointer;
}

.page-template-page-course-landing .fl .left-side .first-wrap .register-btn:hover {
	box-shadow: 0px 4px 10px rgba(215, 9, 38, 0.2);
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .first-wrap {
		margin-top: 20px;
		font-size: 14px;
		line-height: 17px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap {
	display: flex;
	margin: 45px 0 55px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap {
		margin: 70px 0 25px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .fl .left-side .second-wrap {
		width: 50%;
		margin: 65px 0 0;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .fl .left-side .second-wrap {
		width: 100%;
		margin: 70px 0 45px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item {
	display: flex;
	flex-direction: column;
	width: 150px;
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item:not(:last-child) {
	margin-right: 50px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item:not(:last-child) {
		margin-right: 30px;
	}
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item {
		width: 130px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(26, 84, 129, 0.1);
	border-radius: 50%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap {
		width: 50px;
		height: 50px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.begin {
	width: 32px;
	height: 24px;
	margin-left: 4px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.begin {
		width: 21px;
		height: 16px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.format {
	width: 32px;
	height: 21px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.format {
		width: 22px;
		height: 15px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.access {
	width: 23px;
	height: 25px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-ico-wrap .format-ico.access {
		width: 16px;
		height: 18px;
	}
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-title {
	margin-top: 9px;
	padding-top: 12px;
	border-top: 1px solid #f2f2f2;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #a4b1bb;
	text-transform: capitalize;
}

.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-desc {
	margin-top: 2px;
	font-weight: 900;
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00365f;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .fl .left-side .second-wrap .format-item .format-desc {
		font-size: 14px;
	}
}

.page-template-page-course-landing .fl .right-side {
	position: relative;
	width: 50%;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .fl .right-side {
		display: none;
	}
}

.page-template-page-course-landing .fl .right-side .first-screen-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-template-page-course-landing main.course .video-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background-color: #00365f;
}

@media (max-width: 767px) {
	.page-template-page-course-landing main.course .video-bg {
		width: 100%;
	}
}

.page-template-page-course-landing main.course .player-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing main.course .player-wrap {
		height: 436px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing main.course .player-wrap {
		height: 398px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing main.course .player-wrap {
		height: 301px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing main.course .player-wrap {
		height: 180px;
	}
}

.page-template-page-course-landing main.course .player-wrap .big-play-btn.show-video {
	position: relative;
}

.page-template-page-course-landing .cat-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-course-landing .cat-list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -418px;
	width: 418px;
	height: 464px;
	background-image: url(../img/stars_bg_01.svg);
	background-repeat: no-repeat;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .cat-list:before {
		height: 100%;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .cat-list:before {
		background-repeat: repeat-y;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .cat-list:before {
		display: none;
	}
}

.page-template-page-course-landing .cat-list .cat-item {
	position: relative;
	width: 33.3333%;
	padding: 30px 30px 0;
	border-top: 1px solid #f2f2f2;
}

.page-template-page-course-landing .cat-list .cat-item:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .cat-list .cat-item {
		padding: 20px 20px 0;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .cat-list .cat-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 20px 50px 0;
	}

	.page-template-page-course-landing .cat-list .cat-item:nth-child(even) {
		border-right: unset;
	}

	.page-template-page-course-landing .cat-list .cat-item:nth-child(odd) {
		border-right: 1px solid #f2f2f2;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .cat-list .cat-item {
		width: 100%;
		margin: unset;
		padding: 30px 0;
		border-right: unset !important;
	}

	.page-template-page-course-landing .cat-list .cat-item:first-child {
		border-top: unset;
	}
}

.page-template-page-course-landing .cat-list .cat-item .img-wrap {
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.page-template-page-course-landing .cat-list .cat-item .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .cat-list .cat-item .img-wrap {
		width: 160px;
		height: 160px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .cat-list .cat-item .img-wrap {
		width: 210px;
		height: 210px;
	}
}

.page-template-page-course-landing .cat-list .cat-item .cat-title {
	margin-top: 48px;
	font-weight: 900;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .cat-list .cat-item .cat-title {
		margin-top: 30px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .cat-list .cat-item .cat-title {
		margin-top: 20px;
		line-height: 37px;
	}
}

.page-template-page-course-landing .cat-list .cat-item .cat-desc {
	margin-top: 28px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .cat-list .cat-item .cat-desc {
		margin-top: 10px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .cat-list .cat-item .cat-desc {
		margin-top: 5px;
		font-size: 16px;
	}
}

.page-template-page-course-landing .best-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 575px) {
	.page-template-page-course-landing .best-list {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.page-template-page-course-landing .best-list .best-item {
	position: relative;
	width: 50%;
	min-height: 324px;
	padding: 34px;
}

.page-template-page-course-landing .best-list .best-item.img-bg {
	background-image: url(../img/best_img_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item.img-bg {
		background-size: unset;
		background-position: 25% 25%;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .best-list .best-item.img-bg {
		background-position: 10% 20%;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .best-list .best-item.img-bg {
		background-position: 20% 20%;
	}
}

.page-template-page-course-landing .best-list .best-item:first-child {
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}

@media (max-width: 575px) {
	.page-template-page-course-landing .best-list .best-item:first-child {
		border-left: unset;
	}
}

.page-template-page-course-landing .best-list .best-item:last-child {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

@media (max-width: 575px) {
	.page-template-page-course-landing .best-list .best-item:last-child {
		border-right: unset;
	}
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item {
		min-height: 226px;
		padding: 25px 15px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .best-list .best-item {
		min-height: 206px;
		padding: 20px 10px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .best-list .best-item {
		min-height: 234px;
		padding: 20px 15px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .best-list .best-item {
		width: 100%;
		min-height: 212px;
		padding: 20px;
	}
}

.page-template-page-course-landing .best-list .best-item.base-bg {
	background-color: #00365f;
	color: #fff;
}

.page-template-page-course-landing .best-list .best-item .best-desc {
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item .best-desc {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .best-list .best-item .best-desc {
		max-width: unset;
	}
}

.page-template-page-course-landing .best-list .best-item .best-icon {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	transition: all 0.3s linear;
}

.page-template-page-course-landing .best-list .best-item .best-icon:after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 93px;
	height: 93px;
	position: absolute;
	top: -10px;
	left: -10px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item .best-icon {
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 20px;
	}

	.page-template-page-course-landing .best-list .best-item .best-icon:after {
		width: 50px;
		height: 50px;
		top: -6px;
		left: -6px;
	}
}

.page-template-page-course-landing .best-list .best-item .best-icon.base {
	background-color: #00365f;
}

.page-template-page-course-landing .best-list .best-item .best-icon.base:after {
	border: 1px solid rgba(26, 84, 129, 0.1);
}

.page-template-page-course-landing .best-list .best-item .best-icon.white {
	background-color: #fff;
}

.page-template-page-course-landing .best-list .best-item .best-icon.white:after {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.page-template-page-course-landing .best-list .best-item .best-icon.blue {
	background-color: #1a5481;
}

.page-template-page-course-landing .best-list .best-item .best-icon.blue:after {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-template-page-course-landing .best-list .best-item .best-icon svg.list {
	width: 36px;
	height: 21px;
}

.page-template-page-course-landing .best-list .best-item .best-icon svg.star {
	width: 40px;
	height: 39px;
}

.page-template-page-course-landing .best-list .best-item .best-icon svg.mess {
	width: 31px;
	height: 30px;
}

.page-template-page-course-landing .best-list .best-item .best-icon svg.check {
	width: 26px;
	height: 32px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item .best-icon svg.list {
		width: 19px;
		height: 11px;
	}

	.page-template-page-course-landing .best-list .best-item .best-icon svg.star {
		width: 23px;
		height: 22px;
	}

	.page-template-page-course-landing .best-list .best-item .best-icon svg.mess {
		width: 17px;
		height: 17px;
	}

	.page-template-page-course-landing .best-list .best-item .best-icon svg.check {
		width: 14px;
		height: 17px;
	}
}

.page-template-page-course-landing .best-list .best-item:hover .best-icon {
	transform: scale(1.1);
}

.page-template-page-course-landing .best-list .best-item .best-num {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.page-template-page-course-landing .best-list .best-item .best-num.base {
	color: rgba(0, 54, 95, 0.3);
}

.page-template-page-course-landing .best-list .best-item .best-num.blue {
	color: rgba(255, 255, 255, 0.3);
}

.page-template-page-course-landing .best-list .best-item .best-num.white {
	color: #fff;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .best-list .best-item .best-num {
		right: 15px;
		bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .best-list .best-item .best-num {
		bottom: 10px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .best-list .best-item .best-num {
		right: 20px;
		bottom: 20px;
	}
}

.page-template-page-course-landing .possible {
	position: relative;
}

.page-template-page-course-landing .possible .possible-bg {
	position: absolute;
	top: 0;
	left: -74px;
	width: 642px;
	height: 140px;
	background-image: url(../img/stars_bg_02.svg);
	background-repeat: no-repeat;
	background-position: top right;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .possible .possible-bg {
		width: 434px;
		height: 170px;
		left: -170px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .possible .possible-bg {
		width: 200px;
		height: 142px;
		left: -26px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .possible .possible-bg {
		display: none;
	}
}

.page-template-page-course-landing .possible .possible-wrap {
	width: 50%;
	margin-left: 50%;
	padding-left: 20px;
	padding-bottom: 130px;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .possible .possible-wrap {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .possible .possible-wrap {
		width: 100%;
		margin-left: unset;
		padding-left: unset;
		border: unset;
		padding-bottom: 80px;
	}
}

.page-template-page-course-landing .possible .possible-wrap .possible-subtitle {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: rgba(164, 177, 187, 0.6);
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .possible .possible-wrap .possible-subtitle {
		font-size: 14px;
		line-height: 17px;
	}
}

.page-template-page-course-landing .possible .possible-wrap .possible-title {
	margin-top: 13px;
	font-weight: 900;
	font-size: 24px;
	line-height: 37px;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .possible .possible-wrap .possible-title {
		margin-top: 5px;
		font-size: 22px;
	}
}

.page-template-page-course-landing .possible .possible-wrap .register-btn {
	display: inline-block;
	text-align: center;
	padding: 12px 28px;
	margin-top: 20px;
	height: 44px;
	border-radius: 22px;
	background: #d70926;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s linear;
	cursor: pointer;
}

.page-template-page-course-landing .possible .possible-wrap .register-btn:hover {
	box-shadow: 0px 4px 10px rgba(215, 9, 38, 0.2);
}

.page-template-page-course-landing .expert-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 44%;
	background-color: #f0f6fa;
}

@media (max-width: 767px) {
	.page-template-page-course-landing .expert-bg {
		width: 100%;
	}
}

.page-template-page-course-landing .expert-list {
	position: relative;
	display: block;
	margin-left: -25px;
	margin-right: -25px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .expert-list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .expert-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .expert-list {
		margin-left: -5px;
		margin-right: -5px;
	}
}

.page-template-page-course-landing .expert-list .slick-track {
	display: flex;
}

.page-template-page-course-landing .expert-list .expert-item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(25% - 50px);
	margin: 0 25px;
	height: auto;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .expert-list .expert-item {
		width: calc(25% - 30px);
		margin: 0 15px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .expert-list .expert-item {
		width: calc(25% - 20px);
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .expert-list .expert-item {
		width: calc(25% - 10px);
		margin: 0 5px;
	}
}

.page-template-page-course-landing .expert-list .expert-item .img-wrap {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 69%;
}

.page-template-page-course-landing .expert-list .expert-item .img-wrap img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-template-page-course-landing .expert-list .expert-item .item-info {
	flex: 1;
	padding: 20px 15px;
	background-color: #fff;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .expert-list .expert-item .item-info {
		padding: 15px 15px;
	}
}

.page-template-page-course-landing .expert-list .expert-item .item-info .expert-title {
	font-weight: 900;
	font-size: 20px;
	line-height: 37px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .expert-list .expert-item .item-info .expert-title {
		font-size: 19px;
		line-height: 23px;
	}
}

.page-template-page-course-landing .expert-list .expert-item .item-info .expert-desc {
	margin-top: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #a4b1bb;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .expert-list .expert-item .item-info .expert-desc {
		font-size: 14px;
	}
}

.page-template-page-course-landing #accordion {
	border-bottom: 1px solid #f2f2f2;
}

.page-template-page-course-landing #accordion .acc-header {
	display: flex;
	justify-content: space-between;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
	padding: 18px 70px 20px 50px;
	transition: all 0.3s linear;
	border-top: 1px solid #f2f2f2;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing #accordion .acc-header {
		font-size: 16px;
		padding: 18px 60px 20px 30px;
	}
}

.page-template-page-course-landing #accordion .acc-header .faq-num {
	position: absolute;
	left: 0;
	top: 24px;
	font-weight: 600;
	font-size: 13px;
	line-height: 145%;
	color: #a4b1bb;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing #accordion .acc-header .faq-num {
		top: 21px;
	}
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow {
	position: absolute;
	right: 0;
	top: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #00365f;
	box-shadow: 0px 5px 10px rgba(0, 54, 95, 0.2);
	z-index: -1;
	transition: all 0.3s linear;
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow .minus {
	display: none;
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow:hover,
.page-template-page-course-landing #accordion .acc-header .accordion-arrow.open {
	background-color: #d70926;
	box-shadow: 0px 4px 10px rgba(215, 9, 38, 0.2);
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	z-index: 3;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing #accordion .acc-header .accordion-arrow {
		top: 15px;
		width: 30px;
		height: 30px;
	}

	.page-template-page-course-landing #accordion .acc-header .accordion-arrow:after {
		top: 2px;
		right: 2px;
		width: 24px;
		height: 24px;
	}
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow svg {
	width: 15px;
	height: 15px;
}

.page-template-page-course-landing #accordion .acc-header .accordion-arrow svg.minus {
	height: 1px;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing #accordion .acc-header .accordion-arrow svg {
		width: 11px;
		height: 11px;
	}

	.page-template-page-course-landing #accordion .acc-header .accordion-arrow svg.minus {
		height: 1px;
	}
}

.page-template-page-course-landing #accordion .acc-header:hover .accordion-arrow {
	background-color: #d70926;
}

.page-template-page-course-landing #accordion .acc-header.open .accordion-arrow {
	background-color: #d70926;
}

.page-template-page-course-landing #accordion .acc-header.open .accordion-arrow .plus {
	display: none;
}

.page-template-page-course-landing #accordion .acc-header.open .accordion-arrow .minus {
	display: block;
}

.page-template-page-course-landing #accordion .acc-content {
	display: none;
	padding: 20px 0 40px 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	max-width: 600px;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing #accordion .acc-content {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing #accordion .acc-content {
		max-width: 460px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing #accordion .acc-content {
		max-width: unset;
	}
}

.page-template-page-course-landing .register-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 80px;
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .register-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .register-list {
		margin-left: unset;
		margin-right: unset;
	}
}

.page-template-page-course-landing .register-list .register-item {
	position: relative;
	width: calc(50% - 50px);
	margin: 0 25px;
	padding: 30px 60px 50px 40px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list .register-item {
		width: calc(50% - 30px);
		margin: 0 15px;
		padding: 20px 40px 40px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .register-list .register-item {
		width: calc(50% - 20px);
		margin: 0 10px;
		padding: 25px 25px 40px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .register-list .register-item {
		width: 100%;
		margin: unset;
	}

	.page-template-page-course-landing .register-list .register-item:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .register-list .register-item {
		padding: 20px 20px 40px;
	}

	.page-template-page-course-landing .register-list .register-item:not(:last-child) {
		margin-bottom: 50px;
	}
}

.page-template-page-course-landing .register-list .register-item.gray-light-bg {
	background-color: #f0f6fa;
}

.page-template-page-course-landing .register-list .register-item.base-bg {
	background-color: #00365f;
	color: #fff;
}

.page-template-page-course-landing .register-list .register-item .register-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.page-template-page-course-landing .register-list .register-item .register-icon:after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 93px;
	height: 93px;
	position: absolute;
	top: -10px;
	left: -10px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list .register-item .register-icon {
		width: 40px;
		height: 40px;
	}

	.page-template-page-course-landing .register-list .register-item .register-icon:after {
		width: 48px;
		height: 48px;
		top: -5px;
		left: -5px;
	}
}

.page-template-page-course-landing .register-list .register-item .register-icon .register-icon-num {
	font-weight: 100;
	font-size: 25px;
	line-height: 37px;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list .register-item .register-icon .register-icon-num {
		font-size: 14px;
	}
}

.page-template-page-course-landing .register-list .register-item .register-icon.base {
	background-color: #00365f;
}

.page-template-page-course-landing .register-list .register-item .register-icon.base:after {
	border: 1px solid rgba(26, 84, 129, 0.1);
}

.page-template-page-course-landing .register-list .register-item .register-icon.base .register-icon-num {
	color: #fff;
}

.page-template-page-course-landing .register-list .register-item .register-icon.white {
	background-color: #fff;
}

.page-template-page-course-landing .register-list .register-item .register-icon.white:after {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-template-page-course-landing .register-list .register-item .register-icon.white .register-icon-num {
	color: #00365f;
}

.page-template-page-course-landing .register-list .register-item .register-title {
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list .register-item .register-title {
		margin-top: 10px;
		font-size: 19px;
	}
}

.page-template-page-course-landing .register-list .register-item .register-desc {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .register-list .register-item .register-desc {
		font-size: 14px;
		margin-top: 8px;
	}
}

.page-template-page-course-landing .register-list .register-item .register-btn {
	position: absolute;
	bottom: 0;
	left: 40px;
	transform: translateY(50%);
	padding: 12px 24px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	background-color: #d70926;
	border-radius: 22px;
	transition: all 0.3s linear;
	cursor: pointer;
}

.page-template-page-course-landing .register-list .register-item .register-btn:hover {
	box-shadow: 0px 4px 10px rgba(215, 9, 38, 0.2);
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .register-list .register-item .register-btn {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .register-list .register-item .register-btn {
		left: 50%;
		transform: translate(-50%, 50%);
	}
}

.page-template-page-course-landing .subscribe.course {
	position: relative;
	margin: 110px auto 0;
	padding: unset;
	max-width: 844px;
	width: 100%;
	background: unset;
}

.page-template-page-course-landing .subscribe.course:before {
	content: "";
	position: absolute;
	left: -76px;
	bottom: 0;
	width: 221px;
	height: 164px;
	background-image: url(../img/stars-bg.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .subscribe.course {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .subscribe.course {
		width: 100%;
		margin-right: 20px;
		margin-top: 80px;
	}

	.page-template-page-course-landing .subscribe.course:before {
		content: unset;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .subscribe.course {
		margin-top: 50px;
	}
}

.page-template-page-course-landing .subscribe.course .subscribe__inner {
	height: unset;
	width: 100%;
	margin: 0 auto;
	padding: 36px 0;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner {
		width: 690px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner {
		width: 610px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner {
		max-width: unset;
		flex-direction: row;
		width: calc(100% - 20px);
		margin: unset;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner {
		width: 100%;
		flex-direction: column;
	}

	.page-template-page-course-landing .subscribe.course .subscribe__inner #mc-embedded-subscribe {
		top: unset;
		right: unset;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.page-template-page-course-landing .subscribe.course .subscribe__inner .title {
	height: unset;
	font-size: 18px;
	line-height: 170%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .title {
		padding-left: 30px;
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .title {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .title {
		padding-left: 25px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .title {
		padding-left: 20px;
		line-height: 150%;
	}
}

.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form {
	height: unset;
	padding: 0 50px 0 40px;
	border-top: unset;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form {
		padding-left: 24px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form {
		padding-left: 20px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form {
		margin-top: 20px;
	}
}

.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form .subscribe__input {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form .subscribe__input {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .subscribe.course .subscribe__inner .subscribe__form .subscribe__input {
		line-height: 17px;
	}
}

.page-template-page-course-landing .share-section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: unset !important;
	position: relative;
	max-width: 1920px;
	width: 100%;
}

.page-template-page-course-landing .share-section .share-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 222px;
	height: 100%;
	background-image: url(../img/stars_bg_03.svg);
	background-repeat: no-repeat;
	background-position: top left;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .share-bg {
		left: 54%;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .share-bg {
		left: 67%;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .share-bg {
		display: none;
	}
}

.page-template-page-course-landing .share-section .left-wrap {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .left-wrap {
		width: 58%;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .left-wrap {
		width: 100%;
		padding: 0 20px 30px;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info {
	width: 450px;
	margin-right: 120px;
	border-top: 1px solid #f2f2f2;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info {
		width: 340px;
		margin-right: 100px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info {
		margin-right: 60px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info {
		margin-right: unset;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-title {
	margin-top: 50px;
	max-width: 270px;
	font-weight: 900;
	font-size: 38px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-title {
		margin-top: 30px;
		font-size: 25px;
		max-width: unset;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-title {
		font-size: 22px;
		line-height: 150%;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-desc {
	margin-top: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-desc {
		margin-top: 15px;
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-desc {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-desc {
		margin-top: 5px;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list {
	position: relative;
	display: flex;
	margin-top: 70px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
	z-index: 10;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list {
		margin-top: 60px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list {
		margin-top: 30px;
		max-width: 300px;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(26, 84, 129, 0.1);
	border-radius: 50%;
	transition: all 0.3s linear;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item svg {
	fill: #00365f;
	transition: all 0.3s linear;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item#copy-link {
	cursor: pointer;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item:not(:last-child) {
	margin-right: 20px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .fb {
	width: 17px;
	height: 34px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .tg {
	width: 30px;
	height: 25px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .tw {
	width: 31px;
	height: 25px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .in {
	width: 26px;
	height: 26px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .link {
	width: 28px;
	height: 28px;
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item:hover {
	border: 1px solid rgba(215, 9, 38, 0.2);
}

.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item:hover svg {
	fill: #d70926;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item {
		width: 45px;
		height: 45px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item:not(:last-child) {
		margin-right: 10px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .fb {
		width: 10px;
		height: 21px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .tg {
		width: 20px;
		height: 16px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .tw {
		width: 20px;
		height: 16px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .in {
		width: 17px;
		height: 17px;
	}

	.page-template-page-course-landing .share-section .left-wrap .share-info .share-icon-list .share-icon-item .link {
		width: 18px;
		height: 18px;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .copy-to-clipboard-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 100%;
	color: #00365f;
	transition: all 0.3s linear;
	transform: translateY(-30px);
	z-index: 0;
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .copy-to-clipboard-wrap {
		max-width: 300px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .share-section .left-wrap .share-info .copy-to-clipboard-wrap {
		width: 100%;
	}
}

.page-template-page-course-landing .share-section .left-wrap .share-info .copy-to-clipboard-wrap.open {
	transform: translateY(0px);
}

.page-template-page-course-landing .share-section .right-wrap {
	width: 50%;
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .right-wrap {
		width: 42%;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .right-wrap {
		margin: 0 20px;
		width: 100%;
	}
}

.page-template-page-course-landing .share-section .right-wrap .img-wrap {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .share-section .right-wrap .img-wrap {
		height: 366px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-course-landing .share-section .right-wrap .img-wrap {
		height: 264px;
	}
}

@media (max-width: 767px) {
	.page-template-page-course-landing .share-section .right-wrap .img-wrap {
		height: 424px;
	}
}

@media (max-width: 575px) {
	.page-template-page-course-landing .share-section .right-wrap .img-wrap {
		height: 254px;
	}
}

.page-template-page-course-landing .share-section .right-wrap .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-template-page-course-landing .dots-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-page-course-landing .dots-list li {
	margin: 0 5px;
}

.page-template-page-course-landing .dots-list li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid rgba(0, 54, 95, 0.3);
	font-size: 0;
	color: transparent;
	line-height: 0;
	padding: 0;
}

.page-template-page-course-landing .dots-list li.slick-active button {
	background-color: #00365f;
	border-color: #00365f;
}

@media (max-width: 575px) {
	.page-template-page-course-landing .slick-dotted.slick-slider {
		margin-bottom: 15px;
	}
}

.page-template-page-custom .article-content {
	margin-bottom: 100px;
}

.learndash-wrapper .ld-button:hover {
	opacity: unset !important;
	position: relative;
}

.accent-courses:before {
	content: "";
	position: relative;
	width: 21px;
	height: 16px;
	margin-right: 8px;
	background-image: url("../img/menu_accent_courses_ico.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slick-dots li:not(.slick-active) button {
	box-shadow: 0 0 4px 2px rgba(0, 54, 95, 0.1);
}

@media (max-width: 575px) {
	.questions-card .title {
		height: 40px;
	}
}

body.home .instead-wide-block {
	display: none;
}

@media (max-width: 767px) {
	body.home .instead-wide-block {
		display: block;
	}
}

.wide-block {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	width: 1146px !important;
	height: 182px !important;
	margin-left: 60px !important;
	padding-bottom: 0 !important;
}

@media (max-width: 1365px) {
	.wide-block {
		margin-left: 68px !important;
		width: 858px !important;
		height: 150px !important;
	}
}

@media (max-width: 1023px) {
	.wide-block {
		margin-left: 52px !important;
		width: 651px !important;
		height: 120px !important;
	}
}

@media (max-width: 767px) {
	.wide-block {
		display: none !important;
	}
}

.wide-block .icon {
	position: relative !important;
	top: unset !important;
	left: unset !important;
	margin-right: 40px;
}

@media (max-width: 1023px) {
	.wide-block .icon {
		margin-right: 30px;
	}
}

.wide-block .content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wide-block .content-wrap .title {
	margin-top: unset;
}

.wide-block .qcard-bg {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 432px;
	height: 126px;
}

@media (max-width: 1365px) {
	.wide-block .qcard-bg {
		width: 343px;
		height: 100px;
	}
}

@media (max-width: 1023px) {
	.wide-block .qcard-bg {
		width: 240px;
		height: 70px;
	}
}

.menu-search-btn {
	display: none !important;
}

@media (max-width: 1919px) {
	.header__left .logo {
		padding-right: 28px !important;
		margin-right: 28px !important;
	}
}

@media (max-width: 1365px) {
	.header__left .logo {
		padding-right: 24px !important;
		margin-right: 24px !important;
	}
}

.main-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.main-menu li:not(:last-child) {
	margin-right: 30px;
}

@media (max-width: 1919px) {
	.main-menu li:not(:last-child) {
		margin-right: 24px;
	}
}

@media (max-width: 1365px) {
	.main-menu li:not(:last-child) {
		margin-right: 12px;
	}
}

.main-menu li.menu-item-has-children a:after {
	position: relative !important;
	margin: 4px 0 0 4px;
	top: unset !important;
	right: unset !important;
	left: unset !important;
}

@media (max-width: 1919px) {
	.main-menu li.menu-item-has-children a:after {
		margin-top: 2px;
	}
}

.main-menu li.menu-search a {
	position: relative;
	padding-left: 20px;
	transition: all 0.3s linear;
}

.main-menu li.menu-search a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../img/search_menu_ico.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s linear;
}

.main-menu li.menu-search a:hover:before {
	background-image: url(../img/search_menu_ico_hover.svg);
}

@media (max-width: 1365px) {
	.page-template-page-course-landing .main-menu li:not(:last-child) {
		margin-right: 10px;
	}
}

.accent-menu-item {
	position: relative;
}

.accent-menu-item a {
	display: block;
	position: relative;
	padding-left: 26px;
}

.accent-menu-item a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 15px;
	background-image: url(../img/menu_courses_ico.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s linear;
}

.accent-menu-item a:hover:before {
	background-image: url(../img/menu_courses_ico_hover.svg);
}

.mobile-menu .accent-menu-item a {
	padding-left: 36px;
}

.mobile-menu .accent-menu-item a:before {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 23px;
	background-image: url(../img/menu_courses_ico_mob.svg);
}

.mobile-menu .accent-menu-item a:hover:before {
	background-image: url(../img/menu_courses_ico_mob_hover.svg);
}

@media (max-width: 767px) {
	.mobile-menu .accent-menu-item a {
		padding-left: 26px;
	}

	.mobile-menu .accent-menu-item a:before {
		width: 20px;
		height: 15px;
	}
}

.stady-usa {
	position: relative;
}

.stady-usa .bg-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: calc(50% + 60px);
	background-color: #00365f;
	z-index: -1;
}

@media (max-width: 1023px) {
	.stady-usa .bg-wrap {
		right: calc(50% + 30px);
	}
}

@media (max-width: 767px) {
	.stady-usa .bg-wrap {
		display: none;
	}
}

.stady-usa .stady-wrap {
	display: flex;
	align-items: center;
	padding: 0 80px;
	width: 100%;
}

@media (max-width: 1919px) {
	.stady-usa .stady-wrap {
		padding: 0 60px;
	}
}

@media (max-width: 1365px) {
	.stady-usa .stady-wrap {
		padding: 0 45px;
	}
}

@media (max-width: 1023px) {
	.stady-usa .stady-wrap {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.stady-usa .stady-wrap {
		padding: 0 20px;
		margin: 70px 0;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.stady-usa .stady-wrap .left-side {
	position: relative;
	padding: 60px 0;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1023px) {
	.stady-usa .stady-wrap .left-side {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.stady-usa .stady-wrap .left-side {
		width: unset;
		padding: 0;
		margin-top: 50px;
	}
}

.stady-usa .stady-wrap .left-side .study-usa-img {
	width: 100%;
	height: 100%;
}

.stady-usa .stady-wrap .right-side {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 45px;
	width: 50%;
}

@media (max-width: 1023px) {
	.stady-usa .stady-wrap .right-side {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.stady-usa .stady-wrap .right-side {
		width: unset;
	}
}

.stady-usa .stady-wrap .right-side .stusa-title {
	font-weight: 900;
	font-size: 28px;
	line-height: 170%;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}

@media (max-width: 1919px) {
	.stady-usa .stady-wrap .right-side .stusa-title {
		font-size: 24px;
	}
}

@media (max-width: 1365px) {
	.stady-usa .stady-wrap .right-side .stusa-title {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	.stady-usa .stady-wrap .right-side .stusa-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.stady-usa .stady-wrap .right-side .stusa-subtitle {
	font-weight: 300;
	font-size: 20px;
	line-height: 145%;
	color: #000;
	margin-bottom: 50px;
}

@media (max-width: 1365px) {
	.stady-usa .stady-wrap .right-side .stusa-subtitle {
		font-size: 18px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	.stady-usa .stady-wrap .right-side .stusa-subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.stady-usa .stady-wrap .right-side .stusa-btn {
	padding: 12px 28px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #d70926;
	border-radius: 22px;
}

@media (max-width: 767px) {
	.stady-usa .stady-wrap .right-side .stusa-btn {
		font-size: 12px;
	}
}

.stady-usa .stady-wrap .right-side .stusa-btn:hover {
	box-shadow: 0px 4px 10px rgba(215, 9, 38, 0.2);
}

.programs-video-section {
	margin-bottom: 140px;
}

@media (max-width: 1365px) {
	.programs-video-section {
		margin-bottom: 130px;
	}
}

@media (max-width: 767px) {
	.programs-video-section {
		margin-bottom: 100px;
	}
}

.programs-video-section__preview {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.programs-video-section__preview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.programs-video-section__plug {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.programs-video-section__plug {
		display: none;
	}
}

.programs-video-section__plug img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.programs-video-section__play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 16px;
	position: absolute;
	z-index: 3;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1365px) {
	.programs-video-section__play {
		width: 50px;
		height: 50px;
	}
}

.programs-video-section__play svg {
	width: 16px;
	height: 18px;
	fill: #fff;
	transform: translateX(1px);
}

@media (max-width: 1365px) {
	.programs-video-section__play svg {
		width: 13px;
		height: 14px;
	}
}

.programs-video-section__play:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background-color: #00365f;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s linear;
	z-index: -1;
}

.programs-video-section__preview:hover .programs-video-section__play:before {
	transform: scale(1.1);
	background-color: #1a5481;
	box-shadow: 0px 10px 20px rgba(0, 54, 95, 0.3);
}

.programs-video-section__preview:active .programs-video-section__play:before {
	transform: scale(1);
	background-color: #1a5481;
	box-shadow: none;
}

/*# sourceMappingURL=course.css.map */