@define a {
 color: #ff122e;
}
@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;
}
.ctas .btn-apply {
 padding: 10px 25px;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 background-color: #ff122e;
 color:#fff;
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
}
.ctas .btn-apply:hover:after {
 content: "";
 bottom: 0px;
 left: 0px;
 height: 3px;
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
}
#article {
 padding: 60px 0px;
}
#article .row-detail{
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
#article .col-3{
 width: 27%;
 padding: 0px 15px;
}
#article .col-9{
 width: 73%;
 padding: 0px 15px;
}
.head-article.article {
 background-color: #fbfbfb;
 padding: 50px 0px;
}
.head-article .head-text {
	text-align:left;
}
.head-article .title {
 margin-bottom: 10px;
 color:#000;
	font-size:26px;
	font-weight:bold;
}
.head-article .breadcrumb a {
 color:#ff122e;
 border-color: #ff122e;
}
.head-article .post-type .type {
 display:inline-block;
	font-size:13px;
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	text-transform:uppercase;
 padding: 7px 10px;
 margin-right: 10px;
}
.head-article .post-type .type.dept {
 background-color: #ff122e;
}
.head-article .post-type .type[data-job-type='ft'] {
 background-color: #A6D32B;
}
.head-article .post-type .type[data-job-type='pt'] {
 background-color: #F09820;
}
.head-article .post-type .type[data-job-type='cs'] {
 background-color: #F06020;
}
.head-article .post-type .type[data-job-type='it'] {
 background-color: #8259DD;
}
.head-article .post-type .type[data-job-type='fl'] {
 background-color: #d88282;
}
.head-article .post-type .type[data-job-type='vl'] {
 background-color: #7a20f0;
}
.footer-article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 position:fixed;
 bottom: 0px;
 background-color: white;
 left: 0px;
 display: table;
 z-index: 2;
 line-height: 25px;
 box-shadow: 0px 1px 1rem rgba(0, 0, 0, 0.1);
 padding: 10px 0px;
}
.footer-article .cell {
	display:table-cell;
	vertical-align:middle;
}
.footer-article .name {
	text-align:center;
	font-size:16px;
 color:#a6071a;
 line-height: 30px;
 opacity: 0; filter: alpha(Opacity:0);
 padding: 0px 20px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.footer-article.stick .name {
 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.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;
}
.footer-article .breadcrumb{
 width: 20%;
}
.footer-article.stick .breadcrumb a {
 color:#ff122e;
 border-bottom-color: #ff122e;
}
.footer-article .ctas {
	text-align:right;
}
#article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding-bottom: 60px;
 line-height: 25px;
}
#article .desc-job {
 display: table;
	width:100%;
}
#article .desc-job .desc {
 line-height: 25px;
 margin-bottom: 10px;
}
#article .desc-job .-desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #fbfbfb;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 20px;
 margin-bottom: 20px;
 border: 1px solid #e4e4e4;
}
#article .desc-job .desc span {
	font-weight:bold;
}
#article .desc-job .-desc li {
 color:#888;
 border-bottom: 1px solid #e4e4e4;
 padding: 0.75em 0;
 margin-bottom: 15px;
 padding-top: 0;
}
#article .desc-job .-desc li:last-child {
 padding-bottom: 0;
 border-bottom: none;
}
#article .desc-job .-desc li strong {
	font-size:16px;
 color:#000;
 display:block;
	font-weight:normal;
}
.box-share {
	position:relative;
 margin-bottom: 20px;
}
.box-share .name {
 color:#000;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.box-share .btn-share {
 width: 49%;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 40px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#87898f;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share span {
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 top: 0px;
 line-height: 40px;
 width: 30px;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
}
.box-share .btn-share.-fb:hover {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail:hover {
 color:#fff;
 background-color: #dd4b39;
}
.article .content-article {
 line-height: 25px;
}
.article .content-article img{
 width: auto !important;
 max-width: 100%;
 height: auto !important
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#323c46;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 color:#333;
 margin-bottom: 10px;
}
.article .content-article ul{
 list-style: initial;
 padding-left: 20px;
}
.article .content-article li:before {
}
.article .list-related {
 border-top: 1px solid #e6e7e8;
 margin-top: 40px;
 padding: 40px 0px;
}
.article .list-related .name {
	font-size:18px;
 color:#000;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.article .list-related a {
 color:#888;
 display:block;
 margin-bottom: 10px;
}
.article .list-related a:hover {
 color:#ff122e;
}
.article .list-related .btn-viewall {
 color:#ff122e;
	font-weight:bold;
 margin-top: 10px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#a6071a;
 border-bottom: 1px solid #a6071a;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1160px;
 margin: 0px auto;
 padding: 0px 15px;
}
.section {
 padding: 50px 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:#ff122e;
 border-color: #ff122e;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
 border:1px solid #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;
}
.not-d, .not-l, .not-t {
 display: none;
}
#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{
}
#appform .wrapper{
 background-color: #fff;
 padding:20px 30px;
 -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 border: none;
}
#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: #7abd1a;
 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 .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: "Roboto";
}
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;
 margin-bottom: 20px;
}
.overview__head h2{
	font-size:24px;
	text-transform:uppercase;
 color:#ff122e;
 line-height: 30px;
}
.overview__text {
	text-align:center;
 color:#747b81;
	font-size:16px;
 margin: 0px auto;
 line-height: 22px;
}
.overview__text .join {
	font-weight:bold;
 color:#3a3f44;
 margin-top: 10px;
}
.overview__text .join a{
	font-weight:bold;
}
.overview__image{
 margin-top: 30px;
}
.overview__image img{
 max-width: 100%;
}
#alljobs .row{
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
#alljobs .col-3{
 width: 30%;
 padding: 0px 15px;
}
#alljobs .col-9{
 width: 70%;
 padding: 0px 15px;
}
.jobs__title h2 {
	font-size:24px;
	text-transform:uppercase;
 color:#ff122e;
 line-height: 30px;
}
.list-jobs .item--job {
	position:relative;
 padding: 30px 0px 30px 0;
 border-bottom: 1px solid #e4e4e4;
}
.item--job .name__job {
 margin-bottom: 10px;
}
.item--job .name__job .title {
	font-size:20px;
	font-weight:bold;
}
.item--job .name__job .title a {
 color:#333;
	font-size:20px;
	font-weight:bold;
}
.item--job .name__job .title:hover a {
 color:#ff122e;
}
.item--job .desc__job ul li {
	font-size:15px;
 display:inline-block;
 margin-right: 20px;
 line-height: 30px;
}
.item--job .desc__job a {
 color:#87898f;
}
.item--job .desc__job span.-ap,
.item--job .desc__job span[class*='ficon-'] {
	font-weight:bold;
 color:#ff122e;
 margin-right: .3em;
}
.desc__job .salary {
	font-weight:bold;
}
.desc__job .salary.orange {
 color:#FF9500;
}
.desc__job .salary.green {
 color:#4CD964;
}
.__pag {
 text-align: right;
 padding-top: 20px;
}
.__pag label {
 display: none;
}
.pag:hover, .pag.active {
 color: rgb(0, 170, 172) !important;
 -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 170, 172, 1) inset;
 box-shadow: 0px 0px 0px 1px rgba(0, 170, 172, 1) inset;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag.disabled:hover {
 box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
 color: rgba(0, 0, 0, 0.6) !important;
}
.pag {
 cursor: pointer;
 display: inline-block;
 min-height: 1em;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 padding: 0.78571429em 1.5em 0.78571429em;
 text-transform: none;
 text-shadow: none;
 line-height: 1em;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 border-radius: 0.28571429rem;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background: transparent none !important;
 color: rgba(0, 0, 0, 0.6) !important;
 font-weight: normal;
 -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
 box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}
