@charset "utf-8";
/* CSS Document */
body {
    background-color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffffff url(../images/main_bg.gif) no-repeat bottom right;
    background-attachment: fixed;
    color:#5a5a5a;
    font-size: 14px;
}
*, :before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
input[type=text], select {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: bodrer-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=submit] {
    border:0;	
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #2a6496;
    text-decoration: underline;
}

h1 {
    color: #5a9bd1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
h2 {
    font-weight: bold;
	color:#fff;
}
.red {
    color: red;
}

h3 {
    color: #3683c7;
	font-size: 12px;
    font-weight: bold;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align:left;
}
.text-center {
    text-align:center;
}
.bold {
	
}


.logo {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.logo a {
    height: 50px;
    margin-top: 30px;
}
.logo img {
    width:400px;
}
#icon-bar {
    float: right;
    margin-bottom: 20px;
}

.nav {
    width: 1200px;
    height: 50px;
    float: left;
    margin: 0 0 2em 0;
    list-style: none;
    background-color: #204997;
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    position:relative;
    padding: 0 30px;

}

#icon-bar .language {
    width: 24px;
    height: 22px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:4px;
    color:#555;
    display: inline-block;
    text-align: center;
    vertical-align: super;
}
#icon-bar .language:hover {	
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#drop-down-menu {
}

.nav li a:hover > #drop-down-menu {
    display: block;	
    background-color: #CCC;
}


.nav #contact_us_button {
    float: right;
    padding-right: 30px;
}

.nav li {
    display: inline-block;
    vertical-align: top;
}

.nav li a {
    display: block;
    padding: 17px 15px;
    text-decoration: none;
    color: #fff;
    border-right: 0px solid #ccc;
    list-style: none;
}

.nav li a:hover {
    color: #333;
}

/* End navigation bar styling. */

.sub_menu {
    clear: both;
    padding-top: 10px;
}
/* This is just styling for this specific page. */


#wrap {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
}


#content {
    padding: 0 50px 50px;
}

.box-container {
    border: 1px solid #bce8f1;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.box-container h2 {
	background-color: #204997;
	font-size: 14px;
	padding: 14px 15px;
	color: #fff;
}
.box-container #search {
    padding-left: 5px;
    text-align: right;
    position: relative;
    padding: 10px;
}
.box-container #search select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.box-container #search input {
    width: 228px;
    height: 30px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 16px;
}
.box-container #search .submit-button {
    width: 65px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background-color: #5bc0de;
    color: azure;
    border-color: #5bc0de;
    font-size: 14px;
    font-weight: normal;
	display: inline-block;
	text-align: center;
    cursor: pointer; 
    padding: 6px 10px;
}

.box-container #search .submit-button:hover {

    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
	
}

.box-container ul li {
    //border-bottom: solid 1px #ccc;
    padding-left: 10px;
}
#submit-button .submit{
    width: 65px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    background-color: #5bc0de;
    color: azure;
    border-color: #5bc0de;
    cursor: pointer;
    box-shadow: none;
    margin-left: 800px;
    float: right;
    border-radius: 7px;
    border: 0px; }

#submit-button .submit:hover {
    display: block;
	opacity: .7;
}
.columns-inner #columns ul li {
    border-bottom: solid 1px #ccc;
}


#search_button {
    width: 50px;
    background-color: #39F;
    text-align: center;
    margin-right: 10px;
}
#bottom_02 ul li:last-child {
    border-bottom: 0;
}
#bottom_03 ul li:last-child {
    border-bottom: 0;
}
.content-left {
    width: 250px;
    float: left;
    list-style: none;
}

.content-right {
    width: 900px;
    float: right;
    list-style: none;
}

.images_box {
    width: 100%;
    height: 420px;
}

#image01 {
    background-image: url(../images/04.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}


.footer {
    display: inline-block;
    width: 1200px;
    height:200px;
    color: #999;
    margin-top: 150px;
    text-align: center;
}

