@define a {
 color: #1226AA;
}
@define alink {
 color: #26aad0;
}
@define ahover {
 color: #28aed4;
}
@define alight {
 color: ;
}
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
}
@define rotate180 {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}
@define rotate90 {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
}
@define xfont {
 font-family: 'Roboto', 'Segoe UI', sans-serif;
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@-moz-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}
.ctas .btn-apply {
 padding: 10px 25px;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 background-color: #1226AA;
 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;
}
#article {
 padding: 60px 0px;
}
#sidebar-left {
 width: 30%;
}
#sidebar-left .ctas{
 margin-bottom: 20px;
}
#article-right {
 width: 70%;
 padding-right: 3%;
}
.head-article.article {
 background-color: #fbfbfb;
 padding: 50px 0px;
}
.head-article .head-text {
	text-align:left;
}
.head-article .title {
 margin-bottom: 10px;
 color:#000;
	font-size:26px;
	font-weight:bold;
}
.head-article .breadcrumb a {
 color:#1226AA;
 border-color: #1226AA;
}
.head-article .post-type .type {
 display:inline-block;
	font-size:13px;
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	text-transform:uppercase;
 padding: 7px 10px;
 margin-right: 10px;
}
.head-article .post-type .type.dept {
 background-color: #1226AA;
}
.head-article .post-type .type[data-job-type='ft'] {
 background-color: #A6D32B;
}
.head-article .post-type .type[data-job-type='pt'] {
 background-color: #F09820;
}
.head-article .post-type .type[data-job-type='cs'] {
 background-color: #F06020;
}
.head-article .post-type .type[data-job-type='it'] {
 background-color: #8259DD;
}
.head-article .post-type .type[data-job-type='fl'] {
 background-color: #d88282;
}
.head-article .post-type .type[data-job-type='vl'] {
 background-color: #7a20f0;
}
.footer-article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 position:fixed;
 bottom: 0px;
 background-color: white;
 left: 0px;
 display: table;
 z-index: 2;
 line-height: 25px;
 box-shadow: 0px 1px 1rem rgba(0, 0, 0, 0.1);
 padding: 10px 0px;
}
.footer-article .cell {
 display:inline-block;
	vertical-align:middle;
}
.footer-article .name {
 width: 59%;
	text-align:center;
	font-size:16px;
 color:#ec0928;
 line-height: 30px;
 opacity: 0; filter: alpha(Opacity:0);
 padding: 0px 20px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.footer-article.stick .name {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.footer-article .breadcrumb{
 width: 20%;
 margin-bottom: 0px;
}
.footer-article.stick .breadcrumb a {
 color:#1226AA;
 border-bottom-color: #1226AA;
}
.footer-article .ctas {
 width: 20%;
	text-align:right;
}
#article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding-bottom: 0px;
 line-height: 25px;
}
#article .row-article{
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
}
#article .desc-job {
 display: table;
	width:100%;
}
#article .desc-job .desc {
 line-height: 25px;
 margin-bottom: 10px;
}
#article .desc-job .-desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #fbfbfb;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 20px;
 margin-bottom: 20px;
 border: 1px solid #e4e4e4;
}
#article .desc-job .desc span {
	font-weight:bold;
}
#article .desc-job .-desc li {
 color:#888;
 border-bottom: 1px solid #e4e4e4;
 padding: 0.75em 0;
 margin-bottom: 15px;
 padding-top: 0;
}
#article .desc-job .-desc li:last-child {
 padding-bottom: 0;
 border-bottom: none;
}
#article .desc-job .-desc li strong {
	font-size:16px;
 color:#888;
 display:block;
	font-weight:normal;
}
.box-share {
	position:relative;
 margin-bottom: 20px;
}
.box-share .name {
 color:#000;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.box-share .btn-share {
 width: 120px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 40px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#87898f;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share span {
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 top: 0px;
 line-height: 40px;
 width: 30px;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
}
.box-share .btn-share.-fb:hover {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-linkedin:hover {
 color:#fff;
 background-color: #026eab;
}
.article .content-article {
 line-height: 25px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#323c46;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 20px;
}
.article .content-article .article-banner img{
	width:100%;
}
.article .content-article .detail-article{
 color: #333;
}
.article .content-article .detail-article ul{
 list-style: disc;
 margin-left: 20px;
}
.article .content-article .detail-article img{
 max-width: 100%;
}
.article .list-related {
 border-top: 1px solid #e6e7e8;
 margin-top: 40px;
 padding: 40px 0px;
}
.article .list-related .name {
	font-size:18px;
 color:#000;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.article .list-related a {
 color:#888;
 display:block;
 margin-bottom: 10px;
}
.article .list-related a:hover {
 color:#1226AA;
}
.article .list-related .btn-viewall {
 color:#1226AA;
	font-weight:bold;
 margin-top: 10px;
}
.article .content-article .detail-article table {
 width: 100%;
 border: 1px solid #ccc;
}
.article .content-article .detail-article table td {
 border: 1px solid #ccc;
 padding: 10px;
}
.article .content-article .detail-article table td p {
 margin-bottom: 0px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#ec0928;
 border-bottom: 1px solid #ec0928;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1160px;
 margin: 0px auto;
 padding: 0px 15px;
}
.section{
 padding: 50px 0px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#87898f;
	font-size:20px;
 bottom: 60px;
 right: 10px;
 z-index: 300;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 opacity: 0; filter: alpha(Opacity:0);
 border-radius: 50%;
 transform: translate(0px, 10px);
 -ms-transform: translate(0px, 10px);
 -webkit-transform: translate(0px, 10px);
 -moz-transition-transform: translate(0px, 10px);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#scroll-top:hover {
 color:#1226AA;
 border-color: #1226AA;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
 border:1px solid #e6e7e8;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f0d7";
 right: 10px;
 color:#888;
	position:absolute;
 line-height: 40px;
}
.select-custom select {
 padding: 10px 15px;
	width:100%;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
.mrb-30{
 margin-bottom: 30px;
}
.mrb-50{
 margin-bottom: 50px;
}
.table{
 display: table;
	width:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
.nopad{
 padding: 0;
}
#application-canvas {
 position:fixed;
 z-index: 999;
 top: 0px;
 left: 0px;
 right: 0px;
}
#application-canvas:after{
 content: '';
	position:absolute;
	width:100%;
 height: 100%;
 top: 0px;
 left: 0px;
 right: 0px;
 z-index: 1;
 background-color: #00000085;
}
.outer-canvas{
	position:relative;
 margin: 60px auto;
 z-index: 2;
}
#appform h1{
	text-align:center;
}
#appform .wrapper{
 background-color: #fff;
 padding: 20px 0px;
 border: none;
}
#appform h2{
	font-weight:300;
	font-size:30px;
 padding-bottom:30px;
}
#appform .form .row{
 padding-bottom:25px;
}
#appform .form .row .ext{
 color:#aaa;
	font-weight:300;
	font-size:14px;
 padding-top:10px;
}
#appform .form .row .label{
 color:#666;
	font-weight:bold;
 display:block;
	width:100%;
 padding-bottom:8px;
}
#appform .form .row .input{
	width:100%;
}
#appform .form .row .input input, #appform .form .row .input textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .row .input input, #appform .form .row .input textarea{
 padding:11px 13px;
 border:1px solid #ccc;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#appform .form .row .input.first{
 flex: 0 0 49%;
 padding-right: 2%;
}
#appform .form .row .input.second{
 flex: 0 0 49%;
}
#appform .form .submit{
 background-color: #1226AA;
 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: 0px;
}
#appform .form .submit:hover{
 background-color: #0b165e;
}
#appform .form .upload{
	position:relative;
	width:100%;
 border:1px dashed #ccc;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin-top:10px;
}
#appform .form .upload:hover{
 background-color: #f8f8f8;
}
#appform .form .upload .text{
	position:relative;
	text-align:center;
	font-size:15px;
 z-index:100;
 padding:10px 0;
}
#appform .form .upload .text .more{
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top:4px;
}
#appform .form .upload input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .upload input{
 display:block;
	position:absolute;
	white-space: nowrap;
 width:100%;
 height:100%;
 z-index:101;
 opacity: 0; filter: alpha(Opacity:0);
}
#appform .form .cancel{
 padding:15px 0;
	text-align:center;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
 color:#999;
 margin-top:30px;
}
#appform .form .cancel:hover{
 color:#111;
	text-decoration:underline;
}
.app-closebutton {
 color:#000;
	position:absolute;
 top: -17px;
 right: -17px;
 width: 35px;
 height: 35px;
 line-height: 35px;
	text-align:center;
 background-color: #fff;
 cursor: pointer;
 border-radius: 100%;
}
#talent-network .about{
 padding-top: 0;
	text-align:justify;
}
#talent-network .about .logo{
 margin-bottom: 30px;
}
#talent-network .about .logo img{
 height: 60px;
}
#talent-network .about h3 {
 font-size: 25px;
 color:#1226AA;
 margin-bottom: 15px;
}
#talent-network .about p{
	font-size:15px;
 line-height: 22px;
}
#talent-network .about p b{
 color:#333;
}
#talent-network .about ul{
	font-size:15px;
 margin-bottom: 15px;
}
#talent-network .cta{
 background-color: #1226AA;
}
#talent-network .cta:hover{
 background-color: #0b165e;
}
#appform #sample-cv h2{
	font-size:16px;
	text-align:center;
 display:block;
 padding-bottom: 0px;
}
#sample-cv .sample-cv a {
 color:#1226AA;
	position:relative;
}
#sample-cv .sample-cv a::before {
 font-family: 'ap' !important;
 content: '\e91d';
 margin-right: 10px;
 font-size: 18px;
 color:#1226AA; }
