@define a {
 color: #171717;
}
@define alink {
 color: #26aad0;
}
@define ahover {
 color: #28aed4;
}
@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;
}
.banner-article img {
 width: 100%;
}
#article {
 padding: 80px 0px
}
#article .row-article {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#article .col-4 {
 width: 30%;
 padding: 0px 15px;
}
#article .col-8 {
 width: 70%;
 padding: 0px 15px;
}
.header-jobs {
 margin-bottom: 60px;
}
.header-jobs h2.title {
 color:#171717;
	font-size:36px;
	font-weight:bold;
 line-height: 125%;
}
.header-jobs ul {
 list-style: none;
}
.header-jobs ul li {
 color:#171717;
	font-size:20px;
	font-weight:normal;
	position:relative;
 display:inline-block;
}
.header-jobs ul li a {
 color:#171717;
	font-weight:normal;
}
.header-jobs ul li:after {
 content: "\e6ca";
 color: #171717;
 font-family: "ap";
 margin: 0px 5px 0px 7px;
}
.header-jobs ul li:last-child:after {
 display: none;
}
.box-article .content-article {
 line-height: 25px;
}
.box-article .content-article h2,
.box-article .content-article h3,
.box-article .content-article h4,
.box-article .content-article h5 {
 color: #171717 !important;
 margin: 20px 0px;
	font-weight:bold;
 font-family: 'Inter', sans-serif !important;
}
.box-article .content-article h2 {
	font-size:24px;
}
.box-article .content-article h3 {
	font-size:20px;
}
.box-article .content-article h4 {
	font-size:18px;
}
.box-article .content-article h5 {
	font-size:16px;
}
.box-article .content-article div,
.box-article .content-article p,
.box-article .content-article li {
 color: #171717 !important;
 font-size: 16px !important;
 line-height: 22px;
 margin-bottom: 10px;
 font-family: 'Inter', sans-serif !important;
}
.box-article .content-article div span,
.box-article .content-article p span,
.box-article .content-article li span {
 color: #171717 !important;
 font-size: 16px !important;
 line-height: 22px;
 font-family: 'Inter', sans-serif !important;
}
.box-article .content-article ul {
 list-style: initial;
 padding-left: 20px;
}
.box-share {
	text-align:center;
 margin-bottom: 20px;
}
.box-share .name {
 color:#171717;
}
.box-share .btn-share {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 position: relative;
 color: #f4f4f4;
}
.box-share .btn-share.-fb {
 color: #fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail {
 color: #fff;
 background-color: #dd4b39;
}
#sidebar-article .desc-job {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 border:1px solid #f4f4f4;
 padding:20px;
 margin-top: 30px;
	width:100%;
}
#sidebar-article .desc-job .desc {
 color:#171717;
 line-height: 25px;
 padding:10px 0px;
 border-bottom: 1px dotted #e0e0e0;
}
#sidebar-article .desc-job .desc:last-child{
 border-bottom: 0px;
}
#sidebar-article .desc-job .desc span {
	font-weight:normal;
}
#sidebar-article .desc-job .desc span b{
	font-weight:normal;
}
#sidebar-article .desc-job .desc a{
 color:#171717;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#156d94;
 border-bottom: 1px solid #156d94;
}
.container {
	width:100%;
	position:relative;
 max-width: 1170px;
 margin: 0px auto;
 padding: 0px 15px;
}
.section{
 padding: 80px 0px;
}
#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:#171717;
 border-color: #171717;
}
#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;
	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;
}
.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 #e6e7e8;
}
.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;
}
.table{
 display: table;
	width:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
#application-canvas {
 position:fixed;
 z-index: 999;
 top: 0px;
 left: 0px;
 right: 0px;
}
#application-canvas:after{
 content: '';
	position:absolute;
	width:100%;
 height: 100%;
 top: 0px;
 left: 0px;
 right: 0px;
 z-index: 1;
 background-color: #00000085;
}
.outer-canvas{
	position:relative;
 margin: 60px auto;
 z-index: 2;
}
#appform .wrapper{
 background-color: #fff;
 padding: 20px 0px;
}
#appform h2{
	font-weight:300;
	font-size:30px;
 padding-bottom:30px;
}
#appform .form .row{
 padding-bottom:25px;
}
#appform .form .row .ext{
 color:#aaa;
	font-weight:300;
	font-size:14px;
 padding-top:10px;
}
#appform .form .row .label{
 color:#666;
	font-weight:bold;
 display:block;
	width:100%;
 padding-bottom:8px;
}
#appform .form .row .input{
	width:100%;
}
#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{
 flex: 0 0 49%;
 padding-right: 2%;
}
#appform .form .row .input.second{
 flex: 0 0 49%;
}
#appform .form .submit{
 background-color: #171717;
 padding:15px 0;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
	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{
 color:#171717;
 background-color: #A3A3A3;
}
#appform .form .upload{
	position:relative;
	width:100%;
 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);
}
#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;
}
.app-closebutton {
 color:#000;
	position:absolute;
 top: -17px;
 right: -17px;
 width: 35px;
 height: 35px;
 line-height: 35px;
	text-align:center;
 background-color: #fff;
 cursor: pointer;
 border-radius: 100%;
}
* {
 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:#87898f;
 -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:#0a8cc6;
	font-weight:normal;
 text-decoration: none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 transition: all 0.3s ease;
 -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;
}
.overview__head{
	text-align:center;
}
.overview__head h2{
 color:#171717;
 font-weight: 700;
 font-size: 48px;
 line-height: 58px;
	text-transform:uppercase;
}
.overview__head p{
 color:#171717;
	font-size:16px;
	font-weight:normal;
 line-height: 19px;
}
.overview-ctas{
	text-align:center;
 margin-top: 24px;
 margin-bottom: 40px;
}
.overview-ctas .cta-link{
 color:#FAFAFA;
	font-size:16px;
 display:inline-block;
 font-weight: 700;
 line-height: 20px;
 padding: 12px 24px;
 background-color: #171717;
 border-radius: 60px;
}
.overview-ctas .cta-link:hover{
 color:#171717;
 background-color: #A3A3A3;
}
.section-overview .overview-content{
 max-width: 768px;
 margin: 0px auto;
}
.section-overview .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.section-overview .col-6{
 width: 50%;
 padding: 0px 10px;
}
.section-overview .item{
 position: relative;
}
.section-overview .item img{
 max-width: 100%;
}
.section-overview .item .about-overlay{
	position:absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 opacity: 0;
}
.section-overview .item .about-overlay .bg{
	position:absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: linear-gradient(180.04deg, rgba(0, 0, 0, 0) -2.66%, rgba(0, 0, 0, 0.5) 99.97%);
 backdrop-filter: blur(10px);
 border-radius: 16px;
 z-index: 2;
}
.section-overview .item .about-overlay .about-logo{
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 3;
	text-align:center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.section-overview .item:hover .about-overlay{
 opacity: 1;
}
#alljobs{
 background-color: #171717;
}
#alljobs .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#alljobs .col-3{
 width: 25%;
 padding: 0px 15px;
}
#alljobs .col-9{
 width: 75%;
 padding: 0px 15px;
}
#alljobs .jobs__head{
	text-align:center;
 margin-bottom: 40px;
}
#alljobs .jobs__head h2{
 color:#FAFAFA;
 font-weight: 700;
 font-size: 48px;
 line-height: 58px;
	text-transform:uppercase;
}
#alljobs .list-cats{
 padding: 40px 40px;
 background-color: #f4f4f4;
 box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
 border-radius: 24px;
}
.box-cat .item--job {
	position:relative;
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #E5E5E5;
}
.item--job .name__job {
 margin-bottom: 12px;
 max-width: 610px;
}
.item--job .name__job .title {
 color:#171717;
	font-size:24px;
	font-weight:bold;
 line-height: 30px;
 margin-bottom: 2px;
}
.item--job .name__job .title a {
 color:#171717;
	font-size:24px;
	font-weight:bold;
}
.item--job .name__job .title:hover a {
 color:#171717;
}
.item--job .name__job .dept{
 color:#171717;
	font-size:16px;
 line-height: 20px;
} 
.item--job .desc__job ul li {
 color:#171717;
	font-size:16px;
 display:inline-block;
 margin-right: 20px;
 line-height: 30px;
}
.item--job .desc__job a {
 color:#171717;
}
.item--job .desc__job span.-ap,
.item--job .desc__job span[class*='ficon-'] {
	font-weight:bold;
 color:#171717;
 margin-right: .3em;
}
#alljobs .desc__job .salary {
	font-weight:normal;
}
#alljobs .desc__job .salary b{
	font-weight:normal;
}
.desc__job .salary.orange {
 color:#FF9500;
}
.desc__job .salary.green {
 color:#4CD964;
}
.apply__jobs {
	position:absolute;
 right: 0px;
 top: 0px;
}
.apply__jobs .btn-apply {
 color:#f4f4f4;
	font-size:16px;
	font-weight:bold;
 line-height: 20px;
 padding: 12px 24px;
 background-color: #171717;
 border-radius: 60px;
}
.apply__jobs .btn-apply:hover{
 color:#171717;
 background-color: #A3A3A3;
}
.__pag {
 text-align: right;
 padding-top: 20px;
}
.__pag label {
 display: none;
}
.pag:hover, .pag.active {
 color: #171717;
 border-color: #f4f4f4;
 background-color: #f4f4f4
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag {
 cursor: pointer;
 display: inline-block;
 min-height: 1em;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 padding: 10px 12px;
 text-transform: none;
 text-shadow: none;
 line-height: 1em;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 color: #f4f4f4;
 font-weight: normal;
 border: 1px solid #FAFAFA;
}
.__pag .icon{
 color:#f4f4f4;
}
.testimonial {
 color: #fff;
 text-align: center;
}
.testimonial img {
 border-radius: 50%;
 display: inline-block;
 height: 80px;
 width: 80px;
}
.testimonial blockquote {
 border: 0;
 font-size: 18px;
 line-height: 25px;
 margin: 0;
 padding: 30px 10%;
}
.testimonial blockquote p {
 font-style: italic;
 margin-bottom: 15px;
}
.testimonial blockquote footer {
 font-size: 16px;
}
.testimonial__item .testimonial img {
 margin-top: 25px;
 box-shadow: 0 0 0 5px #3bb2d6, 0 0 0 15px rgba(59, 178, 214, 0.15), 0 0 0 25px rgba(59, 178, 214, 0.15);
}
.review__head{
	text-align:center;
 margin-bottom: 40px;
}
.review__head h2{
 color:#171717;
 font-weight: 700;
 font-size: 48px;
 line-height: 58px;
	text-transform:uppercase;
}
.review-slider{
 max-width: 790px;
 margin: 0px auto;
 padding-bottom: 60px;
}
.review-slider .item {
 border-radius: 18px;
 background: #FAFAFA;
}
.review-slider .item .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.review-slider .item .col-4{
 width: 33%;
 padding: 0px 15px;
 display: flex;
}
.review-slider .item .col-8{
 width: 67%;
 padding: 0px 15px;
}
.review-slider .item .main{
 padding: 40px;
}
.review-slider .item .main .icon{
 margin-bottom: 40px;
}
.review-slider .item .main .desc{
 color:#171717;
	font-size:14px;
 line-height: 22px;
 margin-bottom: 16px;
 text-align: justify;
}
.review-slider .item .main .info span{
 display:block;
}
.review-slider .item .main .info .name{
 color:#171717;
	font-size:16px;
	font-weight:bold;
 margin-bottom: 2px;
}
.review-slider .item .main .info .position{
 color:#171717;
	font-size:13px;
}
.review-slider .item .image img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0px 18px 18px 0px;
}
.about-us .banner-about{
 position: relative;
}
.about-us .banner-cover img{
 width: 100%;
}
.about-us .banner-about .banner-text{
 color:#f4f4f4;
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.about-us .bg{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: linear-gradient(89.65deg, #000000 2.67%, rgba(0, 0, 0, 0) 99.68%);
}
.banner-about .banner-text h2{
 color:#f4f4f4;
	font-weight:bold;
 font-size: 48px;
 line-height: 58px;
 margin-bottom: 7px;
}
.banner-about .banner-text p{
 color:#f4f4f4;
	font-size:16px;
	font-weight:normal;
 line-height: 25px;
 max-width: 490px;
}
.core-values .image{
 width: 40%;
}
.core-values .image img{
 max-width: 100%;
}
.core-values .main{
 width: 60%;
 padding-left: 110px;
}
.core-values .main h3{
 color:#171717;
	font-weight:bold;
 font-size: 48px;
 line-height: 58px;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.core-values .main ul{
 list-style: initial;
 padding-left: 20px;
 margin-bottom: 36px;
}
.core-values .main ul li{
 color:#000;
	font-size:16px;
 line-height: 25px;
}
.core-values .main .ctas a{
 color:#f4f4f4;
	font-size:16px;
	font-weight:bold;
	text-align:center;
 padding: 12px 24px;
 border-radius: 60px;
 background-color: #171717;
}
.core-values .main .ctas a:hover{
 color:#171717;
 background-color: #A3A3A3;
}
.ceo-say{
 background-color: #0A0A0A;
}
.ceo-say .main{
 width: 60%;
 padding-right: 30px;
}
.ceo-say .image{
 width: 40%;
}
.ceo-say .image img{
 max-width: 100%;
}
.say-content{
 margin-top: 30px;
 text-align: justify;
}
.say-content p{
 color:#fff;
	font-size:16px;
 line-height: 20px;
 margin-bottom: 20px;
}
.say-info {
 text-align: right;
}
.say-info p{
 margin-bottom: 2px;
}
.activity-head{
	text-align:center;
 margin-bottom: 54px;
}
.activity-head h3{
 color:#171717;
	font-weight:bold;
 font-size: 48px;
 line-height: 58px;
	text-transform:uppercase;
}
.activity .image img{
 max-width: 100%;
}
#footer {
 background-color: #171717;
 padding: 80px 0px;
}
#footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#footer .col-5{
 width: 35%;
 padding: 0px 15px;
}
#footer .col-7{
 width: 65%;
 padding: 0px 15px;
}
#footer .logo-foo{
 margin-bottom: 60px;
}
#footer .logo-foo img{
 max-width: 100%;
 margin-bottom: 8px;
}
#footer .logo-foo span{
 color:#f4f4f4;
	font-size:16px;
 line-height: 20px;
 display: block;
}
#footer .foo-info h2{
 color:#fff;
	font-size:32px;
	font-weight:bold;
 margin-bottom: 20px;
}
#footer .foo-info p{
 color:#f4f4f4;
	font-size:16px;
 margin-bottom: 8px;
}
#footer .foo-info p a{
 color:#f4f4f4;
	font-weight:bold;
}
#footer .foo-info .social a{
 display:inline-block;
 margin-right: 5px;
}
#footer .foo-info .social a img{
 width: 32px;
}
#popup-join {
 position: absolute;
 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;
}
.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: 70px 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%;
}
#talent-network .top h1{
 color:#171717;
	font-weight:bold;
}
#talent-network .top .title a{
 color:#171717;
}
#talent-network .about{
 color:#171717;
}
#appform-join .form .row .label{
 color:#171717;
}
#talent-network .cta{
 background-color: #171717;
 border-radius: 60px;
}
#talent-network .footer a:hover{
 color:#171717;
}
#header-recr {
 position: sticky;
 left: 0;
 top: 0;
	width:100%;
 padding: 10px 0px;
 z-index: 100;
 background-color: #171717;
 -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 .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#header-recr .col-3{
 width: 25%;
 padding: 0px 15px;
}
#header-recr .col-9{
 width: 75%;
 padding: 0px 15px;
}
#header-recr.stick .box-menu {
 padding-top: 0px;
}
#header-recr .logo {
 padding: 5px 0px;
}
#header-recr .logo img {
 max-width: 100%;
}
#header-recr .box-menu {
 position: relative;
}
#header-recr .box-menu .links{
 display: flex;
 justify-content: space-around;
}
.box-menu .links .menus li {
	position:relative;
 display:inline-block;
 padding: 0;
}
.box-menu .links .menus li a {
 color: #fff;
 display:block;
 height: 100%;
	font-size:14px;
	text-transform:uppercase;
 line-height: 40px;
 padding: 0 15px;
 text-shadow: none;
 transition: none;
}
#header-recr.showfixed .links {
 right: 0px;
 $transtion: all 0.3s ease;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
}
#overlay-common {
 position:fixed;
	width:100%;
	height:100%;
	display:none;
 z-index: 9;
 top: 0px;
 left: 0px;
 background: rgba(0,0,0,0.3);
}
#header-recr.showfixed #overlay-common{
 display:block;
}
#header-recr .menu-nav {
 display: none;
 color:#87898f;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;
	text-align:center;
 width: 35px;
 height: 35px;
 line-height: 35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border:1px solid #e6e7e8;
 color:#fff;
}
#header-recr .menu-nav:hover {
 color:#323c46;
 border:1px solid #323c46;
}
#header-recr .menu-right{
 right: 0px;
 top: 0px;
}
#header-recr .menu-right .cta-apply{
 color:#171717;
	font-size:16px;
	font-weight:bold;
 display:block;
 padding: 10px 24px;
 line-height: 19px;
 border-radius: 60px;
 background-color: #FAFAFA;
}
.section-banner {
	position:relative;
 clear: both;
 background-color: #171717;
}
#banner-video {
	position:relative;
 overflow: hidden;
 padding-bottom: 55%;
}
#banner-video iframe{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
}
#bgvid {
 top: 0;
 left: 0;
 z-index: 1;
}
#bgvid {
 width: auto;
 min-width: 100%;
 height: auto;
 min-height: 100%;
 background: transparent no-repeat;
 background-size: cover;
 display: block;
}
#bgvid,
#bgvid1 {
 width: 100%;
 object-fit: contain;
 height: 100%;
}
.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:#87898f;
}
.check-action:hover {
 color:#156d94;
}
.check-action:hover .icon {
 color:#156d94;
}
.check-action .icon {
	font-size:22px;
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
.check-action .icon:before {
 content: "\f096";
}
.check-action input:checked+.icon:before {
 content: "\f046";
 color:#171717;
}
#sidebar {
 position: sticky;
 top: 60px;
}
#sidebar .title-cat {
	font-size:16px;
	font-weight:bold;
 color:#171717;
 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:#171717;
	font-size:16px;
 margin-bottom: 18px;
 line-height: 22px;
}
.baseui.button {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 40px;
 -webkit-border-radius: 40px;
 border-radius: 40px;
 -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;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#f4f4f4;
 background-color: #171717;
}
.baseui.button.disabled {
 color:#171717;
 cursor: default;
 pointer-events: none !important;
 background-color: #A3A3A3;
 -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;
}
.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-top: 10px;
 margin-bottom: 10px;
	width:100%;
}
.baseui.input>input {
	text-align:left;
 max-width: 100%;
 margin: 0em;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#f4f4f4;
 -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: 1px solid #dedede;
}
.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: #171717;
 outline: 1px solid #171717;
}
@media(max-width: 991px) {
 .list-cats,
 .sidebar {
 flex: 0 0 100%;
 }
 .box-share .btn-share {
 margin-bottom: 10px;
 }
 #header-recr .col-3,
 #header-recr .col-9 {
 width: 50%;
 }
 #header-recr .box-menu {
	text-align:right;
 }
 #header-recr .menu-nav {
 display:inline-block;
 }
 #header-recr .links {
 position:fixed;
	text-align:left;
 padding: 20px;
 z-index: 10;
 top: 0px;
 width: 220px;
 height: 100%;
 background-color: #171717;
 -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: -220px;
 visibility: hidden;
 opacity: 0; filter: alpha(Opacity:0);
 }
 #header-recr .links li {
 display:block;
 }
 #header-recr .links a {
 display:block;
 padding: 10px 0px;
 line-height: inherit;
 }
 #header-recr .links a:hover {
 opacity: 1; filter: alpha(Opacity:100);
 }
 #header-recr .menu-right{
 position: static;
 margin-top: 20px;
 }
 #alljobs .col-3,
 #alljobs .col-9{
	width:100%;
 }
 #sidebar{
 position: static;
 margin-bottom: 30px;
 }
 #footer .col-5,
 #footer .col-7{
	width:100%;
 }
 #footer .foo-info .address{
 margin-bottom: 30px;
 }
 .core-values .cell{
 display:block;
	width:100%;
 padding: 0px;
 }
 .core-values .image{
	text-align:center;
 margin-bottom: 30px;
 }
 .apply__jobs{
 position: static;
 margin-top: 10px;
 }
}
@media(min-width: 768px) {
 .outer-canvas {
 width: 750px;
 }
}
@media(max-width: 767px) {
 .app-closebutton {
 right: 0;
 }
 .box-menu .links .menus li.active a,
 .box-menu .links .menus li:hover a {
 background: transparent;
 }
 .section-overview .col-4{
	width:100%;
 }
 .section-overview .item{
	text-align:center;
 margin-bottom: 20px;
 }
 #article {
 padding: 30px 0px;
 }
 #sidebar-left,
 #article-right {
 flex: 0 0 100%;
 padding: 0px;
 }
 .head-article .title {
	font-size:22px;
 }
 .footer-article .breadcrumb,
 .footer-article .name {
	display:none;
 }
 #appform .wrapper {
 margin: 40px 0px;
 }
 .review-slider .item .col-4,
 .review-slider .item .col-8{
	width:100%;
 display:block;
 }
 .review-slider .item .main{
 padding: 20px;
 }
 .review-slider .item .image{
	text-align:center;
 padding: 0px 20px 20px;
 }
 .review-slider .item .image img{
 width: auto;
 max-width: 100%;
 height: auto;
 object-fit: initial;
 border-radius: 0;
 }
 .core-values .main h3{
 font-size: 42px;
 }
 .ceo-say{
 padding: 40px 0px;
 }
 .ceo-say .cell{
 display:block;
	width:100%;
 }
 .ceo-say .main{
 padding: 0px;
 }
}
@media(max-width: 500px) {
 .banner__text {
 padding: 60px 0px;
 }
 .banner__text .desc {
	font-size:18px;
 }
 .box-search .form-group.box-input {
	width:100%;
 display:block;
 margin: 0px;
 margin-bottom: 15px;
 }
 .box-search .form-group.-button {
	width:100%;
 display:block;
 }
 .testimonial blockquote {
	font-size:16px;
 padding: 30px 5%;
 }
 .about-us .banner-cover {
 height: 350px;
 }
 .about-us .banner-cover img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
}
.component__top--v9 {
	background-color: #171717;
}
.component__top--v9:hover {
}
.component__top--v9 i.icon {
}
.component__top--v9.--show {
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	bottom: 0px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
 background: #171717;
 opacity: 1;
 cursor: pointer;
	border-radius: 50%;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 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: 30px;
	line-height: 1;
	color: #f4f4f4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: 42%;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: 42%;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: 42%;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: 42%
}
.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: #171717;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