.news {
    width: 900px;
    font-size: 20px;
    color: #ccc;
    margin-top: 40px;
}

.news h2 {
    font-size: 20px;
}

#latest_news {
    width: 900px;
    display: inline-block;
    padding-top: 0px;
    list-style: none;
    text-decoration: none;
}


#latest_news ul li {
    margin-top: 20px;
    border-left: 4px solid #d74c47;
}

#latest_news ul li p {
    padding-left: 20px;
    margin-top: 15px;
    font-size:12px;
}

#latest_news ul li p a {
    color: #3683c7;
    font-size: 10px;
    padding-top: 20px;
}

#latest_news ul li p a:hover {
    opacity: 0.9;
    text-decoration: underline;
}


#columns {
    width: 100%;
    height: 300px;
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    position: relative;
    border-color: #CCC;
}
#columns .columns-inner a{
    color:#555;
	font-size: 12px;
}
#columns .columns-inner a:hover{
    text-decoration: underline;
}
#columns .columns-inner {
    width: 206px;
    vertical-align: top;
}
#columns li {
    list-style: none;
}
#columns .columns-inner a img {
    width: 100%;
}
#about_us {
    background-color: #FFF;
    display: inline-block;
    border-radius: 5px;
}
#recruitment_services {
    background-color: #FFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 22px;
}
#for_clients {
    background-color: #FFF;
    display: inline-block;
    border-radius: 5px;
    margin-left: 22px;
}
#for_candidates {
    background-color: #FFF;
    display: inline-block;
    list-style: none;
    border-radius: 5px;
    position: absolute;
    right: 0;
}
#latest_job {
    padding: 15px;
}
#latest_job a {
    text-decoration: none;
    color: #336699;
    cursor:pointer;
}

#latest_job a:hover {
    font-weight: bold;
    text-decoration: underline;
}
#latest_job p {
	font-size:12px;
    color:#777;
}
#latest_job p:before{
    content:'\2014 \00A0';
}

#submit_your_resume a {
    text-decoration: none;
    color: #336699;
}

#submit_your_resume a:hover {
    text-decoration: none;
    color: #F00;
    opacity: 0.9;
}

#columns h2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFF;
    font-size: 15px;
    padding: 10px 15px;
    border : 1px solid #ddd;
    margin-bottom: 5px;
	background-color: #204996;
}
.columns-inner ul{
    border : 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.columns-inner li {
    padding: 10px 15px;
    border-bottom: 1px solid #CCC;
}
.columns-inner li:last-child {
    border-bottom: 0px;
}
.columns-inner img {
    width: 100%;
}
.content-left ul li {
    padding: 15px;
}
#bottom_02 ul li {
	border-bottom: 1px solid #ccc;
}

#bottom_03 ul li {
    border-left: 4px solid #3683c7;
    padding: 10px 20px;
	margin-bottom: 20px;
}

#indicate-menu {
    height: 50px;
    clear: both;
	font-size: 12px;
}
#indicate-menu a{
    color: #555;
}
/* Contact */


.office {
    margin-top: 20px;
}
.office content {
}

.office h2 {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 20px;
}
.office ul {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #FFF;
}
.office ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.office ul li .contact-title {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.office ul li .contact-content {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.office ul li .contact-content a {
    color: #5a9bd1;
}

.office ul li .contact-content a:hover {
    opacity: 0.9;
    text-decoration:underline;
}

.about-us-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-us-title a {
    color: #5a9bd1;
}
#about-us-index{
    border:1px #ccc solid;
    border-radius: 10px;
    
}
.index-header {
    
background-color: #204997;
color: #fff;
border-bottom: 1px solid #ccc;
padding: 10px 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 18px;
font-weight: normal;
}
#about-us-content {
    padding:20px;
}
#about-us-index h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

#about-us-index p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav #pull-down-menu ul li {
    display: none;
}

.nav ul li:hover > ul {
    display: block;
    left:100%;
    top:0;
}

.search-jobs {
    display: block;
    width: 900px;
}

