.aplication-counts {
    border: 3px solid #4d5256;
    border-radius: 20px;
    max-width: 418px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 30px 0;
    margin: 30px auto 30px;
}

.aplication-counts .aplication-counts-inner {
    padding: 0 30px;
}

/* .aplication-counts .aplication-counts-inner:first-child {
    border-left: 3px solid #4d5256;
} */

.aplication-counts span {
    font-size: 5rem;
    padding: 0;
    margin: 0;
    color: #4d5256;
    line-height: 1;
}

.aplication-counts p {
    border-top: 3px solid #4d5256;
    font-size: 1rem;
    padding: 10px 0 0;
    margin: 0;
    color: #4d5256;
}

@media (max-width: 460px) {
    .aplication-counts {
        flex-direction: column;
        padding: 0px 30px;
        width: auto;
    }

    .aplication-counts .aplication-counts-inner {
        padding: 20px 30px;
    }

    .aplication-counts .aplication-counts-inner:first-child {
        border-left: 0;
        border-bottom: 2px solid #4d5256;
    }

    .aplication-counts p {
        border-top: 3px solid #4d5256;
        max-width: 200px;
        margin: 0 auto;
    }
}

.list-companies {
    text-align: center;
    margin-bottom: 40px;
}

.list-companies .inner {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 150px;
    margin-bottom: 30px;
}

.list-companies .inner img {
    max-width: 95%;
    height: auto;
    display: block;
    max-height: 110px !important;
}

.service-details-new {
    text-align: center;
    max-width: 1200px;
    margin: 60px auto 20px;
}

@media (max-width: 1200px) {
    .service-details-new {
        margin: 30px 20px 20px;
    }
}

.service-details-new h3 {
    font-size: 1.875rem;
    color: #000000;
    margin-bottom: 30px;
}

.introduction-detail {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}



@media (max-width: 1200px) {
    .introduction-detail {
        padding: 0 20px;
        max-width: 1200px;
        margin: 20px auto;
    }
}

.introduction-detail-logo {
    text-align: center;
    padding: 20px 0;
}

.introduction-detail-logo img {
    max-width: 210px !important;
    width: 100% !important;
    height: 140px !important;
    object-fit: contain;
}

.introduction-detail-text {
    max-width: 1000px;
    margin: 0 auto 40px;
    border-radius: 20px;
    padding: 50px 40px;
    background: #f2f2f2;
}

.introduction-detail-inner {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px 20px;
}

@media (max-width: 766px) {
    .introduction-detail-text {
        padding: 25px 20px;
    }

    .introduction-detail-inner {
        padding: 30px 15px 20px;
    }
}

.introduction-detail-bottom {
    position: relative;
    margin: 10px -20px -20px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    background: #8f1537;
    color: #ffffff;
}

@media (max-width: 766px) {
    .introduction-detail-bottom {
        margin: 10px -15px -20px;
    }
}

.introduction-detail-bottom p {
    font-size: 1.25rem;
}

.introduction-detail-bottom p a {
    color: #ffffff;
}

.introduction-detail-bottom p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.introduction-detail-form .form-item {
    margin-bottom: 15px;
}

.introduction-detail-form .form-group {
    margin-bottom: 15px;
}

.introduction-detail-form .select2-container--default .select2-search--inline .select2-search__field {
    min-height: 50px;
    font-size: 1.125rem;
    color: #999999;
    line-height: 56px;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

.introduction-detail-form .select2-container--default .select2-selection--multiple {
    border: 0;
    border-radius: 10px;
}

.introduction-detail-form .select2-container {
    max-width: 100%;
}

.introduction-detail-form .form-control {
    background: #ffffff;
    border-radius: 10px;
    border: 0;
    padding: 10px;
    height: 60px !important;
    font-size: 1.125rem;
    color: #999999;
}

.introduction-detail-form .form-select {
    border-radius: 10px;
    width: calc(100%);
    border: 0;
    padding: 10px;
    height: 60px;
    font-size: 1.125rem;
    color: #999999;
}

.introduction-detail-form .form-button {
    background: #8f1537;
    border-radius: 10px;
    width: calc(100%);
    border: 0;
    padding: 10px;
    height: 60px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #ffffff;
}

.introduction-detail-form .form-attach {
    float: right;
    position: relative;
    margin-left: 10px;
}

.introduction-detail-form .form-attach label {
    border-radius: 20px;
    background: #ffffff;
    width: 160px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    cursor: pointer;
    text-align: center;
    color: #999999;
    padding: 10px;
}

.introduction-detail-form .form-attach label span {
    display: block;
}

.introduction-detail-form .form-attach label em {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: #999999;
    word-break: break-all;
    margin-top: 5px;
}

.introduction-detail-form .form-attach .form-attach-input {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
}

.how-apply {
    margin-bottom: 20px;
}

.how-apply .inner {
    background: #f2f2f2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    margin-top: 40px;
}

@media (max-width: 988px) {
    .how-apply .inner {
        margin-top: 60px;
    }
}

.how-apply .inner:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 13px 0;
    border-color: transparent #727272 transparent transparent;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -7px;
}

@media (max-width: 766px) {
    .how-apply .inner:after {
        top: 100%;
        left: 50%;
        margin-top: -6px;
        margin-left: -7px;
        transform: rotate(90deg);
    }
}

.how-apply .col-md-4:last-child .inner:after {
    display: none;
}

.how-apply .inner .counts {
    background: #8f1537;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.875rem;
    top: -26px;
}

.how-apply .inner .texts {
    background: #f2f2f2;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    height: 165px;
    width: 100%;
    font-size: 1.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

@media (max-width: 988px) {
    .how-apply .inner .texts {
        padding: 10px;
    }
}

.how-apply .inner .texts p {
    margin: 0;
    padding: 0;
}
/* accessibility */
.contrast-theme .introduction-detail-text h3, .contrast-theme .introduction-detail-text p, .contrast-theme .introduction-detail-text h5, .contrast-theme .introduction-detail-text .read-more, .contrast-theme .introduction-detail-text .show-less, .contrast-theme .introduction-detail-text .cat-link, .contrast-theme .introduction-detail-form .has-error .help-block{
    color: black !important;
}
.contrast-theme .introduction-detail-bottom p{
    color: yellow !important;
}
.contrast-theme .introduction-detail-form input, .contrast-theme .introduction-detail-form .select2-selection,.contrast-theme .introduction-detail-form .form-attach label{
    border: 1px solid black;
}