.candidate-detail-header {
    padding: 50px 40px;
    margin: 50px auto 35px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.09);
    background-color: #fff;
    
}
.candidate-detail-header .candidate-thumbnail {
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.09);
}
.candidate-detail-header .candidate-thumbnail .inner-image {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.candidate-detail-header .candidate-thumbnail .inner-image img {
    max-width: 100%;
    height: auto;
}
.candidate-detail-header .title-wrapper>* {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.candidate-detail-header .candidate-title {
    font-size: 25px;
    margin: 0;
}
.candidate-detail-header .candidate-title span {
    font-size: 16px;
}
.candidate-thumbnail{
    display: inline-block;}
.candidate-information {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
}
.job-metas-cadidate>div {
    display: inline-block;
    margin-right: 25px;
}
.job-metas-cadidate i {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-right: 8px;
    min-width: 17px;
    text-align: center;
}
.text-theme {
    color: #b06ab3 !important;
}
.candidate-information a {
    color: #6a6a6a;
}
body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #6a6a6a;
    background: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito",Arial,sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: #262626;
}
.job-metas-cadidate {
    font-size: 14px;
}
.candidate-information .info_label {
    min-width: 196px;
    font-weight: 600;
    display: inline-block;
}
.candidate-recomended span.info_label {
    font-size: 12px;
}
.candidate-recomended i {
    background: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 50%;
    margin: 0;
}
.candidate-recomended span.info_label {
    font-size: 12px;
}
.phone-wrapper.phone-hide a.phone {
    display: none;
}
.phone-wrapper.phone-hide .phone-show span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}
.candidate-information a.checknow {
    color: #007bff;
}
.bg-theme {
    background: #82b440;
}
.introduction-panel {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    margin: 15px 0;
}
.introduction-panel .leave-review-link {
    float: right;
    font-size: 13px;
}
a.certification-file {
    border: 1px solid;
    padding: 5px 10px;
    margin: 0 15px;
    font-size: 18px;
    background: #007bff;
    color: #fff;
}
.job-information ul li b {
    min-width: 170px;
    display: inline-block;
}
.job-information ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.candidate-detail-header .candidate-thumbnail {
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ccc;
}

@media (min-width: 1200px) {
    .candidate-detail-header .candidate-thumbnail {
        width: 150px;height: 150px;
    }
}