.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;
}
.cv-wrap {
    margin: 0 auto;
    display: block;
    padding: 0 !important;
    background: #eeeeee;
}

.part-logo-user {
    position: relative;
    text-align: center;
}

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

.part-logo-user .avatar-user img {
    max-width: 100%;
    border-radius: 2px;
    width: 305px;
    height: 315px;
}

.cv-top {
    width: 100%;
    background-image: url('/images/bg-cv/bg-cv-27-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 544px;
    display: flex;
}

.cvt-left{
    width: 60%;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    top: 135px;
}
.cvt-right{
    width: 40%;
    display: inline-block;
    position: relative;
}

.cv-bottom {
    /*display: flex;*/
    width: 100%;
    position: relative;
    /*flex-direction: row-reverse;*/
    padding-bottom: 40px;
}

.cvb-left {
    display: inline-block;
    margin-top: -99px;
    padding: 0;
    background: #fff;
    box-shadow: inset -9px -9px 0 7px #003e42;
    width: 337px;
    float: right;
}

.cvp-content {
    position: relative;
}

.cvp-content:hover {
    box-shadow: 0 0 0 1px #ccc;
}

.cvb-right {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    float: left;
    width: calc(100% - 338px);
}
.cvb-right div.cv-part:nth-child(1) .cvp-title h3{
    color: #000;
    background: #ffc22c;
    box-shadow: 5px 4px 0 2px #003e42;
}

.cvb-right div.cv-part:nth-child(2){
    background: #ffc22c;
    margin: 20px -20px;
    padding: 20px;
}
.cv-bottom .cvb-right div.cv-part:nth-child(2) .cvp-title h3{
    box-shadow: 5px 4px 0 2px #fff;
}

.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 {
    margin-bottom: 15px;
    position: relative;
}

.cvp-title h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    color: white;
    padding: 5px;
}

.cv-bottom .cvb-right .cvp-title h3{
    background: #003e42;
    box-shadow: 5px 4px 0 2px #ffc65a;
}

.cv-bottom .cvb-left .cvp-title h3{
    color: #000;
    border-bottom: solid 7px #ffc22c;
}

.cvp-title h3 i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 2px;
}
.part-user-info-list{
    color: white;
    padding-right: 25px;
}
.part-user-info-list .ic{
    margin-bottom: 2px;
}
.cvp-content ul li {
    list-style-type: none;
    font-size: inherit !important;
}

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

.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: 14px;
    color: #f05a66;
    background: #fff;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 8px;
}

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

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

.part-user-title h2 {
    font-size: 42px !important;
    width: 100%;
    padding-bottom: 5px;
    color: #f05a66;
    font-weight: bold;
}

.part-user-title h3 {
    font-size: 20px !important;
}

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


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

.cvp-title .add-more i {
    color: #f05a66;
    font-size: 18px;
}
.cvp-box-child{
    display: block;
}
.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}

.fieldgroup_controls {
    position: absolute;
}

h4.allow-editable {
    font-size: 17px;
    font-weight: 700;
}