

.component__top--v3 {
	background-color: #e52823;
}
.component__top--v3:hover {
}
.component__top--v3 i.icon {
}
.component__top--v3.--show {
}
.sec- {
 margin: 0 !important;
 padding: 60px 0;
}
.section-category{
 margin: 30px 0px;
}
.news-nav {
 text-align: center;
}
.news-nav ul{
 display:inline-block;
}
.news-nav ul li{
 display:inline-block;
 line-height: 30px;
}
.news-nav ul li.active a{
 border-bottom: 2px solid #0058A0;
}
.news-nav ul li:last-child .sub-line{
	display:none;
}
.news-nav ul li span{
 display:inline-block;
 line-height: 30px;
}
.news-nav a {
 color:#e52823;
	font-size:18px;
 line-height: 30px;
 display:inline-block;
 padding: 0px 10px;
	text-transform:uppercase;
 border-bottom: 2px solid transparent;
}
.news-nav a:hover{
 border-bottom: 2px solid #0058A0;
}
.news-nav .search {
 display: inline-block;
 vertical-align: top;
 position: relative;
}
.news-nav .search .input-search {
 padding: 6px 10px 6px 25px;
 border-bottom: 1px solid #555;
}
.news-nav .search .btn-search {
 position: absolute;
 left: 0px;
 top: 0px;
 color: #555;
 padding: 6px 4px;
 cursor: pointer;
 border: none;
 background-color: transparent;
}
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color: #fff;
	font-size:25px;
	font-weight:normal;
 display:inline-block;
 background-color: #e52823;
 padding: 10px 30px;
	text-transform:uppercase;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.section-new .col-6{
 width: 50%;
 padding: 0px 15px;
 box-sizing: border-box;
}
.section-new .new-item{
	position:relative;
 margin-bottom: 30px;
}
.section-new .new-item:hover .new-item_info h3 a{
}
.new-item_img{
 height: 356px;
 overflow: hidden;
}
.new-item_img img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 -webkit-transition-property: transform; -moz-transition-property: transform;
 -o-transition-property: transform; transition-property: transform; -webkit-transition-duration: .5s; -moz-transition-duration: .5s;
 -o-transition-duration: .5s; transition-duration: .5s;
}
.section-new .new-item:hover .new-item_img img{
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.new-item_cate {
	position:absolute;
 top: 0px;
 left: 0px;
 padding: 15px;
 z-index: 9;
}
.new-item_cate h2{
 font-weight: 500;
	font-size:16px;
}
.new-item_cate h2 a{
 color: #fff;
 font-weight: 500;
	font-size:16px;
 line-height: 20px;
	text-transform:uppercase;
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.new-item_cate h2 a:hover{
 color:#a40a1d;
}
.new-item_info {
	position:absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding: 15px;
 z-index: 9;
 background-size: cover !important;
}
.new-item_info h3{
	position:relative;
 z-index: 99;
}
.new-item_info h3 a {
 color: #fff;
	font-size:20px;
 font-weight: 500;
 line-height: 25px;
	text-transform:uppercase;
}
#list-news .container{
 max-width: 800px;
}
.list-news{
 margin-bottom: 60px;
}
.list-news .image {
 height: 450px;
 overflow: hidden;
 margin-bottom: 25px;
}
.list-news .image img {
 width: 100%;
 object-fit: cover;
}
.list-news .content{
 padding: 0px 50px;
}
.list-news .content .date{
 margin-bottom: 10px;
}
.list-news .content h3{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.list-news .content h3 a{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
}
.list-news .content p{
 color:#000;
	font-weight:normal;
	font-size:16px;
 line-height: 20px;
}
.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;
}
.hero-banner.article .hero-text .title{
	font-size:28px;
 line-height: 35px;
}
.hero-banner.article .hero-text .post-type{
	font-size:14px;
}
.hero-banner.article .hero-text .post-type .-ap{
 margin-right: 5px;
 margin-left: 10px;
}
.sidebar-article{
 width: 30%;
	float:left;
}
.sidebar-article .desc-job,.sidebar-article .box-share{
	border:1px solid #e5e5e5;
	position:relative;
 clear:both;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.sidebar-article .desc-job:after,.sidebar-article .box-share:after{
	position:absolute;
	width:100%;
 bottom:0px;
 left: 0px;
 height: 2px;
	background-color: #e5e5e5;
 content: "";
}
#article{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
 padding-bottom: 60px;
 line-height: 25px;
 width: 60%;
}
.sidebar-article .desc-job{
 display: table;
	width:100%;
}
.sidebar-article .desc-job .desc{
 line-height: 25px;
 padding:10px 20px;
 border-bottom: 1px solid #e5e5e5;
}
.ctas .btn-apply{
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #e52823;
 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);
}
.sidebar-article .desc-job .desc span.name{
	font-weight:bold;
 display:block;
}
.box-share{
	text-align:center;
	position:relative;
 margin-top: 20px;
 padding:20px;
}
.box-share .name{
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share{
 width: 47%;
 -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:#747b81;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share.first{
	float:left;
}
.box-share .btn-share.second{
	float:right;
}
.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: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: 22px;
	text-align:justify;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5{
 margin-bottom: 20px;
 line-height: 1.3;
 color:#3a3f44;
	font-weight:normal;
}
.article .content-article h2{
	font-size:24px;
 color:#e52823;
}
.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{
 margin-bottom: 15px;
}
.article .content-article li{
	padding-bottom:10px;
}
.article .content-article ul{
 list-style-type:square;
 margin-left: 20px;
}
.list-related{
 padding: 40px 0px;
}
.list-related .name{
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related .item{
	margin-bottom:10px;
}
.list-related .item > a{
 display:block;
	font-size:16px;
 line-height: 20px;
 margin-bottom: 5px;
}
.list-related .item{
 padding:15px 0px;
 border-bottom: 1px dotted #e5e5e5;
}
.list-related .item .salary{
 color:#747b81;
	font-size:12px;
}
.list-related .btn-viewall{
	font-weight:bold;
 color:#e52823;
 margin-top: 20px;
 border:1px solid #e52823;
 padding:10px 20px;
	text-align:center;
 display:block;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
} 
.list-related .btn-viewall:hover{
 background-color: #e52823;
 color:#fff;
}
#appform .form .submit {
 background-color: #e52823;
}
#appform .form .submit:hover {
 background: rgba(229,40,35,.9);
}
#appform .form .upload input{
 top: 0px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#fff;
 border-bottom: 1px solid #a40a1d;
}
.breadcrumb a:hover{
 border-bottom: 1px solid #a40a1d;
 color:#fff;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1000px;
 margin: 0px auto;
}
.mrb30{
 margin-bottom: 30px;
}
#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:#e52823;
 border-color: #e52823;
}
#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 #e5e5e5;
}
.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;
}
.search input::placeholder {
 color: #fff;
}
.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
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#747b81;
 -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: "Helvetica Neue", Helvetica;
}
a {
 color:#a40a1d;
	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:#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;
}
.section{
	padding: 40px 0px;
}
.section__head{
	text-align:center;
	margin: 0px auto;
	margin-bottom: 40px;
}
.section__head .section--title{
	font-size:32px;
	font-weight:normal;
 display:inline-block;
	line-height: 40px;
	margin-bottom: 20px;
	color: #e52823;
 background: -webkit-linear-gradient(left, #a40a1d, #e52823);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.section__head .section--line{
	background-color: #a40a1d;
	width: 70px;
	height: 4px;
	margin: 0px auto;
}
/*--- OVERVIEW ---*/
.overview__text{
	text-align:center;
	max-width: 600px;
	margin: 0px auto;
	line-height: 22px;
	color:#747b81;
}
.overview__text .join{
	font-weight:bold;
 color:#3a3f44;
	margin-top: 10px;
}
.overview__text .join a{
	color:#a40a1d;
	font-weight:bold;
}
.overview__text .join a:hover{
	text-decoration:underline;
}
.section--title span{
	font-weight:bold;
}
.overview__image{
	margin-top: 40px;
}
.overview__image img{
	width:100%;
}
/*--- END OVERVIEW ---*/
/*--- WHYCHOOES ---*/
.section-whychoose{
	color:#fff;
	background: -webkit-linear-gradient(left, #a40a1d, #e52823);
}
.section-whychoose .section__head .section--title{
	color:#fff;
	-webkit-text-fill-color: #fff;
}
.whychoose__item{
	width: 23.25%;
	margin-right: 2%;
	float:left;
	text-align:center;
}
.whychoose__item:nth-child(4n+4){
	margin-right: 0px;
}
.whychoose__item .item--image img{
	height: 50px;
}
.whychoose__item .item--title{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:15px;
	line-height: 22px;
}
.whychoose__item .item--desc{
	line-height: 22px;
}
/*--- END WHYCHOOES ---*/
/*--- JOBS ---*/
#sidebar h3 {
	font-size:20px;
	font-weight:normal;
 color:#3a3f44;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.sidebar-title {
	margin-bottom: 15px;
}
.sidebar-title h2 {
	color: #a40a1d;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
}
.section-jobs .filter{
	text-align:center;
	margin-bottom: 40px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 40px;
}
.section-jobs .filter .name{
	margin-right: 5px;
 display:inline-block;
	font-size:18px;
}
.section-jobs .filter a{
 display:inline-block;
 color:#a40a1d;
	padding: 5px 15px;
	border:1px solid #a40a1d;
	margin-bottom:10px;
	-moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
	margin-right: 5px;
}
.section-jobs .filter a:hover{
	background-color: #a40a1d;
	color:#fff;
}
.list-jobs .title-cat{
	font-size:24px;
	font-weight:normal;
	line-height: 30px;
	margin-bottom: 20px;
}
.section-jobs .sidebar{
	width: 30%;
	float:left;
}
.section-jobs .sidebar a{
 display:block;
	position:relative;
 color:#747b81;
	background-color: #f4f7fb;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding:15px 15px;
}
.section-jobs .sidebar .number{
	width:30px;
	height:30px;
	text-align:center;
 display:inline-block;
	position:absolute;
	right: 15px;
	top: 7px;
	line-height:30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.05);
}
.section-jobs .sidebar a:hover,
.section-jobs .sidebar a.active{
	background-color: #a40a1d;
	color:#fff;
}
.section-jobs .sidebar a:hover:after,
.section-jobs .sidebar a.active:after{
	content: "";
	position:absolute;
	border-top: 5px solid transparent;
	border-left: 5px solid #a40a1d;
	border-bottom: 5px solid transparent;
	right: -5px;
}
.section-jobs .list-jobs{
	width: 65%;
	float:right;
}
.list-jobs .box-cat .item-job{
	padding: 15px 10px;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px dashed #e5e5e5;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding-right: 160px;
	margin-bottom: 15px;
}
.list-jobs .box-cat{
	margin-bottom:0px;
}
.list-jobs .box-cat .item-job:hover{
	background-color: #f9f9f9;
}
.list-jobs .box-cat .item-job .cta{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	top: 15px;
	right: 10px;
	margin-top: 10px;
}
.list-jobs .box-cat .item-job .cta .btn-apply{
	padding: 8px 20px;
	border:1px solid #a40a1d;
	color:#fff;
	-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;
	background-color: #a40a1d;
}
.list-jobs .box-cat .item-job .cta .btn-apply:hover{
	box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.list-jobs .box-cat .item-job .title{
	font-size:16px;
	line-height: 22px;
	margin-bottom: 5px;
}
.list-jobs .box-cat .item-job .title a{
	font-weight: 500;
}
.list-jobs .box-cat .item-job .info{
	font-size:12px;
 display:inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.list-jobs .box-cat .item-job .info a{
	color:#747b81;
}
.list-jobs .box-cat .item-job .info .-ap{
	margin-right: 5px;
	color:#747b81;
}
#alljobs{
 clear:both;
}
#sidebar.scroll-to-fixed-fixed{
	margin-top: 55px;
}
#appform .form .submit {
	background-color: #e52823;
}
#appform h1{
	line-height: 35px;
}
#appform .form .submit:hover {
	background: rgba(229,40,35,.8);
}
.note-job {
	font-size:15px;
 padding: 15px 10px;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px dashed #e5e5e5;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#sidebar ul li.active a{
	color:#fff;
	background-color: #a40a1d;
}
/*--- END JOBS ---*/
@media(max-width: 768px){
	.section--banner{
 width: auto;
	}
	.section-jobs .sidebar, .section-jobs .list-jobs{
	width:100%;
 float: none;
	}
	.whychoose-content .whychoose__item{
	width:100%;
 float: none;
 margin-right: 0px;
 margin-bottom: 5%;
	}
}
.tabs-wrap .tabs-dialog{
	margin: 0 13%;
}
.tabs-wrap .tab-link{
 display:inline-block;
	width: 45%;
 vertical-align: top;
 margin: 0px 2%;
}
.tabs-wrap .tab-controller{
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
 background-color: #fff;
 cursor: pointer;
 padding: 10px 10px 15px;
 -webkit-transform: scale(0.92);
 transform: scale(0.92);
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
.tabs-wrap .tab-link.tab-current .tab-controller{
 background: -webkit-gradient(linear, left top, left bottom, from(#a0081c), to(#e52822));
 background: linear-gradient(#a0081c, #e52822);
 -webkit-transform: scale(1);
 transform: scale(1);
}
.tabs-wrap .tab-controller .image img {
 width: 100%;
}
.tabs-wrap .tab-controller .text {
 text-align: center;
 color: #1f1f1f;
	margin-top: 15px;
	font-size: 18px;
	text-transform:uppercase;
}
.tabs-wrap .tab-link.tab-current .tab-controller .text {
 color: #fff;
}
.head_top {
 margin: 50px 0px 30px 0px;
}
.head_top .tab-img{
	width: 25%;
}
.head_top .tab-img img{
	width: 100%;
}
.head_top .tab-text{
	width: 75%;
	padding-left: 30px;
}
.head_top .title {
 font-family: 'Roboto Light', sans-serif;
	font-size: 35px;
	color: #1e1e1e;
}
.head_top .title div {
 font-family: 'Roboto Bold', sans-serif;
 font-weight: bold;
 line-height: 42px;
}
.head_top .tab-text .hidden-xs{
	color: #1e1e1e;
 font-size: 16px;
}
.head_top .visible-xs{
	color: #1e1e1e;
 font-size: 16px;
}
.tab-content_image {
	text-align:center;
}
.tab-content_image img{
	max-width: 100%;
}
.visible-xs{
 display: none !important;
}
.tab-content .description {
	text-align:center;
	color: #1e1e1e;
	font-size: 14px;
 line-height: 1.42857143;
	margin: 30px 20% 0px 20%;
}
.tab-content p {
 font-size: 16px;
	margin-bottom: 0px;
	font-family: 'Roboto Light', sans-serif;
}
.tab-content .description h2 {
	margin-top: 0px;
	font-size: 30px;
 font-family: 'Roboto Bold', sans-serif;
 font-weight: bold;
}
.another_img_head{
	text-align: center;
 margin-top: 30px;
}
.another_img_head .title {
 font-family: 'Roboto Light', sans-serif;
 font-size: 24px;
 text-transform: uppercase;
}
.another_img_head .another_img .item {
 margin: 10px;
}
.another_img_head .another_img .item .item_text {
 position: relative;
}
.another_img_head .another_img .item .item_text img {
 -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
 border-radius: 2px;
}
.another_img .owl-carousel .owl-nav{
	position:absolute;
	top: 50%;
 margin-top: -30px;
 width: 100%;
}
.another_img .owl-carousel .owl-nav button{
	font-size: 50px !important;
}
.another_img .owl-carousel .owl-nav .owl-prev{
	position:absolute;
	left: -20px;
	right: auto;
}
.another_img .owl-carousel .owl-nav .owl-next{
	position:absolute;
	right: -20px;
	left: auto;
}
.another_img .owl-carousel .owl-nav button.disabled{
	opacity: .5;
}
#tab2 .box_1 {
 position: relative;
}
#tab2 .img_common {
	margin-top: 20px;
	max-width: 100%;
}
#tab2 .box_1 .title {
 position: absolute;
 top: 40%;
 width: 40%;
 text-align: right;
 padding-left: 1%;
 color: white;
 font-family: 'Roboto Bold', sans-serif;
 font-weight: bold;
 font-size: 42px;
}
#tab2 .box_1 .title div {
 font-family: 'Roboto Light', sans-serif;
 font-weight: 300;
 font-size: 16px;
 line-height: 28px;
}
#tab2 .box_2 {
 position: relative;
}
#tab2 .img_common {
	margin-top: 20px;
	max-width: 100%;
}
#tab2 .box_2 .title {
 position: absolute;
 bottom: 0%;
 left: 50%;
 width: 50%;
 text-align: left;
 background-color: white;
 background-color: rgba(255, 255, 255, 0.7);
 padding: 3% 3% 1% 3%;
 padding-top: 2%;
 color: black;
 font-family: 'Roboto Bold', sans-serif;
 font-weight: bold;
 font-size: 37px;
 border-radius: 15px 0px 0px 0px;
}
#tab2 .box_2 .title div {
 font-family: 'Roboto Light', sans-serif;
 font-weight: 300;
 font-size: 37px;
}
#tab2 .box_2 .title .infor {
 font-size: 16px;
}
#tab2 .box_3 {
 text-align: left;
}
#tab2 .box_3 .col-1{
	width: 41.66666667%;
	padding: 0px 15px 0px 0px;
}
#tab2 .box_3 .infor {
	margin-top: 10px;
	color: #1e1e1e;
}
#tab2 .box_3 .col-3{
	width: 58.33333333%;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
}
@media(max-width: 767px){
	.visible-xs {
 display: block !important;
	}
	.hidden-xs {
 display: none !important;
	}
	.tabs-wrap .tabs-dialog{
 margin: 0px;
	}
	.head_top .tab-img{
 width: 50%;
	}
	.head_top .tab-text{
 width: 50%;
	}
	.head_top .title {
 font-size: 20px;
	}
	.head_top .title div {
 line-height: 26px;
	}
	.head_top .visible-xs{
 margin-top: 20px;
	}
	.tab-content .description{
 margin: 30px 0px 0px;
	}
	#tab2 .box_1 .title {
 top: 14%;
 width: 40%;
 font-size: 22px;
	}
	#tab2 .box_1 .title div {
 font-size: 11px;
 line-height: 16px;
	}
	#tab2 .box_2 .title {
 left: 5%;
 width: 90%;
 font-size: 20px;
	}
	#tab2 .box_2 .title .infor {
 font-size: 12px;
	}
	#tab2 .box_3{
 display: block;
	}
	#tab2 .box_3 .col-1{
 width: 47%;
 padding: 0px;
 vertical-align: top;
 display: inline-block !important;
	}
	#tab2 .box_3 .infor{
 font-size: 12px;
	}
	#tab2 .box_3 .col-1.infor{
 padding-left: 15px;
	}
	#tab2 .box_3 .col-3{
 display: block;
 width: 100%;
	}
	.another_img .owl-carousel .owl-nav .owl-next{
 right: -10px;
	}
	.another_img .owl-carousel .owl-nav .owl-prev {
 left: -10px;
	}
}
#footer {
 background-color: #2a3137;
 padding:60px 0px;
}
#footer .box-footer{
 width: 40%;
}
#footer .links-footer,#footer .contact{
 width: 25%;
}
#footer .col-3{
 margin-right: 5%;
	float:left;
}
#footer .col-3:nth-child(3n+3){
 margin-right: 0px;
}
#footer .title{
 color:#b7bec4;
 margin-bottom: 20px;
}
#footer .links-footer a{
 display:block;
 color:#b7bec4;
 margin-bottom: 10px;
}
#footer .links-footer a:hover{
	text-decoration:underline;
}
#footer .box-footer .logo{
 margin-bottom:20px;
}
#footer .box-footer .logo img{
 height: 70px;
}
#footer .box-footer .address{
 color:#b7bec4;
 line-height: 20px;
 margin-bottom: 10px;
}
#footer .box-footer .address p{
 margin-bottom: 10px;
}
#footer .box-footer .address a{
 color: #b7bec4;
}
#footer .box-footer .address .location{
 display:block;
 margin-bottom: 5px;
}
#footer .contact p{
 margin-bottom: 10px;
 color:#b7bec4;
} 
#footer .contact a{
 color: #b7bec4;
}
#footer .bottom-footer{
 border-top:1px solid rgba(255,255,355,0.1);
 margin-top:20px;
 padding-top:20px;
 color:#b7bec4;
	position:relative;
}
#footer .bottom-footer a{
 color:#fff;
}
#footer .bottom-footer .social{
	position:absolute;
 top:20px;
 right:0px;
}
#footer .bottom-footer .social a{
 display:inline-block;
	font-size:20px;
 margin-left:5px;
}
#footer .bottom-footer .social a:hover{
 opacity: 0.8; filter: alpha(Opacity:80);
}
/* File does not exists: [PRIVATE FILE] */

