div#box_cv_online {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.container_cv_online {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    float: left;
    gap: 20px;
}

.cv_online_top {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #20112e;
    gap: 20px;
}

.cv_online_center {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box_02 {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #20112e;
}

.avatarUserCVOnline {
    width: 100%;
    height: 100%;
}

.box_avatar {
    width: 155px;
    height: 155px;
    padding: 5px;
    border-radius: 5px;
}

.profile_information {
    width: 100%;
}

.cv_online_top .box_01 {
    width: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.cv-profile-fullname {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.cv-profile-job {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
}

div#prof {
    width: 100%;
    float: left;
}

.ic-1,
.ic-2,
.ic-3,
.ic-4,
.ic-5 {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 5px;
}

.icoweb {
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 18px;
}

.icf-birthday,
.icf-sex,
.icf-phone,
.icf-email,
.icf-address {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icf-birthday .icon-infor-prf {
    width: 22px;
    height: 22px;
}

.icf-sex .icon-infor-prf {
    width: 22px;
    height: 18px;
}

.icf-phone .icon-infor-prf {
    width: 21px;
    height: 22px;
}

.icf-email .icon-infor-prf {
    width: 22px;
    height: 15px;
}

.icf-address .icon-infor-prf {
    width: 22px;
    height: 21px;
}

.cvOnlineCenterALL {
    width: 100%;
    float: left;
    background: url(/images/hosoonline/br6.png)no-repeat;
    background-size: 1px 100%;
    background-position: 59% 0px;
}

.cvOnlineCenterLeft {
    width: 58%;
    float: left;
}

.cvOnlineCenterRight {
    width: 38%;
    float: right;
}

div#cv-boxtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.cvol_block,
.cvol_box {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.ctbx {
    width: 100%;
    margin-bottom: 10px;
}

.head-right {
    margin-bottom: 10px;
}

.exp-title {
    padding-bottom: 8px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.exp-date {
    padding-bottom: 8px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.exp-subtitle {
    padding-bottom: 8px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.exp-content {
    padding-bottom: 0px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.box-content {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width:550px) {
    .cvOnlineCenterLeft,.cvOnlineCenterRight {
        width: 100%;
    }

    .cvOnlineCenterALL {
        background: unset;
    }

    .cv_online_top {
        flex-direction: column;
    }

    .cv_online_top .box_01 {
        width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
}