
h1{font-size: 30px;}
h2{font-size: 24px;font-family: "BentonSans";text-align: center}
h3{font-size: 20px;font-family: "BentonSans";text-align: center}
h4{font-size: 16px;font-family: "BentonSans";}


.contact-header{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.contact-header a{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.user_icon{
    font-size: 20px !important;
    margin-left: 10px !important;
}

.main_ban {
    background: url('../img/banner_career.jpg') no-repeat scroll 0 0 #F1F4FB;
    background-position-x: 0px;
    background-position-y: 0px;
    min-height: 450px;
    margin-top: 70px;
    background-position: center;
    width: 100%;
}
.ban_head{
	font-size: 50px;
	font-weight: bold;
	margin-top: 90px;
    line-height: 51px;
    font-family: BentonSansBold;
}
.ban_subhead{
	font-size: 24px;
    line-height: 28px;
    font-family: BentonSansRegular;
	margin-top: 20px;
}
.careerinfo{
	font-size: 14px;
}
.en_line{
	border-top: 5px solid #F0AB00;
}

.career_img{
	background: url('../img/career_group.png') no-repeat scroll 0 0 #ffffff;
    background-position-x: 0px;
    background-position-y: 0px;
	height: 390px;
	background-position: center;
	width: 100%;
    cursor: pointer;
    margin: 40px 0px;
}

.career_text{
    background: #000;
    color: #f8f8f8;
    padding-left: 30px;
}
.career_text h2{
	padding: 0px 15px !important;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
}
.career_text p{
	padding: 0px 15px !important;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.careerprofile h3{
	font-size: 20px;
	font-weight: bold;
}
.careerprofile p{
	font-size: 16px;
	font-weight: bold;
	line-height: 8pt;
}
.btn-career{
  display:inline-block;
  position:relative;
  margin:0px;
  padding:1em;
  cursor:pointer;
  background:#008fd3 !important;  color:white; 
  padding: 5px 24px !important;
  z-index:0;
  border-radius: 0px !important;
  border:none !important;
  font-size: 18px!important;
 margin-bottom: 20px;
 color: #fff!important

}
.btn-career:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #EEA236 !important;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
  padding: 5px 24px !important;
  border-radius: 0px !important;
  border:none !important;
  color: #fff!important
}
.btn-career:hover:before{
	transform: scaleX(1);
	color: #fff!important;
}

.cr_success h1
{
    font-size: 24px;
}

.cr_success h3
{
    font-size: 18px;
}


@media only screen and (min-width:320px) and (max-width:767px) {
    /*.navbar-fixed-top{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }*/

    h3{
        font-size: 15px;
    }
    .navbar-brand{
        font-size: 14px !important;
    }
    .contact-header{
        font-size: 10px!important;
        font-weight: bold !important;
        line-height: 12pt;
    }
    .contact-header a{
        font-size: 12px!important;
        font-weight: bold !important;
        line-height: 12pt;
    }
    .user_icon{
        font-size: 16px !important;
        margin-left: 5px !important;
    }
    .career_text h2{
    	font-size: 26px !important;
    }
    .career_text p{
    	font-size: 16px !important;
    }
    .careerprofile h3 {
	    font-size: 14px;
	}
}









/*--------------------------------------------------------------------------------------------------*/

