@define a {
 color: #D0102C;
}
@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;
}
.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;
}
.sec- .header:not(.sub) {
 margin-top: 15px;
 margin-bottom: 15px;
}
.sec- .header .sub.header {
 display:block;
	font-weight:300;
 color:#555;
}
.sec- .header.main {
 color:#D0102C;
}
.sec- .header.second {
 color:#D0102C; }
.sec- h1.header {
	font-size:32px;
}
.sec- h1.header .sub.header {
	font-size:15px;
}
.sec- h2.header {
	font-size:32px;
	font-weight:normal;
 display:inline-block;
 color:#D0102C;
	text-transform:uppercase;
 line-height: 1.2;
}
.sec- h3.header {
	font-size:24px;
}
.sec- .five.columns {
	position:relative;
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 margin: -15px;
 padding-top: 15px;
 padding-bottom: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.sec- .five.columns .column {
 display:inline-block;
	position:relative;
	text-align:center;
 padding-left: 15px;
 padding-right: 15px;
 max-width: 20%;
 flex: 0 0 20%;
}
.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: 20px;
 height: 20px;
 padding: 0;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 color: transparent;
 outline: none;
 background: transparent;
}
.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 {
 opacity: .25;
}
.slick-prev:before,
.slick-next:before {
 font-size: 20px;
 line-height: 1;
 opacity: .75;
 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:#555;
 content: '\f053';
}
[dir='rtl'] .slick-prev:before {
 color:#555;
 content: '\f053';
}
.slick-next {
 right: -25px;
}
[dir='rtl'] .slick-next {
 right: auto;
 left: -25px;
}
.slick-next:before {
 color:#555;
 content: '\f054';
}
[dir='rtl'] .slick-next:before {
 color:#555;
 content: '\f054';
}
.sec-.job-detail {
 padding-top: 40px;
}
.sec-.job-detail .container{
 max-width: 828px;
 margin: 0px auto;
}
.top-article {
 background-color: #fafafa;
	position:relative;
}
.top-article .container {
 padding: 20px 0px;
}
.sec-.job-detail .cell {
	vertical-align:top;
}
.sec-.job-detail .head-article {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding-bottom: 20px;
 border-bottom: 1px dotted #e0e0e0;
}
.sec-.job-detail .head-article .name-title .title {
	font-size:28px;
 color:#D0102C;
	font-weight:normal;
 line-height: 38px;
 margin-bottom: 10px;
}
.post-type {
 margin-bottom: 20px;
}
.post-type .type {
 display:inline-block;
 margin-right: 10px;
}
.post-type .type .-ap {
 margin-right: 5px;
}
#article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 line-height: 25px;
}
#article img {
 max-width: 100%;
}
#article .job-image {
 margin-bottom: 15px;
}
.ctas .btn-apply {
 padding: 10px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 25px;
 background-color: #D0102C;
 color:#fff;
	position:relative;
 clear:both;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.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;
}
.box-share .share {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
}
.box-share .share img {
 height: 30px;
}
[class^="ficon-"],
[class*=" ficon-"] {
 margin-right: 0px;
}
.head-article .title {
	font-size:32px;
	font-weight:normal;
 color:#D0102C;
 line-height: 1.3;
}
.head-article .list-button {
	text-align:center;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.box-share .name {
 color:#888;
 display:block;
 margin-bottom: 12px;
}
.head-article .ctas {
 margin-bottom: 12px;
}
.head-article .ctas .btn-apply {
	width:100%;
 min-width: 240px;
}
.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;
 line-height: initial;
}
.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;
 padding-top: 20px;
}
.article .content-article ul {
 list-style: initial;
 padding-left: 20px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#333;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
 color:#D0102C;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 12px;
 color:#333;
 font-size: 15px !important;
 font-family: "Be Vietnam Pro" !important;
}
.article .content-article span {
 font-size: 15px !important;
 font-family: "Be Vietnam Pro" !important;
}
.list-related {
 padding-top: 40px;
}
.list-related .name {
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related a {
 display:block;
 line-height: 20px;
 margin-bottom: 15px;
}
.list-related .btn-viewall {
	font-weight:bold;
	text-align:center;
 display:inline-block;
 color:#D0102C;
 margin-top: 20px;
 border-bottom: 1px dotted #e0e0e0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.detail-article .image {
 text-align: center;
}
.detail-article .image img {
 max-width: 100%;
}
.breadcrumb a {
 display:inline-block;
}
.breadcrumb a:hover{
 color:#354254;
}
.container {
	width:100%;
	position:relative;
 max-width: 1170px;
 margin: 0px auto;
 padding: 0px 15px;
}
#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:#D0102C;
 border-color: #D0102C;
}
#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;
 background-color: #fff;
	position:relative;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f0d7";
 right: 10px;
 color:#888;
	position:absolute;
 line-height: 40px;
}
.select-custom select {
 padding: 10px 15px;
	width:100%;
 border:1px solid #e0e0e0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.select-custom select:focus {
 outline: none;
}
.table{
 display: table;
	width:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
#appform{
}
#appform .wrapper{
 background-color: #fff;
 padding:20px 30px;
 -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
 box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
}
#appform h1{
	font-weight:300;
	font-size:36px;
 padding-bottom:30px;
}
#appform .form{
}
#appform .form .row{
 padding-bottom:25px;
}
#appform .form .row .ext{
 color:#aaa;
	font-weight:300;
	font-size:14px;
 padding-top:10px;
}
#appform .form .row .label{
 color:#666;
	font-weight:bold;
 padding-bottom:8px;
}
#appform .form .row .input input, #appform .form .row .input textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .row .input input, #appform .form .row .input textarea{
 padding:11px 13px;
 border:1px solid #ccc;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#appform .form .row .input.first{
	float:left;
 width:45%;
}
#appform .form .row .input.second{
	float:right;
 width:45%;
}
#appform .form .submit{
 background-color: #7abd1a;
 padding:15px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	font-weight:500;
	font-size:16px;
	position:relative;
	text-align:center;
 color:#fff;
	cursor:pointer;
	font-weight:500;
 margin-top:30px;
}
#appform .form .upload{
	position:relative;
 border:1px dashed #ccc;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin-top:10px;
}
#appform .form .upload:hover{
 background-color: #f8f8f8;
}
#appform .form .upload .text{
	position:relative;
	text-align:center;
	font-size:15px;
 z-index:100;
 padding:10px 0;
}
#appform .form .upload .text .more{
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top:4px;
}
#appform .form .upload input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .upload input{
 display:block;
	position:absolute;
	white-space: nowrap;
 width:100%;
 height:100%;
 z-index:101;
 opacity: 0; filter: alpha(Opacity:0);
}
#appform .form .cancel{
 padding:15px 0;
	text-align:center;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
 color:#999;
 margin-top:30px;
}
#appform .form .cancel:hover{
 color:#111;
	text-decoration:underline;
}
#appform .form .submit {
 background-color: #D0102C;
}
#appform .form .submit:hover {
 background-color: #D0102C;
 opacity: .8; filter: alpha(Opacity:80);
}
#talent-network .top .logo img{
 max-height: 40px;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#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: 'Be Vietnam Pro';
}
a {
 color:#555;
	font-weight:normal;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
a:hover, a:focus {
 color:#2586b7; color:#D0102C;
 -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;
}
.sec- {
 padding: 60px 0px;
}
.head-sec {
	text-align:center;
 margin-bottom: 40px;
}
.head-sec .title-main {
	font-size:32px;
	font-weight:normal;
 display:inline-block;
 color:#D0102C;
	text-transform:uppercase;
 line-height: 1.2;
 margin-bottom: 10px;
}
.head-sec h3{
	font-size:26px;
	font-weight:normal;
 color:#D0102C;
	text-transform:uppercase;
 margin-bottom: 15px;
}
.head-sec .desc {
	font-weight:300;
	font-size:16px;
 line-height: 25px;
}
.head-sec .desc a {
 border-bottom: 1px solid #eee;
}
.head-sec .desc p {
 margin-bottom: 10px;
}
.sec-image img {
	width:100%;
}
.sec-workat .content-sec .item {
 width: 100%;
	float:left;
 line-height: 22px;
}
.sec-workat .content-sec .item p {
 margin-bottom: 10px;
}
.sec-workat .content-sec .item.first {
	float:left;
}
.sec-workat .content-sec .item.last {
	float:right;
}
.sec-benefit {
 background-color: #fafafa;
}
.sec-benefit .list {
 width: 50%;
	vertical-align:middle;
 padding-right: 40px;
}
.sec-benefit .list .item {
 padding: 15px 0px;
}
.sec-benefit .list .item .desc {
 padding-left: 20px;
}
.sec-benefit .list .item .title {
	font-size:16px;
	font-weight:bold;
 margin-bottom: 10px;
 line-height: 24px;
}
.sec-benefit .list .item .detail {
	font-size:13px;
 line-height: 20px;
}
.sec-benefit .image {
 width: 50%;
}
.sec-benefit .image img {
	width:100%;
 max-width: 400px;
}
.sec-benefit .list .image {
 width: 40px;
}
.sec-benefit .list .image img {
 width: 50px;
 height: 50px;
}
.head-sec .title-main span {
	font-weight:bold;
}
.saycustomer {
 background-color: #D0102C;
 color:#fff;
}
.saycustomer .content-say {
 max-width: 768px;
 padding: 80px 0px;
 margin: 0px auto;
 text-shadow: none;
 color:#fff;
	position:relative;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 min-height: 100%;
}
.saycustomer .content-say .title {
	font-size:32px;
	font-weight:300;
 margin-bottom: 20px;
 line-height: 28px;
}
.saycustomer .content-say .say {
 font-style:italic;
 line-height: 22px;
 margin-top: 10px;
}
.saycustomer .content-say .say:before,
.saycustomer .content-say .say:after {
 font-family: "ap";
 display:inline-block;
 opacity: 0.6; filter: alpha(Opacity:60);
 font-style: normal;
}
.saycustomer .content-say .say:before {
 content: "\e8e7";
 margin-right: 5px;
}
.saycustomer .content-say .say:after {
 content: "\e8e8";
 margin-left: 5px;
}
.saycustomer .content-say .info {
	text-align:right;
 margin-top: 20px;
}
.saycustomer .content-say .info .name {
	font-weight:bold;
	font-size:15px;
 margin-bottom: 5px;
}
.saycustomer .content-say .info .pos {
	font-size:12px;
 opacity: 0.8; filter: alpha(Opacity:80);
}
.sec-jobs .head-sec {
	text-align:center;
 margin-bottom: 40px;
}
.sec-jobs .head-sec .desc {
 opacity: .8; filter: alpha(Opacity:80);
}
.sec-jobs .head-sec .desc a {
 border-bottom-color: rgba(255, 255, 255, 0.3);
}
.sec-jobs .head-sec .title-main {
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec-jobs .list-jobs {
 margin-bottom: 30px;
 padding-bottom: 30px;
 border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.sec-jobs .list-jobs:last-child {
 margin-bottom: 0px;
 padding-bottom: 0px;
 border-bottom: 0px;
}
.list-jobs .title-cat {
	font-size:24px;
	font-weight:normal;
	position:relative;
 line-height: 32px;
}
.list-jobs .box-cat .item-job {
 padding: 30px 0px;
	position:relative;
	float:left;
 display: table;
 width: 47%;
 margin-right: 6%;
 -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-bottom: 1px dotted #e0e0e0;
}
.list-jobs .box-cat .item-job:nth-child(2n+3) {
 clear: both;
}
.list-jobs .box-cat .item-job:nth-child(2n+2) {
 margin-right: 0px;
}
.list-jobs .box-cat .item-job:hover {
 background: rgba(255,255,255,0.05);
}
.list-jobs .box-cat .item-job .cell {
	display:table-cell;
	vertical-align:middle;
}
.list-jobs .box-cat .item-job .name-job {
 width: 70%;
}
.list-jobs .box-cat .item-job .desc .info {
 display:inline-block;
}
.list-jobs .box-cat .item-job .desc .info.date:after {
 display:inline-block;
 margin: 0px 7px;
 font-family: "ap";
 content: "\e6ca";
}
.list-jobs .box-cat .item-job .cta {
	text-align:right;
}
.list-jobs .box-cat .item-job .cta .btn-apply {
 padding: 10px 20px;
 border:1px solid #D0102C;
 color:#D0102C;
	-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;
}
.list-jobs .box-cat .item-job .desc {
 margin-top: 10px;
}
.list-jobs .box-cat .item-job .desc .-ap {
 margin-left: 5px;
}
.list-jobs .box-cat .item-job .cta .btn-apply:hover {
 background-color: #D0102C;
 color:#fff;
}
.list-jobs .box-cat .item-job .title {
	font-size:16px;
 line-height: 24px;
}
.list-jobs .box-cat .item-job .title a {
 line-height: 22px;
 color:#D0102C;
	font-size:16px;
}
.list-jobs .box-cat .item-job .title a:hover {
	text-decoration:underline;
}
.list-jobs .box-cat .item-job .info {
	font-size:13px;
}
.list-jobs .box-cat .item-job .info .-ap {
 margin-right: 5px;
 color:#fff;
}
.sec-.job-detail .head-article .head-desc {
 flex: 0 0 60%;
 max-width: 60%;
}
.sec-.job-detail .head-article .head-desc.refer{
 max-width: 45%;
}
.overview-counter{
 margin-bottom: 40px;
}
.overview-counter .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.overview-counter .col-auto{
 width: calc(100%/5);
 padding: 0px 10px;
 text-align: center;
}
.overview-counter .counter-number{
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 70px;
 font-weight: bold;
 color: #212529;
 width: 200px;
 height: 200px;
 margin: auto auto 10px;
 background-color: #eae7e7;
 border-radius: 30px;
 box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
}
.overview-counter .counter-title{
 font-size: 17px;
 font-weight: 400;
 line-height: 150%;
}
.awards-section{
 text-align: center;
 position: relative;
 padding: 65px 0px 70px;
}
.awards-year-slide{
 max-width: 80%;
 margin: 0px auto;
}
.awards-section .awards-year{
 margin-bottom: 40px;
 position: relative;
}
.awards-section .awards-year:before{
 background: #eae7e7;
 content: "";
 height: 2px;
 left: 0;
 position: absolute;
 top: calc(50% + 19px);
 width: 100%;
}
.awards-year .slick-list{
 margin-top: -40px;
 padding-top: 40px;
}
.awards-year .item-slide{
 cursor: pointer;
 width: auto;
}
.awards-year .item-slide .awards-year-card{
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: 50px;
 position: relative;
 width: 150px;
 z-index: 9;
}
.awards-year .item-slide .awards-year-card .awards-year-text{
 bottom: 40px;
 color: #eae7e7;
 font-size: 1.2rem;
 font-weight: 700;
 left: 0;
 position: absolute;
 -webkit-transition: .2s;
 -o-transition: .2s;
 transition: .2s;
 width: 100%;
}
.awards-year .item-slide .awards-year-card .awards-year-dot{
 background: #eae7e7;
 border-radius: 100%;
 height: 14px;
 margin: auto;
 position: relative;
 -webkit-transition: .2s;
 -o-transition: .2s;
 transition: .2s;
 width: 14px;
}
.awards-year .item-slide .awards-year-card .awards-year-dot:after{
 border: 1px dashed #D0102C;
 border-radius: 100%;
 content: "";
 height: 100%;
 left: 0;
 pointer-events: none;
 position: absolute;
 top: 0;
 -ms-touch-action: none;
 touch-action: none;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transition: .2s;
 -o-transition: .2s;
 transition: .2s;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 width: 100%;
}
.awards-year .slick-current .awards-year-card .awards-year-text{
 bottom: 60px;
 color: #D0102C;
 font-size: 24px;
}
.awards-year .slick-current .awards-year-card .awards-year-dot{
 background: #D0102C;
 height: 32px;
 width: 32px;
}
.awards-year .slick-current .awards-year-card .awards-year-dot:after{
 -webkit-transform: scale(1.35);
 -ms-transform: scale(1.35);
 transform: scale(1.35);
}
.awards-content .awards-slide h5{
 color: #4b4b4b;
 font-size: 20px;
 line-height: 30px;
 margin-bottom: 30px;
}
.awards-content .awards-slide .single-img{
 margin: auto;
 max-width: 300px;
}
.awards-content .awards-slide .single-img img{
 max-width: 100%;
 border-radius: 20px;
}
#thankyou{
 padding: 60px 0px;
}
.thank-page .image {
 text-align: center;
}
.thank-page .image img {
 max-width: 100%;
}
#footer {
 padding-top: 30px;
 position: relative;
 box-shadow: 0 0 10px rgb(0 0 0 / 15%);
 border-radius: 20px 20px 0 0;
 background-color: #f2f2f2;
}
.top-footer .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.top-footer .foo-info {
 padding-bottom: 20px;
}
.top-footer .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.top-footer .foo-info h3 {
 color:#000;
	font-size:15px;
	font-weight:bold;
 margin-bottom: 15px;
}
.top-footer .foo-info p {
 color:#727171;
	font-size:15px;
	font-weight:normal;
 margin-bottom: 5px;
 line-height: 25px;
 display: flex;
 align-items: center;
}
.top-footer .foo-info .add {
 margin-bottom: 10px;
}
.top-footer .foo-info p a {
 color:#727171;
	font-weight:normal;
}
.top-footer .foo-info p img {
 width: 15px;
 margin-right: 10px;
}
.top-footer .foo-info .social a {
 display:inline-block;
 margin-right: 30px;
}
.top-footer .foo-info .social a img {
 height: 30px;
}
.bottom-footer {
	text-align:center;
 padding: 15px 0px;
 background-color: #D0102C;
}
.bottom-footer .copyright {
 color:#fff;
	font-size:15px;
}
.bottom-footer .copyright a{
 color:#fff;
}
#header-recr {
	position:relative;
	width:100%;
 top: 0px;
 left: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 z-index: 11;
 background-color: #fff;
 padding: 10px 0px;
}
#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: 30px;
}
#header-recr .logo .name {
	position:relative;
 display:inline-block;
 color:#555;
	font-size:18px;
 padding: 5px 15px;
}
#header-recr .box-menu {
 display: flex;
 gap: 15px;
 align-items: center;
 justify-content: flex-end;
}
#header-recr .box-menu .links {
 display: flex;
 gap: 15px;
 align-items: center;
}
#header-recr .box-menu .links a {
 display:block;
 color:#555;
	text-transform:uppercase;
	font-weight:500;
}
#header-recr .box-menu .links a:hover,
#header-recr .box-menu .links a.active {
 color:#D0102C;
}
#header-recr .box-menu .language{
 display: flex;
 align-items: center;
 gap: 10px;
}
#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;
	text-transform:uppercase;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #D0102C;
}
#header-recr .box-menu .cta:hover {
 background-color: #bf0d26;
 color:#fff;
}
.hero-banner {
	position:relative;
 clear:both;
}
.hero-banner .cover {
	position:relative;
	width:100%;
	height:100%;
 max-width: 100%;
}
.hero-banner .cover img {
	width:100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.hero-banner .bg {
	position:absolute;
	width:100%;
	height:100%;
 background-image: -webkit-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
 background-image: -moz-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
 background-image: -o-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
 background-image: linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
 top: 0px;
 left: 0px;
 opacity: .4; filter: alpha(Opacity:40);
 z-index: 2;
}
.hero-banner .banner-text {
 color: #fff;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.hero-banner .banner-text h2{
 color:#fff;
	font-weight:bold;
 font-size: 42px;
}
.base.video.full {
 padding-bottom: 50%;
}
.base.video.full iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.hero-banner .cover {
	width:100%;
	height:100%;
}
.hero-banner .hero-text .title {
	font-size:40px;
	font-weight:normal;
 line-height: 1.2;
 margin-bottom: 10px;
}
.hero-banner .hero-text .desc {
	font-size:16px;
 line-height: 25px;
}
.hero-banner .cta {
 padding: 15px 40px;
 margin-top: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	cursor:pointer;
 display:inline-block;
 color:#fff;
 font-weight: 600;
 background-color: #D0102C;
 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;
}
.hero-banner .cta:hover {
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
 transform: scale(1.01);
 -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;
}
.hero-banner .btn-contact {
 display:block;
 padding: 20px 0px;
 color: rgba(255, 255, 255, 0.8);
}
.hero-banner .btn-contact:hover {
	text-decoration:underline;
}
.hero-banner .list-menu {
	position:absolute;
	width:100%;
	text-align:center;
 bottom: 40px;
}
.hero-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;
}
.hero-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;
}
.hero-banner .list-menu a.active,
.hero-banner .list-menu a:hover {
 background: rgba(255,255,255,0.1);
 color:#fff;
}
*, *:after, *:before {
 box-sizing: border-box;
}
#menu{
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu .main {
 padding-left: 0px;
}
#menu .main .logo{
	margin-bottom:10px;
}
#menu .main .logo .logotext{
	font-size:26px;
}
#menu .main .links{
	padding:15px 0;
}
#menu .main .links .title{
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	color: rgba(0,0,0,0.3);
	margin-bottom:5px;
}
#menu .main .links a{
 display:block;
 color:#637282;
	font-weight:normal;
	position:relative;
	padding:8px 0;
}
#menu .main .links a:hover{
	color:#D0102C;
}
#menu .main .links a.active{
	color:#D0102C;
	font-weight:600;
}
#menu .main .links a.active:before{
	position:absolute;
	top:8px;
	bottom:8px;
	left:-30px;
	background-color: #D0102C;
	width:3px;
	content:"";
}
#menu .footer{
	right:20px;
	left:20px;
	bottom:20px;
	padding-top:20px;
	border-top:1px solid rgba(0,0,0,0.1);
 background-color: #fff;
}
#menu .footer .title{
	font-weight:normal;
 color:#333;
	font-size:20px;
}
#menu .footer .info{
	font-size:13px;
	padding-top:5px;
}
#alljobs .header .heading {
 font-size: 32px;
 font-weight: normal;
 line-height: 1.2;
 text-align: center;
 padding-bottom: 30px;
}
#alljobs .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
}
#alljobs .row #menu {
	flex: 0 0 30%;
	max-width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}
