/*Bieu do tron phan tram*/
.donut-chart1 {
    display: inline-block;
    vertical-align: middle;
	text-align:center;
}

.donut-chart1-svg {
    overflow: visible; /* Circle edges get clipped? */
}

.donut-chart1-background {
    fill: transparent;
}

.donut-chart1-foreground {
    fill:#000000;
}

.donut-chart1-fill {
    /* Overwrites all fill colors! */
}

.donut-chart1-text {
    font-family: sans-serif;
    text-anchor: middle;
    fill: #fff;
}



/* Optional override values */
.donut-chart1.has-bg .donut-chart1-background {
    fill: #eee;
}

.donut-chart1.has-foreground .donut-chart1-foreground {
    fill: #eaccd4;
}

.donut-chart1.has-foreground .donut-chart1-text {
    fill: #060f58;
}


