b {
    font-weight: 700;
}

#form-cv b {
    font-weight: 700 !important;
}

#form-cv i {
    font-style: italic ;
}
#form-cv .show-layout-editor i{
    font-style:normal
}
.cvo-form {
    display: none;
}

#cv-profile-fullname {
    outline: none;
}

#block-action-1 .ic {
    margin-bottom: 8px;
}


[cvo-form-field] {
    cursor: text;
}

[cvo-form-field][type='rate'] {
    cursor: pointer;
}

[cvo-form-field]:hover {
    outline: 1pt dashed #77a5cc;
}

[cvo-form-field].disabled {
    outline: 0;
    cursor: default;
    background-color: #eee;
}



[cvo-form-field].disabled,

[cvo-form-field][type='text']:focus {
    cursor: text;
}

[type='fieldgroup']:hover {
    position: relative;
    box-shadow: 0 0 1px #999;
}

#fieldgroup_controls {
    display: none;
}

.fieldgroup_controls {
    text-align: right;
    position: absolute;
    display: none;
    top: -30px;
    right: 0;
    text-shadow: none;
    min-width: 200px;
    font-family: arial, sans-serif;
    z-index: 998;
}

.fieldgroup_controls * {
    text-shadow: none;
}


.fieldgroup_controls .suggest-control {
    background-color: #333;
}

.fieldgroup_controls .suggest-control:hover {
    background-color: #666;
}


.fieldgroup_controls .edit {
    font-size: 11px;
    background-color: #b3a329;
    width: 55px;
}

.fieldgroup_controls .save {
    font-size: 11px;
    background-color: #00b30d;
    width: 55px;
    display: none;
}


.edit-content .fieldgroup_controls .save {
    display: block;
}



.fieldgroup_controls .down,
.fieldgroup_controls .up {
    /* width: 20px; */
    background-color: #fcfcfc;
    color: #666;
    border: 1px solid #999;
}

.fieldgroup_controls .down:hover,
.fieldgroup_controls .up:hover {
    color: #18b18f;
    border: 1px solid #18b18f;
}

img[cvo-form-field][type='image']:hover {
    outline: 1px dashed #77a5cc;
    cursor: pointer;
}


[contentEditable='true'] {
    content: attr(cvo-placeholder);
    min-height: 1em;
    display: inline-block;
    position: relative;
    min-width: 25pt;
}

[contenteditable='true']:empty:before {
    content: attr(cvo-placeholder);
    color: #9197a3;
    font-weight: 100;
    padding: 3px;
}


.cvo-block:hover {
    box-shadow: 0 0 0 2px #ccc inset;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.cvo-block:hover .blockControls {
    display: block;
}



.cvo-block .blockControls {
    font-family: arial, sans-serif;
    position: absolute;
    z-index: 998;
    height: 36px;
    top: -36px;
    left: 0;
    text-align: center;
    padding: 0 8px;
    text-shadow: none;
    display: none;
    background-color: #ccc;
    opacity: 1;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.cvo-block .blockControls * {
    text-shadow: none;
}

.cvo-block .blockControls .down,
.cvo-block .blockControls .hide,
.cvo-block .blockControls .show-layout-editor,
.cvo-block .blockControls .up {
    font-family: tahoma;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin: 0 auto;
    line-height: 14px;
    font-size: 12px;
    width: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 6px;
}

.cvo-block .blockControls .hide {
    background-color: rgba(0, 128, 0, 0.719);
}

.cvo-block .blockControls .hide:hover {
    background-color: green;
}

.cvo-block .blockControls .down,
.cvo-block .blockControls .show-layout-editor,
.cvo-block .blockControls .up {
    width: 23px;
    background-color: #fcfcfc;
    color: #666;
}

.cvo-block .blockControls .down:hover,
.cvo-block .blockControls .show-layout-editor:hover,
.cvo-block .blockControls .up:hover {
    color: #18b18f;
}


.edit-content[contenteditable='true'] {
    display: block;
}

.edit-content .bar-exp div {
    text-indent: 1px;
}

.bar-exp div {
    text-indent: -9999px;
}

.edit-content .bar-exp {
    display: none;
}

.exp .ctbx {
    display: table;
    width: 100%;
    position: relative;
}

#certificate-table .ctbx {
    position: relative;
}

.edit-content .bar-value-exp {
    display: block;
}

.bar-value-exp {
    display: none;
}


.bar-exp {
    background: #959595;
    height: 8px;
    float: right;
    margin-bottom: 12px;
}