.form-cv {
 text-align: center;
}
.form-cv div {
 display: inline-block;
 margin: 0px 15px;
 line-height: 25px;
 vertical-align: middle;
}
.form-cv a {
 color:#1226AA;
	font-size:16px;
}
.form-cv img {
 width: 30px;
 margin-right: 7px;
}
* {
 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:15px;
 color:#87898f;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 font-family:"Roboto","Segoe UI","Lato", "Helvetica Neue", Helvetica;
}
a {
 color:#0a8cc6;
	font-weight:normal;
 text-decoration: none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 transition: all 0.3s ease;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
a:hover, a:focus {
 color:#205081;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
.section__head{
	text-align:center;
 margin-bottom: 20px;
}
.section__head h2{
	font-size:32px;
 color:#1226AA;
	text-transform:uppercase;
 line-height: 30px;
}
.overview__text {
	text-align:justify;
 color:#747b81;
	font-size:15px;
 margin: 0px auto;
 line-height: 22px;
}
.overview__text p{
 margin-bottom: 5px;
}
.overview__text .join {
	font-weight:bold;
 color:#3a3f44;
 margin-top: 10px;
}
.overview__text .join a{
	font-weight:bold;
}
.overview__image{
 margin: 30px 0px;
}
.overview__image img{
 max-width: 100%;
}
.benefit__list {
 width: 50%;
	vertical-align:top;
 padding-right: 40px;
}
.benefit--item {
 padding: 15px 0px;
}
.benefit--item .benefit__item--desc {
 padding-left: 20px;
}
.benefit--item .title {
 color:#1226AA;
	font-size:16px;
	font-weight:bold;
 line-height: 24px;
}
.benefit--item .detail {
	font-size:13px;
 line-height: 20px;
}
.benefit__item--image {
 width: 50px;
}
.benefit__item--image img {
	width:100%;
}
.section-overview .benefit__image {
 width: 50%;
}
.section-overview .benefit__image img {
 width: 100%;
}
#hotjobs .table-recruilt td {
	font-size:14px;
 color: #ec0928;
 padding: 15px;
 vertical-align: top;
}
#hotjobs .table-recruilt td .job-name{
	font-size:15px;
	font-weight:bold;
 color:#ec0928;
 margin-bottom: 5px;
}
#hotjobs .table-recruilt td .job-name a{
	font-size:15px;
	font-weight:bold;
 color:#ec0928;
}
#hotjobs .table-recruilt td .job-name:hover a{
 color:#1226AA;
}
#hotjobs .table-recruilt td .name_com{
 color:#676767;
	font-weight:bold;
}
#hotjobs .table-recruilt td a{
 color:#ec0928;
}
.table-recruilt td a {
 color: #87898f;
}
.table-recruilt td .btn-apply-main{
 color: #fff !important;
 background-color: #1226AA;
}
.list-cats {
 flex: 0 0 100%;
}
#tbl_view_id{
 clear: both;
 border: 1px solid #d3d3d3;
 border-collapse: collapse;
}
#tbl_view_id tr.header{
 border-bottom: 1px solid #ddd;
 background: none;
	text-align:left;
}
#tbl_view_id .header td {
	font-size:16px;
 color: #333;
 padding: 15px;
 font-weight: bold;
	text-transform:uppercase;
}
#tbl_view_id tbody td {
 color:#333;
 padding: 15px;
 font-size: 14px;
 vertical-align: top;
}
#tbl_view_id tbody tr:nth-child(2n+2) td{
 background-color: #f2f2f2;
}
#tbl_view_id .job-name{
	font-size:15px;
 margin-bottom: 5px;
}
#tbl_view_id .job-name a{
 color:#000;
	font-size:15px;
	font-weight:bold;
}
.table-recruilt td a{
	font-size:14px;
}
.jobs__title h2 {
	font-size:24px;
	text-transform:uppercase;
 color:#1226AA;
	text-align:center;
 margin-bottom: 30px;
 line-height: 30px;
}
.box-cat .item--job {
	position:relative;
 padding: 30px 0px 30px 0;
 border-bottom: 1px solid #e4e4e4;
}
.item--job .name__job {
 margin-bottom: 10px;
}
.item--job .name__job .title {
	font-size:20px;
	font-weight:bold;
}
.item--job .name__job .title a {
 color:#333;
	font-size:20px;
	font-weight:bold;
}
.item--job .name__job .title:hover a {
 color:#1226AA;
}
.item--job .desc__job ul li {
	font-size:15px;
 display:inline-block;
 margin-right: 20px;
 line-height: 30px;
}
.item--job .desc__job a {
 color:#87898f;
}
.item--job .desc__job span.-ap,
.item--job .desc__job span[class*='ficon-'] {
	font-weight:bold;
 color:#1226AA;
 margin-right: .3em;
}
.desc__job .salary {
	font-weight:bold;
}
.desc__job .salary.orange {
 color:#FF9500;
}
.desc__job .salary.green {
 color:#4CD964;
}
.section-grid-career{
 position: relative;
 background-color: #f5f7f7;
}
.container-narrow {
 position: relative;
 z-index: 9;
}
.container-narrow .jobs.-first{
 max-width: 875px;
 margin: 0 auto;
}
.section-grid-career .bg{
 position: absolute;
 top: 0;
 left: 0;
	width:100%;
	height:100%;
 opacity: .5;
 z-index: 2;
 background-image: -webkit-linear-gradient(36deg,#030b3b 0,#25292d 100%);
 background-image: -moz-linear-gradient(36deg,#030b3b 0,#25292d 100%);
 background-image: -o-linear-gradient(36deg,#030b3b 0,#25292d 100%);
 background-image: linear-gradient(36deg,#030b3b 0,#25292d 100%);
}
.section-grid-career .section__head{
 position: relative;
 margin-bottom: 40px;
 z-index: 9;
}
.flex-row {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.section-grid-career .col-3{
 width: 25%;
 padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-grid-career .col-4{
 width: 33.33333%;
 padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-grid-career .job {
 margin-bottom: 20px;
 text-align: center;
 min-height: 230px;
}
.section-grid-career .job img{
 width: 170px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
}
.section-grid-career .job h3{
 padding-top: 15px;
}
.section-grid-career h3.job-title a{
 color:#1226AA;
 font-size: 24px;
 line-height: 30px;
	text-transform:uppercase;
}
.section-grid-career .btn-viewmore {
 display: block;
 margin: 0 auto;
 max-width: 185px;
 position: relative;
 z-index: 9;
}
.section-grid-career .btn-viewmore a {
 color:#fff;
	font-size:16px;
 display:block;
 padding: 10px 30px;
 background-color: #1226AA;
}
.section-grid-career .btn-viewmore a:hover{
 background-color: #ec0928;
}
.banner-bottom {
	position:relative;
 margin: 30px 0px;
}
.banner-bottom .container{
	position:absolute;
 top: 50%;
 left: 50%;
 z-index: 9;
	width:100%;
	text-align:center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner-bottom .banner-title h2{
	font-size:25px;
	font-weight:bold;
 line-height: 1.3;
	text-align:center;
 display:block;
 color:#fff;
	text-transform:uppercase;
}
.banner-bottom .banner-title h2 a{
	font-size:25px;
	font-weight:bold;
 line-height: 1.3;
	text-align:center;
 display:block;
 color:#fff;
	text-transform:uppercase;
}
.banner-bottom .bg {
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 opacity: 0.5; filter: alpha(Opacity:50);
 height: 100%;
 background-color: #0058A0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0058A0', endColorstr='#0058A0');
 background: -moz-linear-gradient(top, #0058A0 0%,#0058A0 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0058A0),color-stop(100%,#0058A0));
 background: -webkit-linear-gradient(top, color-stop(0%,#0058A0),color-stop(100%,#0058A0));
 background: -o-linear-gradient(top, #0058A0 0%,#0058A0 100%);
 background: -ms-linear-gradient(top, #0058A0 0%,#0058A0 100%);
 background: linear-gradient(top, #0058A0 0%,#0058A0 100%);
}
.section-about{
 padding: 0;
 margin-bottom: 40px;
}
.tabs-container {
 position: relative;
 width: 100%;
}
.tabs-container .tabs-dialog {
 position: relative;
 width: 100%;
 text-align: center;
 background-color: #f5f7f7;
 margin-bottom: 0px;
}
.tabs-container .tabs-dialog .tab-link {
 color: #1226AA;
 font-size: 15px;
 height: 50px;
 line-height: 50px;
 display: inline-block;
 font-weight: bold;
 margin: 0 15px;
 cursor: pointer;
 border-bottom: 3px solid #ddd;
}
.tabs-container .tabs-dialog .tab-link.tab-current {
 border-bottom: 3px solid #ec0928;
}
.wrap-sm h2{
 color:#1226AA;
	font-size:24px;
	text-align:center;
 padding: 20px 0px;
 margin-bottom: 0px;
}
.overview-box {
	position:relative;
 display:block;
 padding: 30px 60px;
 border: 1px solid #c1c1c1;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 margin-bottom: 40px;
}
.overview-detail {
 color:#333;
	position:relative;
 display:block;
 width: 100%;
 height: auto;
}
.overview-detail h3{
	font-size:15px;
 margin-bottom: 10px;
}
.overview-detail ul{
 list-style: disc;
}
.overview-detail h4{
	font-size:15px;
 margin: 10px 0px;
}
.overview-detail li{
 line-height: 30px;
 margin-bottom: 5px;
 margin-left: 20px;
}
.about-img{
 margin: 40px 0px;
}
.about-img img{
 max-width: 100%;
}
#tab1 .view-value-content{
 background-repeat: no-repeat;
 background-position: center top;
 -webkit-background-size: 100%;
 background-size: 100%;
 padding: 60px 0px;
}
.view-value {
	position:relative;
 display:block;
 width: 100%;
 height: auto;
}
.view-box {
 font-size: 15px;
 line-height: 1.8;
 color: #fff;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -2%;
 margin-right: -2%;
 margin-bottom: 60px;
} 
.view-col {
	position:relative;
 width: 46%;
 margin: 0px 2%;
 background-color: #1226AA;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
}
.view-col .view-wrap{
 padding: 0 5% 20px 5%;
}
.view-col .title {
 position: relative;
 display: block;
 z-index: 1;
 padding: 15px 0 10px 0;
}
.view-col .title h2{
 color:#fff;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
 text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}
.view-detail {
	position:relative;
 display:block;
 width: 100%;
 height: auto;
 z-index: 1;
}
.view-col p {
 margin: 0 0 10px 0;
 text-align: justify;
}
.value-box {
 position: relative;
 display: block;
 margin: 0 auto;
 color: #fff;
 font-size: 15px;
 line-height: 1.6;
 background-color: #1226AA;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 padding: 15px 2% 20px 2%;
}
.value-row{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.value-row .value-col{
 width: 50%;
}
.value-row .value-col:nth-child(1){
 padding-right: 2%;
}
.value-row .value-col:nth-child(2){
 padding-left: 2%;
}
.value-box .title {
 position: relative;
 display: block;
 z-index: 1;
 margin-bottom: 20px;
}
.value-box .title h2{
 color:#fff;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
 text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}
.value-row .value-col p{
 margin: 0 0 10px 0;
 text-align: justify;
}
.why-row{
 margin-left: -15px;
 margin-right: -15px;
}
.why-choose .col-6{
 float: left;
 width: 50%;
 padding: 0px 15px;
 margin-bottom: 30px;
}
.why-choose .col-6.tright{
	float:right;
}
.why-img img{
 max-width: 100%;
}
.why-text h3{
 color:#1226AA;
	font-size:21px;
 margin-bottom: 15px;
 line-height: 50px;
}
.why-text h3 img{
 width: 50px;
 margin-right: 10px;
}
.why-text p{
	font-size:15px;
 color:#333;
	text-align:justify;
 line-height: 22px;
}
.__pag {
 text-align: right;
 padding-top: 20px;
}
.__pag label {
 display: none;
}
.pag:hover, .pag.active {
 color: #1226AA;
 -webkit-box-shadow: 0px 0px 0px 1px #1226AA inset;
 box-shadow: 0px 0px 0px 1px #1226AA inset;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag.disabled:hover {
 box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
 color: rgba(0, 0, 0, 0.6);
}
.pag {
 cursor: pointer;
 display: inline-block;
 min-height: 1em;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 padding: 0.78571429em 1.5em 0.78571429em;
 text-transform: none;
 text-shadow: none;
 line-height: 1em;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 border-radius: 0.28571429rem;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background: transparent none !important;
 color: rgba(0, 0, 0, 0.6);
 font-weight: normal;
 -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
 box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}
.testimonial {
 color: #fff;
 text-align: center;
}
.testimonial img {
 border-radius: 50%;
 display: inline-block;
 height: 80px;
 width: 80px;
}
.testimonial blockquote {
 border: 0;
 font-size: 18px;
 line-height: 25px;
 margin: 0;
 padding: 30px 10%;
}
.testimonial blockquote p {
 font-style: italic;
 margin-bottom: 15px;
}
.testimonial blockquote footer {
 font-size: 16px;
}
.testimonial__item .testimonial img {
 margin-top: 25px;
 box-shadow: 0 0 0 5px #3bb2d6, 0 0 0 15px rgba(59, 178, 214, 0.15), 0 0 0 25px rgba(59, 178, 214, 0.15);
}
.slick-slide img{
 max-width: 100%;
}
#footer{
 background-color: #1226AA;
}
.top-footer {
 padding: 40px 0px;
 position: relative;
}
#footer .col-ft {
 width: 66%;
 float: left;
 margin-right: 4%;
}
#footer .col-ft p {
 color:#fff;
	font-size:18px;
	font-weight:500;
 line-height: 24px;
 margin-bottom: 15px;
}
#footer .col-ft .ft-contact span {
 colro: rgb(74 193 224);
 width: 22px;
 display:inline-block;
}
#footer .col-ft a {
 display:inline-block;
 line-height: 20px;
 padding: 5px 0px;
}
#footer .col-ft .ft-contact a {
 color:#fff;
	font-size:18px;
	font-weight:500;
}
#footer .social-ft {
 width: 30%;
 float: left;
}
.social-ft h3 {
	font-size:24px;
 color:#fff;
 margin-bottom: 20px;
}
.bg-odd {
 background-color: #f2f2f2;
}
.socialIcon {
 color:#fff;
 display:block;
 width: 50px;
 height: 50px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 outline: none;
 text-decoration: none;
	text-align:center;
 background-color: #1226AA;
}
.socialWrapper a.-fb{
 background-color: #3578E5;
}
.socialWrapper a.-linkedin{
 background-color: #026eab;
}
.socialWrapper a.-youtube{
 background-color: #ec0928;
}
.hvr-float-shadow {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0,0,0,0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-property: transform;
 transition-property: transform;
}
.hvr-float-shadow:before {
 pointer-events: none;
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 0;
 background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
 background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-property: transform,opacity;
 transition-property: transform,opacity;
}
.hvr-float-shadow:hover:before{
 opacity: 1;
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
.hvr-float-shadow:hover{
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
.socialIcon:hover{
 color:#fff;
 background-color: #ec0928;
}
.socialIcon span{
 font-size: 1.5em;
 line-height: 50px;
 -webkit-transition: all .2s;
 transition: all .2s;
 margin-right: 0px;
}
.menu-footer{
	text-align:center;
}
.menu-footer .copyright{
 color: #fff;
 font-size: 15px;
 font-weight: normal;
 padding: 15px 0px;
}
.menu-footer .copyright a{
 color:#fff;
}
.menu-footer li{
 display:inline-block;
 padding: 0 10px;
 line-height: 60px;
}
.menu-footer li a{
 color:#fff;
}
.menu-footer li a:hover{
 text-decoration: underline;
}
#header-recr {
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr.stick {
 position:fixed;
	width:100%;
 background-color: #fff;
 z-index: 11;
 left: 0;
 top: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#header-recr.stick .logo img {
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr.stick .box-menu {
 padding-top: 0px;
}
#header-recr .logo {
 display:inline-block;
 padding: 5px 0px;
 vertical-align: top;
}
#header-recr .logo img {
 display:inline-block;
 height: 60px;
 -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 {
 display:inline-block;
 margin: 15px 0px;
 vertical-align: top;
 padding-left: 50px;
}
.box-menu .links .menus li {
	position:relative;
	float:left;
 padding: 0;
}
.box-menu .links .menus li a {
 color: #333;
 display:block;
 height: 100%;
	font-size:14px;
	font-weight:500;
 line-height: 40px;
 padding: 0 15px;
 text-shadow: none;
 transition: none;
	text-transform:uppercase;
}
.box-menu .links .menus li.active a,
.box-menu .links .menus li:hover a {
 color:#1226AA;
}
#header-recr.showfixed .links {
 right: 0px;
 $transtion: all 0.3s ease;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
}
.menu-right {
 float: right;
 height: 100%;
 line-height: 40px;
 margin: 15px 0px
}
.menu-right a{
 color:#1226AA;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}
#overlay-common {
 position:fixed;
	width:100%;
	height:100%;
	display:none;
 background: #00000063;
 z-index: 9;
 top: 0px;
 left: 0px;
}
#header-recr.showfixed #overlay-common{
 display:block;
}
#header-recr .menu-nav {
 display: none;
 color:#1226AA;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 width: 35px;
 height: 35px;
 line-height: 35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border:1px solid #e6e7e8;
}
#header-recr .menu-nav:hover {
 color:#323c46;
 border:1px solid #323c46;
}
#my-download {
 padding: 5px 0px;
 background-color: #1226AA;
}
.download_form_premium {
	text-align:right;
}
.download_form_premium a {
 color:#fff;
 display:inline-block;
 padding: 0px 5px;
}
.download_form_premium .btn{
	font-size:14px;
	text-align:center;
 padding: 0px;
 width: 24px;
 height: 24px;
 line-height: 24px;
}
.download_form_premium a.-fb{
 background-color: #3578E5;
}
.download_form_premium a.-linkedin{
 background-color: #026eab;
}
.download_form_premium a.-youtube{
 background-color: #ec0928;
}
.download_form_premium a span{
 margin-right: 0px;
}
.section-banner{
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#banner-video {
	position:relative;
 height: 720px;
 overflow: hidden;
}
.filter-video {
	position:absolute;
 background-color: rgba(0, 0, 0, 0.4);
 width: 100%;
 height: 100%;
 z-index: 2;
}
#bgvid {
	position:absolute;
 top: 0;
 left: 0;
 z-index: 1;
}
#bgvid {
 width: auto;
 min-width: 100%;
 height: auto;
 min-height: 100%;
 background: transparent no-repeat;
 background-size: cover;
 display: block;
}
#bgvid, #bgvid1 {
 width: 100%;
 object-fit: cover;
 transform: translateY(-50%);
 top: 50%;
 height: 100%;
}
.texton {
 color: #fff;
 left: 50%;
	position:absolute;
 top: 50%;
 z-index: 9;
 width: calc(100% - 120px);
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.texton {
 width: calc(100% - 28%);
 top: 30%;
 text-align: center;
}
.join-talent-onclip a {
 width: 280px;
 margin-top: 40px;
 display:inline-block;
 line-height: 50px;
 color: #fff;
	font-weight:bold;
 background-color: #1226AA;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.join-talent-onclip a:hover{
 color:#ec0928;
}
.sidebar {
 flex: 0 0 25%;
}
.sidebar .filter {
 margin-bottom: 20px;
 color:#42464e;
}
.sidebar h3 {
	font-weight:bold;
	font-size:16px;
 color:#42464e;
	text-transform:uppercase;
 line-height: 30px;
 margin: 0 0 15px;
}
.sidebar .filter a {
 display:block;
	position:relative;
 padding-left: 25px;
 margin-bottom: 15px;
 cursor: pointer;
	font-size:14px;
 color:#7d8492;
 line-height: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.sidebar .filter a::before {
 font-family: 'ap' !important;
 content: '\f372';
	position:absolute;
 top: 0px;
 left: 0px;
 color:#888;
 height: 23px;
 width: 23px;
	font-size:23px;
 border-radius: 3px;
}
.sidebar .filter a.active::before {
 font-family: 'ap' !important;
 content: '\f374';
 color:#1226AA;
}
@media(max-width: 991px){
 .banner__text{
 padding: 100px 0px;
 }
 .list-cats, .sidebar{
 flex: 0 0 100%;
 }
 .box-share .btn-share{
 margin-bottom: 10px;
 }
}
@media(min-width: 768px){
 .outer-canvas{
 width: 750px;
 }
}
@media(max-width: 767px){
 .app-closebutton{
 right: 0;
 }
 #header-recr .menu-nav{
 display:block;
 }
 #header-recr .links{
 position:fixed;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding:20px;
 z-index: 10;
 top: 0px;
 width: 220px;
 height: 100%;
 background-color: #272D34;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 right: -220px;
 visibility: hidden;
 opacity: 0; filter: alpha(Opacity:0);
 }
 #header-recr .links li{
 float: none;
 }
 #header-recr .links a{
 display:block;
 color:#fff;
 padding:10px 0px;
 line-height: inherit;
 }
 #header-recr .links a:hover{
 opacity: 1; filter: alpha(Opacity:100);
 }
 #header-recr .links .menu-right{
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
 }
 #header-recr .links .btn-contact{
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	text-align:center;
 color:#fff;
 border:1px solid #fff;
 }
 #header-recr .links.btn-contact:hover{
 color:#1226AA;
 background-color: #fff;
 }
 .box-menu .links .menus li.active a, 
 .box-menu .links .menus li:hover a{
 background: transparent;
 }
 .prefooter .link__foo{
 flex: 0 0 100%;
 padding: 0;
 margin-bottom: 20px;
 }
 #article{
 padding: 30px 0px;
 }
 #sidebar-left, #article-right{
 flex: 0 0 100%;
 padding: 0px;
 }
 .head-article .title{
	font-size:22px;
 }
 .footer-article .breadcrumb, .footer-article .name{
	display:none;
 }
 #appform .wrapper{
 padding: 15px;
 margin: 40px 0px 0px;
 }
 #appform h1{
 line-height: 40px;
	text-align:left;
 }
 .head-article.article{
 padding: 20px 0px;
 }
}
@media(max-width: 500px){
 .banner__text{
 padding: 60px 0px;
 }
 .banner__text .desc{
	font-size:18px;
 }
 .box-search .form-group.box-input{
	width:100%;
 display:block;
 margin: 0px;
 margin-bottom: 15px;
 }
 .box-search .form-group.-button{
	width:100%;
 display:block;
 }
 .testimonial blockquote{
	font-size:16px;
 padding: 30px 5%;
 }
}
.component__top--v9 {
	background-color: #1226AA;
}
.component__top--v9:hover {
}
.component__top--v9 i.icon {
}
.component__top--v9.--show {
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
 background: 0 0;
 opacity: 1;
 cursor: pointer;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 40px;
	line-height: 1;
	opacity: .5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -25px;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: -25px;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "\e6ba"
}
[dir=rtl] .slick-next:before {
	content: "\e6ba"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
 outline: 0;
 background: #fff;
 border-radius: 50%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button{
 background-color: #1226AA;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
#job-search{
 background-color: #1226AA;
}
.container-search {
 padding: 40px 0px;
}
.container-search .box-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.container-search .box-col-4 {
 width: 26.666666%;
 padding: 0px 15px;
}
.container-search .box-col-2 {
 width: 20%;
 padding: 0px 15px;
}
.container-search .form-control {
 font-size: 18px;
 padding: 0px;
 padding-left: 20px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 border: 1px solid #fff;
 width: 100%;
 background-color: transparent;
}
.form-control::-webkit-input-placeholder { /* Edge */
 color: #fff;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
.container-search .input.fluid::after{
 color:#fff;
}
.container-search .form-control option{
 color:#333;
}
.container-search .btn-search {
 background: transparent;
 border: 1px solid #fff;
 color: #fff;
 font-size: 18px;
 text-align: center;
 width: 100%;
 height: 50px;
 line-height: 50px;
 cursor: pointer;
 text-transform: uppercase;
}
.list-standard-wrapper {
 margin: 60px 0px;
}
#tbl_view_id .job-title.red td{
 color: red;
}
#tbl_view_id .job-title.red a{
 color: red;
}
.bgcolor_theme th{
	font-size:16px;
 color: #333;
 padding: 15px;
 font-weight: bold;
	text-transform:uppercase;
}
.tpt_socialShareButton {
 color: #666;
 cursor: pointer;
 padding: 10px 0 0px 0px;
 text-transform: none;
 font-size: 13px;
 font-weight: normal;
 display: block;
 text-align: right;
 position: relative;
}
.tpt_socialShareBar {
	display:none;
 cursor: pointer;
 margin: 0;
 padding: 0.5em;
 position: absolute;
 right: 0;
 vertical-align: middle;
 white-space: nowrap;
 bottom: 17px;
 border-top: 0;
 background-color: #fff;
 box-shadow: 0px 0px 5px #909090;
}
.tpt_socialShareBar a{
 width: 30px;
 height: 30px;
 line-height: 30px;
 display: inline-block;
 text-align: center;
 color: #fff !important;
}
.tpt_socialShareBar a i{
 margin: 0px;
}
.tpt_socialShareBar a.-fb{
 background-color: #3b579d;
}
.tpt_socialShareBar a.-linkedin{
 background-color: #007bb6;
}
.tpt_socialShareBar a.-mail{
 background-color: #dd4b39;
}
#alljobs #tbl_view_id .name_com{
 color:#676767;
	font-weight:bold;
}
.sharejob {
	position:relative;
}
#tbl_view_id .star td, #tbl_view_id .star td a{
 color:#ec0928;
}
#tbl_view_id .star .job-name a{
 color:#ec0928;
}
#tbl_view_id .star .salary{
 color:#ec0928;
}
.recruitment .banner img{
 width: 100%;
}
.about-careers{
 padding: 60px 0px;
}
.about-careers .text-desc{
 color:#000;
	font-size:17px;
	font-weight:normal;
	text-align:center;
 line-height: 24px;
 margin-bottom: 40px;
}
.about-slider .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.about-slider .col-6{
 width: 50%;
 padding: 0px 15px;
}
.about-slider h2{
 color:#1226AA;
	font-size:32px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
 margin-bottom: 40px;
}
.about-slider .slider-for .item{
}
.about-slider .slider-for .item .cell{
 width: 50%;
}
.about-slider .slider-for .item .image{
 padding-left: 30px;
}
.about-slider .slider-for .item .image img{
 max-width: 100%;
}
.about-slider .slider-for .title{
 margin-bottom: 15px;
 line-height: 30px;
	text-align:center;
}
.about-slider .slider-for .title h3{
 color:#1226AA;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.about-slider .slider-for .desc{
 color:#000;
	font-size:17px;
	font-weight:normal;
 line-height: 30px;
}
.about-slider .slider-for .desc li{
}
.about-slider .slider-for .desc li img{
 display:inline-block;
 width: 20px;
 margin-right: 5px;
}
.slider-icon .slider-nav{
}
.slider-icon .slider-nav .item{
 margin: 0px 11px;
 padding: 10px;
 cursor: pointer;
 text-align: center;
 border: 2px dashed transparent;
}
.slider-icon .slider-nav .item img{
 max-width: 100%;
 display:inline-block;
}
.slider-icon .slider-nav .item.slick-current{
 border: 2px dashed #1226AA;
}
.begin-careers{
 padding-bottom: 60px;
}
.begin-careers .title{
	text-align:center;
 margin-bottom: 40px;
}
.begin-careers .title h2{
 color:#1226AA;
	font-size:32px;
	font-weight:normal;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.begin-careers .title p{
 color:#000;
	font-size:16px;
}
.begin-careers .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.begin-careers .col-3{
 width: 25%;
 padding: 0px 15px;
}
.begin-careers .item{
 position: relative;
 border-radius: 15px 15px 0px 0px;
}
.begin-careers .item:hover{
 filter: drop-shadow(0px 0px 20px rgba(234, 0, 41, 0.6));
}
.begin-careers .item .image{
 position: relative;
}
.begin-careers .item .image img{
 width: 100%;
 border-radius: 15px 15px 0px 0px;
}
.begin-careers .item .main{
	text-align:center;
 padding: 15px;
 position: absolute;
 width: 100%;
 bottom: 0px;
 left: 0px;
 background-color: #1226aa82;
}
.begin-careers .item .main h4{
 color:#fff;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 5px;
 min-height: 20px;
 max-height: 20px;
 overflow: hidden;
}
.begin-careers .item .main h3{
 color:#fff;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
 min-height: 60px;
 max-height: 60px;
 overflow: hidden;
}
.begin-careers .item .bottom{
	text-align:center;
}
.begin-careers .item .bottom .cta{
 color:#fff;
	font-size:17px;
	font-weight:bold;
 display:block;
 padding: 15px;
	text-transform:uppercase;
 background-color: #1226AA;
 border-radius: 0px 0px 15px 15px;
}
.begin-careers .item:hover .bottom .cta{
 background-color: #ec0928;
}
.privileges{
 padding: 45px 0px;
 background-color: #eee;
}
.privileges .title{
	text-align:center;
 margin-bottom: 30px;
}
.privileges .title h2{
 color:#1226AA;
	font-size:26px;
	font-weight:normal;
}
.privileges .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.privileges .col-6{
 width: 50%;
 padding: 0px 15px;
}
.privileges .item .icon{
 width: 95px;
}
.privileges .item .icon img{
 max-width: 100%;
}
.privileges .item .text{
 padding-left: 30px;
}
.privileges .item .text p{
 color:#000;
	font-size:20px;
 line-height: 25px;
}
.pages-video{
 padding: 60px 0px;
}
.video-wrap{
 max-width: 730px;
 margin: 0px auto;
}
.video-wrap .video{
 width: 100%;
 height: 410px;
}
.pages-banner-bottom{
 position: relative;
}
.pages-banner-bottom img{
 width: 100%;
}
