@define a {
 color: #237ab5;
}
@define alink {
 color: #1d8ccb;
}
@define ahover {
 color: #1e8fcf;
}
@define alight {
 color: ;
}
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
}
@define rotate180 {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}
@define rotate90 {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
}
@define xfont {
 font-family: 'Roboto', 'Segoe UI', sans-serif;
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@-moz-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}
.hero-banner.article .hero-text .title {
	font-size:28px;
 line-height: 35px;
}
.hero-banner.article .hero-text .post-type {
	font-size:14px;
}
.hero-banner.article .hero-text .post-type .-ap {
 margin-right: 5px;
 margin-left: 10px;
}
.sidebar-article{
 width: 30%;
	float:left;
}
.sidebar-article .desc-job,.sidebar-article .box-share {
 border:1px solid #e5e5e5;
	position:relative;
 clear:both;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.sidebar-article .desc-job:after,.sidebar-article .box-share:after{
	position:absolute;
	width:100%;
 bottom:0px;
 left: 0px;
 height: 2px;
 background-color: #e5e5e5;
 content: "";
}
#article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
 padding-bottom: 60px;
 line-height: 25px;
 width: 60%;
}
.sidebar-article .desc-job {
 display: table;
	width:100%;
}
.sidebar-article .desc-job .desc {
 line-height: 25px;
 padding:10px 20px;
 border-bottom: 1px solid #e5e5e5;
}
.ctas .btn-apply {
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #237ab5;
 color:#fff;
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
}
.ctas .btn-apply:hover:after {
 content: "";
 bottom: 0px;
 left: 0px;
 height: 3px;
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
}
.sidebar-article .desc-job .desc span.name {
	font-weight:bold;
 display:block;
}
.box-share {
	text-align:center;
	position:relative;
 margin-top: 20px;
 padding:20px;
}
.box-share .name {
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share {
 width: 47%;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 40px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#747b81;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share.first{
	float:left;
}
.box-share .btn-share.second{
	float:right;
}
.box-share .btn-share span {
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 top: 0px;
 line-height: 40px;
 width: 30px;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
}
.box-share .btn-share:hover{
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail {
 color:#fff;
 background-color: #dd4b39;
}
.article .content-article {
 line-height: 22px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#3a3f44;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
 color:#237ab5;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 10px !important;
 height: auto !important;
}
.article .content-article li:before {
 content: "\ea2b";
 display: inline-block;
 color: #999;
 font-family: "ap";
 margin-left: 20px;
 margin-right: 5px;
}
.list-related {
 padding: 40px 0px;
}
.list-related .name {
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related a {
 display:block;
 line-height: 20px;
 margin-bottom: 5px;
}
.list-related .item{
 padding:15px 0px;
 border-bottom: 1px dotted #e5e5e5;
}
.list-related .item .salary{
 color:#747b81;
	font-size:12px;
}
.list-related .btn-viewall {
	font-weight:bold;
 color:#237ab5;
 margin-top: 20px;
 border:1px solid #237ab5;
 padding:10px 20px;
	text-align:center;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.list-related .btn-viewall:hover{
 background-color: #237ab5;
 color:#fff;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#76b133;
 border-bottom: 1px solid #76b133;
}
.breadcrumb a:hover{
 border-bottom: 1px solid #76b133;
 color:#76b133;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1000px;
 margin: 0px auto;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#87898f;
	font-size:20px;
 bottom: 60px;
 right: 10px;
 z-index: 300;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 opacity: 0; filter: alpha(Opacity:0);
 border-radius: 50%;
 transform: translate(0px, 10px);
 -ms-transform: translate(0px, 10px);
 -webkit-transform: translate(0px, 10px);
 -moz-transition-transform: translate(0px, 10px);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#scroll-top:hover {
 color:#237ab5;
 border-color: #237ab5;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
 border:1px solid #e5e5e5;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f0d7";
 right: 10px;
 color:#888;
	position:absolute;
 line-height: 40px;
}
.select-custom select {
 padding: 10px 15px;
	width:100%;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
#appform {
}
#appform .wrapper {
 background-color: #fff;
 padding: 20px 30px;
}
#appform h1 {
	font-weight:300;
	font-size:36px;
 padding-bottom: 30px;
}
#appform .form .row {
 padding-bottom: 25px;
}
#appform .form .row .ext {
 color:#aaa;
	font-weight:300;
	font-size:14px;
 padding-top: 10px;
}
#appform .form .row .label {
 color:#666;
	font-weight:bold;
 padding-bottom: 8px;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
 padding: 11px 13px;
 border:1px solid #ccc;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#appform .form .row .input.first{
	float:left;
 width:48%;
}
#appform .form .row .input.second{
	float:right;
 width:48%;
}
#appform .form .submit {
 background-color: #7abd1a;
 padding: 15px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	font-weight:500;
	font-size:16px;
	position:relative;
	text-align:center;
 color:#fff;
	cursor:pointer;
	font-weight:500;
 margin-top: 30px;
}
#appform .form .upload {
	position:relative;
 border: 1px dashed #ccc;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin-top: 10px;
}
#appform .form .upload:hover {
 background-color: #f8f8f8;
}
#appform .form .upload .text {
	position:relative;
	text-align:center;
	font-size:15px;
 z-index: 100;
 padding: 10px 0;
}
#appform .form .upload .text .more {
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top: 4px;
}
#appform .form .-upload .desc{
 color:#999;
 margin-top: 10px;
}
#appform .form .upload input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .upload input {
 display:block;
	white-space: nowrap;
 width: 100%;
 height: 100%;
 z-index: 101;
 padding:20px 15px;
 opacity: 0; filter: alpha(Opacity:0);
}
#appform .form .cancel {
 padding: 15px 0;
	text-align:center;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
 color:#999;
 margin-top: 30px;
}
#appform .form .cancel:hover {
 color:#111;
	text-decoration:underline;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#747b81;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 font-family: "Helvetica Neue", Helvetica;
}
a {
 color:#76b133;
	font-weight:normal;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
a:hover, a:focus {
 color:#205081;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
.sec- {
 padding: 60px 0px;
}
.head-sec {
	text-align:center;
 max-width: 600px;
 margin: 0px auto;
 margin-bottom: 40px;
}
.head-sec .title-main {
	font-size:40px;
	font-weight:normal;
 display:inline-block;
 line-height: 50px;
 margin-bottom: 20px;
}
.sec-.sec-workat .sec-text {
	text-align:center;
 max-width: 768px;
 margin: 0px auto;
 line-height: 22px;
 color:#747b81;
}
.head-sec .line-sec {
 background-color: #76b133;
 width: 70px;
 height: 4px;
 margin: 0px auto;
}
.sec-.sec-workat .sec-text .join {
	font-weight:bold;
 color:#3a3f44;
 margin-top: 10px;
}
.sec-.sec-workat .sec-text .join a {
 color:#237ab5;
	font-weight:bold;
}
.sec-.sec-workat .sec-text .join a:hover {
	text-decoration:underline;
}
.head-sec .title-main span {
	font-weight:bold;
}
.sec-image {
 margin-top: 40px;
}
.sec-image img {
	width:100%;
}
.sec-whychoose {
 background-color: #174856;
 color:#fff;
}
.sec-whychoose .head-sec .title-main {
 color:#fff;
}
.sec-whychoose .content .item {
 width: 21.25%;
 margin-right: 5%;
	float:left;
	text-align:center;
}
.sec-whychoose .content .item:nth-child(4n+4) {
 margin-right: 0px;
}
.sec-whychoose .content .item .image img {
 height: 50px;
}
.sec-whychoose .content .item .title {
 margin-top: 20px;
 margin-bottom: 10px;
	font-size:15px;
 line-height: 22px;
}
.sec-whychoose .content .item .desc {
 line-height: 22px;
}
.sec-jobs .filter {
	text-align:center;
 margin-bottom: 40px;
 border-bottom: 1px dashed #e5e5e5;
 padding-bottom: 40px;
}
.sec-jobs .filter .name {
 margin-right: 5px;
 display:inline-block;
	font-size:18px;
}
.sec-jobs .filter a {
 display:inline-block;
 color:#76b133;
 padding: 5px 15px;
 border:1px solid #76b133;
 margin-bottom:10px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 margin-right: 5px;
}
.sec-jobs .filter a:hover {
 background-color: #76b133;
 color:#fff;
}
.list-jobs .title-cat {
	font-size:24px;
	font-weight:normal;
 line-height: 30px;
 margin-bottom: 20px;
}
.sec-jobs .sidebar {
 width: 30%;
	float:left;
}
.sec-jobs .sidebar a{
 display:block;
	position:relative;
 color:#747b81;
 background-color: #f4f7fb;
 margin-bottom: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding:15px 15px;
}
.sec-jobs .sidebar .number{
 width:30px;
 height:30px;
	text-align:center;
 display:inline-block;
	position:absolute;
 right: 15px;
 top: 7px;
 line-height:30px;
 border-radius: 50%;
 background: rgba(0,0,0,0.05);
}
.sec-jobs .sidebar a:hover,.sec-jobs .sidebar a.active{
 background-color: #76b133;
 color:#fff;
}
.sec-jobs .sidebar a:hover:after,.sec-jobs .sidebar a.active:after{
 content: "";
	position:absolute;
 border-top: 5px solid transparent;
 border-left: 5px solid #76b133;
 border-bottom: 5px solid transparent;
 right: -5px;
}
.sec-jobs .list-jobs {
 width: 65%;
	float:right;
}
.list-jobs .box-cat .item-job {
 padding: 15px 10px;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 border-bottom:1px dotted #e5e5e5;
 padding-right: 160px;
 margin-bottom: 15px;
}
.list-jobs .box-cat{
 margin-bottom:40px;
}
.list-jobs .box-cat .item-job:hover {
 background-color: #f9f9f9;
}
.list-jobs .box-cat .item-job .cta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
 top: 15px;
 right: 10px;
 margin-top: 10px;
}
.list-jobs .box-cat .item-job .cta .btn-apply {
 padding: 8px 20px;
 border:1px solid #237ab5;
 color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #237ab5;
}
.list-jobs .box-cat .item-job .cta .btn-apply:hover {
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.list-jobs .box-cat .item-job .title {
	font-size:16px;
 line-height: 22px;
 margin-bottom: 5px;
}
.list-jobs .box-cat .item-job .title a {
 font-weight: 500;
}
.list-jobs .box-cat .item-job .info {
	font-size:12px;
 display:inline-block;
 margin-bottom: 10px;
 margin-right: 5px;
}
.list-jobs .box-cat .item-job .info .-ap {
 margin-right: 5px;
 color:#76b133;
}
#alljobs{
 clear:both;
}
#sidebar.scroll-to-fixed-fixed{
 margin-top: 55px;
}
#footer {
 background-color: #2a3137;
 padding:60px 0px;
}
#footer .box-footer{
 width: 40%;
}
#footer .links-footer,#footer .contact{
 width: 25%;
}
#footer .col-3{
 margin-right: 5%;
	float:left;
}
#footer .col-3:nth-child(3n+3){
 margin-right: 0px;
}
#footer .title{
 color:#b7bec4;
 margin-bottom: 20px;
}
#footer .links-footer a{
 display:block;
 color:#b7bec4;
 margin-bottom: 10px;
}
#footer .links-footer a:hover{
	text-decoration:underline;
}
#footer .box-footer .logo{
 margin-bottom:20px;
}
#footer .box-footer .logo img{
 height:45px;
}
#footer .box-footer .address{
 color:#b7bec4;
 line-height: 20px;
 margin-bottom: 10px;
}
#footer .box-footer .address p{
 margin-bottom: 10px;
}
#footer .box-footer .address .location{
 display:block;
 margin-bottom: 5px;
}
#footer .contact p{
 margin-bottom: 10px;
 color:#b7bec4;
} 
#footer .bottom-footer{
 border-top:1px solid rgba(255,255,355,0.1);
 margin-top:20px;
 padding-top:20px;
 color:#b7bec4;
	position:relative;
}
#footer .bottom-footer a{
 color:#fff;
}
#footer .bottom-footer .social{
	position:absolute;
 top:20px;
 right:0px;
}
#footer .bottom-footer .social a{
 display:inline-block;
	font-size:20px;
 margin-left:5px;
}
#footer .bottom-footer .social a:hover{
 opacity: 0.8; filter: alpha(Opacity:80);
}
#header-recr {
 position:fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 top: 0px;
 left: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 z-index: 11;
}
#header-recr .container {
 display: flex;
}
#header-recr.stick {
 background-color: #fff;
 box-shadow: 0 1px 1px rgba(0,0,0,.14);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr.stick .menu-right .search .form-control{
 border: 1px solid #ccc;
 box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
#header-recr.stick .links a{
 color:#747b81;
 opacity: 1; filter: alpha(Opacity:100);
}
#header-recr.stick .links a:hover,#header-recr.stick .links a.active{
 box-shadow: inset 0 -4px #4b4f56;
}
#header-recr.stick .logo .name{
 color:#3a3f44;
}
#header-recr .logo {
 padding: 5px 0px;
 display:inline-block;
}
#header-recr .logo img {
 height: 60px;
}
#header-recr .logo .logo-img.color{
	display:none;
}
#header-recr.stick .logo .logo-img.color{
 display:inline-block;
 height: 40px;
}
#header-recr.stick .logo .logo-img.white{
	display:none;
}
#header-recr.stick .logo .name{
 display: none;
}
#header-recr .logo .name {
	font-size:16px;
 color:#fff;
 padding:0px 10px;
 padding-left:20px;
	position:relative;
 top: -5px;
 border-right: 5px solid #57afe5;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr .box-menu {
	vertical-align:middle;
 padding-left: 20px;
}
#header-recr .menu-right {
	position:absolute;
	text-align:right;
 padding: 10px 0px;
 top: 0px;
 right: 0px;
}
#header-recr .links a {
 display:inline-block;
 color:#fff;
	position:relative;
 padding: 20px 10px;
 opacity: 0.8; filter: alpha(Opacity:80);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr .links a.active,
