.apply {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/apply_bg.png) #340000 no-repeat top center;
    background-size: cover;
    padding: 100px 0px;
    color: #fff;
}

.apply .tit h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.apply .txt {
    width: 70%;
}

.apply .txt ul li {
    margin-left: 1.5rem;
    list-style: disc;
    margin-bottom: 5px;
}

.apply .txt ul li:before {
    display: none;
}

.apply .txt ul li:after {
    display: none;
}

.apply .download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    margin: 0 auto;
    background-image: linear-gradient(#C68A41, #FCE4A7);
    margin-top: 60px;
}

.apply .download:hover {
    background-image: linear-gradient(#FCE4A7, #C68A41);
}

.apply h3 {
    text-align: center;
}

.apply .col-md-6 {
    margin-bottom: 40px;
}

.apply .col-md-6 > img {
    width: 100%;
}

.apply .apply-form {
    clear: both;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    width: 98%;
    margin: 0 auto;
}

.apply .apply-form .txt {
    width: 76%;
}

.apply .apply-form .txt ul {
    margin-top: 20px;
}

.apply .apply-form .txt ul li {
    margin-bottom: 20px;
}

.apply .apply-form .col-md-6 {
    margin-bottom: 15px;
}

.apply .apply-form .col-md-12 {
    margin-bottom: 15px;
}

.apply .apply-form .form-control {
    background: none;
    border-radius: 0;
}

.apply .apply-form p {
    margin-bottom: 0;
}

.apply .apply-form button {
    display: inline-block;
    border: 1px solid #E60013;
    background: #E60013;
    color: #fff;
    float: right;
    width: 175px;
    border-radius: 0;
    padding: 1rem;
}

.apply .apply-form button:hover {
    background: none;
    color: #E60013;
}

@media (max-width: 960px) {
    .apply {
        margin-top: 0;
        padding: 20px 0px;
    }

    .apply .tit h2 {
        font-size: 24px;
    }

    .apply .txt {
        width: 100%;
    }

    .apply .apply-form .txt {
        width: 100%;
    }

    .apply .apply-form {
        padding: 20px 10px;
    }
}
