@define a {
 color: #18499B;
}
@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;
}
#component__top {
	text-align:center;
 display:block;
 position:fixed;
 color:#fff;
	font-size:20px;
	background-color: #18499B;
	opacity: 0; filter: alpha(Opacity:0);
	-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;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	-moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
 box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
	bottom: 60px;
	right: 10px;
	z-index: 300;
	width: 50px;
	height: 50px;
	transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	-webkit-transform: translate(0px, 10px);
	-moz-transition-transform: translate(0px, 10px);
}
#component__top:hover {
	$bg: #2459b1
}
#component__top {
	line-height: 50px;
}
#component__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;
}
.section.job-detail{
 padding: 40px 0px 60px;
}
.top-article{
 margin-bottom: 24px;
}
.top-article .breadcrumb a{
 color:#667085;
 line-height: 22px;
}
.top-article .breadcrumb a:hover{
 color:#18499B;
}
.job-detail .row-detail{
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-left: -15px;
 margin-right: -15px;
}
.job-detail .col-3{
 width: 25%;
 padding: 0px 15px;
}
.job-detail .col-9 {
 width: 75%;
 padding: 0px 15px;
}
.list-related h3.name{
 color:#06283D;
	font-size:16px;
	font-weight:bold;
 line-height: 24px;
 margin-bottom: 24px;
}
.list-related .item{
 padding: 12px;
 border-radius: 8px;
 margin-bottom: 24px;
 border: 1px solid #184a99;
}
.list-related .item h3.title{
 color:#184a99;
	font-size:16px;
}
.list-related .item h3.title a{
 color:#184a99;
	font-size:16px;
	font-weight:bold;
 line-height: 24px;
}
#article{
 padding: 30px;
 border-radius: 8px;
 margin-bottom: 40px;
 border: 1px solid #184a99;
}
#article .article-head{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
#article .article-head .title{
 color:#184a99;
	font-size:24px;
	font-weight:bold;
 line-height: 28px;
}
#article .article-head .btn-apply{
 color:#fff;
 font-weight: 600;
 line-height: 22px;
 border-radius: 10px;
 background-color: #18499B;
}
#article .article-info{
 margin: 24px 0px;
 padding: 24px 0px;
 border-top: 1px solid #184a99;
 border-bottom: 1px solid #184a99;
}
#article .article-info ul{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
#article .article-info ul li span{
 color:#06283D;
	font-size:16px;
 display:block;
 font-weight: 600;
 margin-bottom: 4px;
}
#article .article-info ul li b{
 color:#18499B;
	font-size:16px;
 display:block;
 font-weight: 600;
}
#article .article-info ul li b a{
 color:#18499B;
	font-size:16px;
 display:block;
 font-weight: 600;
}
#article .content-article ul{
 list-style: initial;
 padding-left: 20px;
}
#article .content-article {
 line-height: 24px;
 text-align: justify;
}
#article .content-article h2,
#article .content-article h3,
#article .content-article h4,
#article .content-article h5 {
 color:#18499B;
 margin-bottom: 20px;
 line-height: 1.3;
 font-weight: bold;
}
#article .content-article h2 {
 font-size: 22px;
}
#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 {
 color:#06283D;
	font-size:16px;
 margin-bottom: 20px;
}
.article .content-article div span,
.article .content-article p span,
.article .content-article li span,
.article .content-article span {
 color: #06283D !important;
 font-size: 16px !important;
 font-family: 'Inter', sans-serif !important;
}
.form-article #appform .wrapper{
 padding: 0px;
 border: none;
 margin: 0px;
 box-shadow: initial;
}
.form-article #appform .wrapper h1{
 color:#18499B;
	font-size:20px;
	font-weight:bold;
 line-height: 30px;
}
.form-article #appform .wrapper .form{
 padding: 30px;
 border-radius: 8px;
 border: 1px solid #184a99;
}
.form-article #appform .form .submit{
 border-radius: 10px;
 background-color: #18499B;
}
.form-article #appform .form .submit:hover{
 background-color: #06283D;
}
.breadcrumb a {
 display:inline-block;
}
.breadcrumb a:hover{
 color:#354254;
}
.container {
	width:100%;
	position:relative;
 max-width: 1200px;
 margin: 0px auto;
 padding: 0px 15px;
}
.btn-apply {
 padding: 10px 15px;
 display:inline-block;
	text-align:center;
	white-space: nowrap;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 background-color: #fff;
	position:relative;
}
.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:1px solid #e0e0e0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.select-custom select:focus {
 outline: none;
}
.table{
 display: table;
	width:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
#appform{
}
#appform .wrapper{
 background-color: #fff;
 padding:20px;
 -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);
}
#appform h1{
	font-weight:300;
	font-size:28px;
 padding-bottom:30px;
 line-height: 40px;
}
#appform .form{
}
#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:45%;
}
#appform .form .row .input.second{
	float:right;
 width:45%;
}
#appform .form .submit{
 background-color: #18499B;
 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 .submit:hover{
 background-color: #06283D;
}
#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 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;
	position:absolute;
	white-space: nowrap;
 width:100%;
 height:100%;
 z-index:101;
 opacity: 0; filter: alpha(Opacity:0);
 top: 0px;
}
#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;
}
#talent-network .cta{
 background-color: #18499B;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::before,