#header-recr .links a:hover {
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 box-shadow: inset 0 -3px #fff;
}
#header-recr .menu-right .search {
 display:inline-block;
	position:relative;
 clear:both;
}
#header-recr .menu-right .search .form-control {
 background: rgba(255,255,255,0.1);
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 8px 15px;
 width: 100px;
 padding-left: 30px;
	font-size:12px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr .menu-right .search .form-control:focus {
 width: 200px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr .menu-right .search .btn-search {
	position:absolute;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 color:#999;
	font-size:16px;
 top: 0px;
 left: 0px;
 padding: 8px 0px;
 width: 30px;
}
#header-recr .menu-right .btn-apply {
 display:inline-block;
 color:#fff;
 clear:both;
 padding: 8px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #76b133;
}
#header-recr .menu-right .btn-apply:hover {
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.hero-team{
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #000;
 height: 240px;
}
.hero-team .images{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 overflow: hidden;
 display: flex;
 flex-wrap:wrap;
}
.hero-team .images img{
 flex-grow: 1;
 opacity: .3; filter: alpha(Opacity:30);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 width: 120px;
 height: 120px;
 transform:scale(1);
}
.hero-team .images img:hover{
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 opacity: 1; filter: alpha(Opacity:100);
 transform:scale(1.2);
}
.hero-team .hero-text{
	position:relative;
	width:100%;
	text-align:center;
}
.hero-team .hero-text h2{
	font-size:24px;
 color:#fff;
	font-weight:normal;
 display:inline-block;
 line-height: 240px;
}
.hero-team .hero-text a{
 color:#fff;
}
.hero-team .hero-text a:hover{
	text-decoration:underline;
}
.hero-banner{
	position:relative;
 clear:both;
 min-height: 360px;
 min-width: 800px;
}
.hero-banner .cover{
	position:absolute;
	width:100%;
	height:100%;
 max-width: 100%;
}
.hero-banner .cover img{
	width:100%;
	height:100%;
 display:block;
 object-fit: cover;
}
.hero-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #0B1935;
 opacity: 0.9; filter: alpha(Opacity:90);
 background: -webkit-linear-gradient(180deg, #0B1935, #174856);
 background: -o-linear-gradient(180deg, #0B1935, #174856);
 background: -moz-linear-gradient(180deg, #0B1935, #174856);
 background: linear-gradient(180deg, #0B1935, #174856);
}
.hero-banner .hero-text{
	text-align:center;
 color:#fff;
	position:relative;
 padding:120px 0px;
 padding-top: 180px;
 z-index: 3;
}
.hero-banner .hero-text .title{
	font-size:40px;
	font-weight:normal;
 line-height: 50px;
 margin-bottom: 10px;
}
.hero-banner .hero-text .desc{
	font-size:20px;
 line-height: 30px;
}
.hero-banner .hero-text .type-text{
	font-weight:bold;
}
.hero-banner .cta{
 padding:15px 40px;
 margin-top:20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#fff;
	cursor:pointer;
 display:inline-block;
 font-weight:600;
 border:1px solid #fff;
 background: rgba(255,255,255,0.05);
}
.hero-banner .cta:hover{
 background-color: #fff;
 color:#237ab5;
}
.teletype-cursor{
 color:#00f0ff;
}
