@define a {
 color: #F5821F;
}
@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;
}
@charset "UTF-8";
@font-face {
 font-family: "MyriadPro";
 src: url("https://staticx-talent.basecdn.net/image/fonts/myriad/MyriadProLight.otf") format("opentype");
 font-weight: 300;
 font-style: normal
}
@font-face {
 font-family: "MyriadPro";
 src: url("https://staticx-talent.basecdn.net/image/fonts/myriad/MyriadProRegular.otf") format("opentype");
 font-weight: 400;
 font-style: normal
}
@font-face {
 font-family: "MyriadPro";
 src: url("https://staticx-talent.basecdn.net/image/fonts/myriad/MyriadProSB.otf") format("opentype");
 font-weight: 500;
 font-style: normal
}
@font-face {
 font-family: "MyriadPro";
 src: url("https://staticx-talent.basecdn.net/image/fonts/myriad/MyriadProB.otf") format("opentype");
 font-weight: bold;
 font-style: normal
}
#component__top {
	text-align:center;
 display:block;
 position:fixed;
 color:#fff;
	font-size:20px;
	background-color: #F5821F;
	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: #ec913f
}
#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;
}
.banner-job {
	text-align:center;
 padding: 0px !important;
}
.banner-job img {
 width: 100%;
}
.job-detail .detail-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.job-detail .col-9 {
 width: 70%;
 padding: 0px 15px;
 padding-right: 50px;
}
.job-detail .col-3 {
 width: 30%;
 padding: 0px 15px;
}
#article {
 line-height: 25px;
 padding-bottom: 60px;
}
#article h1.title {
 color:#F5821F;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
 line-height: 35px;
 margin-bottom: 30px;
}
#sidebar-right .buttons .btn-apply {
 display:block;
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 25px;
 background-color: #F5821F;
 color:#fff;
	position:relative;
 clear:both;
	text-align:center;
	font-weight:bold;
}
#sidebar-right .buttons .btn-apply:hover:after {
 content: "";
 bottom: 0px;
 left: 0px;
 height: 3px;
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
}
.box-share {
 text-align: center;
 display: block;
 width: 100%;
 margin-top: 10px;
}
.box-share .name {
 color:#888;
 display:block;
 margin-bottom: 10px;
}
.box-share .btn-share {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
	text-align:center;
 display:inline-block;
	position:relative;
 color:#555;
 background-color: #fff;
}
#sidebar-right .top-article {
 margin-top: 20px;
 padding: 15px;
 border: 1px dotted #F5821F;
}
#sidebar-right .top-article .desc {
 color:#333;
	font-size:16px;
 padding: 15px 0px;
 border-bottom: 1px dotted #F5821F;
}
#sidebar-right .top-article .desc:last-child{
 border: none;
}
#sidebar-right .top-article .desc a{
 color:#333;
}
#sidebar-right .top-article .desc span {
 color: #333;
 font-size: 16px;
 margin-bottom: 10px;
	font-weight:bold;
}
#sidebar-right .top-article .desc span.title{
 display:block;
}
[class^="ficon-"],
[class*=" ficon-"] {
 margin-right: 0px;
}
.box-share .btn-share:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail {
 color:#fff;
 background-color: #dd4b39;
}
.article .content-article {
 line-height: 25px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#333;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
 color:#F5821F;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article ul {
 list-style: initial;
 padding-left: 40px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 10px;
 color:#333;
 font-family: "Montserrat", arial !important;
}
.article .content-article div em,
.article .content-article p em,
.article .content-article li em{
 font-style: italic;
 font-family: "Montserrat", arial !important;
}
.article .content-article span{
 font-family: "Montserrat", arial !important;
}
.list-related {
 margin-top: 20px;
}
.list-related .name {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 10px;
}
.list-related a {
 color:#F5821F;
 display:block;
 font-size: 16px;
 text-transform: uppercase;
 font-weight: bold;
 margin-top: 15px;
 line-height: 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid #F5821F;
}
.list-related a:hover {
 text-decoration: underline;
}
.list-related a .sub.header {
 display: block;
 font-weight: 500;
 margin-top: 5px;
 color: #555;
}
.list-related .btn-viewall {
 padding: 15px;
 border: 1px solid #F5821F;
 color: #F5821F;
 text-transform: none;
 border-radius: 3px;
}
.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: 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;
}
.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 30px;
 -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
}
#appform h1{
	font-weight:300;
	font-size:36px;
 padding-bottom:30px;
}
#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: #F5821F;
 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: #fab482;
}
#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;
 color: #dd4b39;
}
#appform .form .upload .text .more{
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top:4px;
 color: #ff671f;
}
#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: #F5821F;
}
.__apalert .__apdialog.tos-bigbox .text p span {
 color:#F5821F;
}
* {
 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:#555;
 -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: "Montserrat", arial;
}
a {
 color:#555;
	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:#F5821F;
 -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 {
 position: relative;
 padding: 60px 0px;
}
.section-head {
	text-align:center;
 margin-bottom: 30px;
}
.section-head .section__title {
 color:#F5821F;
	font-weight:bold;
 display:inline-block;
 font-size: 40px;
}
.section-head .section__desc {
 color:#000;
	font-size:20px;
	font-weight:500;
 margin: 0px auto;
 margin-top: 28px;
 line-height: 24px;
}
/*---- OVERVIEW ----*/
.section-overview{
 background-color: #FFF6EE;
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: contain;
 padding-bottom: 300px;
}
.section-overview .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 margin: 0px -15px;
}
.section-overview .col-4{
 width: 35%;
 padding: 0px 15px;
}
.section-overview .col-5 {
 width: 45%;
 padding: 0px 15px;
}
.section-overview .section-head{
 text-align: left;
}
.section-overview .item{
 margin-bottom: 45px;
}
.section-overview .item h3{
 color:#F5821F;
	font-weight:bold;
 font-size: 32px;
 margin-bottom: 15px;
}
.section-overview .item p{
 color:#F5821F;
	font-size:18px;
	font-weight:normal;
 margin-bottom: 15px;
}
.section-overview .item .ctas{
	text-align:right;
}
.section-overview .item .ctas .cta{
 color:#000;
	font-size:20px;
 display:inline-block;
 padding: 14px 30px;
 max-width: 250px;
 border-radius: 45px;
 background-color: #D9D9D9;
}
.section-overview .item .ctas .cta:hover{
 color:#fff;
 background-color: #F5821F;
}
/*---- END OVERVIEW ----*/
/*---- Why Join Us----*/
.section-whyJoin .core-values{
 padding: 60px 0px;
}
.section-whyJoin .journey {
 padding: 60px 0px;
}
.section-whyJoin .core-values .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
 justify-content: space-between;
}
.section-whyJoin .core-values .col-4{
 width: 26%;
 padding: 0px 15px;
}
.section-whyJoin .core-values .item{
	text-align:center;
 position: relative;
 padding: 25px 20px;
 border-radius: 45px;
 background-color: #F5F5F5;
}
.section-whyJoin .core-values .item h3{
 color:#F5821F;
	font-size:25px;
 font-weight: 600;
 margin-bottom: 20px;
}
.section-whyJoin .core-values .item .icon{
 margin-bottom: 15px;
}
.section-whyJoin .core-values .item .icon svg{
 width: 55px;
 height: 55px;
}
.section-whyJoin .core-values .item .desc{
 color:#000;
	font-size:17px;
 line-height: 24px;
 text-align: justify;
}
.section-whyJoin .logo-trust{
	text-align:center;
 margin-bottom: 25px;
}
.section-whyJoin .logo-trust img{
 max-height: 160px;
 max-width: 100%;
}
.section-whyJoin .journey .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.section-whyJoin .journey .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.section-whyJoin .journey .item{
 height: 100%;
 padding: 25px;
 border-radius: 45px;
	text-align:center;
}
.section-whyJoin .journey .item h3{
 color:#F5821F;
	font-size:22px;
	font-weight:bold;
 margin-bottom: 18px;
}
.section-whyJoin .journey .item .desc{
 color:#000;
	font-size:18px;
	font-weight:normal;
}
.section-whyJoin .journey .item.bg-color{
 background-color: #FDF6F0;
}
.section-whyJoin .journey .item.bg-color .-color{
 color:#F5821F;
	font-weight:bold;
}
.section-whyJoin .journey .item.bg-color-2{
 background-color: #EFF9FF;
}
.section-whyJoin .journey .item.bg-color-2 h3{
 color:#54BAFD;
}
.section-whyJoin .journey .item.bg-color-2 .-color{
 color:#54BAFD;
	font-weight:bold;
}
.section-whyJoin .journey .item.bg-color-3 {
 background-color: #ECFFF8;
}
.section-whyJoin .journey .item.bg-color-3 h3 {
 color:#2CEAA4;
}
.section-whyJoin .journey .item.bg-color-3 .-color {
 color:#2CEAA4;
	font-weight:bold;
}
.section-whyJoin .benefits{
 padding-top: 60px;
}
.section-whyJoin .benefits .section-content{
 border-radius: 33px;
 background: #FDF6F0;
 padding: 50px;
}
.section-whyJoin .benefits .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.section-whyJoin .benefits .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-whyJoin .benefits .item{
 display: flex;
 align-items: center;
 position: relative;
 padding: 10px 15px;
 border-radius: 20px;
 margin-bottom: 15px;
 background-color: #fff;
}
.section-whyJoin .benefits .item .icon{
 width: 40px;
 margin-right: 17px;
}
.section-whyJoin .benefits .item .icon svg{
 width: 40px;
 height: 40px;
}
.section-whyJoin .benefits .item .text{
 width: calc(100% - 57px);
 color:#F5821F;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
/*---- END BENEFITS ----*/
.section-companies .cup-image{
	text-align:center;
	position:relative;
 margin-bottom: 30px;
}
.section-companies .cup-image img{
 max-width: 100%;
 max-height: 150px;
}
.section-companies .companies-image{
	text-align:center;
	position:relative;
 padding-top: 60px;
}
.companies-image img{
 max-width: 100%;
}
.slider-testimonials{
 margin: 0px -15px;
}
.slider-testimonials .item{
 padding: 0px 15px;
}
.slider-testimonials .item img{
 max-width: 100%;
 border-radius: 25px;
}
.slider-testimonials .slick-dots{
 position: static;
 margin-top: 20px;
}
.slider-testimonials .slick-dots li button{
 border-radius: 5px;
 background: #dadada;
 transition: all 0.3s ease
}
.slider-testimonials .slick-dots li.slick-active button{
 width: 34px;
 background: #c4c4c4;
}
/*---- JOBS ----*/
.section-jobs{
 padding-bottom: 60px;
}
#alljobs .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
}
#alljobs .row .jobs-list {
 flex: 0 0 100%;
 margin-bottom: 40px;
}
.home-jobs .row .jobs-list .jobs__item:nth-of-type(n + 6){
	display:none;
}
.jobs-list .jobs__item {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	position:relative;
}
.jobs-list .jobs__item .list__item--title {
 padding-bottom: 2px;
 padding-right: 120px;
 font-weight: bold;
}
.jobs-list .jobs__item .list__item--title a {
	font-size:20px;
 color:#F5821F;
 font-weight: bold;
}
.jobs-list .jobs__item .list__item--title a:hover {
 text-decoration: underline;
}
.jobs-list .jobs__item .list__item--info {
 color:#888;
	font-size:14px;
 padding-top: 6px;
 padding-right: 120px;
}
.jobs-list .jobs__item .list__item--info a {
	font-weight:normal;
 color:#555;
}
.jobs-list .jobs__item .list__item--info a:hover {
 color:#F5821F;
 text-decoration: underline;
}
.jobs-list .jobs__item .list__item--side {
	position:absolute;
 right: 0px;
 top: 20px;
}
.jobs-list .jobs__item .cta {
 color:#fff;
	float:left;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 10px 20px;
 border: 1px solid #F5821F;
 background-color: #F5821F;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 13px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.jobs-list .jobs__item .cta:hover {
 background-color: #fff;
 color:#F5821F;
}
.jobs-list .view-more{
 max-width: 300px;
 margin: 0px auto;
 margin-top: 80px;
}
.jobs-list .view-more a{
 color:#fff;
	font-size:20px;
	font-weight:bold;
 display:block;
	text-align:center;
 padding: 20px 40px;
 background-color: #F5821F;
 border-radius: 35px;
}
.jobs-list .view-more a:hover{
 background-color: #fab482;
}
.section-talent{
	position:relative;
}
.section-talent .talent-image{
	text-align:center;
}
.section-talent .talent-image img{
 max-width: 100%;
}
.section-talent .join-talent{
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.section-talent .join-talent .text{
 max-width: 690px;
 padding: 75px 50px;
 border-radius: 70px;
 background: rgba(255, 248, 241, 0.70);
}
.section-talent .join-talent .text h2{
 color:#F5821F;
	font-size:40px;
	font-weight:bold;
 margin-bottom: 30px;
}
.section-talent .join-talent .text p{
 color:#000;
	font-size:20px;
	font-weight:normal;
 margin-bottom: 20px;
 line-height: 30px;
}
.section-talent .join-talent .text .cta{
 color:#fff;
	font-size:23px;
	font-weight:bold;
 display:block;
	text-align:center;
 max-width: 230px;
 padding: 15px 40px;
 border-radius: 45px;
 background-color: #F5821F;
}
.section-talent .join-talent .text .cta:hover{
 background-color: #fab482;
}
.__pag {
 text-align: right;
 padding-top: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.__pag label {
 display: none;
}
.pag:hover,
.pag.active {
 color: #fff;
 border-color: #F5821F;
 background-color: #F5821F
}
.pag.disabled{
 cursor: default;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag {
 cursor: pointer;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 display: flex;
 width: 35px;
 height: 35px;
 align-items: center;
 justify-content: center;
 border-radius: 5px;
 font-weight: bold;
 text-transform: none;
 text-shadow: none;
 line-height: 1em;
 color: #F5821F;
 border: 1px solid #F5821F;
}
.__pag .icon {
 color: #F5821F;
 margin-right: 0px;
}
.pag:hover .icon,
.pag.active .icon {
 color: #fff;
}
/*---- END JOBS ----*/
.sliderShow img {
 max-width: 100%;
}
.sliderShow.owl-carousel.owl-drag .owl-item .item img {
 opacity: 0.4;
}
.sliderShow.owl-carousel.owl-drag .owl-item.active.center .item img {
 opacity: 1;
}
.owl-carousel.owl-drag .owl-nav {
 position: absolute;
 top: 50%;
 margin-top: -30px;
 width: 100%;
}
.owl-carousel.owl-drag .owl-nav button {
 position: absolute;
 width: 60px;
 height: 60px;
 cursor: pointer;
 opacity: 1;
 background: #f9f9f9;
 text-align: center;
 border-radius: 100%;
 line-height: 55px !important;
}
.owl-carousel.owl-drag .owl-nav button span {
 font-size: 55px;
}
.owl-carousel.owl-drag .owl-nav .owl-prev {
 left: 22%;
}
.owl-carousel.owl-drag .owl-nav .owl-next {
 right: 22%;
}
.owl-carousel.owl-drag .owl-nav button:hover{
 color:#fff;
 background-color: #F5821F;
}
.owl-carousel.owl-drag .owl-dots {
 text-align: center;
 -webkit-transition: opacity .3s;
 -o-transition: .3s opacity;
 transition: opacity .3s;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
.owl-carousel.owl-drag .owl-dots .owl-dot {
 width: 8px;
 height: 8px;
 opacity: 1;
 margin: 0px 5px;
 border-radius: 100%;
 background: #e5e5e5 !important;
}
.owl-carousel.owl-drag .owl-dots .owl-dot.active {
 width: 20px;
 border-radius: 4px;
}
#jobs-search {
 margin-bottom: 30px;
 padding: 15px;
 border-radius: 10px;
 background-color: #F5821F;
}
#jobs-search .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 margin: 0px -15px;
}
#jobs-search .col-3{
 width: 14%;
 padding: 0px 15px;
}
#jobs-search .col-4{
 width: 43%;
 padding: 0px 15px;
}
#jobs-search .form-group{
 position: relative;
}
#jobs-search .form-group .form-control{
 color:#fff;
	font-size:15px;
 height: 45px;
 width: 100%;
 padding: 0px 15px;
 background-color: transparent;
 border: none;
}
#jobs-search .form-group select option{
 color:#000;
}
#jobs-search .form-group .form-control::placeholder{
 color:#fff;
}
#jobs-search .form-group .btn-search{
 color:#F5821F;
	font-size:15px;
	font-weight:bold;
 border: none;
 height: 45px;
 width: 100%;
 padding: 0px 20px;
 border-radius: 5px;
 background-color: #fff;
}
#jobs-search .form-group .btn-search:hover{
 color:#fff;
 background-color: #fab482;
}
#footer {
 background-color: #FDF6F0;
}
#footer .top-footer{
 padding: 50px 0px;
}
.top-footer .container{
 max-width: 1360px;
}
.top-footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.top-footer .col-5{
 width: 30%;
 padding: 0px 15px;
}
.top-footer .col-7{
 width: 70%;
 padding: 0px 15px;
}
.top-footer .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.top-footer .contact{
 margin-bottom: 20px;
}
.top-footer .contact h2{
 color:#F5821F;
	font-size:24px;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.top-footer .contact p{
 color:#000;
	font-size:15px;
 margin-bottom: 10px;
}
.top-footer .contact p a{
 color:#000;
}
.top-footer .social h3{
 color:#000;
	font-size:18px;
	font-weight:bold;
 margin-bottom: 10px;
}
.top-footer .social .social-icon{
 display: flex;
 gap: 10px;
 align-items: center;
}
.top-footer .social .social-icon img{
 height: 35px;
}
.top-footer .link-footer h3{
 color:#F5821F;
	font-size:18px;
	font-weight:bold;
 margin-bottom: 10px;
}
.top-footer .link-footer ul li{
 line-height: 25px;
 margin-bottom: 5px;
}
.top-footer .link-footer ul li a{
 color:#000;
	font-size:14px;
 display:block;
}
.top-footer .link-footer ul li a:hover{
 color:#F5821F;
}
#footer .bottom-footer {
	position:relative;
	text-align:center;
 color:#000;
 padding: 15px 0px;
}
#footer .bottom-footer .copyright p{
 margin-bottom: 5px;
}
#footer .bottom-footer .copyright a {
 color:#000;
}
#footer .box-ext {
	position:relative;
 margin: 20px 0px;
 padding: 20px 0px;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}
