.cvo-document .cvo-page {
    padding: 0mm;
    position: relative;
}
.cvo-document .cvo-subpage {
    padding: 0mm;
}
#cvo-body {
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
}

.cvo-col-9 {
    float: left;
    width: 75%;
}
.cvo-col-8 {
    float: left;
    width: 66.6666666667%;
}
.cvo-col-7 {
    float: left;
    width: 58.333333333%;
}
.cvo-col-6 {
    float: left;
    width: 50%;
}
.cvo-col-5 {
    float: left;
    width: 41.6666666667%;
}
.cvo-col-4 {
    float: left;
    width: 33.3333333333%;
}
.cvo-col-3 {
    float: left;
    width: 25%;
}
.cvo-clearfix:after,
#cvo-main:after,
#group-header:after {
    display: block;
    content: " ";
    clear: both;
    height: 0;
    width: 0;
}
.contact-item {
    word-break: break-word;
}
#group-header {
    background-color: #213F4A;
    position: relative;
    margin: 0px 0px 20px 10px;
}

#cv-profile-fullname {
    padding-top: 4px; /* Fix bug export mat dau */
    display: inline-block;
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    text-transform: capitalize;
    color: #213F4A;
    background-color: #fff;
    padding-right: 20px;
    padding-bottom: 2px;
}
#cv-profile-job {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
#cvo-profile-title-wraper {
    text-align: right;
    vertical-align: middle;
    padding-top: 7px;
    padding-right: 8px;
}
#cvo-col-left {
    background-color: #213F4A;
    color: #fff;
    min-height: 800px;
    width: 32%;
    padding-bottom: 50px;
    float: left;
    margin-top: 14px;
}
#cvo-col-right {
    width: 68%;
    float: left;
}
#group-left {
    background-color: #213F4A;
    color: #fff;
    min-height: 600px;
    width: 240px;
}
#block-action-2 {
    padding-left: 10px;
}
#cvo-profile-avatar-wraper {
    display: inline-block;
    height: 253px;
    width: 100%;
    margin-bottom: 10px;
}
#cvo-profile-avatar {
    width: 100%;
    height: 100%;
}
.ctbx .fieldgroup_controls [data-toggle="tooltip"]{
    margin-top: 0;
}
.ctbx:hover .fieldgroup_controls {
    display: block;
}
#certificate-table .fieldgroup_controls, #activities-table .fieldgroup_controls, #extra-table .fieldgroup_controls{
    top: unset !important;
}
#experience-table .ctbx, #cvo-education .ctbx, #activities-table .ctbx , #extra-table .ctbx {
    margin-bottom: 10px;
}
.cvo-block {
    padding: 10px;
    margin-bottom: 15px;
    position: relative;

}
#cvo-col-left .cvo-block {
    padding: 10px 12px;
    margin-bottom: 5px;
}
.cvo-block-header {
    margin-bottom: 10px;
}
.cvo-block-header span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#cvo-col-left .cvo-block-header span {
    font-size: 17px;
}
#cvo-col-right .cvo-block-header {
    margin-bottom: 15px;
}
#cvo-col-right .cvo-block-header span {
    color: #213F4A;
    background-color: #fff;
    position: relative;
    z-index: 20;
    padding-right: 20px;
}
#cvo-col-right .cvo-block-header:after {
    display: block;
    content: " ";
    height: 1px;
    width: 100%;
    background-color: #213F4A;
    position: relative;
    z-index: 10;
    margin-top: -12px;
}
.cvo-block-body {
    color: #494949;
    word-break: break-word;
}
.cvo-block-body ul{
    padding: 0;
}
#cvo-col-left .cvo-block-body {
    color: #fff;
}
.contact-item {
    margin-bottom: 5px;
}
.contact-item-label {
    color: #a0b6bd;
}
.cvo-education-title,
.cvo-experience-position,
.cvo-activity-position {
    color: #333;
}
.cvo-education-school,
.cvo-experience-company,
.cvo-activity-organization
{
    word-break: break-word;
    font-weight: bold;
    color: #333;
}
.cvo-experience-company-wraper,
.cvo-education-school-wraper,
.cvo-activity-organization-wraper,
.cvo-award-title-wraper,
.cvo-certification-title-wraper {
    width: 70%;
    float: left;
}
.cvo-experience-time,
.cvo-education-time,
.cvo-activity-time,
.cvo-award-time-wraper,
.cvo-certification-time-wraper {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 0.9em;
}
.cvo-skillrate-bar {
    background-color: #a0b6bd;
    width: 100%;
    height: 7px;
    position: relative;
    margin-top: 3px;
}
.cvo-skillrate-value {
    width: 80%;
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
}
.cvo-skillrate-bar[bval="1"] .cvo-skillrate-value {
    width: 20%;
}
.cvo-skillrate-bar[bval="2"] .cvo-skillrate-value {
    width: 40%;
}
.cvo-skillrate-bar[bval="3"] .cvo-skillrate-value {
    width: 60%;
}
.cvo-skillrate-bar[bval="4"] .cvo-skillrate-value {
    width: 80%;
}
.cvo-skillrate-bar[bval="5"] .cvo-skillrate-value {
    width: 100%;
}
#skillrate-table .row {
    margin-bottom: 10px;
}
#interest-table .row {
    margin-bottom: 10px;
}
#cvo-education .row,
#cvo-activity .row,
#cvo-experience .row {
    margin-bottom: 15px;
}
#cvo-certification .row,
#cvo-award .row,
#cvo-skillrate .row,
#cvo-reference .row{
    margin-bottom: 10px;
}
#cvo-education .row:last-child,
#cvo-activity .row:last-child,
#cvo-experience .row:last-child,
#cvo-certification .row:last-child,
#cvo-award .row:last-child,
#cvo-skillrate .row:last-child,
#cvo-reference .row:last-child {
    margin-bottom: 0;
}
#cv-watermark {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #555;
}
.cvo-experience-details{
    word-break:break-word
}
@media print {
    #cvo-document-root{
        position: absolute;
    }
}
.custom-wrap{
    white-space: normal; 
    word-break: break-word; 
    display: block;
}