.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 #ff122e, 0 0 0 15px rgba(255, 18, 46, 0.15), 0 0 0 25px rgba(255, 18, 46, 0.15);
}
#footer .prefooter {
 background-color: #1a1a1a;
 padding: 120px 0 90px;
}
#footer .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
#footer .col-6 {
 width: 50%;
 padding: 0px 15px;
}
#footer .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.link__foo h3 {
	font-size:18px;
 color:#fff;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.link__foo .textwidget {
	font-size:17px;
 color:#888;
	text-align:justify;
 line-height: 25px;
}
.link__foo .logo{
 margin-bottom: 20px;
}
.link__foo .logo img{
 max-width: 200px;
}
.link__foo{
 color:#b7bec4;
	font-size:14px;
}
.link__foo p{
 margin-bottom: 10px;
}
.link__foo p a{
 color:#ff122e;
	font-size:14px;
}
.link__foo p .location{
 display: block;
 margin-bottom: 5px;
}
.foo--ul li {
 line-height: 35px;
}
.foo--ul li a {
	font-size:17px;
 color:#888;
 display:block;
}
.foo--ul li a:hover {
 color:#fff;
}
.foo--ul li span {
 color:#ff122e;
}
#footer .credits {
 background-color: #000;
	font-size:16px;
 padding: 20px 0;
}
.credits a {
 color:#fff;
 display:inline-block;
 margin-right: 10px;
}
.credits .social{
	text-align:right;
}
.credits [class*='icon-'] {
 font-size: 22px;
 text-align: center;
}
#header-recr {
 position: sticky;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #ff122e;
 left: 0;
 top: 0;
	width:100%;
 z-index: 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.stick {
 position:fixed;
	width:100%;
 z-index: 11;
 top: 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.stick .logo img {
 -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.stick .box-menu {
 padding-top: 0px;
}
#header-recr .logo {
 display:inline-block;
 padding: 10px 0px;
 vertical-align: top;
}
#header-recr .logo img {
 display:inline-block;
 height: 35px;
 -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 .box-menu {
	float:right;
 margin-top: 7px;
 vertical-align: top;
}
.box-menu .links .menus li {
	position:relative;
	float:left;
 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;
}
.box-menu .links .menus li.active a,
.box-menu .links .menus li:hover a {
 background-color: #a6071a;
 border-radius: 3px;
}
#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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}
.section-banner {
	position:relative;
 clear:both;
}
.banner__cover {
	width:100%;
}
.banner__cover img {
	width:100%;
 object-fit: cover;
}
.banner__text {
	position:absolute;
 top: 45%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner__text .box-content{
 max-width: 500px;
 padding: 20px;
 background-color: #ffffffc7;
}
.banner__text .title {
	font-weight:500;
	font-size:40px;
	text-transform:uppercase;
 color:#ff122e;
 margin-bottom: 10px;
 line-height: 1.2;
}
.banner__text .desc {
	font-size:16px;
 color:#323c46;
	font-weight:normal;
 line-height: 24px;
 max-width: 650px;
 text-align: justify;
}
.box-search {
}
.box-search .form-group {
	position:relative;
}
.box-search .form-group.box-input {
 width: 80%;
 display:inline-block;
	vertical-align:middle;
 margin-right: 1.78571%;
}
.box-search .form-group.-button {
 margin-right: 0;
 width: 17.17857%;
	text-align:left;
 display:inline-block;
	vertical-align:middle;
}
.box-search .form-control {
	width:100%;
 padding: 10px 15px;
 background-color: white;
 border:1px solid #e6e7e8;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 height: 45px;
}
.box-search .form-group.-button .btn-search {
	width:100%;
	text-align:center;
 display:inline-block;
 color:#fff;
	font-weight:bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #ff122e;
 height: 45px;
 line-height: 45px;
 cursor: pointer;
}
*,
*:after,
*:before {
 box-sizing: border-box;
}
.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:#a6071a;
}
.check-action:hover .icon {
 color:#a6071a;
}
.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:#ff122e;
}
#sidebar {
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:normal;
 color:#323c46;
 margin-bottom: 10px;
	text-transform:uppercase;
}
#sidebar .list-category {
 margin-bottom: 20px;
}
#sidebar .list-category .list {
 padding-left: 5px;
}
#sidebar .list-category .list.scrollable {
 overflow: hidden;
 max-height: 210px;
}
#sidebar .list-category .list.scrollable:hover {
 overflow-y: scroll;
 transition: all .2s ease;
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
#sidebar .list-category .check-action .number{
 color:#ff122e; }
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 40px;
}
.box-subcribe .title {
 font-size: 18px;
 line-height: 22px;
 border-bottom: 1px solid #e6e7e8;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#87898f;
	font-size:13px;
}
.box-subcribe .input {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 10px 15px;
 border: 1px solid rgba(0, 0, 0, 0.05);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.box-subcribe .btn-apply,
#sidebar-right .box-subcribe .btn-apply {
 display:block;
	text-align:center;
 color:#323c46;
 background: rgba(0,0,0,0.05);
 font-weight: 600;
 margin-top: 5px;
 line-height: 20px;
}
.box-subcribe .btn-apply:hover,
#sidebar-right .box-subcribe .btn-apply:hover {
 background-color: #e6e7e8;
 color:#323c46;
}
#sidebar .social {
 margin-top: 20px;
}
#sidebar .social .title {
 display:block;
 color:#666;
}
#sidebar .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 30px;
 height: 30px;
 margin-top: 10px;
 line-height: 30px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#sidebar .social .btn-share span {
 margin-right: 0px;
}
#sidebar .social .btn-share.-fb:hover {
 background-color: #3b5998;
 border:1px solid #3b5998;
 color:#fff;
}
#sidebar .social .btn-share.-google:hover {
 background-color: #e62117;
 border:1px solid #e62117;
 color:#fff;
}
#sidebar .social .btn-share.-linkedin:hover {
 background-color: #0077b5;
 border:1px solid #0077b5;
 color:#fff;
}
	font-size:13px;
	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: #ff122e;
 border: 1px solid #ff122e;
}
.baseui.button.disabled {
 opacity: .3; filter: alpha(Opacity:30);
 -webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 cursor: default;
 pointer-events: none !important;
}
.baseui.input {
	position:relative;
	font-weight:normal;
 font-style: normal;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: rgba(0, 0, 0, 0.87);
 margin-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:#FFFFFF;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 outline: none;
 padding: 0.67857143em 1em;
 color: rgba(0, 0, 0, 0.87);
 box-shadow: none;
 border: 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: #ff122e;
 outline: 1px solid #ff122e;
}
@media(max-width: 991px) {
 .banner__text {
 position: static;
 transform: initial;
 padding-top: 30px;
 }
 .banner__text .title {
	font-size:30px;
 }
 .list-cats,
 .sidebar {
 flex: 0 0 100%;
 }
 .box-share .btn-share {
 margin-bottom: 10px;
 }
 #alljobs .col-3,
 #alljobs .col-9 {
	width:100%;
 }
 #article .col-3,
 #article .col-9 {
	width:100%;
 }
}
@media(min-width: 768px) {
 .outer-canvas {
 width: 750px;
 }
 #appform .wrapper {
 padding: 15px 20px;
 }
}
@media(max-width: 767px) {
 .app-closebutton {
 right: 0;
 }
 #header-recr .menu-nav {
 display:block;
 }
 #header-recr .links {
 position:fixed;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 20px;
 z-index: 10;
 top: 0px;
 width: 220px;
 height: 100%;
 background-color: #272D34;
 -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 {
 float: none;
 }
 #header-recr .links a {
 display:block;
 color:#fff;
 opacity: 0.6; filter: alpha(Opacity:60);
 padding: 10px 0px;
 line-height: inherit;
 }
 #header-recr .links a:hover {
 opacity: 1; filter: alpha(Opacity:100);
 }
 #header-recr .links .menu-right {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
 }
 #header-recr .links .btn-contact {
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	text-align:center;
 color:#fff;
 border:1px solid #fff;
 }
 #header-recr .links.btn-contact:hover {
 color:#ff122e;
 background-color: #fff;
 }
 .box-menu .links .menus li.active a,
 .box-menu .links .menus li:hover a {
 background: transparent;
 }
 .prefooter .link__foo {
 flex: 0 0 100%;
 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 20px 0px;
 }
}
@media(max-width: 500px) {
 .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%;
 }
}
.component__top--v9 {
	background-color: #ff122e;
}
.component__top--v9:hover {
}
.component__top--v9 i.icon {
}
.component__top--v9.--show {
}