*::after {
 box-sizing: border-box;
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#06283D;
 -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: 'Inter', sans-serif;
}
a {
 color:#06283D;
	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:#2586b7; color:#18499B;
 -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: 80px 0px 0px;
}
.section-head {
 margin: 0px auto;
 margin-bottom: 20px;
}
.section-head .section__title {
	font-size:24px;
	font-weight:bold;
 display:inline-block;
 color:#18499B;
 line-height: 1.2;
}
.section-head .section__title span {
 color:#06283D;
}
.section-head .section__desc {
 color:#18499B;
	font-size:16px;
	font-weight:500;
 line-height: 25px;
}
.section--head .section__desc a {
 border-bottom: 1px solid #eee;
}
.section-image {
 margin-top: 50px;
}
.section-image img {
	width:100%;
}
/*---- OVERVIEW ----*/
.section-overview .row{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.section-overview .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-overview .text p{
 color:#06283D;
	font-size:14px;
	text-align:justify;
 margin-bottom: 8px;
 line-height: 20px;
}
.section-overview .image img{
 max-width: 100%;
}
/*---- END OVERVIEW ----*/
/*---- BENEFITS ----*/
.section-benefit {
}
.section-head .section-head{
	text-align:center;
}
.section-head .section__title span {
	font-weight:bold;
}
.section-benefit .row{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.section-benefit .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.section-benefit .item .icon{
	text-align:center;
 margin-bottom: 12px;
}
.section-benefit .item .icon img{
 max-width: 100%;
 border-radius: 8px;
}
.section-benefit .item .main h3{
 color:#18499B;
	font-size:24px;
	font-weight:bold;
 line-height: 28px;
 margin-bottom: 8px;
}
.section-benefit .item .main p{
 color:#06283D;
	font-size:14px;
 line-height: 20px;
}
/*---- END BENEFITS ----*/
.section-values .row{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.section-values .col-3{
 width: 25%;
 padding: 0px 15px;
}
.section-values .item .image{
	text-align:center;
 margin-bottom: 12px;
}
.section-values .item .image img{
 max-width: 100%;
 border-radius: 8px;
}
.section-values .item .content h3{
 color:#18499B;
	font-size:24px;
	font-weight:bold;
 line-height: 28px;
 margin-bottom: 8px;
}
.section-values .item .content p{
 color:#06283D;
	font-size:14px;
 line-height: 20px;
}
/*---- CUSTOMER ----*/
.section-gallery{
 padding-bottom: 60px;
}
.section-gallery .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -20px;
}
.section-gallery .column{
 -ms-flex: 33.33333%;
 flex: 33.33333%;
 max-width: 33.33333%;
 padding: 0px 20px;
}
.column img {
 margin-top: 40px;
 vertical-align: middle;
 max-width: 100%;
}
.column img:first-child{
 margin-top: 0px;
}
/*---- END CUSTOMER ----*/
/*---- JOBS ----*/
.section-jobs .section-head .section__title{
 margin-bottom: 20px;
}
.section-jobs .section-head .section__desc{
 color:#06283D;
	font-size:14px;
}
.section-jobs .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-left: -15px;
 margin-right: -15px;
}
.section-jobs .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.section-jobs .item{
 margin-bottom: 30px;
}
.section-jobs .item .image{
 margin-bottom: 12px;
}
.section-jobs .item .image img{
 max-width: 100%;
}
.section-jobs .item .text{
	text-align:center;
}
.section-jobs .item .text a{
 color:#184a99;
	font-size:16px;
	font-weight:bold;
}
.section-jobs .job-ctas{
	text-align:center;
}
.section-jobs .job-ctas .cta{
 color:#fff;
	font-size:14px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 20px;
 border-radius: 10px;
 background-color: #18499B;
}
.list-jobs{
 padding: 50px 0px;
}
.list-jobs .row{
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-left: -15px;
 margin-right: -15px;
}
.list-jobs .col-3{
 width: 30%;
 padding: 0px 15px;
}
.list-jobs .col-9 {
 width: 70%;
 padding: 0px 15px;
}
.list-jobs .item-job{
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 15px;
 border-radius: 8px;
 border: 1px solid #184a99;
 background-color: #fff;
 margin-bottom: 30px;
}
.list-jobs .item-job .job-title{
 line-height: 24px;
 margin-bottom: 10px;
}
.list-jobs .item-job .job-title a{
 color:#000;
	font-size:16px;
	font-weight:bold;
}
.list-jobs .item-job .job-title a:hover{
 color:#18499B;
}
.list-jobs .item-job .jobs-info ul{
 display: flex;
 gap: 24px;
 align-items: center;
}
.list-jobs .item-job .jobs-info ul li{
 color:#808999;
	font-size:14px;
	font-weight:normal;
}
.list-jobs .item-job .jobs-info ul li a{
 color:#808999;
}
.list-jobs .item-job .btn-apply{
 color:#fff;
	font-size:14px;
	font-weight:500;
 $conner: 10px;
 background-color: #18499B;
}
/*---- END JOBS ----*/
/*----------- SEARCH -------------*/
.search-form{
 padding: 10px;
 border-radius: 12px;
 margin-bottom: 30px;
 background-color: #fff;
 border: 1px solid #184a99;
}
.search-form .row {
 display: -webkit-flex;
 display: flex;
 text-align: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -10px;
}
.search-form .col-2{
 width: 20%;
 padding: 0px 10px;
}
.search-form .col-3{
 width: 25%;
 padding: 0px 10px;
}
.search-form .col-7 {
 width: 55%;
 padding: 0px 10px;
 border-right: 1px solid #184a99;
}
.search-form .form-group{
 position: relative;
 display: flex;
 gap: 10px;
 align-items: center;
 z-index: 3;
}
.search-form .form-group .icon{
}
.search-form .form-group .form-control{
 border: none;
	text-align:left;
	width:100%;
 padding: 10px 20px;
 padding-left: 0px;
 line-height: 25px;
}
.search-form .form-group .btn-search{
 color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:100%;
 padding: 14px 20px;
 border-radius: 10px;
 background-color: #18499B;
}
.__pag {
	text-align: right;
	padding-top: 20px;
}
.__pag label {
	display: none;
}
.pag:hover, .pag.active {
	color: #18499B;
	-webkit-box-shadow: 0px 0px 0px 1px #18499B inset;
	box-shadow: 0px 0px 0px 1px #18499B inset;
}
.ficon-angle-double-left::before {
	content: "\f100";
}
.ficon-angle-double-right::before {
	content: "\f101";
}
.pag.disabled:hover {
	box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
	color: rgba(0, 0, 0, 0.6) !important;
}
.pag {
	cursor: pointer;
	height: 36px;
	display: inline-block;
	min-height: 1em;
	outline: none;
	border: none;
	vertical-align: baseline;
	margin: 0em 0.25em 0em 0em;
	padding: 0.78571429em 1.5em 0.78571429em;
	text-transform: none;
	text-shadow: none;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 0.28571429rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent none !important;
	color: rgba(0, 0, 0, 0.6) !important;
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
	box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}
.story-video {
 position: relative;
 margin: 0px auto;
}
.story-video video {
 width: 100%;
 height: 500px;
}
#footer {
 background-color: #22386F;
}
#footer .top-footer{
 padding: 25px 0px;
}
#footer .top-footer .logo-footer{
 margin-bottom: 30px;
}
#footer .top-footer .logo-footer img{
 height: 30px;
 filter: brightness(0) invert(1);
}
#footer .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-left: -15px;
 margin-right: -15px;
}
#footer .col-7 {
 width: 60%;
 padding: 0px 15px;
}
#footer .col-5 {
 width: 40%;
 padding: 0px 15px;
}
#footer .title{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 line-height: 24px;
 margin-bottom: 8px;
}
#footer .title.upper{
	text-transform:uppercase;
}
#footer .links-footer.mrb-30{
 margin-bottom: 30px;
}
#footer .links-footer p{
 color:#fff;
	font-size:14px;
 margin-bottom: 12px;
}
#footer .links-footer p b{
	font-weight:bold;
}
#footer .links-footer p a{
 color:#fff;
}
#footer .links-footer .social{
 display: flex;
 gap: 20px;
 align-items: center;
}
#footer .links-footer .social a img{
 height: 24px;
}
#footer .bottom-footer{
 color:#fff;
	font-size:14px;
 padding: 10px 0px;
 padding-bottom: 24px;
}
#footer .bottom-footer a{
 color:#fff;
}
#header-recr {
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 11;
 padding: 10px 0px;
 -webkit-transition: all .4s 0s;
 -moz-transition: all .4s 0s;
 transition: all .4s 0s;
}
.overlay-common {
 position:fixed;
	width:100%;
	height:100%;
 z-index: 10;
 background: rgba(0,0,0,0);
 top: 0px;
 display: none;
 left: 0px;
}
#header-recr.showfixed .navigation {
 -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;
 right: 0px;
}
#header-recr .row{
 display: -ms-flexbox;
 display: flex;
 gap: 20px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}