.bar-exp div {
    float: right;
    height: 8px;
    background: #cd3301;
    max-width: 100%;
}

.bar-value-exp {
    width: 100%;
    float: right;
}

p.skill-name input {
    border-bottom: 0;
    font-size: 14px;
    border: 0;
}

#cv-right .icoweb i.fa {
    color: #cd3301;
    font-size: 21px;
    float: left;
    margin-top: 5px;
}

.bar-value-exp input[type='text'] {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}

.bar-value-exp input[type='number'] {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

#cv-title.non-printable {
    width: 790px;
}

.btn-choose-image {
    display: inline-block;
    height: 190px;
    vertical-align: middle;
    line-height: 60px;
    margin-top: 10px;
    width: 90%;
    color: #999;
    border: 2px dashed #0b85a1;
}

.btn-choose-image i {
    font-size: 50px;
    margin-top: 50px;
}

.image-control-group {
    display: inline-block;
    margin-right: 20px;
    border-radius: 3px;
}

.image-control-group .image-control-btn {
    display: inline-block;
    cursor: pointer;
    min-width: 30px;
    padding: 6px 12px;
    border: 1px solid #efefef;
    border-right: 0;
    font-size: 14px;
    background: #fff;
}




.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

#cv-content .cvo-block {
    position: relative;
    padding: 5px 10px;
}

#cv-content .head,
#cv-right .h3 {
    background: 0 0;
    text-align: left;
}

#cv-content h3 {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.cv_page {
    float: left;
    width: 100%;
    position: relative;
    /* margin-bottom: 20px;
    box-shadow: 0 0 0 0.75pt #d1d1d1, 0 0 3pt 0.75pt #ccc;
    border: 1px solid #d1d1d1; */
}

.cv_page #cv-content .ir .cvo-block {
    float: left;
    width: 100%;
}



.cv_page.height_page {
    /* height: 1118px; */
}

/* .cv_page::after {
    content: '';
    width: 100%;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
} */

.connectedSortable {
    float: left;
}

.page_more #cv-content,
.page_more #cv-main,
.page_more .all,
.page_more #block-action-2,
.page_more #block-action-1,
.page_more #cv-main #cv-right,
.page_more #cv-content .ir,
.page_more #cv-main .ir {
    margin-top: 0px !important;
    top: 0 !important;
}

.page_more #cv-main {
    min-height: 1px;
}

#page-cv {
    max-width: 794px;
    float: left;
    position: relative;
}

#cv-content .exp-date {
    float: right;
}


#form-cv {
    background: #fff;
}

.btn-cvo {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    color: #555;
    margin: 0 5px;
    transition: all 0.1s;
}

.btn-primary {
    color: #fff;
    background-color: #02b5e1;
}

.text-center {
    text-align: center;
}

#layout-editor-container {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 11000;
}

#layout-editor {
    width: 450px;
    margin: 30px auto 0;
    background-color: #fff;
}

#layout-editor .group {
    background-color: #efefef;
    padding: 10px 15px 1px 14px;
    margin-bottom: 10px;
    border-radius: 3px;
}

#layout-editor .bulk-actions {
    margin-bottom: 15px;
}

#layout-editor .bulk-actions a {
    display: inline-block;
    margin-right: 10px;
}

#layout-editor .bulk-actions a:hover {
    color: #108e65;
}

#layout-editor .block {
    background-color: #ccc;
    padding: 10px 40px;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
}

#layout-editor .group.fixed .block .icon-order,
#layout-editor .group.fixed .block .selector {
    display: none;
}

#layout-editor .block:hover {
    background-color: #aaa;
}

#layout-editor .block .icon-order {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
}

#layout-editor .block .selector {
    position: absolute;
    left: 8px;
    top: 12px;
    font-size: 18px;
    color: #666;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

#layout-editor .block .selector .fa {
    display: none;
}

#layout-editor .block.active .selector .fa {
    display: block;
}

#layout-editor .ui-sortable-handle {
    cursor: move;
}

#layout-editor .guide {
    border: 1px dashed #fcfcfc;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    margin-bottom: 15px;
}

#layout-editor ul.guide li {
    list-style: circle;
}

#layout-editor .action-bar {
    background-color: #efefef;
    width: 450px;
    padding: 8px 0;
}

#cv-form-text-editor {
    width: 100%;
}

.editor-controls-wraper {
    width: 210mm;
    padding: 0;
    box-shadow: 0 1px 2px 0 #ccc;
    position: relative;
}

.editor-controls {
    color: #333;
    background-color: #fff;
    width: 210mm;
    margin: 0 auto;
    padding: 5px 0;
}

