@define a {
 color: #fa0505;
}
@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;
}
@font-face {
 font-family: "CPN-VN";
 src: url("https://staticx-talent.basecdn.net/image/fonts/cpn/CPN-VN-Regular.ttf");
 font-weight: 400;
 font-style: normal;
}
@font-face {
 font-family: "CPN-VN";
 src: url("https://staticx-talent.basecdn.net/image/fonts/cpn/CPN-VN-Italic.ttf");
 font-weight: 400;
 font-style: italic;
}
@font-face {
 font-family: "CPN-VN";
 src: url("https://staticx-talent.basecdn.net/image/fonts/cpn/CPN-VN-Bold.ttf");
 font-weight: 700;
 font-style: normal;
}
@font-face {
 font-family: "CPN-VN";
 src: url("https://staticx-talent.basecdn.net/image/fonts/cpn/CPN-VN-BoldItalic.ttf");
 font-weight: 700;
 font-style: italic;
}
.container {
	width:100%;
	position:relative;
 max-width: 1360px;
 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: 13px;
 color:#fff;
	position:absolute;
 line-height: 50px;
}
.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;
}
* {
 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:15px;
 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: "CPN-VN";
}
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:#fa0505;
 -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;
}
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0
}
.slick-list:focus {
 outline: 0
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
 margin-left: auto;
 margin-right: auto
}
.slick-track:after,
.slick-track:before {
 display: table;
 content: ''
}
.slick-track:after {
 clear: both
}
.slick-loading .slick-track {
 visibility: hidden
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px
}
[dir=rtl] .slick-slide {
 float: right
}
.slick-slide img {
 display: block
}
.slick-slide.slick-loading img {
 display: none
}
.slick-slide.dragging img {
 pointer-events: none
}
.slick-initialized .slick-slide {
 display: block
}
.slick-loading .slick-slide {
 visibility: hidden
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent
}
.slick-arrow.slick-hidden {
 display: none
}
.slick-prev,
.slick-next {
 font-family: "FontAwesome";
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 width: 55px;
 height: 55px;
 padding: 0;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 z-index: 9;
 background: rgba(0, 0, 0, .55);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {}
.slick-prev:before,
.slick-next:before {
 font-size: 20px;
 line-height: 1;
 color: white;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
 left: 25px;
}
[dir='rtl'] .slick-prev {
 right: 25px;
 left: auto;
}
.slick-prev:before {
 color:#fff;
 content: '\f053';
}
[dir='rtl'] .slick-prev:before {
 color:#fff;
 content: '\f053';
}
.slick-next {
 right: 25px;
}
[dir='rtl'] .slick-next {
 right: auto;
 left: 25px;
}
.slick-next:before {
 color:#fff;
 content: '\f054';
}
[dir='rtl'] .slick-next:before {
 color:#fff;
 content: '\f054';
}
.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: 15px;
 height: 15px;
 padding: 0px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: 0;
 background: #fa0505;
 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: 15px;
 height: 15px;
 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: #7ebd26;
}
.slick-dots li.slick-active button:before {
 opacity: .75;
 color: #000
}
#component__top {
	text-align:center;
 display:block;
 position:fixed;
 color:#fff;
	font-size:20px;
	background-color: #fa0505;
	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: #f02a2a
}
#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;
}
.top-article {
	position:relative;
 padding: 40px 0px;
 background-color: #000;
}
.article-banner{
	text-align:center;
	position:relative;
}
.article-banner .cover img{
 max-width: 100%;
}
.top-article .breadcrumb a{
 color:#fff;
	font-size:18px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 15px;
 border-radius: 10px;
 background-color: #fa0505;
}
.top-article .breadcrumb a:hover{
 opacity: .8;
}
.top-article .detail-head{
 padding-top: 30px;
}
.top-article .detail-head .title{
 color:#fff;
	font-size:32px;
	font-weight:bold;
 margin-bottom: 10px;
}
.top-article .detail-head .desc-job{
 color:#fff;
	font-size:18px;
}
.top-article .detail-head .desc-job ul{
 display: flex;
 align-items: center;
}
.top-article .detail-head .desc-job ul li + li{
 margin-left: 15px;
}
.top-article .detail-head .desc-job ul li a{
 color:#fff;
	font-size:18px;
}
#article {
 line-height: 25px;
 padding-bottom: 60px;
}
.ctas .btn-apply {
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 25px;
 background-color: #fa0505;
 color:#fff;
	position:relative;
 clear:both;
	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);
}
.box-share {
	position:relative;
 right: 0px;
}
[class^="ficon-"],
[class*=" ficon-"] {
 margin-right: 0px;
}
.detail-head .title {
	font-size:32px;
	font-weight:normal;
 color:#fa0505;
 line-height: 1.3;
}
.detail-head .detail__button {
 width: 350px;
	text-align:center;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.box-share .share__name {
 color:#888;
 display:block;
 margin-bottom: 20px;
}
.detail-head .ctas {
 margin-bottom: 20px;
}
.detail-head .ctas .btn-apply {
	width:100%;
}
.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:#555;
 background-color: #fff;
}
.desc-job {
 margin-top: 20px;
 line-height: 25px;
}
.desc-job .desc {
 margin-bottom: 10px;
}
.desc-job .desc span {
	font-weight:bold;
}
.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 .ctas{
	text-align:center;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#000;
	font-weight:bold;
}
.article .content-article h2 {
	font-size:30px;
}
.article .content-article h3 {
	font-size:26px;
}
.article .content-article h4 {
	font-size:24px;
}
.article .content-article h5 {
	font-size:20px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 10px;
 color:#000;
 font-family: "CPN-VN" !important;
}
.article .content-article div span,
.article .content-article p span,
.article .content-article li span{
 font-family: "CPN-VN" !important;
}
.article .content-article ul {
 list-style: initial;
 padding-left: 20px;
}
.article .content-article img{
 width: auto !important;
 height: auto !important;
 max-width: 100%;
}
.list__related {
 padding-top: 40px;
}
.list__related .name {
	font-size:24px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list__related a {
	font-size:16px;
 color:#000;
	font-weight:bold;
 display:block;
 line-height: 20px;
 margin-bottom: 15px;
}
.list__related a:hover{
 color:#fa0505;
}
.list__related .btn-viewall {
	font-weight:bold;
	text-align:center;
 display:inline-block;
 color:#fa0505;
 margin-top: 20px;
 border-bottom: 1px dotted #e0e0e0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.section-resume{
 padding: 40px 0px 0px;
}
.section-resume p{
	font-size:16px;
	text-align:center;
}

#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{
 color:#000;
	font-weight:bold;
	font-size:36px;
 padding-bottom:30px;
 line-height: initial;
}
#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: #fa0505;
 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: #000;
}
#appform .form .upload{
	position:relative;
 border:1px dashed #ccc;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin-top:10px;
}
#appform .form .upload:hover{
 background-color: #f8f8f8;
}
#appform .form .upload .text{
	position:relative;
	text-align:center;
	font-size:15px;
 z-index:100;
 padding:10px 0;
}
#appform .form .upload .text .more{
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top:4px;
}
#appform .form .upload input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .upload input{
 display:block;
	position:absolute;
	white-space: nowrap;
 width:100%;
 height:100%;
 z-index:101;
 opacity: 0; filter: alpha(Opacity:0);
 top: 0px;
}
#appform .form .cancel{
 padding:15px 0;
	text-align:center;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
 color:#999;
 margin-top:30px;
}
#appform .form .cancel:hover{
 color:#111;
	text-decoration:underline;
}
.tos-here{
	text-decoration: underline;
}
.tos-input{
	display: flex;
	gap: 4px;
	align-items: baseline;
}
.section {
 padding: 60px 0px 0px;
}
.section-head {
 margin-bottom: 20px;
}
.section-head .section__title {
	font-weight:bold;
 color:#000;
 font-size: 45px;
 line-height: 1.2;
 margin-bottom: 10px;
}
.section-head .section__desc {
 color:#fa0505;
	font-size:17px;
	font-weight:bold;
 line-height: 24px;
}
.section--head .section__desc a {
 border-bottom: 1px solid #eee;
}
.section-image {
 margin-top: 40px;
}
.section-image img {
	width:100%;
}
/*---- OVERVIEW ----*/
.section-overview .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-overview .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-overview .section-content p {
 color:#000;
	font-size:16px;
 font-weight: 400;
 margin-bottom: 10px;
 text-align: justify;
 word-spacing: -1px;
}
/*---- END OVERVIEW ----*/
/*---- BENEFITS ----*/
.section-benefit {
 position: relative;
}
.section-benefit .section-head{
	text-align:center;
}
.section-benefit .section-content{
 max-width: 1000px;
 margin: 0px auto;
}
.section-benefit .section-content p {
 color:#000;
	font-size:16px;
 font-weight: 400;
 margin-bottom: 10px;
 text-align: justify;
}
.section-image{
 margin-top: 40px;
}
.section-image img{
 max-width: 100%;
}
/*---- END BENEFITS ----*/
/*---- CUSTOMER ----*/
.section-program .program-wrap{
 position: relative;
}
.program-cover{
	text-align:center;
}
.program-cover img{
 width: 100%;
}
.program-content{
 padding: 30px;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
}
.program-wrap .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.program-wrap .col-8{
 width: 70%;
 padding: 0px 15px;
}
.program-wrap .col-4{
 width: 30%;
 padding: 0px 15px;
}
.program-wrap .item{
 color:#fff;
}
.program-wrap .item .title{
	font-size:36px;
	font-weight:bold;
 margin-bottom: 10px;
}
.program-wrap .item .desc{
	font-size:20px;
}
.program-wrap .item .ctas{
 margin: 30px 0px;
}
.program-wrap .item .ctas a{
 color:#fff;
	font-size:18px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 30px;
 background-color: #000;
}
.program-wrap .item .ctas a:hover{
 background-color: #fa0505;
}
.program-wrap .item-tag{
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}
.program-wrap .item-tag span{
 color:#fff;
	font-size:20px;
	font-weight:normal;
 display:block;
}
/*---- END CUSTOMER ----*/
/*---- JOBS ----*/
.section-jobs{
 padding-bottom: 60px;
}
.section-jobs .section-head{
	text-align:center;
 margin-bottom: 50px;
}
.section-jobs .section-head .section__desc{
 color:#000;
	font-weight:normal;
}
.section-content .jobs-list{
 width: 100%;
 max-width: 1060px;
 margin: 0px auto;
}
.jobs-list .note-job{
	font-size:25px;
 color:#000;
	font-weight:bold;
 padding: 15px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.jobs-list .jobs__item {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	position:relative;
 padding-right: 120px;
}
.jobs-list .jobs__item .list__item--title {
 padding-bottom: 2px;
}
.jobs-list .jobs__item .list__item--title a {
	font-size:25px;
 color:#fa0505;
 display:inline-block;
 font-weight: 400;
}
.jobs-list .jobs__item .list__item--title a:hover {
 text-decoration: underline;
}
.jobs-list .jobs__item .list__item--info {
 color:#000;
	font-size:18px;
 padding-top: 6px;
}
.jobs-list .jobs__item .list__item--info a {
	font-weight:normal;
 color:#000;
}
.jobs-list .jobs__item .list__item--info a:hover {
 color:#fa0505;
 text-decoration: underline;
}
.jobs-list .jobs__item .list__item--side {
	position:absolute;
 right: 0px;
 top: 20px;
}
.jobs-list .jobs__item .cta {
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display:inline-block;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 padding: 10px 20px;
 border: 1px solid #fa0505;
 background-color: #fa0505;
}
.jobs-list .jobs__item .cta:hover {
 border-color: #000;
 background-color: #000;
}
/*---- END JOBS ----*/
.search-form{
 width: 100%;
 max-width: 1060px;
 margin: 0px auto;
 position: relative;
 margin-bottom: 40px;
}
.search-form .box-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
 justify-content: center;
}
.search-form .col-4{
 width: 30%;
 padding: 0px 15px;
}
.search-form .col-6{
 width: 70%;
 padding: 0px 15px;
}
.search-form .-input,
.search-form .-select,
.search-form .-button{
 position: relative;
}
.search-form .-input .input-search{
 width: 100%;
 height: 50px;
 padding: 7px 15px;
 padding-right: 50px;
 border-radius: 50px;
 border: 2px solid #000;
 background-color: #fff;
}
.search-form .-input .icon{
 position: absolute;
 right: 10px;
 top: 0px;
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.search-form .-input .icon svg{
 width: 30px;
 height: 30px;
}
.search-form .-select select{
 color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
 width: 100%;
 height: 50px;
 padding: 7px 15px;
 border-radius: 10px;
 background-color: #fa0505;
}
.search-form .-select select option{
 color:#000;
	text-align:left;
 background-color: #fff;
}
.search-form .-button .btn-search{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 width: 100%;
 height: 50px;
 padding: 7px 15px;
 border-radius: 10px;
 border: none;
 background-color: #fa0505;
}
.search-form .-button .btn-search:hover{
 background-color: #000;
}
/*-------------------*/
.__pag {
 text-align: center;
 padding-top: 20px;
}
.pag {
 color:#fff;
	font-size:16px;
	font-weight:bold;
 cursor: pointer;
 height: 45px;
 width: 45px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 outline: none;
 border: 2px solid #fa0505;
 margin: 0em 0.25em 0em 0em;
 padding: 0;
 text-align: center;
 background-color: #fa0505;
}
.__pag label {
 display: none;
}
.pag:hover,
.pag.active {
 color: #000;
 background-color: #fff;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.location-wrapper{
 position: relative;
}
.location-wrapper .location{
 position: relative;
}
.location .loc-title{
 cursor: pointer;
 color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
 width: 100%;
 height: 50px;
 line-height: 38px;
 padding: 7px 15px;
 border-radius: 10px;
 background-color: #fa0505;
}
.location .loc-title .icon{
 position: absolute;
 right: 0px;
 top: 0px;
 height: 50px;
 padding: 7px 10px;
}
.location .loc-title .icon svg{
 width: 16px;
 height: 16px;
 fill: #fff;
}
.location .loc-content{
	display:none;
 height: 300px;
 width: 100%;
 position: absolute;
 left: 0px;
 padding: 10px;
 background-color: #fff;
 z-index: 9;
 overflow: auto;
 box-shadow: 0px 0px 5px #ccc;
}
.location:hover #location{
 display:block;
}
#alljobs .breadcrumb a{
 color:#fff;
	font-size:18px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 15px;
 border-radius: 10px;
 background-color: #fa0505;
}
#alljobs .breadcrumb a:hover{
 opacity: .8;
}
#footer {
 background-color: #000;
}
.top-footer{
 padding: 40px 0px;
}
.top-footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.top-footer .col-2{
 width: 25%;
 padding: 0px 10px;
}
.top-footer .foo-info h3{
 color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.top-footer .foo-info h4{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 margin-bottom: 10px;
}
.top-footer .foo-info ul{
 list-style: none;
 margin-bottom: 15px;
}
.top-footer .foo-info ul li{
 display:block;
 margin-bottom: 0px;
}
.top-footer .foo-info ul li a{
 color:#fff;
 display:block;
}
.top-footer .foo-info ul li a:hover{
 color:#fa0505;
}
.bottom-footer{
	text-align:center;
 padding: 10px 0px;
}
.bottom-footer .copyright,
.bottom-footer .copyright a{
 color:#fff;
}
#header-recr {
 position: sticky;
 top: 0px;
 left: 0px;
	width:100%;
 z-index: 11;
 background-color: #fff;
 padding: 10px 0px;
 background-color: #000;
 -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;
 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 {
 display:inline-block;
 margin-right: 10px;
 height: 20px;
}
#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:right;
 padding-left: 40px;
}
#header-recr .box-menu .links {
 display:inline-block;
}
#header-recr .box-menu .links a {
 display:inline-block;
 color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
 padding: 10px 30px;
}
#header-recr .box-menu .links a:hover,
#header-recr .box-menu .links a.active {
 color:#fa0505;
}
#header-recr .box-menu .links a.link-resume{
 color:#fa0505;
 padding: 10px 20px;
 border-radius: 99px;
 background-color: #1e1d1d;
}
#header-recr .box-menu .links a.link-resume:hover{
 color:#fff;
 background-color: #fa0505;
}
#header-recr .menu-right {
 display:inline-block;
}
#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: #fa0505;
}
#header-recr .box-menu .cta:hover {
 background-color: #e50404;
 color:#fff;
}
.language{
 vertical-align: middle;
 display: table-cell;
 text-align: right;
}
.language .js-select-lang {
 display: inline-block;
}
.language .js-select-lang + .js-select-lang{
 margin-left: 10px;
}
.language .js-select-lang img{
 width: 30px;
 height: 30px;
}
.section-banner {
	position:relative;
 clear:both;
}
.section-banner .banner__cover {
	position:relative;
	width:100%;
	height:100%;
 max-width: 100%;
}
.section-banner .banner__cover img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.section-banner .bg {
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: rgba(0,0,0,.5);
}
.section-banner .banner__text {
 color:#fff;
	position:absolute;
	width:100%;
	text-align:center;
 z-index: 3;
 top: auto;
 bottom: 30px;
}
.banner--headline {
	font-size:16px;
 margin-bottom: 10px;
}
.banner__text .banner--title {
 font-size: 50px;
 font-weight: 700;
 line-height: 1.3;
}
.section-banner .ctas{
 padding-top: 30px;
	text-align:center;
}
.section-banner .cta {
	font-size:24px;
 padding: 15px 40px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
	cursor:pointer;
 display:inline-block;
 color:#fff;
 font-weight: 700;
 background-color: #fa0505;
 text-shadow: none;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.section-banner .cta:hover {
 background-color: #000;
}
.section-banner .btn-contact {
 display:block;
 padding: 20px 0px;
 color: rgba(255, 255, 255, 0.8);
}
.section-banner .btn-contact:hover {
	text-decoration:underline;
}
.section-banner .list-menu {
	position:absolute;
	width:100%;
	text-align:center;
 bottom: 40px;
}
.section-banner .list-menu.stick {
 position:fixed;
 top: 0px;
 left: 0px;
 bottom: auto;
 background: rgba(0,0,0,0.7);
 z-index: 10;
 padding: 10px 0px;
}
.section-banner .list-menu a {
 padding: 10px 30px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
 margin: 0px 5px;
}
.section-banner .list-menu a.active,
.section-banner .list-menu a:hover {
 background: rgba(255,255,255,0.1);
 color:#fff;
}
*, *:after, *:before {
 box-sizing: border-box;
}
#menu{
	font-size:16px;
}
#alljobs .row #menu {
 flex: 0 0 25%;
}
#menu .sidebar-main .sidebar--links{
	margin-bottom: 30px;
}
#menu .sidebar-main .sidebar--links .sidebar__title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color: #000;
	margin-bottom:5px;
}
#menu .sidebar-main .sidebar--links a{
 display:block;
 color:#637282;
	font-size:14px;
	font-weight:normal;
	position:relative;
	padding: 5px 0;
}
#menu .sidebar-main .sidebar--links a:hover{
	color:#fa0505;
}
#menu .sidebar-main .sidebar--links a.active{
	color:#fa0505;
	font-weight:600;
}
#menu .sidebar-main .sidebar--links a.active:before{
	position:absolute;
	top:8px;
	bottom:8px;
	left:-30px;
	background-color: #fa0505;
	width:3px;
	content:"";
}
.sidebar--links .scrollable{
	overflow: hidden;
	max-height: 295px;
	overflow-y: scroll;
	transition: all .2s ease;
}
.sidebar--links .scrollable::-webkit-scrollbar{
	width: 5px;
}
.sidebar--links .scrollable::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .05);
}
.sidebar--links .scrollable::-webkit-scrollbar-thumb {
	background-color: #fa0505;
	outline: 1px solid #fa0505;
}