#header-recr{
 position:fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}
#header-recr .container{
 display: flex;
}
#header-recr.stick{
 background: -webkit-linear-gradient(left, #a40a1d, #e52823);
 box-shadow: 0 1px 1px rgba(0,0,0,.14);
 -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: 102;
}
#header-recr.stick .menu-right .search .form-control{
 border: 1px solid rgba(255,255,255,0.2);
}
#header-recr.stick .links a{
	opacity: 1; filter: alpha(Opacity:100);
}
#header-recr.stick .links a:hover,#header-recr.stick .links a.active{
 box-shadow: inset 0 -4px #4b4f56;
}
#header-recr .links input[type='text']::placeholder {
 color: #fff;
}
#header-recr .logo{
 padding: 5px 0px;
 display:inline-block;
}
#header-recr .logo img{
 height: 60px;
 -moz-transition: height .6s ease;
 -webkit-transition: height .6s ease;
 -o-transition: height .6s ease;
 transition: height .6s ease;
}
#header-recr.stick .logo img{
 height: 46px;
 -moz-transition: height .6s ease;
 -webkit-transition: height .6s ease;
 -o-transition: height .6s ease;
 transition: height .6s ease;
}
#header-recr .logo .logo-img.color{
	display:none;
}
#header-recr.stick .logo .logo-img.color{
 display:inline-block;
}
#header-recr.stick .logo .logo-img.white{
	display:none;
}
#header-recr .logo .name{
	font-size:16px;
 color:#fff;
 padding-right: 10px;
 border-right: 5px solid #a40a1d;
 -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{
	vertical-align:middle;
 padding-left: 20px;
}
#header-recr .menu-right{
	position:absolute;
	text-align:right;
 padding: 10px 0px;
 top: 0px;
 right: 0px;
}
#header-recr .links a{
 display:inline-block;
 color:#fff;
	position:relative;
 padding: 20px 10px;
 opacity: 0.8; filter: alpha(Opacity:80);
 -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 .links a.active,