.editor-control-group {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
}

.editor-control {
    float: left;
    cursor: pointer;
    min-width: 30px;
    border: 1px solid #efefef;
    border-right: 0;
}

.editor-control-group .editor-control:last-child {
    border-right: 1px solid #efefef;
}

.disabled {
    position: relative;
}

.disabled:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: not-allowed;
    z-index: 9;
}

.disabled .editor-control {
    color: #888;
    cursor: not-allowed;
}

.fx {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.editor-control.actived {
    background: #02b5e1;
    color: #fff;
}

@media (max-width: 768px) {
    #cv-form-text-editor {
        float: left;
        width: 100%;
        /* height: 93px */
    }

    #imageEditorWraper .container {
        margin-top: 10px;
    }

}

@media (max-width: 500px) {

    #imageEditorWraper .img-edit-preview,
    .title_show_preview {
        display: none;
    }

    .btn-choose-image {
        margin-right: 0;
    }

    #imageEditorWraper .editor-col-right {
        width: 100%;
    }

    #imageEditorWraper .container {
        width: 90%;
    }

    #imageEditorWraper .imageEditorControls {
        width: 100%;
    }
}

@media screen and(max-height: 700px) {

    html,
    body {
        height: 600px !important;
        overflow: hidden;
    }
}

@media screen and(max-height: 700px) {

    html,
    body {
        height: 600px !important;
        overflow: hidden;
    }
}

@media screen and(max-height: 700px) {

    html,
    body {
        height: 600px !important;
        overflow: hidden;
    }
}

@media screen and(max-height: 700px) {

    html,
    body {
        height: 600px !important;
        overflow: hidden;
    }
}

#imageEditorWraper .imageEditorControls {
    width: 100%;
}

@media screen and(max-height: 700px) {

    html,
    body {
        height: 600px !important;
        overflow: hidden;
    }
}

#form-cv {
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000;

}

.watermark {
    float: left;
    width: 100%;
    height: 22px;
    color: #999;
    text-align: right;
    padding-right: 22px;
    font-size: 15px;
    font-family: Courier;
    /* background: #fff; */
}

.box-content {
    margin: 0;
    width: 89%;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 18px;
}
.box-imgupload{
    height: 223px;
}
.icon-pic {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.icon-pic i{
    font-size: 50px;
    font-style: normal !important
}
#box03 .exp {
    float: left;
    margin: 0;
    width: 89%;
    padding-bottom: 30px;
    padding-left: 18px;
    color: #fff;
}


#cvo-profile {
    display: block;
}

.chu {
    float: right;
    width: 68.5%;
    margin-right: 10px;
}

#cv-content {
    width: 52%;
    text-align: justify;
    float: right;
    position: relative;
    padding: 0;
    margin: 0;
    margin-right: 16px;
    margin-top: -100px;
    z-index: 1;
}


#cv-main {
    text-align: justify;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 41%;
    margin-left: 10px;

}

#cv-right .ir {
    padding: 0;
    margin: 0;
}

#cv-main #cv-right {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#cv-main #cv-right .ir #block-action-1 {
    padding: 0;
    margin: 0;
}

#cv-right .ir #block-action-1 .block {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

p.skill-name input {
    color: #fff !important;
}

#box01 #cv-boxtitle {
    color: #1cbbb4;
    font-size: 20px;
}

#cv-right #box03 .ctbx {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 5px;
    float: left;
}
.col-sm-6 #change-color{
    display: none;
}
#cv-top {
    width: 100%;
    height: 420px;
    background: url('/images/bg-cv/cv61/1.png')no-repeat;
    background-position: left;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.all {
    float: left;
    clear: both;
    width: 100%;
    background: url('/images/bg-cv/cv61/2.png')no-repeat;
    background-size: 100% 100%;
}

.footer {
    background: url(ft1.png) no-repeat;
    background-size: 100% 100%;
    height: 18px;
    float: left;
    width: 100%;
}

#cv-top h3 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-family: "Roboto";
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 96.5%;
    float: left;
    padding-left: 5px;
}

#cv-top h3 span {
    letter-spacing: 1px;
}

#box-hvt {
    float: left;
    width: 43.5%;
    padding: 0 !important;
    margin: 0;
    padding-left: 13px;
    margin-top: -40px;
}

#cv-right .cvo-block .head div {
    color: #fff;
}

.innertext {
    margin: 0px;
    padding: 0px;
    width: 29%;
    float: left;
    color: white;
}

