﻿.certificate-base {
    position: relative;
    margin-top: 0;
}

.bg-img {
    width: 250px;
    height: 100px;
    margin: 0 auto;
    margin-top: 60px;
    z-index: 0;
  }
.bg-img img {
width: 100%;
height: 100%;
}

.bg-1 {
    position: absolute;
    margin-top: 13rem;
    background-color: #F5F6FA;
    width: 67.5rem;
    height: 35rem;
    z-index: -1;
}

.bg-2 {
    position: absolute;
    margin-top: -37rem;
    background-color: #F5F6FA;
    width: 67.5rem;
    height: 35rem;
    z-index: -1;
    right: 0;
}

.certificate-imgs {
    /* padding-top: 4rem; */
    /* margin-top: 1.5%; */
    /* margin-bottom: 4rem; */
}

    .certificate-imgs img {
        max-width: 100%;
    }

.img-row {
    /* margin-top: 0rem; */
    margin-bottom: 1rem;
}

.img-title {
    color: #7D7F91;
    font-size: 1rem;
    margin-top: 1rem;
}

.tab-max-text {
    font-size: 16px;
}

    .tab-max-text img {
        width: 18px;
    }

.tab-min-text {
    color: #7D7F91;
    font-size: 16px;
}

.check-detail {
    margin-left: 2rem;
    font-size: 0.1rem;
    color: #7D7F91;
    cursor: pointer;
}

.job-detail-bg {
    background-color: #FBFBFB;
    padding: 7px 40px 27px;
}

.job-detail-title {
    font-weight: bold;
    font-size: 14px;
    padding: 20px 0;
}

.job-detail {
    font-size: 14px;
    color: #7D7F91;
    line-height: 26px;
}

    .job-detail pre {
        margin-bottom: 0;
        color: inherit;
        color: #7D7F91;
        line-height: 26px;
        font-size: 14px!important;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

.job-email {
    margin: 57px auto 40px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.tab-job-th {
    font-weight: normal;
    font-size: 16px;
    color: #7D7F91;
    text-align: left;
}
#jobs_tab {
    margin-bottom: 0;
}
.tab-job-tr {
    /* height: 5rem; */
}

.table tbody tr td {
    height: 70px;
    vertical-align: middle;
    padding: 0 40px;
}

.table thead tr th {
    border: none;
    /* border-bottom: 1px solid #F5F6FA; */
}
.table thead th:nth-child(1) {
    padding-left: 40px;
}
.table thead th:nth-child(2) {
    padding-left: 40px;
}
.table thead th:nth-child(3) {
    padding-right: 40px;
}
.table tbody td {
    border-top: 1px solid #F5F6FA;
}

.about-job-block {
    width: 234px;
}

.about-job-sidebar {
    border-right: 1px solid #F5F6FA;
    float: left;
    height: 240px;
}

.about-job-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.about-job-content {
    font-size: 14px;
    color: #7D7F91;
    line-height: 30px;
}
.justify-content-center {
    width: 1024px;
    height: auto;
    padding: 0 60px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #F5F6FA;
    box-shadow: 0 2px 60px 3px rgba(0,0,0,0.08);
    border-radius: 20px;
}
.More-flex {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 40px;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}