.radio-item {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3.5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: #eee;
}

.radio-item:hover input~.checkmark {
    background-color: #ccc;
}

.radio-item input:checked~.checkmark {
    background-color: #005bad;
}

.checkmark:after {
    content: "";
    position: absolute;
    /* display: none; */
}

.radio-item input:checked~.checkmark:after {
    display: block;
}

.radio-item .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#stand-wrapper {
    max-width: 125rem;
    margin: 0 auto;
}

#stand-wrapper .stand-top {
    width: 68.08rem;
    margin: 0 auto;
}

.stand-top .top-box {
    padding: 4.16rem 0;
}

.top-box .t-b-title {
    width: 68.08rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.t-b-title .t-b-line {
    position: absolute;
    left: calc(50% - 12.5rem);
    width: 25rem;
    text-align: center;
    font-size: 1.41rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.top-box .t-b-img {
    margin: 0 auto;
}

#stand-wrapper .stand-button {
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7fa;
}

button {
    display: block;
    border: none;
    background: #eee;
    padding: 0.5rem;
    cursor: pointer;
    text-align: center;
    outline: none;
}

button:hover {
    background: #005bad;
    color: white;
}

.btn-del-criteria,
.btn-del-all,
.btn-search {
    background: #7cadd6;
    display: inline-block;
}

#stand-wrapper .criteria-container {
    max-width: 41.6rem;
    margin: 0 auto;
    display: flex;
    padding: 1.66rem 0;
    justify-content: space-between;
}

.level-box:hover {
    cursor: pointer;
}

.criteria-container .level-box {
    width: 40%;
    margin-right: 0.83rem;
}

.criteria-container .single-criteria {
    display: flex;
    flex-direction: column;
}

.criteria-heading {
    padding: 0.625rem 15%;
    border: 1px solid lightgray;
    font-size: 0.625rem;
    color: #292929;
    text-align: center;
}

