body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    overflow: auto;
}
strong{
    font-weight: bold !important;
}
h2{
    font-size: 2.3vw;
}
h3{
    font-size: 2.2vw;
}
h4{
    font-size: 2.1vw;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}
.container-main{
    padding: 1em 0 0;
    margin-bottom: 40px;
}
.head-main{
    text-align: center;
}
.career-title{
    color: rgb(32, 90, 65);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3vw;
    padding: 17.5px 0;
}
#career-line{
    border: 0;
    height: 1px;
    margin-bottom: 1.1em;
    background-color: #205a41;
    min-width: 200px;
    max-width: 100vw;
    width: 30vw;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 15px;
}
.body-main{
    text-align: center;
    padding: 0 15%;
    text-align-last: center;        
}
.paragraph-career{
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}
.body-submain{
    text-align: center;
}
#career-form{
    margin-bottom: 30px;
}
.form-group{
    padding: 0 24%;
}
.form-control{
    border-width: 1px;
    border-style: solid;
    border-color: #205a41;
    border-radius: 3px;
    width: 100%;
    height: 45px;
}
.form-control:active{
    border-color: rgb(0, 0, 0);
}
.col-left{
    padding-right: 10px;
}
.col-right{
    padding-left: 10px;
}
.left-btn{
    float: right;
}
.radio-wrapper{
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    width: 100px;
    right: -16px;
}
.radio-wrapper input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark{
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-wrapper:hover input ~ .checkmark{
    background-color: #ccc;
}
.radio-wrapper input:checked ~ .checkmark{
    background-color: #205a41;
}
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
.radio-wrapper input:checked ~ .checkmark:after{
    display: block;
}
.radio-wrapper .checkmark:after{
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radio-btn{
    margin: 0 5px 15px 5px;
}
.right-btn{
    padding-left: 15px;
}
.error-msg{
    color: rgb(255, 0, 0);
    font-size: 12px;
}
.list-msg{
    font-size: 12px;
}
.button-group{
    padding: 1% 30%;
}
.col-btn{
    padding: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.career-btn{
    /* background-color: #205a41;
    border-radius: 0.5em;
    font-size: 0.875rem;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 140px;
    height: 42px;
    margin: 1em;
    cursor: pointer; */
    cursor: pointer;
    background-color: #205a41;
    border-radius: 0.5em;
    border: none;
    font-size: small;
    padding: 12px 11px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 25px;
    width: 135px;
    cursor: pointer !important;
}
.career-btn:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.career-btn a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.career-btn:hover a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.input-file{
    /* font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer !important; */
    display: none;
}
.modal-header{
    padding: 1rem 1rem 0 1rem;
}
.success-msg{
	width: 100%;
 	padding: 20px;
	text-align: center;
}
.success-msg img{
	width: 76px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
}
.success-msg h1{
	font-size: 42px;
    margin-bottom: 25px;
	color: #5C5C5C;
}
#submitModal .modal-header{
    border:0px;
}
/* .input-file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
} */
#submit-btn{
    background-color: #205a41;
    border-radius: 0.5em;
    border: none;
    font-size: small;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 25px;
    width: 125px;
}
#submit-btn:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
#submit-btn a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
#submit-btn:hover a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

@media screen and (max-width:1024px){
    .button-group{
        padding: 1% 23%;
    }
}

@media screen and (max-width:767px){
    .career-title{
        font-size: 24px;
    }
    .body-main{
        padding: 0 10%;
    }
    .paragraph-career{
        font-size: 0.9375rem;
        line-height: 1.66;
    }
    .form-group{
        padding: 0 5%;
    }
    .col-left{
        width: 50%;
    }
    .col-right{
        width: 50%;
    }
    .radio-wrapper{
        width: 110px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
}

@media screen and (min-width:1600px){
    .career-title{
        padding: 20.5px 0;
    }
}