.sectionContent {
    display: none;
    padding: 8% 7%;
    position: relative;
    height: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.sectionContent.active{
    display: block;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
#contactHeader {
    position: relative;
    font-size: 15px;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
}
.intro {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 4%;
}
#contactP {
    /* border-right: 1px solid #000000; */
    padding-right: 10px;
    position: relative;
}
#contactP:after {
    content: '';
    border-right: 1px solid #000000;
    height: 50%;
    position: absolute;
    margin: 0 5px;
    top: 17%;
}
#openPositionTxt {
    padding: 10px;
    background-color: #F9F9F9;
    line-height: 0.1em;
}

#openPosition {
    width: 30%;
    text-align: center;
    border-bottom: 1px solid #000000;
    line-height: 0.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 5%;
    padding-top: 3%;
    min-width: 200px;
}
.formWrapper {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}

.formTitle {
    float: left;
    font-size: 20px;
    display: none;
}

.requireRemarks {
    float: right;
    color: #751F25;
    font-size: 14px;
}

.header {
    margin-bottom: 3%;
}

.inputbox {
    float: right;
    width: 60%;
    height: 35px;
    font-family: 'Martel Sans', sans-serif, 'é»‘é«”';
}

#uploadRemarks {
    float: right;
    width: 60%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
}
.uploadbtn {
    background-color: #666666;
    padding: 1% 4%;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    line-height: 1.2em;
    margin-top: 4px;
    margin-right: 4px;
    font-size: 13px;
    top: 0;
    padding: 8px 20px 4px 20px;
}
label.title {
    width: 30%;
    line-height: 35px;
    font-size: 17px;
    float: left;
}

#aphoneInput {
    width: 30%;
    margin-right: 30%;
}

.formField {
    margin-bottom: 3%;
}
.boxWrapper {
    position: relative;
    float: right;
    width: 60%;
    height: 40px;
    margin-bottom: 5px;
}

#afilename {
    float: initial;
    width: 100%;
    top: 0;
    position: absolute;
}

#acvInput {
    width: 100%;
    top: 0;
    position: absolute;
    height: 35px;
    cursor: pointer;
}
.btnSubmit {
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    padding: 1% 10%;
    font-size: 18px;
    min-width: 200px;
    min-height: 50px;
    cursor: pointer;
    position: relative;
}
.btnSubmit:after {
    box-shadow: inset 0 0 0 0 #000000;
    transition: box-shadow .5s ease-out;
    -moz-transition: -moz-box-shadow .5s ease-out;
    -webkit-transition: -webkit-box-shadow .5s ease-out;
    -o-transition: -o-box-shadow .5s ease-out;
    -ms-transition: -ms-box-shadow .5s ease-out;
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.btnSubmit:hover {
    background-color: transparent;
    color: #000000;
     transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
}
.btnSubmit:hover:after {
    box-shadow: inset 0 0 0 6px #000000;
    -moz-box-shadow: inset 0 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 0 6px #000000;
    -o-box-shadow: inset 0 0 0 6px #000000;
    -ms-box-shadow: inset 0 0 0 6px #000000;
}
.btnWrapper {
    text-align: center;
    padding-top: 5%;
}
#rDateInput, #rMonthInput {
    width: 15%;
}

#rDateInput {
    margin-right: 5%;
}

#rMonthInput {
    margin-right: 25%;
}
#lbWrapper {
    display: none;
}
#lbWrapper.show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: block;
    /* padding-top: 80px; */
    box-sizing: border-box;
    overflow: hidden;
}

.lbgb {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    box-sizing: border-box;
}

.lbContentWrapper {
    max-width: 500px;
    border: 5px solid #F4F4F4;
    position: absolute;
    height: 30%;
    background-color: #FFFFFF;
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    transition: .8s;
    -webkit-transform: .8s;
    -ms-transform: .8s;
    -o-transform: .8s;
    min-height: 200px;
}
.lbContent {
    position: relative;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.lbClose {
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.lbTxt {
    display: none;
}

.lbTxt.show {
    display: block;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 2em;
}
textarea {
    resize: none;
}
#rserviceInput, #econtentsInput {
    height: 100px;
}
ul#positionList {
    text-align: center;
    margin-bottom: 30px;
}

li.listItem {
    width: 29%;
    display: inline-block;
    margin: 2.5% 1.5%;
    vertical-align: top;
}

.jobThumb {
    width: 21%;
    margin: 0 auto;
    margin-bottom: 7%;
    min-width: 35px;
}

.jobTitle {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.jobDesc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: 1px;
}
span.combodate select {
    /* float: right; */
    width: 30%;
    height: 35px;
    min-width: 66px;
}
span.combodate select.day {
    min-width: 40px;
}
select.day, select.month {
    margin-right: 2%;
}

span.combodate {
    float: right;
    /* margin-left: 10%; */
    width: 60%;
}
#thankyouLogo {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 300px;
}
.selectTxt{
	color: #929292;
	position: relative;
	cursor: pointer;
}
.selectTxt.active, .selectTxt:hover{
	color: #000000;
	-webkit-transition: all .5s ease-out; 
	-ms-transition: all .5s ease-out; 
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.selectTxt:after, .selectTxt.active:after{
	content:'';
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background-color: #F4F4F4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #F4F4F4 , #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #F4F4F4, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left ,#F4F4F4, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left,#F4F4F4, #FFFFFF); /* Standard syntax */

}
.selectTxt:hover:after, .selectTxt.active:after{
   	content: '';
    width: 100%;
    height: 100%;
    right: 0;
}
/* .mCSB_inside > .mCSB_container{
    margin-right: 0px;
} */
@media screen and (max-width: 1599px){
	#contactHeader {
		opacity: 1;
	}
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
	.lbContentWrapper{
		width: 80%;
	}
}
@media screen and (max-width: 1023px) {
    li.listItem {
        width: 46%;
    }
}
@media screen and (max-width: 767px){

    #mainWrapper.lr {
        box-sizing: initial;
    }
	#container{
		box-sizing: initial;
		overflow: initial;
	}
    .lbContentWrapper {
        width: 80%;
        height: 35%;
        position: fixed;
        /* min-height: 250px; */
    }
    .inputbox {
        float: left;
        width: 100%;
    }

    #aphoneInput {
        width: 100%;
    }

    .boxWrapper {
        width: 100%;
    }

    #uploadRemarks {
        width: 100%;
    }

    select.day {
    }

    span.combodate {
        width: 100%;
    }

    #joinUsIntro2 {
        margin-bottom: 14%;
    }

    .requireRemarks {
        float: left;
    }

    .formTitle {
        margin-bottom: 5%;
        width: 100%;
    }

    #reservationIntro, #enquiryIntro3, #positionWrapper {
        margin-bottom: 10%;
    }
    #joinUsDetails {
        box-sizing: initial;
    }
    #mainWrapper.lr {
        box-sizing: initial;
    }

    #container {
        box-sizing: initial;
        overflow: initial;
    }
}