@charset "UTF-8";
@font-face {
 font-family: "SFU Futura";
 src: url("https://staticx-talent.basecdn.net/image/fonts/futura/sfu-futura-regular.ttf");
 font-weight: normal;
 font-style: normal
}
@font-face {
 font-family: "SFU Futura";
 src: url("https://staticx-talent.basecdn.net/image/fonts/futura/sfu-futura-heavy.ttf");
 font-weight: 500;
 font-style: normal
}
@font-face {
 font-family: "SFU Futura";
 src: url("https://staticx-talent.basecdn.net/image/fonts/futura/sfu-futura-bold.ttf");
 font-weight: bold;
 font-style: normal
}
@define a {
 font-weight: normal;
 color: #0071B9;
}
@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;
}
.section-details {
 padding: 30px 0px;
 background-color: #F0F0F0;
 border-radius: 40px;
}
.section-details .head-article{
 color: #fff;
 padding: 50px;
 border-radius: 24px;
 background-color: #0071B9;
 margin-bottom: 30px;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-details .head-article .head-info{
	font-size:14px;
 display: flex;
 align-items: center;
 margin-bottom: 25px;
}
.section-details .head-article .head-info > div{
 width: calc(100%/3);
}
.section-details .head-article .head-info h1{
	font-size:18px;
	font-weight:bold;
 margin-bottom: 5px;
}
.section-details .head-article .head-info .post-type{
	text-align:center;
	text-transform:uppercase;
}
.section-details .head-article .head-info .post-type.t-right{
	text-align:right;
}
.section-details .head-article .head-info a{
 color:#fff;
}
.section-details .head-article .desc{
 color:#fff;
	font-size:15px;
 margin-bottom: 10px;
}
.section-details .head-article .desc a{
 color:#fff;
	font-size:15px;
}
.article .content-article {
 margin: 0px 0px;
 line-height: 24px;
 padding: 30px 60px;
 background-color: #fff;
 border-radius: 24px;
 margin-bottom: 30px;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.article .content-article p img {
 max-width: 100%;
}
.article .content-article p,
.article .content-article div {
 margin-bottom: 15px;
 line-height: 28px;
	text-align:justify;
}
.article .content-article ul {
 list-style-type: disc;
	font-weight:normal;
 margin-left: 20px;
}
.article .content-article li {
 padding-bottom: 10px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h4 {
 margin-bottom: 40px;
	font-size:24px;
	font-weight:normal;
 line-height: 1.2;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.breadcrumb{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 20px;
}
.breadcrumb a {
 display: flex;
 align-items: center;
 color:#fff;
	font-size:17px;
	text-transform:uppercase;
 line-height: 24px;
 letter-spacing: 0.9px;
 padding: 10px 13px;
 border-radius: 15px;
 background-color: #00BFDD;
}
.breadcrumb a img{
 width: 24px;
 height: 24px;
 margin-right: 8px;
}
.container {
	width:100%;
	position:relative;
 max-width: 1280px;
 margin: 0px auto;
 padding: 0px 15px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#5d504d;
	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:#0071B9;
 border-color: #0071B9;
}
#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;
 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;
}
#appform .wrapper{
 color: #fff;
 padding: 30px 60px;
 border-radius: 24px;
 background-color: #0071B9;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#appform h1{
	font-weight:300;
	font-size:36px;
 padding-bottom:30px;
}
#appform .form .row{
 padding-bottom:25px;
}
.section-details #appform .form .row .ext{
 color:#fff;
	font-weight:300;
	font-size:14px;
 padding-top:10px;
}
.section-details #appform .form .row .label{
 color:#fff;
	font-weight:bold;
 padding-bottom:8px;
}
.section-details #appform .form .row .label .red{
 color: #fff !important;
}
#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{
 color:#fff;
 padding:11px 13px;
 border:1px solid #ccc;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 box-shadow: initial;
}
#appform .form .row .input.first{
	float:left;
 width:45%;
}
#appform .form .row .input.second{
	float:right;
 width:45%;
}
#appform .form .submit{
 background-color: #00BFDD;
 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: #0071B9;
}
#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: #00BFDD;
}
#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:#fff;
 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);
}
#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;
}
.section-details #appform .form .row .input input::placeholder{
 color:#fff;
}
.section-details #appform .form .row .select select{
 color:#fff;
}
.section-details #appform .form .row .select select option{
 color:#333;
}
* {
 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;
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#4e4342;
 -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: "SFU Futura", arial;
}
a {
 color:#4e4342;
	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:#0071B9;
 -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-jobs{
 padding: 40px 0px;
 position: relative;
}
.section-jobs .jobs-wrapper{
 padding: 60px;
 border-radius: 45px;
 background: #F0F0F0;
}
.section-jobs .block-title{
	text-align:center;
 margin-bottom: 45px;
}
.section-jobs .block-title h2{
 color:#0071B9;
	font-weight:bold;
 font-size: 40px;
	text-transform:uppercase;
}
.section-jobs .block-title h2 .br-mobile{
	display:none;
}
.section-jobs .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-jobs .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-jobs .item{
 color:#fff;
	text-align:center;
 padding: 30px 40px;
 border-radius: 20px;
 background-color: #0071B9;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
}
.section-jobs .item h3{
 font-size: 40px;
 font-weight: bold;
 margin-bottom: 30px;
	text-transform:uppercase;
}
.section-jobs .item .desc{
	font-size:20px;
	font-weight:normal;
}
.section-jobs .item .ctas{
	text-align:center;
 margin-top: 20px;
}
.section-jobs .item .ctas .btn{
 color:#00BFDD;
	font-size:22px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 30px;
 border-radius: 24px;
 background-color: #fff;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-jobs .item.item-office {
 background-color: #00BFDD;
}
.section-jobs .item .ctas .btn:hover{
 color:#fff;
 background-color: #007CFF;
}
.section-life{
 position: relative;
}
.section-life .life-wrapper {
 padding: 60px;
 border-radius: 45px;
 background: #F0F0F0;
}
.section-life .block-title {
	text-align:center;
 margin-bottom: 45px;
}
.section-life .block-title h2 {
 color:#0071B9;
	font-weight:bold;
 font-size: 40px;
}
.section-life .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-life .col-4{
 width: 38%;
 padding: 0px 15px;
}
.section-life .col-8{
 width: 62%;
 padding: 0px 15px;
}
.section-life .image{
 position: relative;
 margin-bottom: 30px;
}
.section-life .image img{
 max-width: 100%;
 border-radius: 20px;
}
.section-life .image .text{
 position: absolute;
 left: 35px;
 top: 25px;
 color:#FFFEFE;
	font-size:36px;
	font-weight:bold;
}
.section-alljobs{
 position: relative;
 padding: 40px 0px;
 border-radius: 40px;
 background-color: #F0F0F0;
}
.section-alljobs .block-title{
	text-align:center;
 margin-bottom: 30px;
}
.section-alljobs .block-title h2{
 display:inline-block;
 color:#fff;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
 padding: 5px 10px;
 border-radius: 10px;
 background-color: #007CFF;
}
.section-alljobs .list-jobs .item{
 display: flex;
 gap: 30px;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 20px;
 border-radius: 24px;
 padding: 20px 24px;
 background-color: #fff;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-alljobs .list-jobs .item .jobs-title{
 width: 33.33333%;
}
.section-alljobs .list-jobs .item .jobs-title h4{
 margin-bottom: 5px;
}
.section-alljobs .list-jobs .item .jobs-title h4 a{
 color:#0071B9;
	font-size:18px;
	font-weight:bold;
}
.section-alljobs .list-jobs .item .jobs-title .job-type{
 color:#808080;
	font-size:16px;
}
.section-alljobs .list-jobs .item .jobs-dept{
 color:#989898;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
 width: 33.33333%;
 text-align: center;
}
.section-alljobs .list-jobs .item .jobs-offices {
	text-align:right;
	text-transform:uppercase;
 width: 33.33333%;
}
.section-alljobs .list-jobs .item .jobs-offices img{
 width: 12px;
 height: 12px;
 margin-right: 5px;
}
.section-alljobs .list-jobs .item .jobs-offices a{
 color:#989898;
	font-size:14px;
	font-weight:bold;
}
.section-alljobs .list-jobs .item:nth-child(2n){
 background-color: #0071B9;
}
.section-alljobs .list-jobs .item:nth-child(2n) .jobs-title h4 a,
.section-alljobs .list-jobs .item:nth-child(2n) .job-type,
.section-alljobs .list-jobs .item:nth-child(2n) .jobs-dept,
.section-alljobs .list-jobs .item:nth-child(2n) .jobs-offices a{
 color:#fff;
}
.section-alljobs .list-jobs .item:hover {
 background-color: #0071B9;
}
.section-alljobs .list-jobs .item:hover .jobs-title h4 a,
.section-alljobs .list-jobs .item:hover .job-type,
.section-alljobs .list-jobs .item:hover .jobs-dept,
.section-alljobs .list-jobs .item:hover .jobs-offices a {
 color:#fff;
}
.search-jobs-main{
 position: relative;
 padding: 25px 0px;
}
.search-jobs-main .search-wrap{
 max-width: 80%;
 margin: 0px auto;
 padding: 5px 10px;
 border-radius: 10px;
 background: #FFF;
 box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.search-jobs-main .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.search-jobs-main .col-2{
 width: 20%;
 padding: 0px 15px;
}
.search-jobs-main .col-4 {
 width: 30%;
 padding: 0px 15px;
 border-right: 1px solid #544F4F;
}
.search-jobs-main .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.search-wrap .form-group{
	width:100%;
 position: relative;
}
.search-wrap .form-group .title{
 display:block;
 color:#0071B9;
	font-size:14px;
}
.search-wrap .form-group .form-control{
 color:#0071B9;
	font-size:16px;
 width: 100%;
 height: 40px;
 padding: 0px;
 opacity: .7;
}
.search-wrap .form-group .btn-search{
 color:#fff;
	font-size:20px;
 width: 100%;
 height: 47px;
 padding: 10px 20px;
 border: none;
 background-color: #007CFF;
 border-radius: 10px;
}
.search-wrap .form-group .btn-search svg{
 width: 23px;
 height: 23px;
}
.item-load{
	text-align:center;
}
.item-load span{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 12px 24px;
 border-radius: 24px;
 cursor: pointer;
 background-color: #00BFDD;
	text-transform:uppercase;
}
#footer {
 padding: 118px 0px 30px;
 background-color: #F0F0F0;
}
#footer .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#footer .col-2{
 width: 17%;
 padding: 0px 15px;
}
#footer .col-10 {
 width: 83%;
 padding: 0px 15px;
}
#footer .col-4 {
 width: 34%;
 padding: 0px 15px;
}
#footer .footer-logo{
 position: relative;
}
#footer .footer-logo img{
 height: 35px;
}
#footer .footer-contact{
 display: flex;
 justify-content: space-between;
}
#footer .item{
 display: flex;
 gap: 8px;
}
#footer .item .icon{ 
 display:block;
 flex-basis: 10px;
}
#footer .item .icon svg{ 
 margin-top: 6px;
 width: 10px;
}
#footer .item .text{
 color:#000;
	font-size:14px;
 display:block;
 line-height: 22px;
}
#footer .item .text .br-mobile{
	display:none;
}
#footer .item .text a{
 color:#000;
	font-size:14px;
}
.footer-bottom {
 text-align: center;
 margin-top: 35px;
}
.footer-bottom .social{
 display: flex;
 align-items: center;
 gap: 15px;
 justify-content: center;
 margin-bottom: 12px;
}
.footer-bottom .social img{
 width: 16px;
 height: 16px;
}
.footer-bottom .note{
 color:#000;
	font-size:13px;
	font-weight:bold;
}
.footer-bottom .note p{
 margin-bottom: 10px;
}
.wrap-newsletter {
 position: relative;
 margin-bottom: -90px;
 margin-top: 30px;
}
.newsletter{
 padding: 20px 70px;
 border-radius: 20px;
 background-color: #007CFF;
}
.newsletter .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
}
.newsletter .col-6{
 width: 50%;
 padding: 0px 15px;
}
.newsletter .text{
 color:#fff;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
 line-height: 36px;
}
.newsletter .form-wrap{
 display: flex;
 align-items: center;
 gap: 20px;
 justify-content: flex-end;
 position: relative;
}
.newsletter .form-wrap .icon{
 position: absolute;
 left: 16px;
 top: 15px;
}
.newsletter .form-wrap .form-control{
 width: calc(100% - 70px);
 color: rgba(0, 0, 0, 0.40);
 height: 50px;
 font-size: 16px;
 padding: 12px 16px;
 padding-left: 52px;
 border-radius: 62px;
 background-color: #fff;
}
.newsletter .cta-join{
 flex-basis: 50px;
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background-color: #fff;
}
.newsletter .cta-join img{
 max-width: 100%;
}
.newsletter .btn a:hover{
 color:#fff;
 background-color: #0071B9;
}
#popup-join {
 position: fixed;
 top: 0px;
 left: 50%;
 z-index: 999;
 width: 100%;
 height: 100%;
 opacity: 0;
 visibility: hidden;
 -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;
 transform: translateX(-50%) translateY(0%);
 -webkit-transform: translateX(-50%) translateY(0%);
}
#popup-join.active {
 opacity: 1;
 visibility: visible;
}
#popup-join .overlay-common {
 display: none;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.6);
}
#popup-join.active .overlay-common {
 display: block;
}
.popup-content {
 position: relative;
 max-width: 720px;
 margin: 25px auto;
 z-index: 99;
}
.popup-content .close {
 position: absolute;
 right: -15px;
 top: -15px;
 z-index: 9;
 font-size: 20px;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 border: 1px solid #ccc;
 border-radius: 50%;
 cursor: pointer;
 background-color: #fff;
}
.popup-content #talent-network-canvas {
 overflow: initial;
}
.popup-content #talent-network {
 margin: 0px;
 max-width: 100%;
 max-height: 850px;
 overflow: overlay;
}
body.overflow {
 overflow: hidden;
}
#talent-network #appform .form .upload .text .more{
 color:#999; }