#header-recr .links a:hover{
 -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;
 box-shadow: inset 0 -3px #fff;
}
#header-recr .menu-right .search{
 display:inline-block;
	position:relative;
 clear:both;
}
#header-recr .menu-right .search .form-control{
 background: rgba(255,255,255,0.1);
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 8px 15px;
 width: 100px;
 padding-left: 30px;
	font-size:12px;
 -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 .menu-right .search .form-control:focus{
 width: 200px;
 -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 .menu-right .search .btn-search{
	position:absolute;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
 top: 0px;
 left: 0px;
 padding: 8px 0px;
 width: 30px;
 color: rgba(255,255,255,0.5);
}
#header-recr .menu-right .btn-apply{
 display:inline-block;
 color:#fff;
 clear:both;
 padding: 8px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #a40a1d;
}
#header-recr .menu-right .btn-apply:hover{
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
#header-recr .menu-right .search .form-control:$placeholder{
	color: rgba(255,255,255,0.5);
}
.hero-team{
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #000;
 height: 300px;
}
.hero-team .team__images{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 overflow: hidden;
}
.hero-team .team__images img{
 flex-grow: 1;
 opacity: .6; filter: alpha(Opacity:60);
}
.hero-team .team__images img:hover{
}
.hero-team .hero__text{
	position:relative;
	width:100%;
	text-align:center;
}
.hero-team .hero__text h2{
	font-size:24px;
 color:#fff;
	font-weight:normal;
 display:inline-block;
 line-height: 240px;
}
.hero-team .hero__text a{
 color:#fff;
}
.hero-team .hero__text a:hover{
	text-decoration:underline;
}
/*----- HEADER BANNER ----*/
.section-banner{
	position:relative;
 clear:both;
 min-height: 360px;
}
.section-banner .banner__cover{
	position:absolute;
	width:100%;
	height:100%;
 max-width: 100%;
}
.section-banner .banner__cover img{
	width:100%;
	height:100%;
 display:block;
 object-fit: cover;
}
.section-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #0B1935;
 opacity: 0.6; filter: alpha(Opacity:60);
 background: -webkit-linear-gradient(180deg, #0B1935, #174856);
 background: -o-linear-gradient(180deg, #0B1935, #174856);
 background: -moz-linear-gradient(180deg, #0B1935, #174856);
 background: linear-gradient(180deg, #0B1935, #174856);
}
.section-banner .banner__text{
	text-align:center;
 color:#fff;
	position:relative;
 padding:190px 0px;
 padding-top: 180px;
 z-index: 3;
}
.section-banner .banner__text .banner--title{
	font-size:40px;
	font-weight:normal;
 line-height: 50px;
 margin-bottom: 10px;
}
.section-banner .banner__text .banner--desc{
	font-size:20px;
 line-height: 30px;
}
.section-banner .banner__text .type-text{
	font-weight:bold;
}
.section-banner .cta{
 padding:15px 40px;
 margin-top:20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#fff;
	cursor:pointer;
 display:inline-block;
 font-weight:600;
 border:1px solid #fff;
 background: rgba(255,255,255,0.05);
}
.section-banner .cta:hover{
 background-color: #fff;
 color:#e52823;
}
.teletype-cursor{
 color:#00f0ff;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
