@define alink {
 color: #1d8ccb;
}
@define ahover {
 color: #1e8fcf;
}
@define alight {
 color: #3ea0d8;
}
@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);
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 100;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Light.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 100;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-LightItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 200;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-ExtraLight.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 200;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-ExtraLightItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 300;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Thin.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 300;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-ThinItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 400;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Regular.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 400;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Italic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 500;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Medium.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 500;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-MediumItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 600;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-SemiBold.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 600;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-SemiBoldItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 700;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Bold.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 700;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-BoldItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 800;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-ExtraBold.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 800;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-ExtraBoldItalic.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: normal;
 font-weight: 900;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-Black.ttf');
}
@font-face {
 font-family: 'Be Vietnam Pro';
 font-style: italic;
 font-weight: 900;
 src: url('https://staticx-talent.basecdn.net/image/fonts/bevietnampro/BeVietnamPro-BlackItalic.ttf');
}
.component__top--v2 {
	background-color: #ED1B34;
}
.component__top--v2:hover {
	color: #fff;
}
.component__top--v2 i.icon {
}
.component__top--v2.--show {
}
.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;
}
#header-recr.header-detail {
 position: static;
}
.header-detail .top_bar{
 color:#141416;
 border-bottom: 1px solid #141416;
}
.header-detail .top_bar p a{
 color:#141416;
}
.header-detail .top_bar p img{
 filter: brightness(1) invert(1);
}
.header-detail .nav-menu ul li a{
 color:#141416;
}
.header-detail .nav-menu ul li.cta a{
 border: 2px solid #141416;
}
.header-detail .top_bar li a{
 color:#141416;
}
.header-detail .top_bar li a img{
 filter: brightness(1) invert(1);
}
.header-detail .top_bar-language a{
 color:#141416;
}
.header-detail .top_bar-language a:hover,
.header-detail .top_bar-language a.active{
 color:#ED1B34;
}
.job-detail .row-detail{
 display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.job-detail .col-6{
 width: 50%;
 padding: 0px 15px;
}
.article .head-article{
 margin-bottom: 32px;
}
.article .head-article .type{
 color:#005091;
	font-size:16px;
 display:inline-block;
 line-height: 24px;
 font-weight: 600;
 padding: 8px 16px;
 background: rgba(0, 80, 145, 0.12);
 border-radius: 24px;
}
.article .head-article .type.dept{
 margin-right: 16px;
}
.article .content-article p img {
 max-width: 100%;
}
.article .content-article p,
.article .content-article div {
 color:#141416;
	font-size:16px;
 margin-bottom: 12px;
 line-height: 24px;
}
.article .content-article span, 
.article .content-article p span, 
.article .content-article div span{
 font-family: 'Be Vietnam Pro';
}
.article .content-article ul {
 margin-bottom: 32px;
}
.article .content-article li {
 color:#141416;
	font-size:16px;
 line-height: 24px;
 margin-bottom: 12px;
}
.article .content-article li::before {
 content: "\f111";
 color:#ED1B34;
	font-weight:bold;
 display:inline-block;
 font-size: 13px;
 font-family: FontAwesome;
 margin-right: 12px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h4 {
 margin-bottom: 16px;
	font-size:20px;
	font-weight:bold;
 line-height: 28px;
	text-transform:uppercase;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.detail-form {
 padding: 32px;
 border-radius: 8px;
 padding-bottom: 120px;
 background-color: #005091;
 background-repeat: no-repeat;
 background-position: bottom left;
 background-size: contain;
}
.head-form .title{
 color:#fff;
 font-size: 40px;
 font-weight: 800;
 line-height: 48px;
 margin-bottom: 16px;
	text-transform:uppercase;
}
.head-form p{
 color:#fff;
	font-size:14px;
 line-height: 22px;
 margin-bottom: 4px;
}
.head-form p a{
 color:#fff;
}
.section__banner {
 position: relative;
}
.banner__cover {
 max-width: 100%;
}
.banner__cover img {
	width:100%;
}
.banner__text {
	position:absolute;
 top: 70%;
 left: 50%;
 z-index: 1;
	width:100%;
	text-align:center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner__text h2 {
 color:#fff;
 font-size: 64px;
 font-weight: 800;
 line-height: 68px;
	text-transform:uppercase;
 letter-spacing: 2px;
}
#breadcrumb-mobile{
	display:none;
}
.breadcrumb {
 margin-bottom: 32px;
}
.breadcrumb a {
 display:inline-block;
 color:#141416;
	font-size:16px;
 font-weight: 600;
 line-height: 24px;
}
.breadcrumb a img{
 display:inline-block;
 vertical-align: middle;
}
.breadcrumb a span{
 display:inline-block;
 vertical-align: middle;
 margin-left: 12px;
}
.breadcrumb .active {
	font-size:16px;
 color:#ED1B34;
}
.breadcrumb a:hover {
 color:#ED1B34;
}
.container {
 width: 100%;
 max-width: 100%;
 margin: 0px auto;
 padding: 0px 115px;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#B1B5C3;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #e5e7e8;
 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:#ED1B34;
 border-color: #ED1B34;
}
#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;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section {
 padding: 60px 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 #e5e7e8;
}
.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;
}
#footer {
	font-size:14px;
 color:#353945;
 background-color: #fff;
}
#footer .top-footer {
 padding: 64px 0px 32px 0px;
}
#footer .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
#footer .col-4 {
 width: 35%;
 padding: 0px 15px;
}
#footer .col-3 {
 width: 21.66666%;
 padding: 0px 15px;
}
#footer .foo-logo img {
 height: 50px;
}
#footer .foo-logo .address {
 margin-top: 16px;
 margin-bottom: 32px;
}
#footer .foo-logo .address p {
	font-size:14px;
 color:#353945;
 line-height: 22px;
}
#footer .foo-logo .social a {
 display:inline-block;
 margin-right: 15px;
}
#footer .foo-info h3 {
 color:#141416;
	font-size:16px;
 font-weight: 600;
 line-height: 24px;
 margin-bottom: 24px;
}
#footer .foo-info ul {
 list-style: none;
}
#footer .foo-info ul li {
 line-height: 22px;
 margin-bottom: 16px;
}
#footer .foo-info ul li a {
 color:#141416;
	font-size:14px;
 display:block;
}
#footer .foo-info ul li a:hover {
 color:#ED1B34;
}
.bottom-footer {
	text-align:center;
 padding: 32px 0px;
 border-top: 1px solid #DEE0E4;
}
.bottom-footer .copyright {
 color:#B1B5C3;
	font-size:14px;
 line-height: 22px;
}
#appform {
}
#appform .wrapper {
 border: none;
 padding: 0px 0px;
 margin-top: 32px;
 background-color: transparent;
}
#appform .form .upload input{
 top: 0px;
 cursor: pointer;
}
#appform .form .submit{
 display:inline-block;
 padding: 16px 24px;
 background-color: #ED1B34;
 border-radius: 40px;
}
#appform .form .submit:hover{
 background-color: #112f4e;
}
.detail-form #appform h1{
	display:none;
}
#appform .form .row{
 padding-bottom: 0px;
 margin-bottom: 16px;
}
#appform .form .row .label{
 color:#fff;
	font-size:12px;
 font-weight: 600;
 margin-bottom: 12px;
 padding-bottom: 0px;
	text-transform:uppercase;
}
#appform .form .row .input input{
 height: 48px;
}
#appform .form .row .input input, 
#appform .form .row .input textarea,
#appform .form .row .select select{
 color:#fff;
 padding: 12px 16px;
 border: 1px solid #DEE0E4;
 border-radius: 8px;
 background-color: transparent;
 box-shadow: initial;
}
#appform .form .row .input input::placeholder, 
#appform .form .row .input textarea::placeholder{
 color:#fff;
}
#appform .form .upload{
 cursor: pointer;
}
#appform .form .upload .text,
#appform .form .upload .text .more{
 color:#fff;
}
#appform .form .upload:hover{
 background-color: transparent;
}
#header-recr {
	position:absolute;
 top: 0;
 left: 0;
	width:100%;
 z-index: 3;
}
#header-recr .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
#header-recr .col-3 {
 width: 25%;
 padding: 0px 15px;
}
#header-recr .col-6 {
 width: 50%;
 padding: 0px 15px;
}
#header-recr .col-9 {
 width: 75%;
 padding: 0px 15px;
 position: relative;
}
.top_bar {
 color:#fff;
 padding: 12px 0px;
 margin-bottom: 8px;
 border-bottom: 1px solid #fff;
}
.top_bar .d-flex{
 gap: 15px;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.top_bar p {
	font-size:12px;
	font-weight:500;
 line-height: 16px;
}
.top_bar p a {
 color:#fff;
	font-weight:500;
}
.top_bar-left p img {
 margin-right: 10px;
}
.top_bar-right {
	text-align:right;
}
.top_bar-right p img {
 margin-left: 10px;
}
.top_bar-right li{
 display:inline-block;
}
.top_bar-right li a{
 color:#fff;
}
.top_bar-right li a:hover{
 color:#ED1B34;
}
.top_bar-right li a img{
 margin-left: 5px;
}
.top_bar-language{
 display: flex;
 align-items: center;
 gap: 5px;
}
.top_bar-language a{
 color:#fff;
 display: flex;
 align-items: center;
 gap: 5px;
}
.top_bar-language a img{
 height: 15px;
}
.top_bar-language a:hover,
.top_bar-language a.active{
 color:#ED1B34;
}
.header_menu {
 position: relative;
}
.header_menu .logo-home img{
 height: 42px;
}
.header-detail .header_menu .logo-home{
	display:none;
}
.header_menu .logo-page{
	display:none;
}
.header-detail .header_menu .logo-page{
 display:block;
}
.header-detail .header_menu .logo-page img{
 height: 42px;
}
.nav-menu {
 position: relative;
 text-align: right;
}
.nav-menu ul li {
 display:inline-block;
 position: relative;
}
.nav-menu ul li a {
 color:#fff;
	font-size:16px;
 display:block;
 font-weight: 600;
 line-height: 24px;
 padding: 12px 16px;
}
.nav-menu ul li:hover a {
 color:#ED1B34;
}
.nav-menu ul li.cta a {
 border: 2px solid #fff;
 border-radius: 40px;
}
.nav-menu ul li.cta:hover a {
 color:#fff;
 border-color: #ED1B34;
 background-color: #ED1B34;
}
.menu-nav,
#overlay-common {
	display:none;
}
* {
 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 {
 font-size: 14px;
 overflow: initial;
 color:#353945;
 font-family: 'Be Vietnam Pro';
}
a {
 color:#ED1B34;
	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:#ED1B34;
 -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-header {
	color:#141416;
	text-align:center;
	margin-bottom: 32px;
}
.section-header .title {
	font-size: 40px;
	font-weight: 800;
	text-transform:uppercase;
	margin-bottom: 8px;
	line-height: 48px;
}
.section-header p {
	font-size:16px;
	line-height: 24px;
}
.section-jobs .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.section-jobs .col-3 {
	width: 33.33333%;
	padding: 0px 15px;
}
.section-jobs .col-9 {
	width: 66.66667%;
	padding: 0px 15px;
}
.list-jobs .count-jobs {
	color:#005091;
	font-size:16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 24px;
}
.list-jobs .item-job {
	position:relative;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #B1B5C4;
}
.list-jobs .item-job .title-h4 {
	font-size:20px;
	line-height: 28px;
	text-transform:uppercase;
	margin-bottom: 12px;
}
.list-jobs .item-job .title-h4 a {
	color:#141416;
	font-size:20px;
	font-weight: bold;
}
.list-jobs .item-job .desc-job {
	color:#353945;
	font-size:14px;
	margin-bottom: 4px;
	line-height: 22px;
}
.list-jobs .item-job .desc-job a {
	color:#353945;
	font-size:14px;
}
.list-jobs .item-job .desc-job .-ap {
	margin-right: 8px;
}
.list-jobs .item-job .btn-apply-main {
	position:absolute;
	right: 0px;
	top: 0px;
	color:#fff;
	font-size:16px;
	font-weight: 600;
	padding: 16px 24px;
	border-radius: 40px;
	line-height: 24px;
	background-color: #ED1B34;
}
.__pag {
 text-align: right;
 padding-top: 20px;
}
.__pag label {
 display: none;
}
.pag:hover, .pag.active {
 color: #fff;
 border-color: #ed1b34;
 background-color: #ed1b34
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag {
 cursor: pointer;
 display: inline-block;
 min-height: 1em;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 padding: 10px 12px;
 text-transform: none;
 text-shadow: none;
 line-height: 1em;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 color: #ED1B34;
 font-weight: normal;
 border: 1px solid #ED1B34;
}
.__pag .icon{
 color:#ED1B34;
	margin-right: 0px;
}
.pag:hover .icon, .pag.active .icon{
	color:#fff;
}
/*--------------------------*/
.section-header.tleft {
	text-align:left;
}
#careers .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#careers .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
#careers .col-8 {
	width: 66.66667%;
	padding: 0px 15px;
}
.section-content .title {
	margin-bottom: 16px;
	position: relative;
}
.section-content .title h3 {
	color:#141416;
	font-size:16px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 8px;
}
.section-content .title h3::after {
	content: '';
	position:absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 60px;
	background-color: #ED1B34;
}
.section-content ul {
	margin-bottom: 16px;
}
.section-content ul li {
	color:#141416;
	font-size:16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.section-content ul li::before {
	content: "\f111";
	color:#ED1B34;
	font-weight:bold;
 display:inline-block;
	font-size: 13px;
	font-family: FontAwesome;
	margin-right: 12px;
}
.section-content .image img {
	max-width: 100%;
}
#culture .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#culture .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
#culture .col-8 {
	width: 66.66667%;
	padding: 0px 15px;
}
#culture .image-mobile {
	display:none;
}
#culture .image-mobile img {
	max-width: 100%;
}
#benefits .section-content .title {
	margin-bottom: 30px;
}
#benefits .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#benefits .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
#benefits .col-8 {
	width: 66.66667%;
	padding: 0px 15px;
}
#benefits .col-6 {
	width: 50%;
	padding: 0px 15px;
}
#benefits .benefit-item {
	margin-bottom: 30px;
}
#benefits .benefit-item .icon {
	height: 45px;
	margin-bottom: 21px;
}
#benefits .benefit-item .icon img {
	height: 45px;
}
#benefits .benefit-item .text h3 {
	color:#141416;
	font-size:20px;
	font-weight: 800;
	line-height: 28px;
	text-transform:uppercase;
}
#benefits .benefit-item .text p {
	color:#353945;
	font-size:16px;
	line-height: 24px;
}
/*--------------------------*/
#locations {
	padding: 110px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
