:root {
    --mauChinh: #ff4639;
    --mauPhu: #ff4700;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}
.change-color{
    color: var(--mauChinh);
}
.color-phu{
    color: var(--mauPhu);
}
#cv_html {
    font-family: var(--fontFull), serif !important;
}
.cv-wrap {
    margin: 0 auto;
    display: block;
    padding: 0 !important;
    border-bottom: solid 15px var(--mauChinh);
}

.cv-top {
    background-color: var(--mauChinh);
    color: #fff;
    height: 250px;
    overflow: hidden;
}

.cv-part-top {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: -225px;
    border-radius: 450px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(97, 97, 97, .15);
    -webkit-box-shadow: 0 0 35px 0 rgba(97, 97, 97, .15);
    -moz-box-shadow: 0 0 35px 0 rgba(97, 97, 97, .15);
    border: solid 2px var(--mauChinh);
}

.part-logo-user {
    position: relative;
}

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

.part-logo-user .avatar-user img {
    max-width: 100%;
    width: 230px;
    height: 230px;
}

.box-imgupload img {
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}
.part-user-info {
    padding: 15px 20px;
    padding-top: 0;
}

.part-user-info-list .ic {
    text-align: center;
    margin-bottom: 15px;
}

.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: 36%;
    display: block;
    float: left;
    position: relative;
}

.cv-bottom .cvb-left {
    display: block;
    float: left;
    position: relative;
    padding-left: 20px;
    height: 100%;
}

.cvp-content {
    position: relative;
}

.cvb-right {
    width: calc(100% - 36% - 22px);
    display: block;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.cv-bottom .cvb-right {
    border-left: solid 2px var(--mauChinh);
    margin-left: 20px;
    padding: 10px;
    padding-left: 15px !important;
}

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

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

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

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

.cvp-title h3 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 32px;
    background-color: var(--mauChinh);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 12px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    text-transform: uppercase;
}
.cv-bottom .cvb-right .cvp-title h3:before{
    content: '';
    background: #ec4343;
    position: absolute;
    width: 13px;
    height: 2px;
    top: 18px;
    left: -17px;
}

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

.timeline-content > div {
    position: relative;
}

.timeline-part > .tag {
    position: absolute;
    display: block;
    font-weight: bold;
    width: 110px;
    left: -120px;
    padding: 0;
    top: 0;
    text-align: center;
}

.timeline-part .tlp-content {
    position: relative;
}

.timeline-content .timeline-part .tlp-content {
    padding-bottom: 0 !important;
    padding-left: 20px;
    border-left: solid 2px var(--mauPhu);
}
.timeline-part:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: -4px;
    background: var(--mauPhu);
}

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

.timeline-part .tlp-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    white-space: break-spaces;
}

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

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

.tlp-content p:last-child {
    padding-bottom: 20px;
}

.timeline-part .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;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
}

.part-user-info-list .ico i {
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #ff7f29;
}

.part-user-info-list b.color-chinh {
    font-size: 16px;
}

.part-user-info-list .ico span {
    display: block;
}

.part-user-info-list .ico .ico-icon img {
    max-width: 100%;
}

.part-user-title {
    position: relative;
    padding: 90px 0 30px 0;
}

.part-user-title h2 {
    font-size: 38px;
    width: 100%;
    font-weight: bold;
    border-bottom: solid 1px;
    display: inline;
    padding-bottom: 10px;
    font-family: var(--fontTen), serif;
}

.part-user-title h3 {
    margin-top: 15px;
    font-size: 25px;
    text-transform: uppercase;
}

.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 {
    font-size: 20px;
}

.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;
}

.icon_1 {
    width: 58px;
    height: 58px;
    display: inline-block;
    background: url("/images/bg-cv/cv43/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
}