.footer-bottom .note p .br-mobile {
	display:none;
}
.top-bar {
 height: 38px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 background-color: #007CFF;
}
.top-bar .text {
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 line-height: 22px;
}
.top-bar .close {
 position: absolute;
 right: 15px;
 top: 0px;
 width: 14px;
 height: 14px;
 border: none;
 cursor: pointer;
 background-color: transparent;
}
.top-bar .close img{
 width: 14px;
 height: 14px;
}
#header-recr {
	width:100%;
 z-index: 11;
 background-color: #fff;
 padding: 15px 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;
}
#header-recr .container{
 padding: 0px 10px;
}
#header-recr .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
 align-items: center;
}
#header-recr .col-1{
 width: 7%;
 padding: 0px 10px;
}
#header-recr .col-2{
 width: 15%;
 padding: 0px 10px;
}
#header-recr .col-3 {
 width: 30%;
 padding: 0px 10px;
}
#header-recr .col-5 {
 width: 48%;
 padding: 0px 10px;
}
#header-recr .box-icon{
 text-align: right;
}
#header-recr .box-icon img{
 max-width: 100%;
}
#overlay-common {
 position:fixed;
	width:100%;
 height: 100%;
 top: 0px;
 left: 0px;
 z-index: 999;
 background: rgba(0,0,0,0.3);
	display:none;
 opacity: 1; filter: alpha(Opacity:100);
}
#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 .logo {
 position: relative;
 text-align: center;
}
#header-recr .logo img {
 max-width: 100%;
 max-height: 56px;
}
#header-recr .box-menu .links{
 display: flex;
 align-items: center;
 gap: 24px;
 justify-content: center;
}
#header-recr .box-menu .links a {
 color:#000;
	font-size:16px;
	font-weight:500;
}
#header-recr .box-menu .links a:hover,
#header-recr .box-menu .links a.active {
 color:#0071B9;
}
#header-recr.active .box-menu .links a {
 color:#555; }
