/* Css template 04 */
.cv-wrap {
    margin: 0px auto;
    display: block;
    padding: 0!important;
}
.cvt-left {
    width: 421px;
    float: left;
    display: block;
    position: relative;
}
.avatar-user {
    display: inline-block;
    text-align: center;
    margin-top: 80px;
}
.box-imgupload img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.avatar-user .bg-top-1 {
    content: "";
    position: absolute;
    width: 65px;
    height: 16px;
    border-radius: 16px;
    top: 20px;
    left: 4px;
    background: #e53555;
    z-index: 9;
}
.avatar-user .bg-top-2 {
    content: "";
    position: absolute;
    width: 70px;
    height: 16px;
    border-radius: 16px;
    top: 39px;
    left: -18px;
    background: #e53555;
    z-index: 9;
}
.avatar-user .bg-bottom-0 {
    content: "";
    position: absolute;
    width: 30px;
    height: 16px;
    border-radius: 16px;
    bottom: 60px;
    right: -6px;
    background: #e53555;
}
.avatar-user .bg-bottom-1 {
    content: "";
    position: absolute;
    width: 65px;
    height: 16px;
    border-radius: 16px;
    bottom: 42px;
    right: -32px;
    background: #e53555;
}
.avatar-user .bg-bottom-2 {
    content: "";
    position: absolute;
    width: 70px;
    height: 20px;
    border-radius: 16px;
    bottom: 19px;
    right: -24px;
    background: #e53555;
}
.part-user-title .bg-title-0 {
    content: "";
    position: absolute;
    width: 65px;
    height: 16px;
    border-radius: 16px;
    bottom: 50px;
    right: 70px;
    background: #2b242b;
}
.part-user-title .bg-title-1 {
    content: "";
    position: absolute;
    width: 25px;
    height: 16px;
    border-radius: 16px;
    bottom: 50px;
    right: 30px;
    background: #2b242b;
}
.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: inline-block;
    width: 100%;
    position: relative;
    background: url("../../images/bg-cv/bg-header-cv-11.png") top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.cv-bottom {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url("../../images/bg-cv/bg-footer-cv-11.png") bottom center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.cvb-bottom {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 150px;
}
.cvb-bottom img {
    width: 100%;
}
.cv-top .cvb-left {
    width: 40%;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
}
.cv-bottom .cvb-left {
    width: 45%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    position: relative;
    padding-right: 20px;
}
.cv-bottom .cvb-left .cvp-title, .cv-bottom .cvb-left .cvp-content {
    padding-left: 30px;
}
.cv-top .cvb-right {
    width: 55%;
    display: inline-block;
    position: relative;
}
.cv-bottom > .cvb-right {
    width: 55%;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #ccc;
}
.cv-part {
    margin-bottom: 20px;
}
.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;
    color:#000 !important;
}
.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;
}
.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 #e53555;
    padding-left: 20px;
    position: relative;
}
.cvp-content.border-color .timeline-part:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: -8px;
    background: #e53555;
}
.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}
.part-user-info {
    color: #fff;
    padding-left: 30px;
}
.part-user-info-list .ic {
    display: inline-block;
    width: 30%;
}
.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 {
    text-align: center;
    padding-top: 150px;
    margin-left: -150px;
}
.part-user-title h2 {
    background: #2b242b;
    border-radius: 30px;
    padding: 5px 20px;
    color: #fff;
}
.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;
}
.div-skill .child-content span {
    display: inline-block;
    width: 45%;
}
.rating-parent {
    height: 5px;
    max-width: 210px;
    margin-bottom: 15px !important;
}
.cvp-toolbox {
    left: -30px;
}
.cv-containter p {
    margin: 5px 0;
}
.cvp-title {
    position: relative;
}
.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: #e53555;
}
.border-color {
    border-color: #e53555;
}
.change-bg-color:before {
    content: "";
    position: absolute;
    background: #e53555;
}

#box03 .cvp-title{
    text-align: left !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    color: #000 !important;
}
#box03 .cvp-title .change-color{
    color: unset !important;
}
#box02 .cum{
    padding-left: 30px;
}
#box02 .box-title{
    text-align: left !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    color: #000 !important;
}
.block-child ul li,#box02 ul li{
    list-style: none;
}
#box03 .block-child .box-content,#box02 .content-pf-right .box-content{
    padding-left: 40px !important;
}

.clear {
    clear: both;
}
