.cv-wrap {
    margin: 0px auto;
    display: block;
    padding: 0 !important;
    background: #fff;
    color: #333333;
}

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

.part-logo-user .avatar-user {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

#cvo-profile-avatar {
    max-width: 100%;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    border: solid 3px white;
}

.cvb-left {
    width: 45%;
    display: inline-flex;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

.br-left{
    padding: 10px;
    padding-top: 0;
    background: #273e3d;
    color: white;
    height: 100%;
    width: 100%;
}

.cvb-topp{
    background: #009ce0;
    border-bottom-right-radius: 70px;
    height: 150px;
    position: absolute;
    width: 100%;
    padding-left: calc(45% + 15px);
    padding-top: 30px;
}

.cvb-bottom{
    background: #009ce0;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.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: 55%;
    display: inline-block;
    float: right;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 175px;
    border-left: 3px solid #009ce0;
}

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

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

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

.cvb-left .cvp-title h3 {
    padding-left: 0;
}

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

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

.cvp-title h3  {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 9px;
    font-weight: 700;
    width: 100%;
    color: white;
    background: #009ce0;
    box-shadow: -20px 0 0 0 #009ce0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cvb-right .cvp-title h3{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: calc(100% + 20px);
    box-shadow: -10px 0 0 0 #009ce0;
}
.cvb-right .cvp-title h3::before{
    content: "";
    border: solid 2px #009ce0;
    height: 2px;
    display: inherit;
    width: 22px;
    position: absolute;
    left: -27px;
    top: 18px;
    z-index: 1;
}
.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 {
    padding-bottom: 10px;
}

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

.timeline-content .timeline-part:last-child .tlp-content {
    padding-bottom: 0px !important;
}

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

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

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

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

.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}

.part-user-info-list .ico {
    display: flex;
    align-items: center;
}

.part-user-info-list .ico i {
    margin-right: 10px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #3b597f;
    border-radius: 100%;
}

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

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

.part-user-title h2 {
    font-size: 28px;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    color: white;
}

.part-user-title h3 {
    font-size: 18px;
    color: white;
}

.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: 13px;
    right: 0;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    color: white;
}

.cvp-title .add-more i {
    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;
}