#locations .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#locations .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
.location-item {
	margin-bottom: 32px;
}
.location-item h3 {
	color:#fff;
	font-size:19px;
	line-height: 28px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.location-item .item {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}
.location-item .item span {
	width: 32px;
	margin-right: 12px;
	align-self: flex-start;
}
.location-item .item p {
	color:#E6E8EC;
	font-size:14px;
	line-height: 22px;
}
#loc-mobile{
	display:none;
}
.sidebar-block {
 margin-bottom: 24px;
}
.sidebar-block .label {
 color:#141416;
	font-size:16px;
 display:block;
 font-weight: 600;
 line-height: 24px;
 margin-bottom: 12px;
}
.search-form {
 position: relative;
}
.search-form .form-control {
 color:#141416;
	font-size:16px;
	width:100%;
 height: 48px;
 padding: 10px 16px;
 border: 1px solid #DEE0E4;
 border-radius: 8px;
 padding-left: 50px;
}
.search-form .btn-search {
	position:absolute;
 left: 0px;
 top: 0px;
 height: 48px;
 width: 48px;
 border: none;
 cursor: pointer;
 background-color: transparent;
}
.search-form .btn-search span {
	font-size:24px;
}
.search-form .form-control::placeholder {
 color:#B1B5C3; }
.filter-form .form-group {
 margin-bottom: 12px;
}
.filter-form .form-group .form-control {
 color:#141416;
	font-size:16px;
	width:100%;
 height: 48px;
 font-weight: 600;
 line-height: 24px;
 border: 1px solid #DEE0E4;
 border-radius: 8px;
 padding: 10px 16px;
}
.filter-form .form-group .btn-button {
 color:#fff;
	font-size:16px;
 display:block;
	width:100%;
 cursor: pointer;
 font-weight: 600;
 padding: 12px 24px;
 border-radius: 40px;
 line-height: 24px;
 background-color: #ED1B34;
}
.sidebar-desc {
 position: relative;
}
.sidebar-desc .icon {
 position: absolute;
 left: 0px;
 top: 0px;
}
.sidebar-desc .text {
 padding-left: 24px;
}
.sidebar-desc .text p {
 color:#353945;
	font-size:14px;
 line-height: 24px;
}
.sidebar-desc .text p a.mail {
 color:#ED1B34;
 font-weight: 600;
}
.sidebar-desc .text li a {
 color:#353945;
}
.sidebar-desc .text p b {
 color:#141416;
}
.sidebar-desc .text ul {
 list-style: initial;
 padding-left: 20px;
}
.sidebar-desc .text li {
 line-height: 24px;
}
@media(max-width: 1400px) {
 .container {
 padding: 0px 15px;
 }
}
@media(max-width: 1199px) {
 #header-recr .header_menu {
 padding: 10px 0px;
 }
 #header-recr .col-3,
 #header-recr .col-9 {
 width: 50%;
 }
 .menu-nav,
 #overlay-common {
 display:block;
 }
 #header-recr .menu-nav {
 color:#fff;
	font-size:28px;
	position:absolute;
 top: 0px;
 right: 0px;
 padding: 3px 15px;
 }
 #header-recr.header-detail .menu-nav {
 color:#141416;
 }
 #overlay-common {
 position:fixed;
	width:100%;
 height: 100%;
 display: none;
 top: 0px;
 left: 0px;
 z-index: 11;
 background: rgba(0,0,0,0.3);
 }
 #header-recr.showfixed #overlay-common {
 display: block;
 }
 #header-recr .nav-menu {
 position:fixed;
 width: 220px;
 z-index: 1000;
 left: auto;
 top: 0px;
 right: -100%;
 padding: 0px 15px;
	text-align:left;
 background-color: white;
 height: 100%;
 z-index: 11;
 opacity: 0; filter: alpha(Opacity:0);
 visibility: hidden;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 border-right: 1px solid #ddd;
 box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.1);
 }
 #header-recr.showfixed .nav-menu {
 right: 0px;
 opacity: 1; filter: alpha(Opacity:100);
 background-color: #2a3137;
 visibility: initial;
 -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;
 border-right: none;
 }
 #header-recr.showfixed .nav-menu .menu-nav {
	position:relative;
 }
 .nav-menu ul li {
 display:block;
 }
 .header-detail .nav-menu ul li a {
 color:#fff;
 }
 .header-detail .nav-menu ul li.cta a {
 border-color: #fff;
 }
}
@media(max-width: 991px) {
 .section {
 padding: 60px 0px 0px;
 }
 #header-recr .top_bar .col-6 {
	width:100%;
 }
 #header-recr .top_bar .top_bar-left {
	display:none;
 }
 #header-recr .top_bar .d-flex{
 justify-content: center;
 }
 .section-benefits {
 padding-bottom: 30px;
 }
 #locations {
 padding: 60px 0px;
 }
 .section-jobs .col-3,
 .section-jobs .col-9 {
	width:100%;
 }
 #footer .col-4,
 #footer .col-3 {
	width:100%;
 }
 #footer .foo-logo,
 #footer .foo-info {
 margin-bottom: 24px;
 }
 #locations .col-4 {
 width: 50%;
 }
 .location-item h3 {
 min-height: 56px;
 }
 .location-item .item p br {
	display:none;
 }
 #careers .col-4,
 #careers .col-8 {
	width:100%;
 }
 #culture .col-4,
 #culture .col-8 {
	width:100%;
 }
 #culture .image {
	display:none;
 }
 #culture .image-mobile {
 display:block;
 }
 #benefits .col-4,
 #benefits .col-6,
 #benefits .col-8 {
	width:100%;
 }
 .job-detail .col-6 {
	width:100%;
 }
 .breadcrumb {
	display:none;
 }
 #breadcrumb-mobile {
 display:block;
 margin-bottom: 16px;
 }
 .detail-form {
 margin: 0px -15px;
 padding-bottom: 32px;
 margin-bottom: 64px;
 }
}
@media(max-width: 767px) {
 .list-jobs .item-job .btn-apply-main {
 position: static;
	text-align:center;
 margin-top: 16px;
 }
 #loc-desktop {
	display:none;
 }
 #loc-mobile {
 display:block;
 }
 #locations .col-4 {
	width:100%;
 }
 .location-item h3 {
 min-height: auto;
 }
 #locations #more {
	display:none;
 }
 #locations .show-more {
	text-align:center;
 }
 #locations .btn-show {
 color:#fff;
	font-size:16px;
 border: none;
 background-color: transparent;
 }
 #locations #more.active {
 display:block;
 }
 #locations .show-more #myBtn-less {
	display:none;
 }
 #locations .show-more.active #myBtn-less {
 display:inline-block;
 }
 #locations .show-more.active #myBtn-less img {
 transform: rotate(180deg);
 }
 #locations .show-more.active #myBtn {
	display:none;
 }
}
@media(max-width: 600px) {
 .section__banner {
 height: 450px;
 }
 .banner__cover {
	width:100%;
	height:100%;
 }
 .banner__cover img {
	width:100%;
	height:100%;
 object-fit: cover;
 }
}