.search-jobs h2 {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 20px;
}

#search-list {
    border: 1px solid #ccc;
    background-color: #FFF;
}


.search-jobs #search-list {
    padding: 20px;
    padding-top: 10px;
    display: inline-block;
}

.search-jobs #search-list .submit-button {
    width: 65px;
    height: 30px;
    background-color: #5bc0de;
    color: #FFF;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
    border-radius: 5px;
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    padding: 6px 12px;
}

.search-jobs #search-list .submit-button:hover {
    opacity: .7;
}

.search-jobs #search-list #label {
    position: relative;
    width: 850px;
    height: 30px;
    border-radius: 5px;
    margin-top: 15px;
}

.search-jobs #search-list #label-02 {
    position: relative;
    width: 420px;
    height: 30px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 6px;
}

.search-jobs #search-list #label-03 {
    position: relative;
    width: 420px;
    height: 30px;
    border-radius: 5px;
    margin-top: 15px;
}

#search-list {
    border: 1px solid #ccc;
    background-color: #FFF;
}

#browse-job {
    background-color: white;
    border: 1px #ccc solid;

}

#browse-job a{
    color: #555;

}
.browse-job-table {
    display: block;
    width: 900px;
    margin-top: 20px;
}

.browse-job-listing  {
    float: left;
    padding-left: 20px;
    border: 1px solid #ccc;
}

.browse-job-listing a p {
    height: 30px;
    width: 450px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

.browse-job-column {
    padding-top: 5px;
    font: 12px;
}

#browse-job-left ul p:hover > ul  {
    display: block;
}

.browse-job-listing p:hover {
    display: inline-block;
}

.browse-job-column {
    padding: 0 20px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
}
#browse-job-left ul:after {
    content: ""; clear: both; display: block;
}

.browse-job-table h2 {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 20px; }

.browse-job-table p {
    font-size: 14px;
    font-weight: bold;
}


#browse-job-left {
    width: 300px;
    display: inline-block;
}

#browse-job-right {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}

.search-result {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc; 
    padding-left: 20px; }

.result-content-box {
    padding-left: 20px;
    padding-top: 10px;
    border: 1px #ccc solid;
    border-top: 0px;
	background-color: #fff;
}

.result-content-box a{
    color:#555;
}
#result-content-one {
    display:inline-block;
    width: 850px;
    height: 120px;
    border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#result-content-one p {
    font-size: 10px;
    color: #CCC;
    padding-bottom: 10px;
	margin-top: 5px; 
}

#result-content-one ul a h2 {
	color: #000;
}

.pages-nav {

    margin-bottom: 20px;

    /*width: 500px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    list-style: none;
    text-align: center;
    float: right;*/
}

.pages-nav li {
    display: inline-block;
    text-align: center;
}

.pages-nav a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0px 3px 6px #aaa, inset 0px 1px 2px #fff;
    margin-left: 5px;

}

.pages-nav a:hover{
    text-decoration: none;
    color: #555;
    transform: translate3d(0px, 1px, 0px);
    transition: transform .4s ease-in-out;
}

.pages-nav .pages-nav-semi {
    display: block;
    width: 60px;
    border-radius: 25px;
    height: 25px;
    border: 1px solid #e7e7e7; }



.job-alert h2 {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 20px;
}

.job-alert-content {
    background-color: white;
    height: 600px;
    border: 1px solid #e7e7e7; 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }

.job-alert-content p {
    padding-bottom: 30px;
}

.job-alert-content h3 {
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
    font-weight:bold;
    color: #000;
}

#header-of-content{
    height: 30px;
    background-color: #204997;
}

label {
    vertical-align: text-top;
}

.alert-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px; }

.Frequency-input #state {
    padding-left: 200px;
}

.data-input {
    width: 400px;	
    height: 30px;
    alignment-baseline: central;
    border-radius: 5px;
    border-color: #ccc;
}


.more-search-criteria {
    margin: 10px;
}

.more-search span {
    width:100px;
    vertical-align: sub;
}
/* .squaredFour */

