.fa-play-circle {
	border-radius: 60em;
	height: 91px;
	width: 91px;
	text-align: center;
	margin-right: 15px;
	position: relative;
	background: var(--pe_blue);
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.fa-play-circle:after {
	content: "" !important;
	font-family: var(--icomoon);
	color: #fff;
	font-size: 31px;
	font-style: normal;
	margin-left: 3px; 
	line-height: 2.8;
}

.fa-play-circle:before {
	content: "" !important;
	position: absolute;
	top: -12px;
	bottom: -12px;
	left: -12px;
	right: -12px;
	background-color: var(--pe_deep_blue);
	opacity: .2;
	z-index: -1;
	border-radius: 60em;
	width: 115px;
    height: 115px;
}
.section2 .item_wrap > div {
	border-radius: 5px;
	padding: 35px 30px;
	position: relative;
}
.section2 .item_wrap > div:before {
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius:5px;
	background: var(--pe_blue);
}
.section2 .row:nth-child(2) .col:nth-child(2) .item_wrap > div:hover:before {
	background: var(--pe_mid_blue);
}
/*.section2 .item_wrap > div:hover {
	padding:32px 27px;
	top: 3px;
	left: 3px;
}*/
.section2 .item_wrap > div:hover:before {
	width:calc(100% + 6px);
	height: calc(100% + 6px);
	top: -3px;
	left: -3px;
}
.main_featured {
	border-radius:5px;
	overflow: hidden;
	cursor:pointer;
}
.main_featured a {
	position: relative;
}
/*.main_featured a span:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:var(--pe_deep_blue);
	opacity: 0.5;
	z-index: 0;
}
.main_feat_content {
	position: relative;
	width: 100%;
	padding: 8px 20px;
}
.main_feat_content h3 {
	border-right:1px solid var(--pe_white);
	padding-right: 10px;
	margin-right: 10px;
}*/
.main_feat_content_wrap {
	bottom:25px;
	left: 35px;
	right: 35px;
	z-index: 1;
}
.featured_side_thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.featured_side_thumb:before,
.main_featured a span:after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--pe_blue);
	border-radius: 50%;
	background: var(--pe_white);
	width: 35px;
	height: 35px;
	padding: 4px 0 0 4px;
	display: block;
	text-align: center;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .3);
}
.main_featured a span:after {
	width: 50px;
	height: 50px;
	font-size:26px;
}
.resource_box_wrap:before {
	background-color:var(--pe_teal);
	content:'';
	opacity: 0.1;
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	z-index: -1;
	border-radius:5px;

}
.resource_box_wrap:hover {
	background-color:var(--pe_white);
	border-radius:5px;
}
.resource_box_wrap:hover:before {
	background: #00237D;
	background: -webkit-linear-gradient(90deg, rgba(0, 35, 125, 1) 0%, rgba(0, 121, 226, 1) 50%, rgba(0, 185, 226, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 35, 125, 1) 0%, rgba(0, 121, 226, 1) 50%, rgba(0, 185, 226, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 35, 125, 1) 0%, rgba(0, 121, 226, 1) 50%, rgba(0, 185, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00237D", endColorstr="#00B9E2", GradientType=1);
	opacity: 1;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	z-index: -1;
}
.play_btn_sp {
	display:none !important;
}
@media (max-width:1200px) {
	.fa-play-circle {
		width: 113px;
	}
}
@media (max-width:992px) {
	.fa-play-circle {
		width: 91px;
	}
	.section2 .row > .col > a:first-child {
		margin-bottom: 40px;
	}
	.main_featured {
		margin-bottom: 40px;
	}
}
@media (max-width:575px) {
	.main_feat_content_wrap.position-absolute {
		position:unset !important;
	}
	/*.main_feat_content:before {
		display: none;
	}
	.main_feat_content * {
		color:var(--pe_old);
	}*/
	.main_feat_content h3.d-inline-block {
		display: block !important;
		font-weight:bold !important;
		margin-top: 10px;
		font-size:18px;
	}
	.featured_side h4.font-14 {
		font-size:18px;
	}
	/*.main_feat_content p.font-15,*/
	.featured_side p.font-12 {
		font-size:16px;
	}
	.main_featured img {
		border-radius: 5px;
	}
	.main_featured a span:after {
		width: 35px;
		height: 35px;
		font-size:18px;
	}
	.section3 .col-lg-5 .row > .col-md-6.mb-30 {
		padding:0;
	}
}
@media (max-width: 475px) {
	.s2items h3.font-25 {
		font-size:22px;
		line-height: 1.1;
	}
	.s2items h3 ~ p {
		font-size:16px;
	}
	.fa-play-circle:before {
		width:90px;
		height: 90px;
	}
	.fa-play-circle {
		width: 66px;
		height: 66px;
	}
	.fa-play-circle:after {
		font-size: 20px;
		line-height: 0;
	}
	.section2 .item_wrap > div {
		padding: 25px 25px 25px 30px;
	}
	.s2items h3 br {
		display:none;
	}
	.section2 .container .row:nth-child(2) .col:nth-child(2) i {
	  width: 84px;
	}
}
@media (max-width:460px) {
	.play_btn_sp {
		display: inline-block;
	}
	.play_btn_pc {
		display: none;
	}
	.fa-play-circle,
	.section2 .container .row:nth-child(2) .col:nth-child(2) i {
		width: auto;
		height: auto;
		background:none;
	}
	.fa-play-circle:before {
		display: none;
	}
	.fa-play-circle:after {
		color: var(--pe_blue);
		/*font-size:15px;*/
		line-height: 2.4;
	}
	.s2items.ml-20 {
		margin-left: 0 !important;
	}
	.s2items > div {
		display: flex;
		align-items: center;
	}
	.section2 .item_wrap > div:before {
		width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
	}
}