/*------------------------------------
            $mentor
------------------------------------*/
#mentor-dialog {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: calc(2.1875vw + 28px) calc( 14px + 1.875vw);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.mentor-dialog-img {
    width: 30%;
    padding-right: 50px;
}

.mentor-dialog-content {
    width: 70%;
}

.mentor-card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

.mentor-card-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentor-card-wrap {
    max-width: 340px;
    position: relative;
    display: block;
    cursor: pointer;
}

@media (max-width: 768px) {
    #mentor-dialog {
        display: flex;
        flex-wrap: wrap;
    }

    .mentor-card-wrap {
        margin: 0 auto;
    }

    .mentor-dialog-author {
        text-align: center;
    }

    .mentor-dialog-img {
        padding-right: 0;
        width: 100%;
    }

    .mentor-dialog-content {
        width: 100%;
        padding-top: 50px;
    }
}

/*------------------------------------
            $certification
------------------------------------*/
.certification-center > div, .certification-advantage > div, .certification-act > div {
    border-top: 1px solid #ddd;
}

.certification-center ul {
    list-style: none;
    padding-left: 0px;
}

.certification-act ul {
    list-style: decimal;
    padding-left: 25px;
}

.certification-advantage ul {
    padding-left: 25px;
}

.ident-content +  .ident-content,
.rl-ident-content-title{
    border-top: 1px solid #ddd;
}