#header-recr .logo {
 padding: 0px 0px;
}
#header-recr .logo img {
 height: 25px;
 filter: brightness(0) invert(1);
}
#header-recr .logo .name {
	position:relative;
 display:inline-block;
 color:#06283D;
	font-size:18px;
 padding: 5px 15px;
}
#header-recr .box-menu {
}
#header-recr .box-menu .links {
 display:inline-block;
 vertical-align: middle;
}
#header-recr .box-menu .links a {
 display:inline-block;
 color:#fff;
	font-weight:bold;
 padding: 15px 20px;
}
#header-recr .box-menu .links a:hover,
#header-recr .box-menu .links a.active {
 color:#18499B;
}
#header-recr .language{
 display: flex;
 gap: 20px;
 align-items: center;
}
#header-recr .language a{
 color:#fff;
	font-weight:bold;
 display: flex;
 gap: 10px;
 align-items: center;
 padding: 5px 12px;
}
#header-recr .language a:hover,
#header-recr .language a.active{
 color:#06283D;
 background-color: #fff;
 border-radius: 25px;
}
#header-recr.stick {
 position:fixed;
 padding: 10px 0px;
 background: rgba(24,74,153,0.7);
}
#header-recr.pages {
 position: sticky;
 background-color: #fff;
 box-shadow: 0px 2px 4px 0px rgba(1, 18, 34, 0.05);
}
#header-recr.pages .logo img{
 filter: initial;
}
#header-recr.pages .box-menu .links a{
 color:#33415C;
	font-size:14px;
}
#header-recr.pages .box-menu .links a:hover,
#header-recr.pages .box-menu .links a.active{
 color:#18499B;
}
#header-recr.pages .language a{
 color:#06283D;
}
#header-recr.pages .language a:hover,
#header-recr.pages .language a.active{
 background-color: #F8F5FF;
}
#header-recr.pages.stick {
 background: rgba(24,74,153,0.7);
}
#header-recr.pages.stick .logo img{
 filter: brightness(0) invert(1);
}
#header-recr.pages.stick .box-menu .links a{
 color:#fff;
}
#header-recr.pages.stick .language a{
 color:#fff;
}
#header-recr.pages.stick .language a.active,
#header-recr.pages.stick .language a:hover{
 color:#06283D;
}
.section-banner {
	position:relative;
 clear:both;
}
.section-banner .banner-cover {
	position:relative;
	text-align:center;
}
.section-banner .banner-cover img{
 width: 100%;
}
.section-banner .banner-video {
 position: relative;
 padding-bottom: 50%;
}
.section-banner .banner-video iframe {
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px;
 right: 0px;
 width: 100%;
 height: 100%;
}
.section-banner .bg {
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 opacity: 0.3;
 background-color: #000;
}
.section-banner .banner__text {
 color:#fff;
	position:absolute;
 z-index: 3;
 top: 55%;
 left: 50%;
 width: 100%;
 z-index: 9;
	text-align:center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.section-banner .banner__text .content {
 margin-bottom: 40px;
}
.section-banner .banner__text .content h2 {
 color: #fff;
 font-size: 48px;
 font-weight: 500;
 margin-bottom: 5px;
}
.section-banner .banner__text .content p {
 color:#fff;
	font-size:16px;
 line-height: 24px;
 margin-top: 12px;
}
.section-banner .banner-btn-search {
 max-width: 350px;
 margin: 0px auto;
 border-radius: 10px;
 box-shadow: 0px 2px 8px 0px #fff;
}
.section-banner .banner-btn-search .cta{
 color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:100%;
 padding: 14px 20px;
 border-radius: 10px;
 margin: 0px;
	text-transform:uppercase;
 background-color: #18499B;
}
.section-banner .full-video {
 position: absolute;
 bottom: 50px;
 z-index: 9;
	width:100%;
	text-align:center;
}
.section-banner .full-video a {
 color:#fff;
	font-size:20px;
 display: flex;
 gap: 15px;
 align-items: center;
 justify-content: center;
 text-transform: capitalize;
}
.section-banner .cta {
 padding: 15px 40px;
 margin-top: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	cursor:pointer;
 display:inline-block;
 color:#18499B;
 font-weight: 600;
 background-color: #97bfea;
 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;
}
.section-banner .cta:hover {
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
 transform: scale(1.01);
 -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;
}
.section-banner .btn-contact {
 display:block;
 padding: 20px 0px;
 color: rgba(255, 255, 255, 0.8);
}
.section-banner .btn-contact:hover {
	text-decoration:underline;
}
.section-banner .list-menu {
	position:absolute;
	width:100%;
	text-align:center;
 bottom: 40px;
	display:none;
}
.section-banner .list-menu.stick {
 position:fixed;
 top: 0px;
 left: 0px;
 bottom: auto;
 background: rgba(33,103,178,0.7);
 z-index: 10;
 padding: 10px 0px;
 display:block;
}
.section-banner .list-menu a {
 padding: 10px 30px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 color:#fff;
 display:inline-block;
 margin: 0px 5px;
}
.section-banner .list-menu a.active,
.section-banner .list-menu a:hover {
 background: rgba(255,255,255,0.1);
 color:#fff;
}
*,
*:after,
*:before {
	box-sizing: border-box;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#18499B;
	margin-bottom: 15px;
}
#sidebar .list-category {
	margin-bottom: 30px;
}
#sidebar .list-category .list {
}
#sidebar .list-category .list.scrollable {
}
#sidebar .list-category .list.scrollable:hover {
}
#sidebar .list-category .check-action {
	color:#1A2948;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.check-action input {
	opacity: 0; filter: alpha(Opacity:0);
	position:absolute;
 display:block;
	width:100%;
	z-index: 2;
	height: 100%;
	cursor: pointer;
}
.check-action {
 display:block;
	position:relative;
 color:#06283D;
}
.check-action:hover {
	color:#06283D;
}
.check-action:hover .icon {
	color:#06283D;
}
.check-action .icon {
	font-family: 'FontAwesome' !important;
	margin-right: 10px;
}
.check-action .icon:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 3px;
	text-align: center;
	line-height: 20px;
	border: 2px solid #18499B;
	background-color: #fff;
}
.check-action input:checked+.icon:before {
	background-color: #18499B;
}
.baseui.button {
	font-size:16px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
	padding: 10px;
	-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
	-webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
	-webkit-transition-property: background-color; -moz-transition-property: background-color;
 -o-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
	color:#fff;
	background-color: #18499B;
	border: 1px solid #18499B;
}
.baseui.button.main:hover{
	background-color: #06283D;
	border-color: #06283D;
}
.baseui.button.disabled {
	opacity: .3; filter: alpha(Opacity:30);
	-webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
	cursor: default;
	pointer-events: none !important;
}
.baseui.input {
	position:relative;
	font-weight:normal;
	font-style: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 15px;
}
.baseui.input>input {
	text-align:left;
	max-width: 100%;
	margin: 0em;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	color:#FFFFFF;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	outline: none;
	padding: 0.67857143em 1em;
	color: rgba(0, 0, 0, 0.87);
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #D3C4FC;
}
.baseui.input {
	width:100%;
}
.baseui.icon.input>i.icon {
	cursor: default;
	position:absolute;
	text-align:center;
	opacity: 0.5; filter: alpha(Opacity:50);
	line-height: 1;
	top: 0px;
	right: 0px;
	margin: 0em;
	height: 100%;
	width: 2.67142857em;
}
.baseui.icon.input>i.icon:before,
.baseui.icon.input>i.icon:after {
	position:absolute;
	text-align:center;
	width:100%;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}
