/* Css template 04 */
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cv-wrap {
    margin: 0px auto;
    display: block;
    padding: 0!important;
}
.cvt-left {
    width: 421px;
    float: left;
    display: block;
    position: relative;
}
.avatar-user {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    border-right: 2px solid #fff;
}
#cvo-profile-avatar {
    width: 210px;
    height: 210px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}
.cvt-right {
    width: 230px;
    float: left;
}
.cvp-content {
    position: relative;
}
.cvp-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dotted #ccc;
    display: none;
    left: 0px;
}
.cvp-content:hover:before {
    display: block;
}
.cv-top {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #000000;
    background-size: 100%;
    border-bottom: 10px solid #dedede;
}
.cv-bottom {
    width: 100%;
    position: relative;
    display: block;
}
.cvb-left {
    width: 40%;
    display: block;
    float: left;
    position: relative;
}
.cvb-right {
    width: 60%;
    padding-left: 30px;
    display: block;
    float: left;
    position: relative;
}
.cv-bottom .cvb-left {
    padding: 20px;
    width: 100%;
}
.cv-bottom .cvb-right {
    padding: 20px;
    width: 100%;
}
.cv-bottom .cvb-left .cv-part{
    display: inline-block;
    width: 31%;
    float: left;
    margin-right: 3%;
}
.cv-bottom .cvb-left .cv-part:last-child{
    margin-right: 0;
}
.cv-bottom .cvb-right .cv-part{
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 4%;
}
.cv-bottom .cvb-right .cv-part:last-child{
    margin-right: 0;
}
.cv-footer {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #000;
    border-top: 10px solid #dedede;
    color: #fff;
}
.cv-footer .cvb-footer-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.cv-footer .cvb-footer-right {
    width: 48%;
    float: left;
}
.cv-part {
    margin-bottom: 10px;
}
.cv-part ul {
    padding-left: 0;
}
.cvp-title {
    margin-bottom: 15px;
}
.cvp-title h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
}
.cvp-title h3 i {
    position: absolute;
    left: -10px;
    font-size: 30px;
    top: -4px;
}
.timeline-content>div {
    position: relative;
}
.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 p {
    margin-bottom: 5px;
}
.timeline-part .job-name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.cvp-content.border-color .timeline-part{
    border-left: 2px solid #dedede;
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
}
.cvp-content.border-color .timeline-part:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -2px;
    left: -9px;
    background: #fff;
    z-index: 9;
}
.cvp-content.border-color .timeline-part:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 3px;
    left: -4px;
    background: #000;
    z-index: 10;
}
.part-user-experience .cvp-content.border-color .timeline-part:before {
    top: 30px;
}
.part-user-experience .cvp-content.border-color .timeline-part:after {
    top: 35px;
}
.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}
.part-user-info-list .ico i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
}
.part-user-title {
    margin-top: 50px;
}
.part-user-title h2, .part-user-title h3 {
    color: #fff;
    margin-bottom: 0;
}
.part-user-skill {
    color: #fff;
}
.cvb-left .cvp-content li {
    list-style-type: none;
}
.other-skill ul li{
    display: inline-block;
    margin-right: 10px;
}
.other-skill b {
    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;
}
.rating-parent {
    height: 5px;
    max-width: 210px;
    margin-bottom: 15px !important;
}
.div-skill .child-content span {
    display: inline-block;
    width: 45%;
}
.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;
}
.cvp-title {
    position: relative;
    border-bottom: 3px solid #dedede;
}
.cvp-title .add-more {
    position: absolute;
    top: 2px;
    right: 0;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
}
.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;
}
.change-color {
    color: #000;
}
.border-color {
    border-color: #000;
}
.change-bg-color:before {
    content: "";
    position: absolute;
    background: #000;
}

#box02 .cvp-box-child-list{
    display: none;
}

#box03 ul li,#box02 ul li{
    list-style: none;
}

#box03 .fa-check-circle:before,#box02 .fa-check:before {
    content: "\f005";
}
#work_actime .cvp-box-child{
    position: relative;
}