#header-recr {
 position: sticky;
	width:100%;
 top: 0px;
 left: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 z-index: 11;
 background-color: #FFF6EE;
}
#header-recr.stick {
 position:fixed;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.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 .logo {
	display:table-cell;
	vertical-align:middle;
}
#header-recr .logo img {
 width: auto;
 max-width: 100%;
 max-height: 34px;
}
#header-recr .logo .name {
	position:relative;
 display:inline-block;
 color:#555;
	font-size:18px;
 padding: 5px 15px;
}
#header-recr .box-menu {
	display:table-cell;
	text-align:left;
}
#header-recr .box-menu .menu{
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
#header-recr .box-menu .links {
 display: flex;
 align-items: center;
}
#header-recr .box-menu .links a {
 color:#F5821F;
	font-size:18px;
	font-weight:500;
 padding: 20px;
}
#header-recr .box-menu .links a:hover,
#header-recr .box-menu .links a.active {
 color:#fff;
 background-color: #F5821F;
}
#header-recr .items-right .language{
 display: flex;
 gap: 5px;
 align-items: center;
}
#header-recr .items-right a{
 color:#fff;
}
#header-recr .items-right a.js-select-lang{
 color:#fff;
	font-size:15px;
	font-weight:500;
 display:block;
 padding: 20px 10px;
 line-height: 20px;
}
#header-recr .items-right a.js-select-lang:hover,
#header-recr .items-right a.js-select-lang.active{
 color:#F5821F;
 background-color: #fff;
}
#header-recr .box-menu .cta {
 padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #F5821F;
}
#header-recr .box-menu .cta:hover {
 background-color: #f1770a;
 color:#fff;
}
.section-banner {
	position:relative;
 clear:both;
 padding: 80px 0px 115px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.section-banner .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 margin-left: -15px;
 margin-right: -15px;
}
.section-banner .col-5{
 width: 45%;
 padding: 0px 15px;
}
.section-banner .col-7 {
 width: 55%;
 padding: 0px 15px;
}
.section-banner .text h2{
 color:#000;
	font-weight:bold;
 font-size: 50px;
}
.section-banner .text h2.-color{
 color:#F5821F;
 margin-top: 50px;
}
.section-banner .search{
 margin-top: 35px;
}
.section-banner .search .form-group{
 max-width: 400px;
 position: relative;
 padding: 8px 27px;
 border-radius: 50px;
 background-color: #ECECEC;
}
.section-banner .search .form-group .form-control{
 width: 100%;
 color:#585858;
	font-size:18px;
	font-weight:300;
 height: 40px;
 padding-right: 60px;
 background-color: transparent;
}
.section-banner .search .form-group .btn-search{
 border: none;
 position: absolute;
 right: 27px;
 top: 8px;
 background-color: transparent;
}
.section-banner .search .form-group .btn-search svg{
 width: 40px;
 height: 40px;
}
.section-banner .logo-trust {
 position: absolute;
 right: 0px;
 bottom: -70px;
}
.section-banner .logo-trust img{
 width: auto;
 max-width: 100%;
 max-height: 50px;
}
.section-banner .banner-video{
 position: relative;
 padding-bottom: 56%;
}
.section-banner .banner-video iframe{
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px;
}
*, *:after, *:before {
 box-sizing: border-box;
}
#menu{
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#alljobs .row #menu {
 flex: 0 0 20%;
}
#menu .sidebar-main {
 padding-left: 20px;
}
#menu .sidebar-main .sidebar--links{
	padding:15px 0;
}
#menu .sidebar-main .sidebar--links .sidebar__title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color: rgba(0,0,0,0.3);
	margin-bottom:5px;
}
#menu .sidebar-main .sidebar--links a{
 display:block;
 color:#637282;
	font-weight:normal;
	position:relative;
	padding:8px 0;
}
#menu .sidebar-main .sidebar--links a:hover{
	color:#F5821F;
}
#menu .sidebar-main .sidebar--links a.active{
	color:#F5821F;
	font-weight:600;
}
#menu .sidebar-main .sidebar--links a.active:before{
	position:absolute;
	top:8px;
	bottom:8px;
	left:-30px;
	background-color: #F5821F;
	width:3px;
	content:"";
}
.news-banner{
 position: relative;
 margin-bottom: 30px;
}
.news-banner .news--head{
 color:#F5821F;
	text-align:center;
}
.news-banner .news--head .title--main{
	font-size:25px;
	font-weight:bold;
}
.news-banner .news--head .title--main span{
 color:#F5821F;
}
.section-news .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -25px;
 margin-left: -25px;
}
.section-news .col-4{
 width: 33.33333%;
 padding: 0px 25px;
}
.section-news .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.section-news .news-grid .item {
	position:relative;
 margin-bottom: 30px;
 overflow: hidden;
 background-color: #fff;
 background-clip: border-box;
 border-radius: 0.25rem;
 transition: all 0.25s ease-in-out;
}
.section-news .news-grid .item .image {
 height: 400px;
 overflow: hidden;
}
.section-news .news-grid .item .image img {
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.section-news .news-grid .item .title{
 padding: 15px;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 z-index: 2;
 min-height: 70px;
 overflow: hidden;
 background-color: #000000a6;
}
.section-news .news-grid .item .title h3{
 color:#fff;
	font-size:16px;
	font-weight:500;
 letter-spacing: 0.25px;
 transition: all 0.25s ease-in-out;
}
.section-news .news-grid .item .title h3 a{
 color:#fff;
	font-size:16px;
	font-weight:500;
}
#list-news {
 margin: 50px 0px;
}
#list-news .col-4{
 margin-bottom: 30px;
}
#list-news .item{
 height: 100%;
 position: relative;
 margin-bottom: 30px;
 border-radius: 25px;
 box-shadow: 2px 2px 7px 0px #00000026;
 transition: all .3s ease-in-out;
}
#list-news .item:hover{
 transform: translateY(-10px);
}
#list-news .item .cell{
 vertical-align: top;
}
#list-news .item .image{
 height: 230px;
 position: relative;
 border-radius: 25px 25px 0px 0px;
}
#list-news .item .image img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 25px 25px 0px 0px;
}
#list-news .item .main{
 padding: 20px;
}
#list-news .item .main .time-post{
 color:#929292;
	font-size:13px;
	font-weight:500;
 margin-bottom: 10px;
}
#list-news .item .main h3{
 margin-bottom: 10px;
}
#list-news .item .main h3 a{
 color:#000;
	font-size:15px;
	font-weight:bold;
 display:block;
 line-height: 23px;
}
#list-news .item .main h3 a:hover{
 color:#F5821F;
}
#list-news .item .main .summary{
 color:#333;
	font-size:15px;
 line-height: 22px;
 margin-bottom: 20px;
}
#list-news .item .main .viewmore{
 color:#929292;
	font-size:13px;
	font-weight:500;
}
#list-news .item .main .viewmore:hover{
 color:#F5821F;
}
#list-news .item p{
 color:#333;
	font-size:15px;
 line-height: 22px;
}
#news-detail{
 padding: 45px 0px;
 background-color: #FDF6F059;
}
#news-detail .container {
 max-width: 1070px;
}
#news-detail .banner__cover{
	position:relative;
	text-align:center;
}
#news-detail .banner__cover img{
 max-width: 100%;
}
#post-content{
 padding: 20px 100px;
 background-color: #fff;
 box-shadow: 0px 2px 2px 0px #00000040;
}
#post-content .title{
 color:#F5821F;
	font-size:25px;
	font-weight:bold;
 margin-bottom: 25px;
}
.detail-news h1,
.detail-news h2,
.detail-news h3, 
.detail-news h4,
.detail-news h5{
 color: #000;
 margin-bottom: 20px;
 line-height: 1.3;
}
.detail-news ul{
 list-style: initial !important;
 margin-left: 20px;
 margin-bottom: 20px;
}
.detail-news ol{
 list-style: auto !important;
 margin-left: 20px;
 margin-bottom: 20px;
}
.detail-news,
.detail-news p,
.detail-news li,
.detail-news div{
 color: #000;
 text-align: justify;
 margin-bottom: 10px;
 line-height: 23px;
 font-size: 15px !important;
}
.detail-news a{
 color: blue;
}
.detail-news p span{
 line-height: 23px;
 font-size: 16px !important;
}
.detail-news p em{
 font-style: italic;
}
.detail-news img{
 max-width: 100%;
 width: auto !important;
 height: auto !important;
}
.slider-news{
 padding: 60px 0px;
}
.slider-news .review-wrap{
 background-color: #F5821F;
}
.slider-news .review-wrap .review-bg {
 margin: 0px 150px;
 background-color: #fff;
}
.slider-news .review-slick .item{
 max-width: 75%;
 margin: 0px auto;
}
.slider-news .review-slick .item h3{
 color:#6d6d6d;
	font-size:17px;
	text-align:center;
	font-weight:normal;
 margin: 20px 0px;
}
.news-related{
 padding-top: 60px;
}
.news-related .news--head {
 color:#F5821F;
	text-align:center;
 margin-bottom: 30px;
}
.news-related .news--head .title--main {
	font-size:25px;
	font-weight:bold;
}
.news-related .news--head .title--main span {
 color:#F5821F;
}
.news-related .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -25px;
 margin-left: -25px;
}
.news-related .col-4{
 width: 33.33333%;
 padding: 0px 25px;
}
.news-related .item {
 height: 100%;
 position: relative;
 margin-bottom: 30px;
 border-radius: 25px;
 box-shadow: 2px 2px 7px 0px #00000026;
 transition: all .3s ease-in-out;
}
.news-related .item:hover {
 transform: translateY(-10px);
}
.news-related .item .cell {
 vertical-align: top;
}
.news-related .item .image {
 height: 230px;
 position: relative;
 border-radius: 25px 25px 0px 0px;
}
.news-related .item .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 25px 25px 0px 0px;
}
.news-related .item .main {
 padding: 20px;
}
.news-related .item .main .time-post {
 color:#929292;
	font-size:13px;
	font-weight:500;
 margin-bottom: 10px;
}
.news-related .item .main h3 {
 margin-bottom: 10px;
}
.news-related .item .main h3 a {
 color:#000;
	font-size:15px;
	font-weight:bold;
 display:block;
 line-height: 23px;
}
.news-related .item .main h3 a:hover {
 color:#F5821F;
}
.news-related .item .main .summary {
 color:#333;
	font-size:15px;
 line-height: 22px;
 margin-bottom: 20px;
}
.news-related .item .main .viewmore {
 color:#929292;
	font-size:13px;
	font-weight:500;
}
.news-related .item .main .viewmore:hover {
 color:#F5821F;
}
.news-related .item p {
 color:#333;
	font-size:15px;
 line-height: 22px;
}
.related-slider {
 margin: -15px -30px;
}
.related-slider .slick-list {
 padding: 15px;
}
.related-slider .related-item {
 padding: 0px 15px;
}
#list-news .read-more{
	text-align:center;
}
#list-news #read-more {
 cursor: pointer;
 margin-top: 30px;
 color:#fff;
	font-size:20px;
	font-weight:bold;
	display:none;
	text-align:center;
 padding: 20px 40px;
 border: none;
 background-color: #F5821F;
 border-radius: 35px;
}
#list-news #read-more:nth-of-type(n+7) {
 display:inline-block;
}
.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
}
.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: #F5821F;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.slick-track{
	margin-left: initial;
	margin-right: initial;
}
