/* Tổ chức và nhân sự */
.item-staff{
	border-radius: 10px;
	padding: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	height: 100%;
}
.item-staff h3{
	font-size: 50px;
}
.item-staff h4{
	background: #c3d8ee;
	padding: 10px;
	border-radius: 10px;
	font-style: normal;
	line-height: 1.2;
	color: var(--primary-color);
	min-height: 56px;
}
/* Chart tron */
#charttron1{
	height: 250px;
}
#charttron2{
	height: 250px;
}
.item-text-chart{
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.item-text-chart p{
	width: calc(100% - 30px);
	margin-bottom: 0px;
	line-height: 15px;
	margin-left: 10px;
}
.mau{
	width: 15px;
	height: 15px;
	background: #262262;
	border-radius: 50%
}
.mau1{
	width: 15px;
	height: 15px;
	background: #0c4da2;
	border-radius: 50%
}
.mau2{
	width: 15px;
	height: 15px;
	background: #91bde5;
	border-radius: 50%
}
.mau3{
	width: 15px;
	height: 15px;
	background: #25aae1;
	border-radius: 50%
}








/* Chỉ tiêu về sản lượng */
.item-statistical{
	width: 60%;
	margin:auto;
	text-align: center;
	border-bottom: 5px solid #91bde5;
	padding-bottom: 20px;
	height: 100%;
}
.item-statistical h3{
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
	color: var(--primary-color);
}
.item-statistical h3 span{
	font-size: 50px;
}

#chartdou{
	height: 500px;
}