.ident-content .item-inner {
    display: flex;

    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.ident-content .item-inner-left {
    width: 30%;
    min-width: 375px;
    margin-right: 30px;
}

.ident-content .item-inner-right {
    flex: 1;
}

.ident-content .item-list-intro {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .ident-content .item-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .ident-content .item-inner-left {
        width: 100%;
        margin: 0;
        min-width: auto;
    }

    .ident-content .item-inner-right {
        width: 100%;
        margin-top: 30px;
    }
}

.ident-content .item-list-intro > div {
    width: 100%;
    padding: 15px;
}

.item-list ul {
    padding-left: 20px;
}

.item-list li {
    padding-top: 5px;
}

.item-list .list-style-none {
    list-style: none;
    padding-left: 0;
}

.ident-search button {
    /* white-space: nowrap; */
    line-height: 50px;

    /* background-color: #36a6e9;
    padding: 0 30px;
    color: #FFF;
    border: 0;
    font-weight: 300;
    font-size: 20px; */
}

.ident-search .input-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ident-search .input-wrap input {
    padding: 0 20px;
    width: 75%;
    border-radius: 0;
    background-color: #fff;
    height: 46px;
    font-size: 16px;
    font-weight: 300;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    height: 50px;
}

.ident-search .input-wrap button {
    width: calc(100% - 75% - 30px);
}

/*------------------------------------
            $Table
------------------------------------*/
.rl-table {
    width: 100%;
}

.rl-table th,
.rl-table td {
    font-size: calc(0.125vw + 15.6px);
}

.rl-table tr:nth-last-of-type(2) td {
    border: none;
}

.rl-table th {
    background-color: #e9e9e9;
    font-weight: 500;
    line-height: 1.7;
    padding: 10px 15px 10px 20px;
}

.rl-table td {
    font-weight: 300;
    line-height: 1.5;
    padding: 26.5px 15px 26.5px 20px;
    border-bottom: 1px solid #d0d0d0;
}

.rl-table .rl-table-total {
    text-align: center;
    background-color: #EEEEEE !important;
}

/*------------------------------------
            $link
------------------------------------*/
.link-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link-img-wrap > div {
    width: 20%;
    padding: 20px 20px;
}

.inline {
    display: flex;
    justify-content: space-between;
}

.inline .link-img-wrap > div {
    width: 100%;
    padding: 20px 20px;
}

@media (max-width: 768px) {
    .link-img-wrap > div {
        width: 50%;
        padding: 20px 20px;
    }

    .inline {
        flex-wrap: wrap;
    }

    .inline > div {
        width: 100%;
    }
}

/*------------------------------------
            $form
------------------------------------*/

.contact-form .contact-form-input, .contact-form-textarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .contact-form-input > div {
    width: 44%;
    display: flex;

    /* padding-right: 20px; */
}

.contact-form .contact-form-input > div .title {
    width: 110px;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-form .contact-form-input > div .title > .required-icon {
    position: absolute;
    left: -15px;
}

.contact-form .contact-form-input > div .input {
    flex: 1;
}

.contact-form .input input, .contact-form .textarea textarea {
    border: 2px solid #36a6e9;
    background-color: #fff;
    color: #6d6d6d;
    font-size: calc(15.6px + 0.125vw);
    font-weight: 400;
    line-height: 1.5;
    padding: 0 15px 0 20px;
    text-decoration: none;
    border-radius: 0px;
    outline: none;

    /* max-width: 280px; */
    height: 48px;
    width: 100%;
}

.contact-form .textarea textarea {
    width: 100%;
    max-width: initial;
}

.contact-form-textarea .title {
    /* margin-right: 20px; */
    position: relative;
    width: 110px;
}

.contact-form-textarea .title .required-icon, .contact-form-checkcode .required-icon {
    position: absolute;
    left: -15px;
}

.contact-form-textarea .textarea {
    flex: 1;
}

.contact-form-checkbox {
    display: flex;

    /* flex-wrap: wrap; */
    align-items: center;
}

.contact-form-checkbox .title {
    /* margin-right: 55px; */
    width: 110px;
}

.contact-form-checkbox .content {
    display: flex;
    flex-wrap: wrap;
}

.contact-checkbox {
    height: 22px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.contact-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.contact-checkbox input:checked ~ .contact-checkbox-indicator {
    background: #36a6e9;
}

.contact-checkbox-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;

    /* background: #e6e6e6; */
    border: 1px solid #36a6e9;
}

.contact-checkbox input:checked ~ .contact-checkbox-indicator:after {
    display: block;
}

.contact-checkbox .contact-checkbox-indicator:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-checkbox-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.contact-form-checkcode {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-form-checkcode img {
    width: 150px;
}

.contact-form-checkcode .input {
    /* margin: 0 30px; */
    margin-left: 45px;
    margin-right: 30px;
}

.contace-form-submit {
    margin-left: 110px;
}

.rl-color-skyblue {
    color: #36a6e9;
}

@media (max-width: 768px) {
    .contact-form-checkbox {
        flex-wrap: wrap;
    }

    .contact-us-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-form .contact-form-input > div {
        width: 100%;
        flex-wrap: wrap;
    }

    .contact-form-checkbox .title {
        width: 100%;
        margin: 0;
    }

    .contact-checkbox {
        margin-top: 15px !important;
        margin-left: 0px !important;
    }

    .contact-form-textarea .title {
        width: 100%;
        margin: 0;
    }

    .contact-form-textarea .textarea {
        width: 100%;
        margin-top: 30px;
    }

    .contact-form-checkcode > div {
        width: 100%;
    }

    .contact-form-checkcode .input {
        margin: 0;
        margin-top: 30px;
    }

    .contact-form-checkcode img {
        margin-top: 30px;
    }

    .contact-form .input input, .contact-form .textarea textarea {
        height: 42px;
    }

    .contace-form-submit {
        margin-left: 0px;
    }
}

@media (max-width: 425px) {
    .contact-us-wrapper {
        padding-right: 5px;
        padding-left: 5px;
    }

    .contact-form .contact-form-input > div .title {
        width: 100%;
    }

    .contact-form .contact-form-input > div .input {
        margin-top: 10px;
    }

    .contact-form .contact-form-input > div {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .contact-form-checkcode .input {
        width: 100%;
        margin: 0;
    }

    .contact-form-checkcode .input input {
        margin-top: 30px;
    }

    .contact-form-checkcode img {
        margin-top: 30px;
    }

    .contact-form .input input, .contact-form .textarea textarea {
        height: 36px;
    }

    .contact-checkbox {
        margin-top: 25px !important;
    }
}

/*------------------------------------
            $dialog 
------------------------------------*/

.modal-dialog {
    width: 100%;
    margin: auto auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

@media (min-width: 480px) {
    .modal-dialog {
        width: 80%;
        margin: auto auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 650px;
        margin: auto auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

.modal-content {
    border-radius: unset;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 15px;
    background-color: #ececec;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.modal-header.special {
    background-color: rgb(113, 167, 255);
    color: #fff;
}

.modal-body {
    padding: 30px 30px 25px 30px;
    font-size: calc(0.125vw + 13.6px);

    /*16-14*/
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.modal-body .table-responsive {
    overflow-y: auto;
    max-height: 500px;
}

.modal-body table {
    margin-bottom: 0;
}

.modal-body .table > tbody + tbody {
    border-top: none;
}

.modal-body .table > thead > tr > th {
    border: none;
    background: #71a7ff;
    color: #fff;
    height: 44px;
    vertical-align: middle;
}

.modal-body .table > tbody > tr {
    border-bottom: 1px solid #dbdbdb;
}

.modal-body .table > tbody > tr > td {
    height: 50px;
    vertical-align: middle;
}

/*30-20*/

.modal-body .table > thead > tr > th:first-child,
.modal-body .table > tbody > tr > td:first-child {
    padding-left: calc(0.625vw + 18px);
}

.modal-body .table > thead > tr > th:last-child,
.modal-body .table > tbody > tr > td:last-child {
    padding-right: calc(0.625vw + 18px);
}

.modal-body p {
    line-height: 1.5;
}

.modal-body a {
    color: #71a7ff;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 30px 30px;
    text-align: center;
    border-top: none;
}

.modal-footer .button {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    max-width: 200px;
    width: 50%;
    text-align: center;
    background-color: #71a7ff;
    color: #fff;
    font-size: 18px;
    border: none;
    border: 2px solid #fff;
}

.modal-footer .button:hover {
    background-color: #fff;
    color: #71a7ff;
    border: 2px solid #71a7ff;
}