#cv-top h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#cv-profile-job {
    outline: none;
}

.inf {
    width: 62%;
    float: right;
    height: 276px;
}

.box-01 p {
    overflow: hidden;
}

#cv-content p {
    margin-bottom: 5px
}

#cv-content .ir a {
    color: #2ebb2f
}

#cv-right h3,
#cv-content .head {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0px;
}

#cv-content h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: unset;
    text-transform: unset;
    margin: 0px;
    padding: 0px;
    color: #000;
}

#cv-content #block01 h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

#cv-content #block02 h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

#cv-content #block04 h3 {
    font-weight: unset;
    text-transform: unset;
    padding-left: 0px;
}

#cv-content .exp-content {
    margin: 0;
    padding: 0;
    padding-left: 0px;
    word-break:break-word
}

#cv-content #block03 h3 {
    font-weight: unset;
    text-transform: unset;
}

#cv-content .exp-date {
    float: none;
}

#cv-content #block01 .exp-date {
    display: none;
}

#cv-content #block03 .exp-date {
    display: none;
}

#cv-content #block04 .exp-date {
    display: none;
}

#cv-content #block05 .exp-date {
    display: none;
}

#cv-content p.h3 {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

#cv-content #block02 p.h3 {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

#cv-content #block02 .exp-content {
    padding-left: 0px;
}

#cv-content .cvo-block {
    padding: 0 !important;
    float: left;
    width: 100%;
}

#cv-content .ir .cvo-block {
    padding: 0;
}


#cv-content span {
    display: inline-block;
    z-index: 9999;
}


.ctbx {
    /* margin-bottom: 10px; */
    padding-left: 0;
    padding-right: 0;
    position: relative;
}


.ctbx:hover {
    box-shadow: 0 0 1px #999;
}

.ctbx:hover .fieldgroup_controls {
    display: block;
}

[cvo-form-field] {
    cursor: text;
}

#cvo-profile-avatar-wraper {
    width: 43%;
    height: 360px;
    padding: 0;
    margin: 0;
    float: left;
    display: table;
}

#cvo-profile-avatar-wraper .wimg {
    width: 225px;
    height: 220px;
    float: none;
    padding-top: 70px;
    margin-left: 70px;
    display: table;
    overflow: hidden;
}

#cvo-profile-avatar-wraper img {
    width: 223px;
    height: 223px;
    border-radius: 400px;
    border: solid 6px #fff;
    float: left;
    display: unset !important;
}



#cvo-profile-avatar {
    width: 215px;
    height: 217px;
}

#block02 {
    margin-top: 25px;
}

.box-01 {
    float: left;
    width: 100%;
}

#cvo-profile {
    display: block;
    float: left;
    width: 100%;
}

#line-seperate {
    height: 25px;
}

.bar-exp div {
    float: left;
    height: 8px;
    background: #fff;
    background-position: right;
    border-radius: 10px;
    /* margin-top: 0px; */
    /* margin-left: -1px; */
}

.ctbx .skill-name {
    margin: 0px;
    padding: 0px;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.bar-exp {
    height: 10px;
    float: left;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    background: #000;
    border: solid 2px #000;
    border-radius: 10px;
}

.bar-value-exp {
    width: 100%
}

.bar-value-exp input[type="text"] {
    color: red;
    width: 95%;
    height: 70px;
}

.icoweb label {
    display: block;
}

#cv-right .block {
    position: relative !important;
    padding: 0;
    margin: 0;
}

.ic-sex {
    width: 99%;
    float: left;
    color: #000;
    margin: 0;
}

.ic-birthday {
    width: 99%;
    float: left;
    color: #000;
    margin: 0;
}

.ic-phone {
    width: 99%;
    float: left;
    color: #000;
    margin: 0;
}

.ic-email {
    width: 99%;
    float: left;
    color: #000;
    margin: 0;
    /* 
background: url(ic.png)no-repeat;
background-position: left; */
}

.ic-address {
    width: 99%;
    float: left;
    color: #000;
    margin: 0;
}

.ic-sex .icoweb {
    margin: 0 !important;
    width: 30%;
    text-align: left;
    float: left;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
}

.ic-birthday .icoweb {
    margin: 0 !important;
    width: 67%;
    text-align: left;
    float: left;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
}

.ic-phone .icoweb {
    margin: 0 !important;
    width: 67%;
    text-align: left;
    float: left;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
}

.ic-email .icoweb {
    margin: 0 !important;
    width: 75%;
    text-align: left;
    float: left;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
}

