	
	.main-chunk {
	background-color: #fff;
	
}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%; margin-right: 2%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 73%
	}
	.row.space-3 {
		margin-left: -8.75px;
		margin-right: -8.75px
	}
	
	
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

	.mb-6 {
		margin-bottom: 30.625px
	}



.talents-desc,.talents-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 2;
	padding: 15px 30px
}

@media (max-width:1199px) {
	.talents-desc,.talents-label {
		padding: 15px 20px
	}
}

@media (max-width:767px) {
	.talents-desc,.talents-label {
		padding: 10px
	}
}

.talents-label {
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px
}

@media (max-width:1679px) {
	.talents-label {
		font-size: 18.5px
	}
}

@media (max-width:1199px) {
	.talents-label {
		font-size: 17px
	}
}

@media (max-width:991px) {
	.talents-label {
		font-size: 15.5px
	}
		.main-chunk {
		padding: 5px
	}
		.col-xs-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% ; margin-bottom: 0px;
	}
	.talents-label br {
		display: none
	}
	
}

@media (max-width:767px) {
	.talents-label {
		font-size: 14px;
		margin-bottom: 5px
	}
}

@media (max-width:767px) {
	.talents-label br {
		display: none
	}
}

.talents-desc {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50%
}


.subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #da4813;
    margin: 0 0px 22px;
    padding-bottom: 22px;
    font-size: 20px;
}
.subtitle:before {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #da4813;
    width: 7px;
    height: 7px;
    margin-right: 16px;
}

.recp{width: 100%; margin-bottom: 20px; font-size: 16px; line-height: 28px;}