#header-recr.active .box-menu .links a:hover, #header-recr.active .box-menu .links a.active {
 border-bottom-color: #0071B9;
}
.box-search .form-group{
 width: 100%;
 position: relative;
}
.box-search .form-group .form-control{
 color: rgba(0, 0, 0, 0.40);
	width:100%;
	font-size:16px;
 line-height: 24px;
 padding: 12px 16px;
 padding-left: 50px;
 border-radius: 62px;
 background: #F0F0F0;
}
.box-search .form-group .btn-search{
 position: absolute;
 left: 16px;
 top: 12px;
}
.menu-nav {
 color: #0071B9;
	display:none;
	font-size:18px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 5px 10px;
 top: 10px;
 right: 20px;
 border: 1px solid #0071B9;
}
.section-banner{
 position: relative;
 padding: 35px 0px;
 background-color: #F0F0F0;
}
.section-banner .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
}
.section-banner .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-banner .main .title{
 color:#000;
	font-weight:bold;
 font-size: 64px;
	text-transform:uppercase;
}
.section-banner .main .ctas{
 margin-top: 25px;
}
.section-banner .main .ctas .btn{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display:inline-block;
 padding: 16px 54px;
 border-radius: 62px;
 background-color: #000;
	text-transform:uppercase;
}
.section-banner .main .ctas .btn:hover{
 background-color: #0071B9;
}
.section-banner .banner-counter{
 display: flex;
 align-items: center;
 gap: 64px;
 margin-top: 70px;
}
.section-banner .banner-counter .counter-number{
 color:#000;
	font-weight:bold;
 font-size: 40px;
 margin-bottom: 5px;
}
.section-banner .banner-counter .counter-title{
 color: rgba(0, 0, 0, 0.60);
 font-size: 16px;
}
.section-banner .image{
 position: relative;
}
.section-banner .image img{
 max-width: 100%;
}
.sec- {
 margin: 0 !important;
 padding: 60px 0;
}
.section-category {
 margin: 30px 0px;
}
.news-nav {
 text-align: center;
}
.news-nav ul {
 display:inline-block;
}
.news-nav ul li {
 display:inline-block;
 line-height: 30px;
}
.news-nav ul li.active a {
 border-bottom: 2px solid #0058A0;
}
.news-nav ul li:last-child .sub-line {
	display:none;
}
.news-nav ul li span {
 display:inline-block;
 line-height: 30px;
}
.news-nav a {
 color:#0071B9;
	font-size:18px;
 line-height: 30px;
 display:inline-block;
 padding: 0px 10px;
	text-transform:uppercase;
 border-bottom: 2px solid transparent;
}
.news-nav a:hover {
 border-bottom: 2px solid #0058A0;
}
.news-nav .search {
 display: inline-block;
 vertical-align: top;
 position: relative;
}
.news-nav .search .input-search {
 padding: 6px 10px 6px 25px;
 border-bottom: 1px solid #555;
}
.news-nav .search .btn-search {
 position: absolute;
 left: 0px;
 top: 0px;
 color: #555;
 padding: 6px 4px;
 cursor: pointer;
 border: none;
 background-color: transparent;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color: #fff;
	font-size:25px;
	font-weight:normal;
 display:inline-block;
 background-color: #0071B9;
 padding: 10px 30px;
	text-transform:uppercase;
}
.section-new .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.section-new .new-item {
	position:relative;
 margin-bottom: 30px;
}
.section-new .new-item:hover .new-item_info h3 a {}
.new-item_img {
 height: 200px;
 overflow: hidden;
}
.new-item_img img {
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 -webkit-transition-property: transform; -moz-transition-property: transform;
 -o-transition-property: transform; transition-property: transform; -webkit-transition-duration: .5s; -moz-transition-duration: .5s;
 -o-transition-duration: .5s; transition-duration: .5s;
}
.section-new .new-item:hover .new-item_img img {
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.new-item_cate {
	position:absolute;
 top: 0px;
 left: 0px;
 padding: 15px;
 z-index: 9;
}
.new-item_cate h2 {
 font-weight: 500;
	font-size:16px;
}
.new-item_cate h2 a {
 color:#0071B9;
	font-weight:500;
	font-size:16px;
 line-height: 20px;
	text-transform:uppercase;
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.new-item_cate h2 a:hover {
 color:#00BFDD;
}
.new-item_info {
	position:absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding: 15px;
 z-index: 9;
 background-size: cover !important;
}
.new-item_info h3 {
	position:relative;
 z-index: 99;
}
.new-item_info h3 a {
 color:#fff;
	font-size:20px;
	font-weight:500;
 line-height: 25px;
	text-transform:uppercase;
}
#list-news .container {
 max-width: 800px;
}
.list-news {
 margin-bottom: 60px;
}
.list-news .image {
 height: 450px;
 overflow: hidden;
 margin-bottom: 25px;
}
.list-news .image img {
 width: 100%;
 object-fit: cover;
}
.list-news .content {
 padding: 0px 50px;
}
.list-news .content .date {
 margin-bottom: 10px;
}
.list-news .content h3 {
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.list-news .content h3 a {
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
}
.list-news .content p {
 color:#000;
	font-weight:normal;
	font-size:16px;
 line-height: 20px;
}
#news-detail .container {
 max-width: 800px;
 margin-top: 40px;
}
#recent-posts .container {
 max-width: 800px;
}
#post-content h1 {
 font-size: 25px;
 color: #000;
 line-height: 1.3;
 margin-bottom: 20px;
}
#post-content h2 {
 color: #000;
 font-size: 22px;
 line-height: 1.333;
 margin-bottom: 15px;
}
#post-content h3 {
 color: #000;
 line-height: 1.333;
 margin-bottom: 15px;
 font-size: 20px
}
#post-content h4 {
 color: #000;
 line-height: 1.333;
 margin-bottom: 15px;
 font-size: 18px;
}
#post-content p {
 color: #404040;
	font-weight:normal;
 font-size: 15px;
 line-height: 20px;
}
#post-content ul,
#post-content li {
 font-size: 17px
}
#post-content blockquote {
 display: block;
 -webkit-margin-before: 1em;
 -webkit-margin-after: 1em;
 -webkit-margin-start: 40px;
 -webkit-margin-end: 40px;
}
#post-content blockquote {
 padding: 10px 20px;
 margin: 0 0 20px;
 font-size: 17px;
 border-left: 5px solid #eee;
}
#post-content u {
 text-decoration: underline;
}
#post-content img {
 max-width: 100%;
}
#post-content a {
 color:#0071B9;
}
#post-content a:hover,
#post-content a:active,
#post-content a:focus {
 color:#00BFDD;
	text-decoration:underline;
}
#post-content .title .sub.title {
 font-size: 14px;
 font-weight: 400;
 color: #bbb;
}
#news ul.breadcrumb {
 list-style: none;
 text-align: left;
 border-left: 4px solid #fdb816;
 padding: 0;
 padding-left: 10px;
 margin-bottom: 20px;
}
#news ul.breadcrumb li {
 display: inline;
 font-size: 18px;
}
#news ul.breadcrumb li+li:before {
 padding: 8px;
 color: black;
 content: "/\00a0";
}
#news ul.breadcrumb li a {
 color: #0275d8;
 text-decoration: none;
 border-bottom: unset;
}
ul.breadcrumb li a:hover {
 border-bottom: unset;
}
.sub.title {
 font-size: 15px;
 color: #000;
 margin-bottom: 20px;
}
.content-article {
 margin-bottom: 40px;
}
.share-post {
 padding: 10px 0px;
 margin: 10px 0px;
 line-height: 25px;
 border-top: 1px solid #e9ebee;
 border-bottom: 1px solid #e9ebee;
}
.share-post .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.share-post .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.share-post .social img {
 height: 25px;
}
.share-post .post-cate {
	text-align:right;
}
#post-content .share-post .post-cate a {
 color:#000;
	font-weight:normal;
	font-size:18px;
 display:inline-block;
 line-height: 25px;
	text-transform:uppercase;
}
#recent-posts .head-sec {
	text-align:left;
 line-height: 30px;
 margin-bottom: 20px;
}
#recent-posts .title-main {
 color:#0071B9;
	font-size:20px;
 line-height: 30px;
 font-weight: 600;
 display:inline-block;
	text-transform:uppercase;
}
#recent-posts .swiper-container {
 margin: 0px -10px;
}
#recent-posts .slick-slide {
 padding: 0px 10px;
}
.baseui.post.vertical .cover {
 margin-bottom: 15px;
}
.baseui.post.vertical img {
 max-width: 100%;
 width: 100%;
}
.baseui.post.vertical .name a {
	font-size:17px;
 color:#000;
 font-weight: 500;
 line-height: 22px;
	text-transform:uppercase;
}
.head-sec .viewall {
	float:right;
 color:#0071B9;
 font-size: 17px;
 line-height: 30px;
}
.head-sec .viewall:hover {
 color:#1dc0dd;
}
#recent-posts .baseui.post.vertical .cover {
 overflow: hidden;
 height: 170px;
}
#recent-posts .baseui.post.vertical .cover img {
 -webkit-transition-property: transform; -moz-transition-property: transform;
 -o-transition-property: transform; transition-property: transform; -webkit-transition-duration: .5s; -moz-transition-duration: .5s;
 -o-transition-duration: .5s; transition-duration: .5s;
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
#recent-posts .baseui.post.vertical:hover .cover img {
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
#recent-posts .baseui.post.vertical:hover .name a {
 color:#1dc0dd;
}
.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: #fff;
	-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
}
.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: #0071B9;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
#menu .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#333;
 margin-bottom: 15px;
}
#menu .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
#menu .list-category .check-action a {
 display: block;
 color:#888;
	position:relative;
 padding-left: 20px;
 line-height: 24px;
}
#menu .list-category .check-action a::before {
 font-family: 'FontAwesome' !important;
 content: '\f096';
 position: absolute;
 top: 0px;
 left: 0px;
 color: #888;
 height: 16px;
 width: 16px;
 font-size: 16px;
 border-radius: 3px;
}
#menu .list-category .check-action:hover a {
 color: #0071B9;
}
#menu .list-category .check-action.active a {
 color: #0071B9;
}
#menu .list-category .check-action.active a::before {
 font-family: 'FontAwesome' !important;
 content: '\f046';
 color: #0071B9;
}
#menu .list-category {
 margin-bottom: 20px;
}
.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:#4e4342;
}
.check-action:hover {
 color:#0071B9;
}
.check-action:hover .icon {
 color:#0071B9;
}
.check-action .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
.check-action .icon:before {
 content: "\f096";
}
.check-action input:checked+.icon:before {
 content: "\f046";
 color:#0071B9;
}
.baseui.button {
	font-size:16px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -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;
 margin-top: 15px;
 margin-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #0071B9;
 border: 1px solid #0071B9;
}
.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;
	width:100%;
 font-style: normal;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: rgba(0, 0, 0, 0.87);
 margin-top: 10px;
 margin-bottom: 10px;
}
.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: 6px 1em;
 color: rgba(0, 0, 0, 0.87);
 box-shadow: none;
 border: 1px solid #dedede;
}
.baseui.input.fluid {
	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;
}
#menu .list-category .list{
 padding-right: 8px;
}
#menu .list-category .list.scrollable {
 overflow-y: scroll;
 max-height: 300px;
 transition: all .2s ease;
}
#locations::-webkit-scrollbar,
#departments::-webkit-scrollbar {
 width: 8px;
}
#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: #0071B9;
 outline: 1px solid #0071B9;
}
#menu .social {
 margin-top: 20px;
}
#menu .social .title {
 display:block;
 color:#666;
}
#menu .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 35px;
 height: 35px;
 margin-top: 10px;
 line-height: 35px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#menu .social .btn-share span {
 margin-right: 0px;
}
#menu .social .btn-share.-fb:hover {
 background-color: #3b5998;
 border:1px solid #3b5998;
 color:#fff;
}
#menu .social .btn-share.-google:hover {
 background-color: #e62117;
 border:1px solid #e62117;
 color:#fff;
}
#menu .social .btn-share.-linkedin:hover {
 background-color: #0077b5;
 border:1px solid #0077b5;
 color:#fff;
}
*,
*:after,
*:before {
 box-sizing: border-box;
}
#menu {
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu .main {
 padding-left: 20px;
}
#menu .main .logo {
 margin-bottom: 10px;
}
#menu .main .logo .logotext {
	font-size:26px;
}
#menu .main .links {
 padding: 15px 0;
}
#menu .main .links .title {
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
 color: rgba(0,0,0,0.3);
 margin-bottom: 5px;
}
#menu .main .links a {
 display:block;
 color:#637282;
	font-weight:normal;
	position:relative;
 padding: 8px 0;
}
#menu .main .links a:hover {
 color:#00BFDD;
}
#menu .main .links a.active {
 color:#00BFDD;
 font-weight: 600;
}
#menu .main .links a.active:before {
	position:absolute;
 top: 8px;
 bottom: 8px;
 left: -30px;
 background-color: #00BFDD;
 width: 3px;
 content: "";
}
#menu .footer {
 right: 20px;
 left: 20px;
 bottom: 20px;
 padding-top: 20px;
 border-top:
 background-color: #fff;
}
#menu .footer .title {
	font-weight:normal;
 color:#333;
	font-size:20px;
}
#menu .footer .info {
	font-size:13px;
 padding-top: 5px;
}
#menu .list-category .list .loc-box {
 margin-bottom: 10px;
}
#menu .list-category .list .loc-box .box-header {
 margin-bottom: 10px;
 position: relative;
 padding: 5px 0px;
 cursor: pointer;
}
#menu .list-category .list .loc-box .box-header .box-title {
 color:#3a3f44;
	font-size:18px;
	font-weight:500;
}
#menu .list-category .list .loc-box .item-header {
 padding: 5px 0px;
 position: relative;
 margin-bottom: 10px;
}
#menu .list-category .list .loc-box h4 {
 color:#3a3f44;
	font-size:16px;
	font-weight:500;
 line-height: 25px;
 cursor: pointer;
}
#menu .list-category .list .loc-box h4 .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
#menu .list-category .list .loc-box h4 .icon::before {
 content: "\f107";
}
#menu .list-category .list .loc-box.active h4 .icon::before {
 content: "\f106";
}
#menu .list-category .list .loc-box .loc-item {
	display:none;
 padding-left: 15px;
}
#menu .list-category .list .loc-box .loc-item .item-content {
	display:none;
}
.icon--plus {
 position: absolute;
 width: 20px;
 height: 20px;
 background: #fff;
 cursor: pointer;
 top: 7px;
 left: auto;
 right: 0px;
 bottom: 0px;
}
.icon--plus::after {
 content: "";
 position: absolute;
 transform: translate(-50%, -50%);
 height: 2px;
 width: 12px;
 background: #000;
 top: 50%;
 left: 50%;
}
.icon--plus::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: #000;
 height: 12px;
 width: 2px;
}
.box-header.active .icon--plus::after {
 top: 45%;
 left: 25%;
 transform: rotate(0deg);
}
.box-header.active .icon--plus::before {
 top: 20%;
	display:none;
 transform: rotate(45deg);
}
.item-header.active .icon--plus::after {
 top: 45%;
 left: 25%;
 transform: rotate(0deg);
}
.item-header.active .icon--plus::before {
 top: 20%;
	display:none;
 transform: rotate(45deg);
}
@media(max-width: 1199px) and (min-width: 992px) {
 #header-recr .box-menu .links {
 gap: 15px;
 }
 #header-recr .box-menu .links a {
 font-size: 14px;
 }
 .section-banner .banner-counter {
 gap: 32px;
 margin-top: 50px;
 }
 .search-jobs-main .search-wrap {
 max-width: 100%;
 }
}
@media(max-width: 991px) {
 .menu-nav {
 display:inline-block;
 }
 #header-recr .box-menu {
 position:fixed;
 display:block;
 top: 0px;
 height: 100%;
 width: 220px;
 background: rgba(0,0,0,0.8);
 padding: 20px;
 right: -100%;
 -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.showfixed .box-menu {
 right: 0px;
 z-index: 999;
 -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 .col-1,
 #header-recr .col-2,
 #header-recr .col-3 {
 width: 33.33333%;
 }
 #header-recr .col-search {
 order: 1;
 width: 100%;
 margin-top: 15px;
 }
 #header-recr .col-menu {
 order: -1;
 }
 #header-recr .box-menu .links {
 flex-direction: column;
 align-items: flex-start;
 }
 #header-recr .box-menu .links a {
 color: #fff;
 }
 .section-banner .col-6 {
 width: 100%;
 }
 .section-banner .main {
 margin-bottom: 30px;
 text-align: center;
 }
 .section-banner .banner-counter {
 justify-content: center;
 }
 .section-banner .image {
	text-align:center;
 }
 .section-jobs .col-6 {
	width:100%;
 }
 .section-jobs .item {
 margin-bottom: 30px;
 }
 .newsletter {
	text-align:center;
 padding: 20px;
 }
 .newsletter .col-6 {
	width:100%;
 }
 .newsletter .text {
 margin-bottom: 10px;
 }
 .newsletter .btn {
 text-align: center;
 }
 #footer .col-2,
 #footer .col-3,
 #footer .col-4,
 #footer .col-10 {
	width:100%;
 }
 #footer .footer-logo {
	text-align:left;
 margin-bottom: 20px;
 }
 #footer .footer-logo img {
 height: 55px;
 }
 #footer .footer-contact {
 flex-direction: column;
 }
 #footer .item {
 margin-bottom: 10px;
 }
 .footer-bottom {
 margin-top: 20px;
 }
 .search-jobs-main .search-wrap {
 max-width: 100%;
 }
 .search-jobs-main .col-2,
 .search-jobs-main .col-4,
 .search-jobs-main .col-6 {
	width:100%;
 border: none;
 }
 .section-jobs .block-title h2 .br-mobile {
 display:block;
 }
 #footer .item .text .br-desk {
	display:none;
 }
}
@media(max-width: 767px) {
 .newsletter .text {
 font-size: 18px;
 line-height: 28px;
 }
 .section-life .col-4,
 .section-life .col-8 {
	width:100%;
 }
 .section-details .head-article .head-info {
 flex-direction: column;
 align-items: flex-start;
 margin-bottom: 0px;
 }
 .section-details .head-article .head-info>div {
	width:100%;
 margin-bottom: 10px;
 }
 .section-details .head-article .head-info .post-type {
 text-align: left;
 }
 .section-details .head-article,
 .article .content-article,
 #appform .wrapper {
 padding: 20px;
 }
 #footer .col-2,
 #footer .col-3,
 #footer .col-4 {
	width:100%;
 }
 .section-banner .banner-counter {
 gap: 15px
 }
 .section-banner .banner-counter .counter-number {
 font-size: 27px;
 display: flex;
 align-items: center;
 }
 #footer .item .text .br-mobile {
 display:block;
 }
 .footer-bottom .note p .br-mobile {
 display:block;
 }
}
@media(max-width: 500px) {
 .section-jobs .jobs-wrapper {
 padding: 20px;
 }
 .section-jobs .item {
 padding: 20px;
 }
 .section-jobs .item h3 {
	font-size:26px;
 }
 .section-jobs .item .desc {
	font-size:16px;
 }
 .section-life .life-wrapper {
 padding: 40px 20px;
 }
 .section-jobs .block-title h2 {
	font-size:26px;
 }
}
