/* 

Ket qua hoat dong kinh doanh 

*/
.item-number-result{
    text-align: center;
}
.item-number-result img{
    margin:auto;
    margin-bottom: 20px; 
}
.item-number-result h3{
    font-size: 50px;
    color: var(--primary-color);
}

.item-number-result p img{
    display: inline-block;
    margin-right: 5px;
    line-height: 25px;
    margin-bottom: 0px; 

}
/* PFS */
.award{display: flex;padding-left:15px;padding-right: 15px;width: 640px;margin: auto}
.numberone{
    width: 113px;
}
.text-num{
    width: calc(100% - 113px);
}
.text-num ul li{
    border-top: 1px solid #ccc;
    padding: 8px 20px;
}
.text-num ul li:last-child{
    border-bottom: 1px solid #ccc;
}
@media (max-width: 500px){
    .text-num ul li {
        padding: 3px 12px;
    }
}
@media (max-width: 475px){
    .text-num ul li {
        font-size: 14px;
        padding: 4px 12px;
    }
}
@media (max-width: 425px){
    .text-num ul li {
        font-size: 12px;
        padding: 6px 10px;
    }
}
@media (max-width: 400px){
    .text-num ul li {
        padding: 5px 10px;
    }
}
@media (max-width: 375px){
    .text-num ul li {
        padding: 2px 10px;
    }
}
@media (max-width: 325px){
    .numberone{
        display: none;
    }
    .text-num{
        width: 100%;
    }
    .text-num ul li{
        font-size: 14px;
    }
}

.item-staff{
    display: flex;
    min-height: 100px;
}
.item-staff .image{
    flex: 0 0 60px;
    margin-right: 20px;
}
.item-staff .text h3{
    font-size: 45px;
    color: var(--primary-color);
}
.item-staff .text h3 span{
    font-size: 25px;
}



.item-chart{
    text-align: center;
}
.item-chart h4{
    display: inline-block;
    margin:0 auto;
    margin-bottom: 20px;
    padding: 10px 30px;
    background: #ecedee;
}
.text-chart{
    padding-top: 20px;
}
.text-chart1{
    padding-top: 130px;
}
.item-text-chart{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 30px;
}
.mau1{
    width: 15px;
    height:15px;
    background: #c42424;
    flex: 0 0 15px;
    margin-right: 5px;
}
.mau2{
    width: 15px;
    height:15px;
    background: #ed1c24;
    flex: 0 0 15px;
    margin-right: 5px;
}
.mau3{
    width: 15px;
    height: 15px;
    background: #bbbdc0;
    flex: 0 0 15px;
    margin-right: 5px;
}

#chartcol1{height: 450px;}


#charttron1{
    height: 300px;
}
#charttron2{
    height: 300px
}
#chartcot1{
    height: 450px;
}
#chartcot2{
    height: 450px;
}




.item-result{
    text-align: center;
    padding: 20px;
    position: relative;
    cursor: auto;
}
.item-result h4{
    cursor: default;
}
.item-result h3{
    cursor: default;
    font-size: 50px;
}

.item-cultural-title{
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    background: var(--primary-color);
}
.item-cultural-title h3{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.item-cultural{
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #4d4d4f;
    border-radius: 5px;
    height: 100%;
}
.item-cultural img{
    margin: auto;
    margin-bottom: 10px;
}
.item-cultural h3{
    font-size: 18px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 0px;
}
.item-cultural h4{
    font-size: 16px;
}

.item-cultural-gray{
    margin: 10px;
    background: #808184;
    border: 1px solid #4d4d4f;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
}
.item-cultural-gray ul li{
    display: flex;
    line-height: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.item-cultural-gray ul li img{
    width: 12px;
    height: 16px;
    margin-right: 5px;
}


@media (max-width: 767px){
    .text-chart{
        display: none;
    }
    .text-chart1{
        display: none;
    }
}