#alljobs .row .jobs{
	flex: 0 0 70%;
	max-width: 70%;
	padding-left: 15px;
	padding-right: 15px;
}
#alljobs .row .jobs .item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	position:relative;
}
#alljobs .row .jobs .item .title{
	padding-bottom:2px;
	padding-right: 140px;
}
#alljobs .row .jobs .item .title a{
	font-size:20px;
 color:#D0102C;
 font-weight: 400;
}
#alljobs .row .jobs .item .title a:hover{
	text-decoration:underline;
}
#alljobs .row .jobs .item .info{
	color:#888;
	font-size:14px;
	padding-top:6px;
	padding-right: 100px;
}
#alljobs .row .jobs .item .info a{
	font-weight:normal;
 color:#555;
}
#alljobs .row .jobs .item .info a:hover{
	color:#D0102C;
	text-decoration:underline;
}
#alljobs .row .jobs .item .side{
	position:absolute;
	right:20px;
	top:20px;
}
#alljobs .row .jobs .item .cta{
	color:#fff;
	float:left;
 color:#D0102C;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 10px 20px;
 border: 1px solid #D0102C;
 -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;
}
#alljobs .row .jobs .item .cta:hover{
	background-color: #D0102C;
 color:#fff;
}
#menu .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#333;
 margin-bottom: 15px;
	text-transform:uppercase;
}
#menu .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
#menu .list-category .check-action a {
 display: block;
 color:#888;
	position:relative;
 padding-left: 20px;
 line-height: 24px;
}
#menu .list-category .check-action a::before {
 font-family: 'FontAwesome' !important;
 content: '\f096';
 position: absolute;
 top: 0px;
 left: 0px;
 color: #888;
 height: 16px;
 width: 16px;
 font-size: 16px;
 border-radius: 3px;
}
#menu .list-category .check-action:hover a {
 color: #bd0017;
}
#menu .list-category .check-action.active a {
 color: #bd0017;
}
#menu .list-category .check-action.active a::before {
 font-family: 'FontAwesome' !important;
 content: '\f046';
 color: #bd0017;
}
#menu .list-category {
 margin-bottom: 20px;
}
.check-action input {
 opacity: 0; filter: alpha(Opacity:0);
	position:absolute;
 display:block;
	width:100%;
 z-index: 2;
 height: 100%;
 cursor: pointer;
}
.check-action {
 display:block;
	position:relative;
 color:#555;
}
.check-action:hover {
 color:#D0102C;
}
.check-action:hover .icon {
 color:#D0102C;
}
.check-action .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
.check-action .icon:before {
 content: "\f096";
}
.check-action input:checked+.icon:before {
 content: "\f046";
 color:#D0102C;
}
.baseui.button {
	font-size:16px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 -webkit-transition-property: background-color; -moz-transition-property: background-color;
 -o-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 margin-top: 15px;
 margin-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #D0102C;
 border: 1px solid #D0102C;
}
.baseui.button.disabled {
 opacity: .3; filter: alpha(Opacity:30);
 -webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 cursor: default;
 pointer-events: none !important;
}
.baseui.input {
	position:relative;
	font-weight:normal;
	width:100%;
 font-style: normal;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: rgba(0, 0, 0, 0.87);
 margin-top: 10px;
 margin-bottom: 10px;
}
.baseui.input>input {
	text-align:left;
 max-width: 100%;
 margin: 0em;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#FFFFFF;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 outline: none;
 padding: 6px 1em;
 color: rgba(0, 0, 0, 0.87);
 box-shadow: none;
 border: 1px solid #dedede;
}
.baseui.input.fluid {
	width:100%;
}
.baseui.icon.input>i.icon {
 cursor: default;
	position:absolute;
	text-align:center;
 opacity: 0.5; filter: alpha(Opacity:50);
 line-height: 1;
 top: 0px;
 right: 0px;
 margin: 0em;
 height: 100%;
 width: 2.67142857em;
}
.baseui.icon.input>i.icon:before,
.baseui.icon.input>i.icon:after {
	position:absolute;
	text-align:center;
	width:100%;
 left: 0;
 top: 50%;
 margin-top: -0.5em;
}
#locations::-webkit-scrollbar,
#departments::-webkit-scrollbar {
 width: .5em;
}
#locations::-webkit-scrollbar-track,
#departments::-webkit-scrollbar-track {
 background-color: rgba(0, 0, 0, .05);
}
#locations::-webkit-scrollbar-thumb,
#departments::-webkit-scrollbar-thumb {
 background-color: #D0102C;
 outline: 1px solid #D0102C;
}
*,
*:after,
*:before {
 box-sizing: border-box;
}
#menu {
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu .main {
 padding-left: 20px;
}
#menu .main .logo {
 margin-bottom: 10px;
}
#menu .main .logo .logotext {
	font-size:26px;
}
#menu .main .links {
 padding: 15px 0;
}
#menu .main .links .title {
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
 color: rgba(0,0,0,0.3);
 margin-bottom: 5px;
}
#menu .main .links a {
 display:block;
 color:#637282;
	font-weight:normal;
	position:relative;
 padding: 8px 0;
}
#menu .main .links a:hover {
 color:#D0102C;
}
#menu .main .links a.active {
 color:#D0102C;
 font-weight: 600;
}
#menu .main .links a.active:before {
	position:absolute;
 top: 8px;
 bottom: 8px;
 left: -30px;
 background-color: #D0102C;
 width: 3px;
 content: "";
}
#menu .footer {
 right: 20px;
 left: 20px;
 bottom: 20px;
 padding-top: 20px;
 border-top:
 background-color: #fff;
}
#menu .footer .title {
	font-weight:normal;
 color:#333;
	font-size:20px;
}
#menu .footer .info {
	font-size:13px;
 padding-top: 5px;
}
#menu .social {
 margin-top: 20px;
}
#menu .social .title {
 display:block;
 color:#666;
 margin-bottom: 5px;
}
#menu .social .list-social{
 display: flex;
 align-items: center;
 gap: 5px;
}
#menu .social .list-social img{
 height: 25px;
}
#menu .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 30px;
 height: 30px;
 margin-top: 10px;
 line-height: 30px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#menu .social .btn-share span {
 margin-right: 0px;
}
#menu .social .btn-share.-fb:hover {
 background-color: #3b5998;
 border:1px solid #3b5998;
 color:#fff;
}
#menu .social .btn-share.-google:hover {
 background-color: #e62117;
 border:1px solid #e62117;
 color:#fff;
}
#menu .social .btn-share.-linkedin:hover {
 background-color: #0077b5;
 border:1px solid #0077b5;
 color:#fff;
}
#menu .list-category .filter {
 margin-bottom: 20px;
}
#menu .list-category .list {
 padding-left: 0px;
}
#menu .list-category .filter a {
 display:block;
	font-size:16px;
 color: #888;
 margin-bottom: 10px;
 padding-left: 20px;
 position: relative;
}
#menu .filter a::before {
 font-family: 'FontAwesome' !important;
 content: '\f096';
 position: absolute;
 top: 4px;
 left: 0px;
 color: #888;
 height: 16px;
 width: 16px;
 font-size: 16px;
 border-radius: 3px;
}
#menu .filter a.active::before {
 font-family: 'FontAwesome' !important;
 content: '\f046';
 color: #bd0017;
	font-weight:bold;
 color:#D0102C;
}
#menu .list-category .list .li.active a::before {
 font-family: 'FontAwesome' !important;
 content: '\f046';
 color: #bd0017;
}
#menu .list-category .list.scrollable {}
#menu .list-category .list.scrollable {}
#menu .list-category .list .li.active a {
	font-weight:bold;
 color:#D0102C;
}
#menu .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
#menu .list-category .check-action a {
 color:#888;
 display:block;
}
#menu .list-category .check-action.active a {
	font-weight:bold;
 color:#D0102C;
}
#alljobs #company {
	text-align:center;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: inherit;
 -ms-flex-pack: inherit;
 justify-content: inherit;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100% !important;
 padding: 0rem;
 padding-top: 1rem;
 padding-bottom: 1rem;
 margin-bottom: 20px;
 align-items: center;
 justify-content: center;
}
#alljobs .row>.column {
 position: relative;
 display: inline-block;
 padding-left: 1rem;
 padding-right: 1rem;
 margin-top: 1rem;
 margin-bottom: 1rem;
 vertical-align: top;
}
#company .location {
 background-color: #D0102C;
 color: #fff;
 padding: 10px;
 border-radius: 20px;
}
.location.active::after {
 content: "\f00c";
 margin-left: 10px;
 font-family: FontAwesome;
}
.component__top {
 background-color: #D0102C;
}
#menu .list-category .list .loc-box {
 margin-bottom: 10px;
}
#menu .list-category .list .loc-box .box-header {
 margin-bottom: 10px;
 position: relative;
 padding: 5px 0px;
 cursor: pointer;
}
#menu .list-category .list .loc-box .box-header .box-title {
 color:#3a3f44;
	font-size:16px;
	font-weight:500;
}
#menu .list-category .list .loc-box .item-header {
 padding: 5px 0px;
 position: relative;
 margin-bottom: 10px;
}
#menu .list-category .list .loc-box h4 {
 color:#3a3f44;
	font-size:16px;
	font-weight:500;
 line-height: 25px;
 cursor: pointer;
}
#menu .list-category .list .loc-box h4 .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
#menu .list-category .list .loc-box h4 .icon::before {
 content: "\f107";
}
#menu .list-category .list .loc-box.active h4 .icon::before {
 content: "\f106";
}
#menu .list-category .list .loc-box .loc-item {
	display:none;
 padding-left: 15px;
}
#menu .list-category .list .loc-box .loc-item .item-content {
	display:none;
}
.icon--plus {
 position: absolute;
 width: 20px;
 height: 20px;
 background: #fff;
 cursor: pointer;
 top: 7px;
 left: auto;
 right: 0px;
 bottom: 0px;
}
.icon--plus::after {
 content: "";
 position: absolute;
 transform: translate(-50%, -50%);
 height: 2px;
 width: 12px;
 background: #000;
 top: 50%;
 left: 50%;
}
.icon--plus::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: #000;
 height: 12px;
 width: 2px;
}
.box-header.active .icon--plus::after {
 top: 45%;
 left: 25%;
 transform: rotate(0deg);
}
.box-header.active .icon--plus::before {
 top: 20%;
	display:none;
 transform: rotate(45deg);
}
.item-header.active .icon--plus::after {
 top: 45%;
 left: 25%;
 transform: rotate(0deg);
}
.item-header.active .icon--plus::before {
 top: 20%;
	display:none;
 transform: rotate(45deg);
}
