.banner-single-td {
    width: 100%;
    height: 320px;
    position: relative;
}
.banner-single-td::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        #087036 -4.12%,
        rgba(8, 115, 56, 0.8) 47.06%,
        #098b43 100%
    );
}
.banner-single-td > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-single-td .single-td {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-single-td .single-td .single-td-heading {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27; /* 127.273% */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.banner-single-td .single-td .single-td-wapper {
    display: flex;
    align-items: center;
    gap: 40px;
}
.banner-single-td .single-td .single-td-wapper .single-td-item {
    display: flex;
    align-items: center;
    gap: 4px;
}
.banner-single-td .single-td .single-td-wapper .single-td-item svg {
    width: 16px;
    height: 16px;
}
.banner-single-td .single-td .single-td-wapper .single-td-item p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.banner-single-td .single-td .single-td-wapper .single-td-item p strong {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 100% */
}
/*  */
.single-td-content {
    display: flex;
    gap: 60px;
    padding-top: 48px;
    padding-bottom: 80px;
}
.single-td-content .single-td-aside {
    display: flex;
    width: 306px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: sticky;
    top: 60px;
    height: max-content;
}
.single-td-content .single-td-aside > p {
    color: var(--text, #101857);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.11; /* 111.111% */
}
.single-td-content .single-td-aside .related-jobs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}
.single-td-content .single-td-aside .related-jobs a {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
    color: var(--text, #101857);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71; /* 171.429% */
}
.single-td-right > p {
    color: #101857;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.single-td-right .single-td-detail {
    margin-top: 40px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 68px;
    h5,
    h4,
    h3,
    h2 {
        margin-top: 28px;
        margin-bottom: 24px;
        color: #393939;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5; /* 150% */
    }
    img {
        display: block;
        margin: 40px auto;
    }
    ol,
    ul {
        padding-left: 20px;
        margin: 20px 0;
    }
    ol ul,
    ol ol,
    ul ol,
    ul ul {
        margin: 12px 0 12px 16px;
    }
    li {
        margin-bottom: 12px;
    }
    strong {
        color: #101857;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
    }
}
.single-td-content .single-td-right .single-td-line {
    background: rgba(16, 24, 87, 0.2);
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
}
.single-td-form .single-td-form-heading {
    color: #101857;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}
.single-td-form .single-td-form-wapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}
.single-td-form .single-td-form-wapper .single-td-form-inpput {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
}
.single-td-form .single-td-form-wapper .single-td-form-inpput label {
    color: #101857;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-bottom: 8px;
}
.single-td-form .single-td-form-wapper .single-td-form-inpput sub {
    color: #ea0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.single-td-form .single-td-form-wapper .single-td-form-inpput input {
    height: 48px;
    width: 100%;
    border-radius: 39px;
    border: 1px solid rgba(255, 255, 255, 0.02);
    background: #f5f5f5;
    padding: 16px 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
}
.single-td-form
    .single-td-form-wapper
    .single-td-form-inpput
    input::placeholder {
    color: rgba(0, 0, 0, 0.2);
}
.single-td-form-file {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    border: 1px dashed #101857;
    position: relative;
    cursor: pointer;
}
.single-td-form-file .input-an {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.single-td-form-file .single-td-form-file-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.single-td-form-file .single-td-form-file-label strong {
    color: #101857;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
}
.single-td-form-file .single-td-form-file-label p {
    color: rgba(16, 24, 87, 0.2);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
}
.single-td-form .btn-global {
    margin-top: 40px;
    width: 100%;
    cursor: pointer;
}
.single-td-form .input-hidden {
    display: none;
}
@media (max-width: 639px) {
    .banner-single-td .single-td {
        width: 100%;
        padding: 16px;
    }
    .single-td-content {
        flex-direction: column;
        padding: 40px 16px;
    }
    .single-td-content .single-td-aside {
        width: 100%;
        position: static;
    }
    .single-td-content .single-td-aside .related-jobs a {
        padding-bottom: 0;
    }
    .single-td-form .single-td-form-wapper {
        flex-direction: column;
        gap: 20px;
    }
    .single-td-form .single-td-form-wapper .single-td-form-inpput {
        width: 100%;
    }
}
