:root {
    --mau1: #000;
    --mau2: #ff9900;
    --mau3: #b66d3a;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}

#cv_html {
    font-family: var(--fontFull), serif !important;
}

.cv-content {
    display: block;
    background-color: white;
    background-image: linear-gradient(90deg, transparent 96%, rgba(0, 0, 0, 0.05) 90%),
    linear-gradient(0deg, transparent 96%, rgba(0, 0, 0, 0.05) 90%);
    background-size: 30px 30px;
}

.cv-info {
    justify-content: center;
}

.row {
    margin-left: unset;
    margin-right: unset;
}

#anh_bg_1 {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(/images/bg-cv/cv51/1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
}

#anh_bg_2 {
    width: 62px;
    height: 65px;
    display: inline-block;
    background: url(/images/bg-cv/cv51/2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
}

#anh_bg_3 {
    width: 310px;
    height: 274px;
    display: inline-block;
    background: url(/images/bg-cv/cv51/3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 60px;
}

#anh_bg_4 {
    width: 326px;
    height: 166px;
    background: url(/images/bg-cv/cv51/4.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    margin-top: 15px;
}

#anh_bg_5 {
    width: 137px;
    height: 60px;
    display: inline-block;
    background-image: url(/images/bg-cv/cv51/5.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

#anh_bg_6 {
    width: 105px;
    height: 110px;
    display: inline-block;
    background-image: url(/images/bg-cv/cv51/6.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.col-6{
    max-width: 100%!important;
}

.cv-part-left {
    margin-left: -15px;
}

.avatar-user {
    display: inline-block;
    margin-left: -22px;
    margin-top: -1px;
}

#cvo-profile-avatar {
    width: 200px;
    border-radius: 50%;
    height: 200px;
    margin-top: 35px;
    margin-left: 45px;
}

.cv-part {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 320px;
}

.part-user-info{
    margin-top: 64px;
}

.cvp-content {
    width: 290px;
    padding-bottom: 5px;
}

.ic {
    margin-bottom: 10px;
    word-break: break-word;
}

.ic i {
    margin-right: 5px;
    font-weight: bold;
    padding: 5px;
    border-radius: 100%;
    min-width: 26px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
}

.change-color {
    color: #406AFF;
}

.ic p {
    margin: 0;
    display: flex;
}

.part-hoc-van, .part-kinh-nghiem{
    padding-left: 30px;
}

.part-hoc-van .cvp-title, .part-kinh-nghiem .cvp-title {
    position: relative;
}

.title_box {
    font-size: 21px;
    font-weight: bold;
    color: #406AFF;
}

.add-more {
    border: none;
    background: whitesmoke;
    height: 22px;
    width: 22px;
    top: 6px;
    position: absolute;
    margin-left: 4px;
    border-radius: 100%;
    color: #406AFF;
    font-size: 12px;
    line-height: 8px;
}

.experience-table > div.cvp-content {
    position: relative;
    padding-bottom: 15px;
}

.experience-table > div.cvp-content:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    margin-top: 5px;
    left: -24px;
    background: #406AFF;
    transform: rotate(90deg);
    border-radius: 50%;
}

.experience-table .cvp-content:after {
    content: '';
    height: 85%;
    width: 1px;
    position: absolute;
    left: -18px;
    top: 23px;
    background-color: black;
}

.fieldgroup_controls {
    min-width: 70px;
}

.fieldgroup_controls {
    top: -35px;
    right: -5px;
}

.experience-table .cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}

.box-name-tieu-de {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tlp-content p {
    margin-bottom: 5px;
    line-height: 20px;
}

.name-noi {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
    padding-top: 5px;
    white-space: break-spaces;
}

b.tag {
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
    color: var(--mau1);
}

.part-kinh-nghiem{
    position: relative;
    z-index: 1;
}

.part-kinh-nghiem b.tag {
    text-align: left;
    color: var(--mau1);
    margin-top: 5px;
}

.cv-part-right {
    margin-left: 36px;
    margin-top: 25px;
}

.box-ten {
    margin-top: 50px;
    margin-left: -52px;
}

#cv-profile-fullname {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--fontTen), serif;
    color: #406AFF;
}

#cv-profile-job {
    color: black;
    font-size: 17px;
    text-transform: uppercase;
}

.cv-part.part-user-muctieu {
    position: relative;
    margin-top: -158px;
    min-height: 110px;
}

.cvp-content-muc-tieu {
    margin: 2px 0 0 18px;
    height: auto;
    width: 330px;
}

.content-pf-right{
    min-height: 110px;
    padding: 10px 0 0 5px;
}

#box02 ul, #box02 .box-content {
    margin: 0;
    padding: 0;
    color: #000;
}

#box02 ul {
    height: auto;
    list-style: none;
}

#box02 li {
    height: auto;
}

#box03 ul, #box03 .box-content {
    margin: 0;
    padding: 0;
}

.box-content{
    inset: unset;
}

#box03 li {
    list-style: none !important;
}

#box03 ul li i {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 12px;
}

.icon-check{
    color: #406AFF;
}

.partitions {
    margin-bottom: 8px;
}

.partitions .start-par {
    float: right;
}

.partitions .start-par i {
    padding-right: 2px;
}

.partitions i {
    color: #406AFF;
    font-size: 14px;
}

.part-chung-chi{
    position: relative;
    z-index: 1;
}

#click_upload {
    margin-left: 39px;
    margin-top: 28px;
    border-radius: 100%;
}

.cv-info-custom {
    margin-top: 30px;
    padding: 0 81px;
}

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