.content-02 .container {
    padding: 2rem 0 !important;
}

.content-stat .stat-container {
    display: flex;
    align-items: end;
    row-gap: 3rem;
    flex-wrap: wrap;
}

.content-stat .stat-container-right {
    display: flex;
    align-items: start;
    row-gap: 3rem;
    justify-content: center;
    padding-left: 1rem;
}

@media screen and (max-width: 1199px) {
    .content-stat.stat-02 {
        margin-left: 5rem;
    }

    .content-stat .stat-container {
        row-gap: 1rem;
    }
}

@media screen and (max-width: 991px) {
    
    .content-stat .stat-container {
        row-gap: 1rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .content-stat.stat-02 {
        margin-top: 0;
        margin-left: 2rem;
    }

    .content-stat .stat-item .num {
        justify-content: center !important;
    }
    
    .content-stat .stat-container-right {
        flex-direction: column;
        padding: 0;
        gap: 0;
        align-items: center;
    }

    .content-stat .border-right {
        border-right: none !important;
    }

    .content-stat .stat-item {
        padding: 0 !important;
        align-items: center;
    }

    .content-stat .text-left {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .content-stat .stat-container-right {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .content-stat .icon-stat-energy-01 {
        width: 75px !important;
    }
    .content-stat .icon-stat-energy-02 {
        width: 55px !important;
    }
    .content-stat .icon-stat-energy-03 {
        width: 79px !important;
    }    

    .content-left {
        margin: 0 !important;
        padding-bottom: 1rem;
    }

    .content-stat.stat-02 {
        margin: 0;
    }

    .content-02 .content-stat .num {
        font-size: 2.5rem;
    }

    .stat-container-right .group-detail {
        margin-top: -12px;
        margin-bottom: 1rem;
    }

    .content-stat .stat-container-right {
        padding: 0;
    }
}

.content-stat .stat-item {
    padding-right: 2rem;
    padding-left: .8rem;
}

.content-stat .border-right {
    border-right: 1px solid #3d6fa9;
}

.content-stat .icon-stat-energy-01 {
    width: 75px;
}
.content-stat .icon-stat-energy-02 {
    width: 55px;
}
.content-stat .icon-stat-energy-03 {
    width: 79px;
}

.content-stat .text-title,
.content-stat .detail-item h6 {
    color: #f3b203;
}

.content-stat .num {
    justify-content: start !important;
    margin-bottom: -0.6rem;
}

.content-stat .detail-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}


.content-stat .group-detail li:nth-child(1) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #ffffff; */
    background-color: #ffaaaa;
}
.content-stat .group-detail li:nth-child(2) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #98eb2c; */
    background-color: #d49f00;
}
.content-stat .group-detail li:nth-child(3) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #27afe1; */
    background-color: #00d1ff;

}
.content-stat .group-detail li:nth-child(4) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #e17a27; */
    background-color: #00ffd1;

}
.content-stat .group-detail li:nth-child(5) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #2cdbeb; */
    background-color: #cfcfcf;

}
.content-stat .group-detail li:nth-child(6) .icon_graph_detail{
    width: 15px;
    height: 15px;
    /* background-color: #e1a227; */
    background-color: #e7cbfc;
}
.content-stat .group-detail li:nth-child(7) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #e6c00f; */
    background-color: #f9ce80;
}

.content-stat .group-detail li:nth-child(8) .icon_graph_detail {
    width: 15px;
    height: 15px;
    /* background-color: #b12a0a; */
    background-color: #67a5dd;
}

.content-stat .graph-circle {
    max-width: 245px;
    width: 100%;
}

.content-stat .graph-circle-canvas {
    max-width: 225px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-stat .sub-num {
    display: flex;
    gap: .5rem;
    align-items: end;
}

.percent {
    margin-left: -7.5px;
}