.criteria-heading .dropsingle {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.btn-dropdown {
    display: block;
    float: right;
    background: none;
    padding: 0;
    height: 0.625rem;
}

.btn-dropdown:hover {
    background: none;
}

.btn-dropdown .show-more-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    /* border-right: 1px solid #1b6eb3;
  border-bottom: 1px solid #1b6eb3; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-dropdown .icon-color {
    border-right: 1px solid #303030;
    border-bottom: 1px solid #303030;
}

.btn-dropdown .active-icon-color {
    border-right: 1px solid #1b6eb3;
    border-bottom: 1px solid #1b6eb3;
}

#stand-wrapper .stand-first {
    width: 68.08rem;
    margin: 0 auto;
}

#stand-wrapper .stand-second {
    width: 68.08rem;
    margin: 0 auto;
}

#stand-wrapper .stand-last {
    width: 68.08rem;
    margin: 0 auto;
}

.stand-first .first-box {
    padding: 4.16rem 0;
}

.stand-second .first-box {
    padding: 4.16rem 0;
}

.stand-last .first-box {
    padding: 4.16rem 0;
}

.first-box .f-b-title {
    width: 68.08rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.f-b-title .f-b-line {
    position: absolute;
    left: calc(50% - 6.25rem);
    width: 12.5rem;
    text-align: center;
    font-size: 1.41rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .f-b-img {
    padding: 4.16rem 0 0;
    margin: 0 auto;
}

.first-box .s-b-title {
    width: 68.08rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.s-b-title .s-b-line {
    position: absolute;
    left: calc(50% - 4.15rem);
    width: 8.3rem;
    text-align: center;
    font-size: 1.41rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .s-content {
    width: 52.3rem;
    margin: 0 auto;
    padding: 2.1rem 0;
}

.s-content .s-c-text {
    width: 48.25rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.83rem;
    line-height: 1.5rem;
}

.s-content .s-c-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2.1rem 0 0;
}

.first-box .th-b-title {
    width: 68.08rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.th-b-title .th-b-line {
    position: absolute;
    left: calc(50% - 8.3rem);
    width: 16.6rem;
    text-align: center;
    font-size: 1.41rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .th-content {
    width: 68.08rem;
    margin: 0 auto;
    padding: 2.1rem 0;
}

.th-content .th-c-text {
    width: 58.33rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.83rem;
    line-height: 1.5rem;
}

.th-content .th-c-img {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0 4.16rem;
}

.th-content .th-c-bottom {
    width: 100%;
    margin: 0 auto;
    background-color: #005daa;
    padding: 3.33rem 0;
}

.th-c-bottom .th-c-b-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 3.75rem;
    font-family: pingfangSc;
    text-align: center;
    width: 82.1rem;
    height: 3.75rem;
    border: 1px solid #fff;
    margin: 0 auto;
}

.th-c-bottom .th-honor {
    width: 38.75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 4.16rem;
}

.th-c-bottom ul:last-child {
    padding-top: 2.1rem;
}

.th-honor li {
    list-style: none;
    margin-right: 1.66rem;
}

.th-honor li:nth-child(4) {
    margin-right: 0;
}

.th-honor li:nth-child(8) {
    margin-right: 0;
}

.contact-us {
    width: 64.7rem;
    margin: 0 auto;
}

.contact-us .contact-box {
    width: 100%;
    margin: 0 auto;
    padding: 4.16rem 0 0;
}

.contact-box .contact-title {
    width: 64.7rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.contact-title .contact-line {
    position: absolute;
    left: 0;
    width: 33.33rem;
    text-align: left;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #005daa;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.contact-box .contact-content {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0;
    display: flex;
    justify-content: space-between;
}

.contact-content .contact-text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
}

.contact-content .contact-img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-img img {
    width: 13.33rem;
    height: 13.33rem;
}

.contact-img span {
    font-weight: bold;
    font-size: 0.75rem;
    margin-left: 3.41rem;
}

.contact-us .other-company {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0;
}

.other-company .o-c-title {
    width: 64.7rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.o-c-title .o-c-line {
    position: absolute;
    left: 0;
    width: 12.5rem;
    text-align: left;
    font-size: 1.08rem;
    color: #005daa;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.other-company .o-c-content {
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 0;
}

.o-c-content .sub-box {
    width: 100%;
    padding: 1.04rem 0;
    display: flex;
    justify-content: space-between;
}

.sub-box .o-c-left {
    width: 50%;
    font-size: 1.08rem;
    line-height: 1.91rem;
}

.o-c-left .left-title {
    color: #005daa;
}

.sub-box .o-c-right {
    width: 50%;
    font-size: 1.08rem;
    line-height: 1.91rem;
}

.o-c-right .right-title {
    color: #005daa;
}

.recruit-us {
    width: 64.7rem;
    margin: 0 auto;
}

.recruit-us .recruit-box {
    width: 100%;
    margin: 0 auto;
    padding: 4.16rem 0 0;
}

.recruit-box .recruit-title {
    width: 64.7rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.recruit-title .recruit-line {
    position: absolute;
    left: calc(50% - 10.4rem);
    width: 20.8rem;
    text-align: center;
    font-size: 2rem;
    color: #005daa;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.recruit-box .recruit-content {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0;
}

.recruit-content .recruit-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.08rem;
    line-height: 1.91rem;
}

.recruit-content .wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .criteria-container {
    width: 100%;
    padding: 0.83rem 0;
}


/* Stylesheet for Custom Radio Button */

.recruit-radio-item {
    display: block;
    position: relative;
    padding-left: 1.04rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 0.83rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recruit-radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.recruit-checkmark {
    position: absolute;
    top: 3.5px;
    left: 0;
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 10px;
    background-color: #eee;
}

.recruit-radio-item:hover input~.recruit-checkmark {
    background-color: #ccc;
}

.recruit-radio-item input:checked~.recruit-checkmark {
    background-color: #005bad;
}

.recruit-checkmark:after {
    content: "";
    position: absolute;
    /* display: none; */
}

.recruit-radio-item input:checked~.recruit-checkmark:after {
    display: block;
}

.recruit-radio-item .recruit-checkmark:after {
    left: 0.208rem;
    top: 0.03rem;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ~ Stylesheet for Custom Radio Button ~ */


/* Basic style */

.recruit-wrapper {
    max-width: 50rem;
    margin: 1rem auto 0;
}

button {
    display: block;
    border: none;
    background: #eee;
    padding: 0.5rem;
    cursor: pointer;
    text-align: center;
    outline: none;
}

button:hover {
    background: #005bad;
    color: white;
}

.recruit-btn-save-criteria {
    width: 100%;
}

.recruit-btn-del-criteria,
.recruit-btn-del-all,
.recruit-btn-search {
    background: #7cadd6;
    display: inline-block;
}

.recruit-criteria-container {
    display: flex;
    padding: 1.66rem 0;
}

.recruit-level-box {
    width: 25%;
    margin-right: 0.83rem;
}

.recruit-company-box {
    width: 45%;
    margin-right: 0.83rem;
}

.recruit-place-box {
    width: 25%;
    margin-right: 0.83rem;
}

.recruit-criteria-heading {
    padding: 0.66rem 0.83rem;
    border: 1px solid lightgray;
}

.recruit-criteria-items {
    padding: 1.04rem 0.83rem;
    border: 1px solid lightgray;
    border-top: none;
}

.recruit-criteria-buttons {
    margin-top: 1.25rem;
}

.recruit-criteria-buttons>div {
    display: inline-block;
}

.recruit-delete-buttons {
    margin-top: 1.25rem;
}

.recruit-sel-criteria-container {
    padding: 0 0.83rem;
}

.recruit-btn-del-criteria,
.recruit-btn-del-all {
    margin-right: 0.625rem;
    padding: 0.5rem 1.04rem;
    color: white;
}

.recruit-btn-search {
    color: white;
}

.recruit-close-icon {
    background: #005bad;
    padding: 0.15rem;
    border-radius: 0.79rem;
    line-height: 0.39rem;
    height: 0.5rem;
    vertical-align: middle;
    width: 0.5rem;
    display: inline-block;
}

.recruit-search-results-container {
    margin-top: 1.25rem;
    padding: 1.25rem 0;
}

.recruit-single-criteria {
    display: flex;
    flex-direction: column;
}

.recruit-criteria-items {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recruit-radio-items {
    height: 100%;
}

.recruit-btn-dropdown {
    display: block;
    float: right;
    background: none;
    padding: 0;
    height: 0.625rem;
}

.recruit-criteria-heading::after {
    clear: both;
}

.recruit-btn-dropdown:hover {
    background: none;
}

.recruit-btn-dropdown .recruit-show-more-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit-search-box {
    width: 5%;
}

.recruit-search-box .recruit-btn-search {
    width: 2.75rem;
    height: 2.75rem;
}


/* ~ Basic style ~ */


/* Style for Search Results */

.recruit-search-results {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-summary {
    display: flex;
}

.recruit-searched-date {
    width: 15%;
}

.recruit-work-experience {
    width: 20%;
    color: #005bad;
}

.recruit-work-company {
    width: 40%;
}

.recruit-work-place {
    width: 15%;
}

.recruit-btn-show-more {
    width: 10%;
}

.recruit-heading {
    padding: 0.625rem 0;
}

.recruit-searched-row {
    margin: 0;
    padding: 0.83rem 0;
    border-top: 1px solid lightgray;
}

.recruit-btn-show-more {
    background: none;
    padding: 0;
}

.recruit-btn-show-more:hover {
    background: none;
}

.recruit-show-more-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #005bad;
    border-bottom: 1px solid #005bad;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit-details {
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding-top: 1.25rem;
}

.recruit-details-box {
    margin-top: 0.83rem;
    border-top: 1px solid rgb( 240, 240, 240);
}

.job_application {
    color: blue;
}


/* ~ Style for Search Results ~ */