.checks {
    position: relative;
}

.checks label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}

.checks label:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg); }

.checks label:hover::after {
    opacity: 0.5; }

/*input[type=checkbox] {
        visibility: hidden; }*/

.checks:checked + label:after {
    opacity: 1; }

/* .squaredFour */

#submit-button {
    clear: both;
    float: right;
}
.for-clients {
    width: 900px;
    display: blockl;
}

.for-clients h1 {
    margin-bottom: 20px; }

.for-clients h2 {
    color: #333;
    font-size:14px;
    font-weight: bold;
    margin-top:2px;
    margin-bottom:2px; }

.form-container {
    background-color: white;
    width: 900px;
    //height: 600px;
    display: inline-block;
    border:1px solid #ccc; }

.box-title {
    padding: 10px;
    background-color : #204997;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 20px; }

.box-title {
    font: 14px;
}
.form-group {

    width: 800px;
    margin: 20px;

}
.form-group .form-title {
    vertical-align: middle;
    display:inline-block;
    width: 17%;	
    font-weight: bold;
    color: #333;
}

.form-group .form-content {
    width: 70%;


}
.form-group input[type="text"] {
    height: 30px;
    line-height:30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.submit-button-clients {
    width: 65px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    background-color: #5bc0de;
    color: azure;
    border-color: #5bc0de;
    cursor: pointer;
    box-shadow: none;
    margin-left: 800px;
    float: right;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 7px;
    border: 0px;
}
.submit-button-clients:hover {
	opacity: .7;
}

.submit-resume {
    width: 900px;
    height: 450px;
    display: inline-block;
    border: 1px solid #ccc; }

<!--candidates check box-->
/* 

.canadidates-checkbox {
        width: 20px;	
        margin: 20px ;
        position: relative;
}

.canadidates-checkbox label {
        cursor: pointer;
        position: absolute;
        width: 20PX;
        height: 20px;
        margin-left: 140px;
        border:1px soild #999;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        background: #fcfff4;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.canadidates-checkbox label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;

        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.scanadidates-checkbox label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
}	*/
<!--end-->

.submit-button-clients span {
    padding-left:100px;
}

.canadidates-checkbox {
    width: 500px;	
    margin-left: 156px ;
    position: relative;
} 

<!--job_details-->

.form-container ul {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #FFF;
}
.form-container ul li {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left:20px;
}

.form-container li .contact-title {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.form-container ul li .contact-content {
    width: 650px;
    display: inline-block;
    vertical-align: top;
}
<!--end-->	


.form-container .form-group-02 {
    margin-left:20px;
}

.form-group-02 {
    width: 700px;
    margin: 20px;

}
.form-group-02 .form-title {
    vertical-align: middle;
    display: block;
    width: 17%;	
    font-weight: bold;
    color: #333;
    margin-bottom:10px;
}

.form-group-02 .form-content {
    width: 60%;	
}

.form-group-02 input[type="text"] {
    height: 30px;
    width: 700px;
    line-height:30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
<!--.form-group-03-->
.form-group-03 .form-title {
    vertical-align: middle;
    display: block;
    width: 17%;	
    font-weight: bold;
    color: #333;
    margin-bottom:10px;
}

.form-group-03 .form-content {
    width: 60%;	
}

.form-group-03 input[type="text"] {
    height: 30px;
    width: 400px;
    line-height:30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
    display: block;
    margin-top: 10px;}
<!--



.pure-u-1 pure-u-md-1-2 {
    width: 100%;
    height: 20px;
    margin-left: 20px;
    margin-top: 20px; 
    display: block; }

.form-group-03 {
    display: inline-block;
    width: 425px;
    margin-left: 20px;
    margin-top: 20px; }

.form-group-03 .form-title {		
    font:12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.job-details-checkbox {
    margin-left: 15px;
    margin-bottom: 20px;
}

.job-details-apply {
    float:right;
    margin-right: 28px;
}

.form-group-02 #file-label {
    border: 1px #ccc solid;
    padding: 6px 10px;
    background: #ccc; }

.job-details-two {
    margin-top: 30px; 
}	

.job-details-apply .submit-button {
    width: 65px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background-color: #5bc0de;
    color: azure;
    border-color: #5bc0de;
	border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
	margin-bottom: 20px; }
	
.job-details-apply .submit-button:hover {
	opacity: .7;
}


.alert-content {
    display:inline-block;
    width: 900px;
}

.alert-content .form-group-04 {
    margin-bottom: 20px;
}
<!--.form-group-04-->
.form-group-04 {
    display:inline-block;
    margin-bottom: 20px;
}

.form-group-04 .data-input {
    display: inline-block;
}
.form-group-04 .form-title {
    vertical-align: middle;
    display: inline-block;
    width: 17%;	
    font-weight: bold;
    color: #333;
    margin-bottom:10px;
}

.form-group-04 .form-content {
    width: 60%;	
}

.form-group-04 input[type="text"] {
    height: 30px;
    width: 400px;
    line-height:30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
    display: inline-block;
    margin-top: 10px;}

.more-search {
    display:block;
    margin-top: 20px;
    height: 30px;} 

.checkboxes-01 {

    display: inline-block;}

.checkboxes-02 {

    display: inline-block; }

.checkbox-wrap {
    width:140px;
    display: inline-block;
    margin:10px;
}
#checkbox-argee {
    width:100px;
}

/* SQUARED THREE */

input[type="checkbox"] {
    display:none;
}

/* SQUARED THREE */
.squaredThree {

        
         width: 20px;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 4px;
    width: 20px;	
    position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
width: 11px;
height: 8px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*
.squaredThree {
    width: 20px;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 4px;
    width: 20px;	
    position: relative;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

  
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
*/

.following {
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: sub;
}
<!-->
.input[type="submit"] .submit button {
    color: white;
    box-shadow: none;
    border: 1px;
}

.fa fa-chevron-right {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

/*
fieldset legend {
        padding: 10px;
        background-color : #e1fff5;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        padding-left: 20px; }
        
        
        
*/

#browse_job {
    padding: 15px;
}

#browse_job li a{
    color:#555;
}
#browse_job i {
    margin-right: 5px;  
}
#browse_job li:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.checkbox-wrap-group {
	display: inline-block;
	margin-left: 70px;
}

.checkbox-wrap-group .squaredThree {
	margin-left: 80px;
}

.checkbox-wrap-group span {
	vertical-align:text-bottom;
}

.checkbox-wrap-03 {
}

.checkbox-wrap-03 .squaredThree {
	margin-left: 20px;
}
.apply-checkbox-wrap span {
	vertical-align:text-bottom;
	margin-left: 50px;
}

.expertise-image img{
	width: 900px;
	margin-bottom: 20px;
}


.abgne_tab ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 900px;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #204997;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #ccc;
	border-bottom: 1px solid#fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	color: #204997;
	font-size: 16px;
	margin: 0 5px 20px;
}

div.tab_container .tab_content p {
	margin: 20px 5px;
}

div.tab_container .tab_content li {
	list-style:disc ;
	margin: 5px;
}

span.highlight {
  background-color: #FFFF00;
}



#message-error {
    font-size:1.1em;
    padding:5px;
    border:1px solid #C00;
    border-radius:3px;
    width:100%;
    color:#C00;
}
#message-success {
    font-size:1.1em;
    padding:5px;
    border:1px solid #390;
    border-radius:3px;
    width:100%;
    color:#390;
}



.form-group-05 {
    display: inline-block;
    width: 100%;
    margin-left: 20px;
    margin-top: 20px;
}

.form-group-05 .form-title {
    vertical-align: top;
    display: inline-block;
    width: 17%;	
    font-weight: bold;
    color: #333;
    margin-bottom:10px;
}
.news-list-title {
    color: #555;
}

#result-number {
      color: #E80;
  margin-bottom: 10px;
}

