:root {
    --mau1: #017dc5;
    --mau2: #f1f1f3;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}
.change-color {
    color: var(--mau1);
}
#cv_html {
    font-family: var(--fontFull), serif !important;
}
#anh_bg_1 {
    width: 44px;
    height: 45px;
    display: inline-block;
    background: url("/images/bg-cv/cv46/1.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 10px;
}
.cv-content {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: inset 160px 0 0 0 var(--mau1);
}
.cv-chia-cot {
    display: flex;
    position: relative;
}

.cv-cot-trai {
    width: 280px;
    padding: 18px;
    display: inline-block;
    background: red;
    margin: 50px;
    margin-right: 0;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    background: var(--mau2);
}
.cv-cot-phai {
    width: calc(100% - 280px);
    padding: 35px;
    padding-top: 20px;
    display: inline-block;
}

.select-dropdown-nomal {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 36px;
    border: 1px solid #bfcbd9;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    width: 100%;
}
.select-dropdown-nomal:focus, .select-dropdown-nomal:active {
    outline: none;
}

.cv-part {
    margin-top: 15px;
    margin-bottom: 30px;
}
.cach-dong-duoi {
    margin-bottom: 20px;
}

#cvo-profile-avatar {
    width: 100%;
    padding: 2px;
    border-radius: 100%;
}
.cv-chia-cot .cvp-title {
    text-align: center;
    background: var(--mau1);
    border-radius: 20px;
    padding: 3px;
    margin-bottom: 15px;
}
.cv-chia-cot .title_box {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
#box02 ul, #box03 ul {
    margin: 0;
    padding: 0;
}
#box02 li, #box03 li {
    list-style: none !important;
    line-height: 28px !important;
}
.div-skill .child-content {
    margin-bottom: 10px;
}
.partitions .start-par {
    float: right;
}
.box-ten {
    margin-top: 80px;
    margin-bottom: 43px;
}
#cv-profile-fullname {
    font-size: 35px;
    font-weight: bold;
    font-family: var(--fontTen), serif;
    color: var(--mau1);
}
#cv-profile-job {
    color: #000;
    font-size: 22px;
}

.part-user-info-list {
    display: flex;
    flex-direction: column;
}
.part-user-info-list div.boxct {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    grid-column-gap: 5px;
}
.part-user-info-list div.boxct:nth-last-of-type(1) .ic{
    flex: 1.5;
}
.part-user-info-list div.boxct:nth-last-of-type(1) .ic .ico{
    display: flex;
    align-items: baseline;
    word-break: break-word;
}
.part-user-info-list div.boxct:nth-last-of-type(1) .ic:nth-last-of-type(1){
    flex: 2;
}
.ic i {
    margin-right: 5px;
    font-weight: bold;
}
.add-more {
    border: none;
    background: #e7e1e1;
    height: 26px;
    width: 26px;
    top: 7px;
    position: absolute;
    margin-left: 5px;
    border-radius: 100%;
    color: #d73015;
}

.cv-chia-cot .cv-cot-phai .cvp-title{
    background: unset;
    text-align: left;
    position: relative;
}
.cv-chia-cot .cv-cot-phai .cvp-title .cvp-title2 {
    padding: 3px 30px;
    display: inline-block;
    text-align: center;
    background: var(--mau1);
    border-radius: 20px;
    position: relative;
}
.cv-chia-cot .cv-cot-phai .cvp-title:before {
    content: "";
    top: 19px;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #cfcfcf;
    position: absolute;
}

.box-name-tieu-de{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.name-noi{
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    white-space: break-spaces;
}
b.tag{
    width: 140px;
    font-weight: 500;
    white-space: nowrap;
    text-align: right;
}
.cvp-content p{
    margin-bottom: 0;
    line-height: 28px;
}
.cvp-box-child {
    position: relative;
}
.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}
