:root {
    --mau1: #c8dd11;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}
.change-color {
    color: var(--mau1);
}
#cv_html {
    font-family: var(--fontFull), serif !important;
}
#anh_bg_1 {
    width: 60px;
    height: 50px;
    display: inline-block;
    background: url(/images/bg-cv/cv48/stu.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cv-wrap {
    margin: 0 auto;
    display: block;
    padding: 0 !important;
}

.cvt-left {
    float: left;
    display: block;
    position: relative;
}

.avatar-user {
    display: block;
    margin-left: 40px;
}

#cvo-profile-avatar {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: inline-block;
    margin-top: 58px;
}

.cvt-right {
    width: 230px;
    float: left;
}

.cvp-content {
    position: relative;
}

.cv-top {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #eff3f1;
    height: 278px;
    overflow: hidden;
}

.cv-top-left {
    width: 30%;
    display: inline-block
}

.cv-top-right {
    width: 70%;
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
}
#vien_top{
    border-bottom: solid 2px var(--mau1);
    width: 85%;
    position: absolute;
    bottom: 0;
}
.cv-bottom {
    padding-top: 20px;
    display: block;
    width: 100%;
    position: relative;
    background: #eff3f1;
    overflow: hidden;
    border-bottom: solid 40px var(--mau1);
}

.cvb-left {
    width: 40%;
    display: inline-block;
    float: left;
    position: relative;
    padding: 1%;
    height: 100%;
}
.cv-bottom .cvb-left {
    width: 40%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    padding-right: 10px;
    padding-left: 38px;
}

.cv-bottom .cvb-left .cvp-title {
    text-align: left !important;
    position: relative;
}

.cv-bottom .cvb-right .cvp-title {
    position: relative;
    text-align: left !important;
}

.cv-bottom .cvb-left .cvp-content {
    text-align: left;
}
.partitions i{
    color: var(--mau1);
}
.partitions i.fa-circle{
    font-size: 9px;
    margin-right: 7px;
}
.cvb-right {
    width: 58%;
    padding-left: 10px;
    display: inline-block;
    float: right;
    position: relative;
    height: 100% !important;
}

.cv-bottom .cvb-right {
    padding-right: 15px;
    padding-bottom: 30px;
}

.cv-bottom .cvb-left .fieldgroup_controls {
    right: -10px;
    text-align: right;
}

.cv-bottom .cvb-left .cvp-title .add-more {
    right: -10px;
    text-align: left;
}

.cv-part {
    margin-bottom: 20px;
}
.cv-bottom .cvb-right .cv-part {
    margin-top: 20px;
}

.cv-part ul {
    padding-left: 0;
}

.cvp-title {
    margin-bottom: 15px;
}

.cvp-title h3 {
    display: inline-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;
}
.cvp-content ul li {
    list-style-type: none;
    font-size: inherit !important;
}
.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}

.content-pf-right {
    color: #000;
}
.part-user-title .cvp-box-child-list{
    margin-top: 75px;
    margin-bottom: 20px;
}

.part-user-info-list .ic{
    display: inline-block;
    margin-right: 10px;
}
.part-user-info-list .ico i {
    margin-right: 2px;
    height: 0;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 13px;
    color: #000;
}

.part-user-title {
    margin-bottom: 0;
    position: relative;
    color: #000;
}

#cv-profile-fullname {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: bold;
    font-family: var(--fontTen), serif;
    color: #000;
    margin-bottom: 0;
    display: block;
}
#cv-profile-job {
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

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

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

.vien_title{
    width: 30px;
    height: 3px;
    background: #000;
}
#box02 .cvp-box-child-list {
    display: none;
}
#box02 ul{
    margin: 0;
    padding: 0;
}
.experience-table .cvp-content p{
    word-break: break-word;
    line-height: 28px;
}
.box-content{
    padding-top: 5px;
    white-space: pre-line;
    overflow: hidden;
    word-break: break-word;
    line-height: 28px;
}
#box03 ul li, #box02 ul li {
    list-style: none;
}

#box02 .fa-check-circle:before, #box03 .fa-check-circle:before {
    content: "\f005";
}

#box03 .cvp-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    color: #000;
}

#box03 ul li i {
    margin-right: 5px;
    color: var(--mau1);
    font-weight: bold;
}

#box03 .block-child .box-content {
    padding-left: 5px !important;;
    text-align: left !important;
}

#extra-table .cvp-box-child {
    position: relative;
}

.div_box_avatar {
    display: inline-block;
    background: var(--mau1);
    width: 190px;
    height: 300px;
}
.tlp-content span.tag{
    background: var(--mau1);
    color: #000;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
}
.name-noi{
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}
.loop-cert{
    margin-bottom: 25px;
}
