@charset "UTF-8";
@font-face {
 font-family: "Bebasregular";
 src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneueregular.otf");
 font-weight: normal;
 font-style: normal
}
@font-face {
 font-family: "Bebaslight";
 src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuelight.otf");
 font-weight: normal;
 font-style: normal
}
@font-face {
 font-family: "Bebasthin";
 src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuethin.otf");
 font-weight: normal;
 font-style: normal
}
@font-face {
 font-family: "Bebasbook";
 src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebook.otf");
 font-weight: bold;
 font-style: normal
}
@font-face {
 font-family: "Bebasbold";
 src: url("https://staticx-talent.basecdn.net/image/fonts/svnbebasneue/bebasneuebold.otf");
 font-weight: bold;
 font-style: normal
}


.component__top--v3 {
	background-color: #2f4e88;
}
.component__top--v3:hover {
}
.component__top--v3 i.icon {
}
.component__top--v3.--show {
}
.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;
}
.section-banner{
	position:relative;
 clear:both;
 min-height: 42rem;
}
.section-banner .banner__cover{
	position:absolute;
	width:100%;
	height:100%;
 max-width: 100%;
}
.section-banner .banner__cover img{
	width:100%;
	height:100%;
 display:block;
 object-fit: cover;
}
.section-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #0B1935;
 opacity: 0.2; filter: alpha(Opacity:20);
 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);
}
.section-banner .banner__text{
	text-align:left;
 color:#fff;
	position:relative;
 padding:120px 0px;
 padding-top: 230px;
 z-index: 3;
}
.section-banner .banner__text .banner--title{
	font-size:36px;
 @600;
 letter-spacing: -1px;
 margin-bottom: 10px;
 text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.section-banner .banner__text .banner--desc{
	font-size:20px;
 @600;
	text-transform:uppercase;
 line-height: 30px;
 text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.section-banner .banner__text .banner--desc a{
 color:#fff;
}
.section-banner .banner__text .type-text{
	font-weight:bold;
}
.section-banner .cta{
 padding:15px 30px;
 margin-top:20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#fff;
	cursor:pointer;
 display:inline-block;
 font-weight:600;
 background-color: #ec268f;
}
.section-banner .cta:hover{
 background-color: #fff;
 color:#2f4e88;
}
.breadcrumb {
 padding: 20px 0px;
 font-size: 20px;
 background-color: #fafafa;
}
.breadcrumb a {
 color: #5b5b5b !important;
 border: none !important;
 display: inline-block;
}
.breadcrumb span{
 font-size: 25px;
 vertical-align: middle;
 display: inline-block;
}
.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:right;
}
.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:left;
 line-height: 25px;
 width: 65%;
}
.sidebar-article .desc-job{
 display: table;
	width:100%;
}
.sidebar-article .desc-job .desc{
 color:#000;
 line-height: 25px;
 padding:10px 20px;
 border-bottom: 1px solid #e5e5e5;
}
.sidebar-article .desc-job .desc b{
	font-weight:normal;
}
.sidebar-article .desc-job .desc a{
 color:#000;
}
.ctas .btn-apply{
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #2f4e88;
 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:#5b5b5b;
 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;
	text-align:justify;
}
.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:22px;
 color:#2f4e88;
	font-weight:bold;
	text-transform:uppercase;
}
.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{
 margin-bottom: 15px;
}
.article .content-article li{
	padding-bottom:10px;
}
.article .content-article ul{
 list-style-type:square;
 margin-left: 20px;
}
.list-related{
 padding: 40px 0px;
}
.list-related .name{
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related .item{
	margin-bottom:10px;
}
.list-related .item > a{
 display:block;
	font-size:16px;
 line-height: 20px;
 margin-bottom: 5px;
}
.list-related .item{
 padding:15px 0px;
 border-bottom: 1px dotted #e5e5e5;
}
.list-related .item .salary{
 color:#5b5b5b;
	font-size:12px;
}
.list-related .btn-viewall{
	font-weight:bold;
 color:#2f4e88;
 margin-top: 20px;
 border:1px solid #2f4e88;
 padding:10px 20px;
	text-align:center;
 display:block;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
} 
.list-related .btn-viewall:hover{
 background-color: #2f4e88;
 color:#fff;
}
#appform .wrapper{
 background-color: #fff;
 padding: 20px 30px;
 -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 border-top: none;
}
#appform .form .submit {
 background-color: #2f4e88;
}
#appform .form .submit:hover {
 background: rgba(47,78,136,.9);
}
#appform .form .upload input{
 top: 0px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#ec268f;
 border-bottom: 1px solid #ec268f;
}
.breadcrumb a:hover{
 border-bottom: 1px solid #ec268f;
 color:#ec268f;
}
.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;
}
.mrb30{
 margin-bottom: 30px;
}
#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:#2f4e88;
 border-color: #2f4e88;
}
#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;
}
.search input::placeholder {
 color: #fff;
}
* {
 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:#5b5b5b;
 -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:#ec268f;
	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;
}
.section{
	padding: 40px 0px;
}
.section__head{
	text-align:center;
	margin: 0px auto;
	margin-bottom: 40px;
}
.section__head .section--title{
	color:#5b5b5b;
	font-size:32px;
	font-weight:bold;
 display:inline-block;
	line-height: 40px;
	text-transform:uppercase;
}
.section__head .section--line{
	background-color: #ec268f;
	width: 70px;
	height: 4px;
	margin: 0px auto;
}
.line-border {
	height: 1px;
	margin: 30px 0px;
 background-color: #d8d8d8;
}
/*--- OVERVIEW ---*/
.overview__text{
	text-align:left;
	font-size:16px;
	margin: 0px auto;
	line-height: 22px;
	color:#5b5b5b;
	max-width: 768px;
}
.overview__text .join{
	font-weight:bold;
 color:#3a3f44;
	margin-top: 10px;
}
.overview__text .join a{
	color:#ec268f;
	font-weight:bold;
}
.overview__text .join a:hover{
	text-decoration:underline;
}
.section--title span{
	font-weight:bold;
}
.overview__image img{
	width:100%;
}
/*--- END OVERVIEW ---*/
/*--- WHYCHOOES ---*/
.section-whychoose{
	color:#5b5b5b;
}
.section-whychoose .section__head .section--title{
	color:#5b5b5b;
}
.whychoose__item{
	width: 22.7%;
 margin-right: 3%;
	float:left;
	text-align:center;
}
.whychoose__item:nth-child(4n+4){
	margin-right: 0px;
}
.whychoose__item .item--image img{
	height: 80px;
}
.whychoose__item .item--title{
	font-size:16px;
	text-transform:uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 22px;
}
.whychoose__item .item--desc{
	font-size:15px;
	text-align:left;
	line-height: 22px;
}
/*--- END WHYCHOOES ---*/
/*--- JOBS ---*/
.jobs__head .section--title{
	margin-bottom: 30px;
}
.jobs__head .desc{
	font-size:16px;
	line-height: 22px;
}
.jobs__list{
 margin-bottom: 30px;
 padding-bottom: 30px;
 border-bottom:1px dotted rgba(255, 255, 255, 0.1);
}
.jobs__list:last-child {
 margin-bottom: 0px;
 padding-bottom: 0px;
 border-bottom:0px;
}
.jobs__list .jobs__title {
	font-size:20px;
 color:#5b5b5b;
	position:relative;
	font-weight:bold;
 line-height: 30px;
	padding:10px 15px;
	text-transform:uppercase;
}
.jobs__list .jobs__title:before{
 content: "";
 height: 3px;
 width: 70px;
 background: rgba(51,51,51,0.1);
	position:absolute;
 bottom: 0px;
 left: 15px;
}
.item--job {
 padding: 10px 15px;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 color:#333;
 display: table;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.item--job:hover{
 background: rgba(51,51,51,0.05);
}
.item--job .cell {
	display:table-cell;
	vertical-align:middle;
}
.item--job .item--name {
 width: 50%;
}
.item--job .item--desc{
 opacity: .8; filter: alpha(Opacity:80);
}
.item--job .item--desc .info{
 display:block;
	margin-bottom: 5px;
}
.item--job .item--desc .info a{
 color:#333;
}
.item--job .cta{
 width: 10%;
}
.item--job .item--desc,
.item--job .cta {
	text-align:right;
}
.item--job .item--desc {
 padding: 0 20px;
}
.item--job .item--desc .-ap {
 margin-left: 5px;
}
.item--job .item--title {
	font-size:16px;
 line-height: 24px;
}
.item--job .item--title a {
	color:#5b5b5b;
	line-height: 22px;
 font-weight: 500;
}
.item--job .info {
	font-size:13px;
}
.item--job .info .-ap {
 margin-right: 5px;
 color:#333;
}
.button--main {
	padding: 10px 20px;
	background-color: #2f4e88;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 display:inline-block;
 white-space: nowrap;
}
.button--main:hover {
	$bg: <@hr.main -10 -10>;
	color:#fff;
}
/*--- END JOBS ---*/
@media(max-width: 768px){
	.section--banner{
 width: auto;
	}
}
@media(max-width: 767px){
	.section-jobs .sidebar, .section-jobs .list-jobs{
	width:100%;
 float: none;
	}
	.whychoose-content .whychoose__item{
	width:100%;
 float: none;
 margin-right: 0px;
 margin-bottom: 5%;
	}
}
#footer {
	position:relative;
	text-align:center;
 background: url("https://staticx-talent.basecdn.net/image/couplegroup/bg-footer.jpg") no-repeat 50% 50%;
 background-size: cover;
 padding:60px 0px 0px;
} 
.footer-contact {
	position:relative;
 z-index: 99;
}
.logo-text {
	position:relative;
 margin-bottom: 20px;
}
.logo-text a {
 color: #fff;
 font-size: 36px;
	font-weight:bold;
 display:inline-block;
 margin-bottom: 20px;
	text-transform:uppercase;
}
.logo-text .logo-line {
 display:block;
 width: 200px;
 height: 7px;
 margin: 0 auto;
 border-radius: 20px;
 background-color: #fff;
}
.foo-info {
 color: #fff;
 font-size: 20px;
 line-height: 22px;
}
.foo-info h3 {
 font-size: 30px;
 margin-bottom: 15px;
 font-weight: normal;
}
.foo-info p a {
 color: #fff;
}
.foo-info p {
 margin-bottom: 5px;
}
#footer .bottom-footer{
 border-top:1px solid rgba(255,255,355,0.1);
 margin-top:20px;
 padding:20px 0px;
 color:#d9d9d9;
	position:relative;
 z-index: 99;
 font-size: 22px;
 font-weight: bold;
 text-transform: uppercase;
}
#footer .bottom-footer a{
 color:#d9d9d9;
 font-weight: bold;
}
#footer .bg {
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 0;
 background-color: #2f4e8847;
}
#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: #2f4e88;
 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;
 z-index: 102;
}
#header-recr.stick .menu-right .search .form-control{
 border: 1px solid rgba(255,255,255,0.2);
}
#header-recr.stick .links a{
	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 .links input[type='text']::placeholder {
 color: #fff;
}
#header-recr .logo{
 padding: 13px 0px;
 display:inline-block;
}
#header-recr .logo img{
 display:inline-block;
 margin-right: 20px;
 height: 40px;
}
#header-recr.stick .logo img{
 filter: brightness(0) invert(1);
 -webkit-filter: brightness(0) invert(1);
 -moz-filter: brightness(0) invert(1);
 -ms-filter: brightness(0) invert(1);
 -o-filter: brightness(0) invert(1);
}
#header-recr .logo .logo-img.color{
	display:none;
}
#header-recr.stick .logo .logo-img.color{
 display:inline-block;
}
#header-recr.stick .logo .logo-img.white{
	display:none;
}
#header-recr .logo .name{
	position:relative;
 display:inline-block;
 color:#fff;
	font-size:12px;
	vertical-align:middle;
 padding: 5px 15px;
 background-color: #2f4e88;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
}
#header-recr.stick .logo .name{
 background-color: #ec268f;
}
#header-recr .box-menu{
	vertical-align:middle;
 padding-left: 40px;
}
#header-recr .menu-right{
	position:absolute;
	text-align:right;
 padding: 15px 0px;
 top: 0px;
 right: 0px;
}
#header-recr .links a{
 display:inline-block;
 color:#fff;
	font-weight:bold;
	position:relative;
 padding: 25px 20px;
 -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;
	font-size:16px;
 top: 0px;
 left: 0px;
 padding: 8px 0px;
 width: 30px;
 color: rgba(255,255,255,0.5);
}
#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: #ec268f;
}
#header-recr .menu-right .btn-apply:hover{
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
#header-recr .menu-right .search .form-control:$placeholder{
	color: rgba(255,255,255,0.5);
}
#header-recr .box-menu .cta{
 padding:10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 background-color: #2f4e88;
 color:#fff;
}
#header-recr.stick .box-menu .cta{
 background-color: #ec268f;
}
#header-recr .box-menu .cta:hover{
 background-color: #ec268f;
}
.hero-banner{
	position:relative;
 clear:both;
 min-height: 45rem;
}
.hero-banner .cover{
	position:absolute;
	width:100%;
	height:100%;
 max-width: 100%;
}
.hero-banner .cover img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.hero-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 background-image: -webkit-linear-gradient(36deg,#237ab5 0,#25292d 100%);
 background-image: -moz-linear-gradient(36deg,#237ab5 0,#25292d 100%);
 background-image: -o-linear-gradient(36deg,#237ab5 0,#25292d 100%);
 background-image: linear-gradient(36deg,#237ab5 0,#25292d 100%);
 top: 0px;
 left: 0px;
 opacity: .2; filter: alpha(Opacity:20);
 z-index: 2;
}
.hero-banner .hero-text{
 color:#fff;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 z-index: 3;
 min-height: 40rem;
	text-transform:uppercase;
}
.hero-banner .hero-text .container{
 padding:0px;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}
.hero-banner .headline{
	font-size:20px;
 margin-bottom: 10px;
 font-weight: 500;
 text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.hero-banner .hero-text .title{
 line-height: 1.2;
 margin-bottom: 10px;
 font-size: 36px;
 font-weight: 600;
 letter-spacing: -1px;
 text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.hero-banner .hero-text .desc{
	font-size:16px;
 line-height: 25px;
}
.hero-banner .cta{
	font-size:18px;
 padding: 15px 25px;
 margin-top:10px;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
	cursor:pointer;
 display:inline-block;
 color:#fff;
 background-color: #2f4e88;
 text-shadow:none;
 -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;
}
.hero-banner .cta:hover{
 background-color: #ec268f;
 -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;
}
.hero-banner .btn-contact{
 display:block;
 padding:20px 0px;
 color: rgba(255, 255, 255, 0.8);
}
.hero-banner .btn-contact:hover{
	text-decoration:underline;
}
.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 .team__images{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 overflow: hidden;
 display: flex;
 flex-wrap:wrap;
}
.hero-team .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 .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;
}
