#career-section {
    background: url('../../assets/images/company-profile/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 60px;
}

.career-banner {
    margin-top: 20px;
    margin-bottom: 30px;
}

.title-v1 {

}

.form-search-position {
    font-size: 23px;
    line-height: 35px;
    color: #231F20;
}

/*.form-search-position .btn {
	margin: 0;
}*/

.form-search-position #search_position {
    font-size: 20px;
}

.title-v1 h4 {
    font-size: 26px;
    line-height: 26px;
}

.title-v1 .line-1 {
    float: left;
    width: 5%;
    height: 5px;
    background-color: #A70E12;
}

.title-v1 .line-2 {
    float: left;
    width: 95%;
    height: 1px;
    background-color: #ABABAB;
    position: relative;
    top: 1.5px;
}

#career-section .panel-group .head-panel {
    padding: 15px 0 15px;
    border-bottom: solid 1px #ABABAB;
}

#career-section .panel-group .panel-title .btn-apply {
    float: right;
}

#career-section .panel-group .panel-body {
    padding: 20px 20px 0;
    font-size: 15px;
    line-height: 20px;
    color: #404040;
}

#career-section .panel-group .panel-title a,
#career-section .panel-group .panel-title a:hover,
#career-section .panel-group .panel-title a:focus {
    color: #231F20;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
}

#career-section .panel-group .panel-title a span {
    display: inline-block;
    text-transform: uppercase;
}

#career-section .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

#career-section .panel-group .panel-title a span.heading-title,
#career-section .panel-group .panel-title a span.btn-apply i {
    color: #231F20;
    text-align: left;
}

#career-section .panel-body h5 {
    color: #231F20;
    font-size: 19px;
    line-height: 19px;
    margin: 0;
    font-weight: normal;
}

#career-section .panel-body p {
    color: #6D6E70;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
}

#career-section .panel-body p:last-child {
    margin-bottom: 0;
}

.bg-gray {
    border-radius: 0;
    background-color: #7D7D7D;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 5px;
}

.more-detail {
    margin-bottom: 15px;
    cursor: pointer;
}

.accordion-collapse { border: 0; font-size: 1.1em; }
.form-group { margin-bottom: 15px; }
/* Popup Modal */

.popup-modal {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.popup-modal .popup-modal-dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
}

.popup-modal .popup-modal-dismiss,
.popup-modal .popup-modal-dismiss:hover,
.popup-modal .popup-modal-dismiss:focus {
    color: #6D6E70;
}

.popup-modal h1 {
    font-size: 25px;
    line-height: 25px;
    color: #231F20;
    margin-top: 0;
}

.popup-modal .step1 {
    display: block;
    font-weight: 100;
}

.popup-modal .step2 {
    display: none;
}

.popup-modal .popup-modal-content {
    font-size: 15px;
    line-height: 20px;
    color: #6D6E70;
}

.popup-modal .popup-modal-content .apply-job {
    margin: 30px 0 20px;
    text-align: center;
}

.popup-modal .popup-modal-content .apply-job a {
    display: inline-block;
    margin: 0;
}

.popup-modal .popup-modal-content ul {
    list-style-type: disc;
}

.popup-modal .step2 {

}

.popup-modal .step2 p {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.popup-modal .step2 p .fa {
    font-size: 18px;
}

.popup-modal .step2 p em {
    font-size: 20px;
}
@media (min-width: 768px) {
    .popup-modal {
        width: 80%;
    }


}

@media (min-width: 992px) {
    .popup-modal {
        width: 50%;
    }
    .form-search-position .button-custom{
        margin-top: 10px;
    }

}

@media (min-width: 1200px) {
    .popup-modal {
        width: 50%;
    }
    .form-search-position .button-custom{
        margin-top: 0px;
    }
}

@media (min-width: 1400px) {
    .popup-modal {
        width: 40%;
    }
}