#locations::-webkit-scrollbar,
#departments::-webkit-scrollbar {
	width: .5em;
}
#locations::-webkit-scrollbar-track,
#departments::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .05);
}
#locations::-webkit-scrollbar-thumb,
#departments::-webkit-scrollbar-thumb {
	background-color: #18499B;
	outline: 1px solid #18499B;
}
.send-your-cv{
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #D3C4FC;
}
.send-your-cv .desc{
	color:#000;
	line-height: 22px;
	margin-bottom: 15px;
}
.send-your-cv .ctas a{
	color:#fff;
	text-align:center;
	font-weight:500;
 display:block;
	padding: 10px 20px;
	border-radius: 10px;
	line-height: 22px;
	background-color: #18499B;
}
.send-your-cv .ctas a img{
	margin-right: 5px;
}
.send-your-cv .ctas a:hover{
	background-color: #06283D;
}
@media(max-width: 768px){
 .benefit__list, .section-benefit .benefit__image{
	width:100%;
 display:block;
 padding: 0px;
 }
 .detail-head .detail__button{
	width:100%;
 }
 .job-detail .detail-head .detail__desc{
 width: 100% !important;
 }
}
@media(max-width: 767px){
 .section-overview .overview__item{
	width:100%;
 margin-bottom: 20px;
 }
}
@media(max-width: 600px){
 #menu .sidebar-main{
 padding-left: 0px;
 }
 #alljobs .row .jobs-list{
 flex: 100%;
 }
 .jobs-list .jobs__item{
 padding: 20px 0px;
 }
 .benefit__list .benefit__item--image{
 display:inline-block;
 width: 45px;
 }
 .jobs-list .jobs__item .list__item--title{
 padding-bottom: 10px;
 }
 #footer .links-footer{
 float: none;
	width:100%;
 margin-right: 0px;
 margin-bottom: 20px;
 }
 #footer .links__title{
 margin-bottom: 10px;
 }
}
@media(max-width: 480px){
 .saycustomer-content{
 padding: 0px;
 }
 .jobs-list .jobs__item .list__item--title a{
	font-size:17px;
 }
 .detail-head .title{
	font-size:28px;
 }
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
 background: 0 0;
 opacity: 1;
 cursor: pointer;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 40px;
	line-height: 1;
	opacity: .5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -25px;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: -25px;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "\e6ba"
}
[dir=rtl] .slick-next:before {
	content: "\e6ba"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 9;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
 outline: 0;
 background: #fff;
 border-radius: 50%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button{
 background-color: #18499B;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