.ic-address .icoweb {
    margin: 0 !important;
    width: 66%;
    text-align: left;
    float: left;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
}

#block-action-1 .ic {
    margin: 0;
}

.ic {
    width: 100%;
    float: left;
    color: #000;
    margin: 0;
    padding-bottom: 0px;
}

#prof [contentEditable=true] {
    width: 100%;
    float: left;
    margin: 0 !important;
}

#prof .icoweb,
#prof .icoweb span {
    height: auto;
}

div#prof {
    float: left;
    width: 100%;
    position: relative;
}

#form-cv .icf {
    margin: 0 !important;
    float: left;
    margin-bottom: 0;
    width: 41px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.icf .fa {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.fa {
    font-size: 14px;
}

.container {
    width: 100%;
}

.sum {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
}

#cv-right .block {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    padding-bottom: 20px;
}

#cv-content .head {
    padding: 0;
    margin: 0 auto;
    line-height: 30px;
    float: left;
    width: 100%;
}

#certificate-table .ctbx {
    padding-left: 30px;
}

#experience-table .ctbx {
    padding-left: 30px;
}

#activities-table .ctbx {
    padding-left: 30px;
}

#project-table .ctbx {
    padding-left: 30px;
}

#extra-table .ctbx {
    padding-left: 30px;
}

.ifo {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
}


#cv-right h3 {
    width: 100%;
    height: 30px;
    margin: 0;
    color: #ffffff;
    padding: 0;
    float: left;
    line-height: 30px;
    text-align: center;
    background: #b82731;
}

#cvo-experience-blocktitle {
    color: #1cbbb4;
    text-align: center;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    z-index: 1;
}


#block-action-1 .box-content {
    /* padding-left: 25px; */
    padding-left: 40px;
}

#block-action-1 .exp {
    padding-left: 25px;
}

#bg {
    background: #F58284;
    text-align: left;
}

div#certificate-table {
    margin: 0px;
    width: 100%;
    float: right;
    color: #000;
    padding-bottom: 10px;
}

div#experience-table {
    margin: 0px;
    width: 100%;
    float: right;
    color: #000;
    padding-bottom: 10px;
}

div#activities-table {
    margin: 0px;
    width: 100%;
    float: right;
    color: #000;
    padding-bottom: 10px;
}

div#project-table {
    margin: 0px;
    width: 100%;
    float: right;
    color: #000;
    padding-bottom: 10px;
}

div#extra-table {
    margin: 0px;
    width: 100%;
    float: right;
    color: #000;
    padding-bottom: 10px;
}

div#cv-boxtitle {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: center;
}

#box02 .cum {
    padding: 0;
    margin: 0 auto;
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/3.png')no-repeat;
    background-position: 30px 4px;
    margin-bottom: 10px;
}

#box03 .ski {
    padding: 0;
    margin: 0 auto;
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/4.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 26px; */
}

#box04 .cum {
    padding: 0;
    margin: 0 auto;
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/5.png')no-repeat;
    background-position: 30px 4px;
    margin-bottom: 10px;
}

#box05 .cum {
    padding: 0;
    margin: 0 auto;
    height: 28px;
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/6.png')no-repeat;
    background-position: 30px 4px;

}

#box06 .cum {
    padding: 0;
    margin: 0 auto;
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/7.png')no-repeat;
    background-position: 30px 4px;
    margin-bottom: 10px;
}

#box07 .cum {
    padding: 0;
    margin: 0 auto;
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/8.png')no-repeat;
    background-position: 30px 4px;
    margin-bottom: 10px;
}

div#box01 {
    float: right;
    width: 53%;
    padding-top: 45px;
    margin-right: 0.1px;

}

div#block-action-2 {
    padding: 0;
    margin: 0;
}


#box02 .box-content {
    color: #fff;
}

#box02 div#cv-boxtitle {
    color: #000;
}

#box03 div#cv-boxtitle {
    color: #000;
}

#box01 .cum {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/9.png')no-repeat;
    background-position: 30px 4px;
}

#block01 .head {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 45px !important;
    background: url('/images/bg-cv/cv61/10.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 25px; */
}

#block02 .head {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/11.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 25px; */
}

#block03 .head {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/12.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 15px; */
}

#block04 .head {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/13.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 15px; */
}

#block05 .head {
    /* height: 28px; */
    width: 100%;
    float: left;
    padding-top: 47px;
    background: url('/images/bg-cv/cv61/14.png')no-repeat;
    background-position: 30px 4px;
    /* margin-bottom: 15px; */
}

.pl-30px {
    padding-left: 30px;
}