#box-chart-info-company {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    /* border-top: 3px solid #e25354;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column; */
}

* {
    font-family: "roboto regular", sans-serif !important;
}

.header-company-info {
    padding: 5px 19px;
    border-bottom: 1px solid #e8e8e8;
}

.box-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px 19px 5px 19px;
}

.box-price-content {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.box-price-content p {
    margin: 0px;
}

.box-price-content>div {
    flex: 1;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.box-price-desc {
    font-size: 11px;
    text-align: left;
    color: #5e5d5d;
    line-height: 24px;
    margin-top: 5px;
}

.body-company-info {
    display: flex;
    flex: 1;
}

.box-price {
    flex: 3;
}

.box-chart {
    flex: 2;
}

.bottom-company-info {
    padding: 4px 19px;
    box-sizing: border-box;
    color: #004370;
    font: normal 12px/23px Roboto-Medium;
    margin-left: 2px;
    width: 100%;
}

.sprite {
    background-image: url("https://static.mediacdn.vn/cafef.vn/images/sprite_cafef_v18.webp") !important;
    background-repeat: no-repeat;
    background-size: auto !important;
    width: 8px;
    height: 8px;
    background-position: -261px -206px;
    display: inline-block;
    margin-left: 2px;
    color: #004370;
    font: normal 12px/23px Roboto-Medium;
}

.nochange {
    color: #ffce51;
}

.change-price>p:first-child,
.current-price>p:first-child {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 14px;
    color: #5e5d5d;
}

.current-price>p:last-child {
    font-family: Roboto-Bold;
    font-weight: 600;
    color: #3d3d3d;
    font-size: 18px;
    margin-top: 7px;
}

.change-price>p:last-child {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
}