:root {
    --mau1: #1c1e25;
    --mau2: #00000010;
    --mau3: #ffbe00;
    --fontFull: 'SF Pro Display';
    --fontTen: 'Shopee2021';
}
#cv_html {
    font-family: var(--fontFull), serif !important;
}
.cv-wrap {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    background: #ebebe9;
    color: #000;
}
#cv-content{
    position: relative;
    background: #fff;
    display: flex;
}
#icon-1{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/images/bg-cv/cv45/icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
}
.cot-trai{
    width: 40%;
    background: var(--mau3);
}
.cot-phai{
    width: 60%;
    padding-top: 60px;
}
.box-ten{
    background: #eee;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cv-profile-fullname{
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--fontTen), serif;
}
#cv-profile-job{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
#cvo-profile-avatar{
    width: 100%;
}
.box-vi-tri-ung-tuyen{
    background: var(--mau1);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv-part{
    padding: 5px 0;
}
.thut-le{
    padding: 15px 15px;
    padding-left: 35px;
}
.cvp-title{
    display: block;
    border-left: solid 20px var(--mau1);
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    background: var(--mau2);
    text-transform: uppercase;
}
.cot-phai .cvp-title{
    border-left: solid 15px #ffbe00a6;
    padding-left: 25px;
}
.part-user-info{
    margin-top: 40px;
}
.ic p{
    margin-bottom: 10px;
}
.ico i{
    margin-right: 5px;
}
.add-more{
    float: right;
    border: none;
    background: transparent;
    height: 28px;
}
#cv-content .cvo-block {
     position: unset;
     padding: unset;
}
#box02 ul,#box03 ul{
    padding: 0;
    list-style: none;
    line-height: 28px;
}

#box02 ul li i,#box03 ul li i{
    margin-right: 5px;
    color: var(--mau3);
}

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

.div-skill {
    line-height: 30px;
}
.div-skill span.start-par {
    float: right;
    margin-right: 30px;
}

.tlp-content p {
    margin-bottom: 5px;
    line-height: 28px;
}
.box-name-tieu-de{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.name-noi{
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
    white-space: break-spaces;
}
.cvp-box-child {
    position: relative;
}
.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}
b.tag{
    width: 140px;
    white-space: nowrap;
    text-align: right;
}
.experience-table > div.cvp-content{
    position: relative;
    border-left: solid 2px #868975;
    padding-left: 20px;
    padding-bottom: 15px;
}
.experience-table > div.cvp-content:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 0;
    left: -6px;
    background: #fff;
    border: solid 1px var(--mau3);
    background: var(--mau3);
}
