#cvContent.cv1 {
    background: #fff;
    width: 100%;
}

#cvContent.cv1 .fa, #cvContent.cv1 .fab, #cvContent.cv1 .fad, #cvContent.cv1 .fal, #cvContent.cv1 .far, #cvContent.cv1 .fas {
    font-family: "Font Awesome 5 Pro" !important;
}

#cvContent.cv1 section {
    padding: 5px 15px;
}

#cvContent.cv1 section.divInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    padding-top: 15px;
}

#cvContent.cv1 .divInfo > .divPicture {
    position: relative;
    z-index: 9;
    width: 100%;
}

#cvContent.cv1 .dlTable {
    display: table;
}

#cvContent.cv1 .infoPicture {
    display: table-cell;
    width: 145px;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
}

#cvContent.cv1 .infoPicture > div {
    background-color: #fff;
    float: left;
    width: 145px;
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#cvContent.cv1 .divInfoHalf {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: var(--cvtheme-color);
    z-index: 1;
}

#cvContent.cv1 .infoBasic {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-left: 13px;
}

#cvContent.cv1 .infoBasic .divTen {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding-top: 13px;
}

#cvContent.cv1 .infoBasic .cvTitle {
    font-size: 17px;
    font-weight: 300;
    color: #f5f5f5;
    margin: auto;
    padding: 0 0 5px 0;
    text-transform: capitalize;
}

#cvContent.cv1 .infoBasic i {
    width: 24px;
    height: 24px;
    margin-right: 0;
    display: inline-block;
    color: var(--cvtheme-color);
    /*text-align: center;*/
    padding-left: 1px;
    border-radius: 50%;
    line-height: 26px;
    font-size: 14px;
}

#cvContent.cv1 .infoBasic p {
    margin-bottom: 0;
}

#cvContent.cv1 .infoBasic .badge-info {
    background: var(--cvtheme-color);
}

#cvContent.cv1 section .title-section {
    margin-top: 0;
    position: relative;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
}

#cvContent.cv1 section i.fas.fa-check-circle {
    color: var(--cvtheme-color) !important;
    width: 15px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 16px;
    top: -1px;
}

#cvContent.cv1 section .title-section span {
    background: #fff;
    padding-right: 10px;
    z-index: 2;
    position: relative;
    font-size: 17px;
    display: inline-block;
}

#cvContent.cv1 section .title-section i {
    width: 34px;
    height: 34px;
    background: var(--cvtheme-color);
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 1px;
    font-size: 16px;
}

#cvContent.cv1 section b {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

#cvContent.cv1 section .title-section:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    height: 4px;
    background-color: #f1f1f1;
    width: 100%;
}

#cvContent.cv1 section .skill {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

#cvContent.cv1 section .skill span {
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}

#cvContent.cv1 section .skill div {
    background: #fff;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

#cvContent.cv1 section .skill:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    border-top: 1px dashed #b8b8b8;
}

#cvContent.cv1 .rating {
    display: inline-block;
    float: right;
}

#cvContent.cv1 .rating > span {
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: 18px;
    cursor: pointer;
}

#cvContent.cv1 .rating > span.fas {
    color: #f79834;
}

#cvContent.cv1 table.table-noBorder td,
#cvContent.cv1 table.table-noBorder th {
    border: 0 !important;
}

table.table-center td,
table.table-center th {
    text-align: center;
    vertical-align: middle !important;
}

#cvContent.cv1 section .timeline {
    border-left: 3px solid #f1f1f1;
    padding-left: 14px;
    position: relative;
    margin-left: 15px;
    padding-top: 20px;
}

#cvContent.cv1 section .timeline .item {
    display: table;
    width: 100%;
}

#cvContent.cv1 section .timeline .item .itemTime {
    color: var(--cvtheme-color);
    /*line-height: 18px;*/
    position: relative;
    top: 0;
    width: 13%;
    display: table-cell;
}

#cvContent.cv1 section .timeline .item .itemTime:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -21px;
    background-color: var(--cvtheme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#cvContent.cv1 section .timeline .item .itemInfo {
    width: 87%;
    padding-left: 10px;
    line-height: 7mm;
    display: table-cell;
    position: relative;
    top: 0;
    overflow: hidden;
}

#cvContent.cv1 section .timeline .item .itemInfo2 {
    line-height: 18px;
    position: relative;
    top: 0;
    width: 100%;
    display: table-cell;
}

#cvContent.cv1 section .timeline .item .itemInfo2:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -21px;
    background-color: var(--cvtheme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#cvContent.cv1 section .timeline .item .itemInfo p {
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}

#cvContent.cv1 section p {
    margin-bottom: 0.5rem;
}

#cvContent.cv1 .divProfile .infoHoSo .badge {
    background: transparent;
    color: var(--cvtheme-color);
    font-size: 14px;
    font-weight: 400;
    display: inline;
    padding: 0;
    border-radius: 0;
}

#cvContent.cv1 .divProfile .infoHoSo .badge:not(:last-child):after {
    content: ",";
    margin-right: 3px;
}

#cvContent.cv1 section p.subtitle ~ p.subtitle {
    margin-top: 20px;
}

#cvContent.cv1 section .cv-image {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid #E9E9ED;
}

#cvContent.cv1 section .cv-image:before {
    content: "";
    display: block;
    padding-top: 100%;
}