#charttron5{
	height: 250px;
}

.item-result{
	position: relative;
	padding:20px;
	text-align: center;
	background: #f6f6f6;
	border-radius: 20px;
	box-shadow: 8px 8px 8px #e6e6e6;
	height: 100%;
}
/* .item-result:before{
	position: absolute;
	right: -10px;
	top: -10px;
	content: url('../img/group4/icon-result-be.png');
} */
.item-result:after{
	position: absolute;
	right: -5px;
	top: -5px;
	content: url('../img/group4/icon-result-af.png');
}
.item-result h4{
	font-family: 'MyriadPro-Regular';
	color: var(--primary-color);
	margin-bottom: 0px;
}
.item-result h4 img{
	margin-right: 10px;
}