:root {
    --mauChinh: #ac54a3;
    --mauPhu: #f1d9e9;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}
#cv_html {
    font-family: var(--fontFull), serif !important;
}
.change-color {
    color: var(--mauChinh);
}

.cv-wrap {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    background: #ebebe9;
    color: #000;
}
.cv-top {
    position: relative;
    display: flex;
    padding-left: 100px;
    height: 200px;
    background: #fff;
}
#br-top {
    width: 175px;
    height: 152px;
    display: inline-block;
    background: url(/images/bg-cv/cv44/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
}
#icon-1 {
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(/images/bg-cv/cv44/1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.part-logo-user {
    position: relative;
    top: 15px;
    margin-right: 20px
}

.part-logo-user .avatar-user {
    display: block;
    text-align: center;
}

.box-imgupload img {
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    padding: 5px;
}

.part-logo-user .avatar-user img {
    width: 170px;
    height: 170px;
    border: solid 2px var(--mauChinh);
    padding: 8px;
}

.div-lien-he {
    width: 100%;
    min-height: 80px;
    max-height: 100px;
    z-index: 999;
    color: #fff;
    background-image: linear-gradient(to right, #8fadda, #f5a6c9, #ab519f);
    display: flex;
}

.div-lien-he .ic {
    display: inline-block;
    min-width: 50px;
}

.part-user-info-list {
    padding: 0 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    grid-gap: 7px;
}
.box-info-chia {
    display: flex;
    grid-gap: 15px;
    justify-content: center;
}
.part-user-info-list .ico {
    display: flex;
    align-items: center;
}
.part-user-info {
    padding: 16px;
}

.cv-bottom {
    display: flex;
    width: 100%;
    position: relative;
}

.bg-header-top {
    position: relative;
    display: inline-block;
}

.bg-header-top img {
    width: 100%;
}

.bg-header-bottom {
    position: relative;
    display: inline-block;
}

.bg-header-bottom img {
    width: 100%;
}

.cvb-left {
    width: 40%;
    display: block;
    float: left;
    position: relative;
}

.cv-bottom .cvb-left {
    display: block;
    background: #fff;
    padding-top: 25px;
    padding-left: 15px;
}

.cv-bottom .cvb-left .cv-part {
    position: relative;
    margin-bottom: 10px;
}

.cv-bottom .cvb-left .cv-part:nth-child(2n-1):after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: 44%;
    right: -10px;
    background: #fff;
    border: solid 1px var(--mauChinh);
    z-index: 1;
}

.cv-bottom .cvb-right {
    display: block;
    background: var(--mauPhu);
    padding: 20px;
    padding-top: 40px;
}

.cv-bottom .cvb-right .cvp-box-child-list {
    padding-left: 15px;
    border-left: solid 2px var(--mauPhu);
}
.cvp-content {
    position: relative;
}

.cvp-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dotted #ccc;
    display: none;
    left: 0;
}

.cvp-content:hover:before {
    display: block;
}

.cvb-right {
    width: 60%;
    display: block;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.cv-part {
    margin-bottom: 20px;
}

.cv-bottom .cv-part {
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
}

.cv-bottom .cvb-right .cv-part {
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 3px 3px 2px 0 #c7c1c1;
}

.cv-part ul {
    padding-left: 0;
}

.cvb-left .cvp-title:before {
    display: none;
}

.cvp-title {
    margin-bottom: 5px;
    position: relative;
}

.cvp-title h3 {
    margin: 0 0 4px;
    font-size: 21px;
    line-height: 38px;
    color: var(--mauChinh);
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.cvp-title h3 i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 2px;
}

small.tag {
    color: #4a4a4a;
    font-size: 14px;
}

.cvp-content ul li {
    list-style-type: none;
    font-size: inherit !important;
}

.tlp-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
}

.tlp-content .tlp-content-left {
    float: left;
    width: 35%;
}

.tlp-content .tlp-content-right {
    margin-left: calc(35% + 20px);
}

.tlp-content p {
    margin-bottom: 5px;
}

.job-name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.cvp-content.timeline-content {
    position: relative;
}

.cvp-content p {
    word-break: break-word;
    line-height: 25px;
}

.part-user-info-list .ico i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.part-user-title {
    position: relative;
    padding: 60px 20px 0 0;
    height: 180px;
    width: 100%;
}

.part-user-title h2 {
    font-size: 34px;
    width: 85%;
    margin-bottom: 0;
    font-weight: bold;
    font-family: var(--fontTen), serif;
}

.part-user-title h3 {
    font-size: 24px;
}

.cvb-left .cvp-content li {
    list-style-type: none;
}

.other-skill b, .part-user-infor li > span {
    width: 67px;
    color: #777;
    display: inline-block;
    font-weight: bold;
    font-size: inherit !important;
}

.other-skill b {
    width: auto !important;
}

.cvp-content .list-style li::before {
    content: "-";
    margin-right: 5px;
}

.progress-item {
    display: block;
}

.progress-part {
    display: block;
}

.progress-item > span {
    font-size: 14px;
    margin-bottom: 5px;
}

.progress-bar-cv {
    height: 5px;
    position: relative;
    max-width: 210px;
}

.rating-parent {
    height: 5px;
    max-width: 210px;
    margin-bottom: 15px !important;
}

.cvp-box-child-nn .cvp-toolbox {
    z-index: 2;
    top: 50px;
    bottom: auto;
}

.cvp-toolbox {
    left: -30px;
}

.cv-containter p {
    margin: 5px 0;
}

.cvp-box-parent.active .cvp-content {
    z-index: 3 !important;
}

.part-user-exper {
    margin-bottom: 30px;
}

.div-skill .child-content span {
    display: inline-block;
    width: 45%;
}

.cvp-title .add-more {
    position: absolute;
    top: 9px;
    right: 5px;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
}

.cvp-title .add-more i {
    color: #7c3966;
    font-size: 18px;
}

.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}

.fieldgroup_controls {
    position: absolute;
}

.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;
}
.background-block-icon {
    width: 26px;
    height: 26px;
    text-align: center;
    padding-top: 2px;
    float: left;
    margin-right: 6px;
    background-color: #1778f3;
    border-radius: 13px;
}

.follow-button {
    float: left;
    width: 100px;
    text-align: center;
    height: 30px;
    border-radius: 2px;
    background-color: #1778f3;
    line-height: 30px;
    font-weight: 700;
}
.action-button {
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 8px;
    background-color: #eee;
    color: #999;
    border-radius: 2px;
}
.icon-wrapper {
    color: #fff;
}
.follow-button span {
    color: #fff !important;
}

#flex-address {
    display: flex;
}
.modal {
    background: #000000d9;
    z-index: 9999;
}

.experience {
    padding: 0;
    margin: 0;
    position: relative;
}
.ctbx:hover {
    box-shadow: 0 0 1px #999;
}
.ctbx:hover .fieldgroup_controls {
    display: block;
}
.part-user-skill li i.far, .part-user-muctieu li i.far {
    margin-right: 10px;
    font-size: 9px;
    font-weight: 500;
}
.experience-table .cvp-content {
    margin-bottom: 30px;
}
.rating-child.active {
    color: var(--mauChinh);
}
.modal-backdrop {
    z-index: unset;
}
