@define a {
 color: #1a4485;
}
@define alink {
 color: #0c1225;
}
@define ahover {
 color: #0c1226;
}
@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;
}
.article-banner{
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center 0;
	position:relative;
	width:100%;
 padding-top: 150px;
 padding-bottom: 120px;
}
.article-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 background: rgba(26,68,133,0.88);
 background-repeat: no-repeat;
 top: 0px;
 left: 0px;
 z-index: 2;
}
.article-banner .hero-text{
 color:#fff;
 color:#fff;
	position:relative;
 padding: 0px !important;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 z-index: 3;
}
.article-banner .hero-text .title{
	font-size:36px;
 line-height: 30px;
}
.article-banner .hero-text .desc {
	font-size:14px;
 padding-top: 20px;
}
.post-type .type {
 display:inline-block;
 margin-right: 10px;
}
.post-type .type .-ap {
 margin-right: 5px;
}
.post-type .type a{
 color:#fff;
}
.job-detail{
 background-color: #f9f9f9;
}
.job-detail .row{
 margin: 0px -15px;
}
.job-detail #article {
	float:left;
 width: 70%;
 padding: 0px 15px;
}
.job-detail .sidebar-article {
	float:left;
 width: 30%;
 padding: 0px 15px;
}
#article .content-article{
 background-color: #ffffff;
 border:1px solid #e9e9e9;
 padding: 40px;
}
.sidebar-article .sidebar-content{
 background-color: #ffffff;
 border:1px solid #e9e9e9;
}
#article .content-article .article-title{
	text-align:left;
 padding-bottom: 60px;
}
.article-title h2 {
 display:inline-block;
	font-size:20px;
	font-weight:bold;
 color:#000;
	text-transform:uppercase;
	position:relative;
}
#article .article-title h2:before {
 content: '';
 border: 1px solid #23c0e9;
 width: 8px;
	position:absolute;
 bottom: -15px;
 left: 0;
}
#article .article-title h2:after {
 content: '';
 border: 1px solid #23c0e9;
 width: 30px;
	position:absolute;
 bottom: -15px;
 left: 11px;
}
.detail-article{
	font-size:16px;
 line-height: 25px;
 color:#797979;
}
#article .ctas{
 padding-top: 50px;
}
#article .ctas a{
 color:#fff;
 display:block;
	width:100%;
 padding: 0px 20px;
 line-height: 50px;
	text-transform:uppercase;
 background-color: #a01d21;
}
.sb_article_title{
	width:100%;
 background-color: #a01d21;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 20px;
 -moz-border-radius: 10px 10px 0px 0px;
 -webkit-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
}
.sb_article_title h4 {
	font-size:16px;
 color:#fff;
}
.sidebar-article .desc-job, 
.sidebar-article .box-share, 
.sidebar-article .ctas,
.sidebar-article .list-related {
 padding: 30px;
 border-bottom: 1px solid #e0e0e0;
}
.sidebar-article .list-related{
 border-bottom: none;
}
.sidebar-article .desc-job p{
	font-size:16px;
 color:#1a4485;
 padding-bottom: 30px;
}
.sidebar-article .desc-job p span[class*='ficon']{
 color:#a01d21;
}
.box-share .btn-share {
 width: 35px;
 height: 35px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 line-height: 35px;
	text-align:center;
 display:inline-block;
	position:relative;
 color:#5f6a7d;
 background-color: #fff;
}
.box-share .btn-share.-fb {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail {
 color:#fff;
 background-color: #dd4b39;
}
.sidebar-article .ctas a {
 color:#fff;
 display:block;
	width:100%;
 padding: 0px 20px;
 line-height: 50px;
	text-transform:uppercase;
 background-color: #a01d21;
}
.list-related .name{
	font-size:20px;
 color:#000;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.list-related a{
	font-size:15px;
 color:#000;
 display:block;
 margin-bottom: 15px;
}
.list-related .btn-viewall{
	font-weight:bold;
	text-align:center;
 margin-top: 20px;
 border:1px solid #1a4485;
 padding: 10px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.breadcrumb a {
 display:inline-block;
}
.breadcrumb a:hover{
 color:#76b133;
}
.container {
	width:100%;
	position:relative;
 max-width: 1100px;
 margin: 0px auto;
}
#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:#1a4485;
 border-color: #1a4485;
}
#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;
}
* {
 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:13px;
 color:#5f6a7d;
 -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", Helvetica,arial;
}
a {
 color:#1a4485;
	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;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
.section {
 padding: 60px 0px;
}
.head-title {
	text-align:center;
 padding-bottom: 60px;
}
.head-title h2 {
 display:inline-block;
	font-size:20px;
	font-weight:bold;
 color:#000000;
	text-transform:uppercase;
	position:relative;
}
.head-title h2:before {
 content: '';
 border:1px solid #23c0e9;
 width: 8px;
	position:absolute;
 bottom: -15px;
 left: -45px;
 right: 0;
 margin: 0px auto;
}
.head-title h2:after {
 content: '';
 border:1px solid #23c0e9;
 width: 30px;
	position:absolute;
 bottom: -15px;
 left: 0;
 right: 0;
 margin: 0px auto;
}
.cate .list-team{
 margin: 0px -15px;
}
.cate .col-3{
	float:left;
 width: 25%;
 padding: 0px 15px;
}
.cate .cate-item{
	text-align:center;
 background-color: #ffffff;
 padding-top: 30px;
 padding-bottom: 30px;
 border:1px solid #e9e9e9;
 border-bottom: 1px solid #23c0e9;
 -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;
 margin-bottom: 30px;
}
.jp_top_jobs_category {
 display:block;
}
.jp_top_jobs_category i {
 color:#1a4485;
	font-size:30px;
 -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;
}
.jp_top_jobs_category h3 {
 padding-top: 15px;
	font-size:20px;
	font-weight:bold;
}
.jp_top_jobs_category h3 a{
 color:#222;
 display:block;
}
.jp_top_jobs_category span {
	font-size:14px;
 color:#797979;
 padding-top: 5px;
 -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;
}
.cate .cate-item:hover {
 border-bottom: 1px solid #1a4485;
 -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;
}
.cate .cate-item:hover .jp_top_jobs_category i {
 color:#1a4485;
 -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;
}
.cate .cate-item:hover .jp_top_jobs_category h3 a {
 color:#1a4485;
 -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;
}
.overview__image img{
	width:100%;
}
.section-overview .section-content{
	font-size:15px;
 color:#222;
 line-height: 25px;
 margin-bottom: 20px;
}
.section-benefits{
	width:100%;
 background-position: center 0;
 background-size: cover;
 padding-top: 100px;
 padding-bottom: 100px;
	position:relative;
}
.jp_best_deal_overlay {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background: rgba(26,68,133,0.88);
}
.section-benefits .benefits-row{
 margin: 0px -15px;
}
.section-benefits .col-4{
	float:left;
 width: 33.333333%;
 padding: 0px 15px;
}
.section-benefits .head-title h2 {
 color:#fff;
}
.section-benefits .head-title h2:before {
 border:1px solid #fff;
}
.section-benefits .head-title h2:after {
 border:1px solid #fff;
}
.benefits-item{
	width:100%;
 background-color: transparent;
 padding: 40px;
 border: 0;
 margin-top: 35px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.27);
 -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;
}
.benefits_icon_sec {
	font-size:36px;
	width:100%;
 color:#fff;
 padding-top: 10px;
}
.benefits_cont_sec {
	width:100%;
 padding-top: 20px;
}
.benefits_cont_sec h4{
	font-size:20px;
 color:#fff;
}
.benefits_cont_sec h4 a{
 color:#fff;
	font-weight:bold;
	font-size:20px;
 -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;
}
.benefits_cont_sec p {
	font-size:16px;
 line-height: 25px;
 padding-top: 10px;
 color: #fff;
 -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;
}
.benefits-item:hover {
 background-color: #fff;
 -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;
}
.benefits-item:hover .benefits_icon_sec{
 color:#1a4485;
}
.benefits-item:hover .benefits_cont_sec h4 a {
 color:#0e1427;
 -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;
}
.benefits-item:hover .benefits_cont_sec p {
 color:#797979;
 -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;
}
.list-jobs {
 margin: 0px -15px;
}
.list-jobs .col-6 {
	float:left;
 width: 50%;
 padding: 0px 15px;
}
.list-jobs .job-item{
 display: table;
	width:100%;
 background-color: #ffffff;
 padding-left: 30px;
 padding-right: 30px;
 padding-top: 30px;
 padding-bottom: 30px;
 border:1px solid #e9e9e9;
 -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;
 margin-top: 30px;
}
.list-jobs .job-item .job_post_cont{
 width: 75%;
	float:left;
}
.list-jobs .job-item .post_right_btn{
 width: 25%;
	float:right;
}
.job_post_cont h4{
 display: -webkit-box;
 color:#000;
	font-size:16px;
	font-weight:bold;
 height: 45px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 line-height: 20px;
}
.job_post_cont h4 a{
 display:block;
 color:#000;
	font-size:16px;
	font-weight:bold;
}
.job_post_cont p{
 margin-bottom: 10px;
}
.job_post_cont .dept {
	font-size:14px;
 color:#a01d21;
	font-weight:bold;
}
.job_post_cont span[class*='ficon-']{
 color:#1a4485;
}
.job_post_cont .salary {
 color:#000;
	font-size:14px;
	font-weight:bold;
}
.job_post_cont .location {
 color:#797979;
	font-weight:bold;
 height: 40px;
 display: block; display: -webkit-box;
	max-height: 40px;
	font-size: 14px; line-height: 20px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.job_post_cont .location a{
 color:#797979; }
.post_right_btn{
	text-align:right;
}
.post_right_btn li a{
 display:inline-block;
 width: 110px;
 height: 30px;
 line-height: 30px;
 padding: 0px 5px;
	text-align:center;
 color:#fff;
	font-size:12px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-bottom: 5px;
}
.post_right_btn li:nth-child(1) a {
 background-color: #1a4485;
}
.post_right_btn li:nth-child(2) a {
 background-color: #a01d21;
}
.section-customer{
 background-size: cover;
 background-position: center 0;
 background-repeat: no-repeat;
	width:100%;
 height: 100%;
	position:relative;
 padding-top: 100px;
 padding-bottom: 100px;
	text-align:center;
}
.section-customer .head-title h2 {
 color:#fff;
}
.section-customer .head-title h2:before {
 border:1px solid #fff;
}
.section-customer .head-title h2:after {
 border:1px solid #fff;
}
.jp_testi_slider_img_overlay {
	position:absolute;
 top: 0%;
 bottom: 0%;
 left: 0%;
 right: 0%;
 background: rgba(26,68,133,0.88);
}
.testimonials__wrap {
	width:100%;
 margin-top: 50px;
 display:inline-block;
}
.jp_testi_main_wrapper {
	width:100%;
 margin-top: 60px;
 padding-bottom: 60px;
 padding-left: 40px;
 padding-right: 40px;
}
.jp_testi_main_wrapper img {
 margin-top: -55px;
 width: 120px;
 height: 120px;
 display:inline-block;
 -moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
 border: 8px solid #fff;
}
.jp_testi_cont_wrapper {
	width:100%;
 display:inline-block;
}
.jp_testi_cont_wrapper p {
	font-size:18px;
 font-style:italic;
 color:#fff;
 padding-top: 40px;
}
.jp_testi_cont_wrapper h4 {
	font-size:16px;
 color:#fff;
	font-weight:bold;
 padding-top: 10px;
}
.jp_testi_cont_wrapper h4 span {
 color:#fff;
	font-weight:bold;
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}
.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: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -30px;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: -35px;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: -30px;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -35px
}
.slick-next:before {
	content: "\e6ba"
}
[dir=rtl] .slick-next:before {
	content: "\e6ba"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}
.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:before {
	opacity: .75;
	color: #000
}
.__pag {
	text-align:right;
 padding-top: 20px;
 margin: 0px 15px
}
.__pag label {
	display:none;
}
.pag:hover, .pag.active {
	color: rgb(0, 170, 172) !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 170, 172, 1) inset;
	box-shadow: 0px 0px 0px 1px rgba(0, 170, 172, 1) 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) !important;
}
.pag {
	cursor: pointer;
	height: 36px;
	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: #FFF none !important;
	color: rgba(0, 0, 0, 0.6) !important;
	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;
}
.section-refer .head-title{
 margin-top: 60px;
}
.refer-iframe {
 position: relative;
 padding-bottom: 70%;
}
.refer-iframe iframe{
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
}
.section-about{
 position: relative;
}
.section-about .about__img{
 position: relative;
	text-align:center;
}
.section-about .about__img img{
 max-width: 100%;
}
.about--header {
 background-color: #efefef;
 padding: 15px;
}
.about--header_content {
 max-width: 800px;
 margin: auto;
 padding: 25px 0px;
}
.about--header_content h2{
 color:#111827;
	font-size:22px;
	font-weight:bold;
 margin-bottom: 15px;
}
.about--header_content p{
 color: #535152;
 line-height: 1.5em;
 font-size: 16px;
 text-align: justify;
 margin-bottom: 15px;
}
.section-year{
 position: relative;
 padding-top: 30px;
 background-color: #efefef;
 color: white;
 margin-top: 50px;
}
.container-fluid{
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
.section-year .row{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-year .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.section-year .col-12{
 width: 100%;
 padding: 0px 15px;
}
.section-year .option {
 padding: 30px 0px;
 width: 100%;
 height: 250px;
 margin-bottom: 30px;
 text-align: center;
 position: relative;
}
.section-year .option-1 {
 background-color: #ce4911;
}
.section-year .option-2 {
 background-color: #197c8f;
}
.section-year .option .layer-over {
 position: absolute;
 z-index: 99;
 opacity: 0;
 top: 0;
 background-color: #1a4485;
 right: 0;
 bottom: 0;
 padding: 15px;
 line-height: 1.5em;
 font-size: 15px;
 transition: 0.4s ease-in-out;
 left: 0;
}
.section-year .option .layer-over p {
	font-size:13px;
	font-weight:bold;
 margin-top: 0px;
}
.section-year .option p {
 color:#fff;
 font-size: 72px;
 font-weight: bold;
 margin-bottom: 0;
 margin-top: 90px;
 line-height: 1.75;
}
.section-year .option:hover .layer-over {
 opacity: 1;
}
.section-ceo{
 position: relative;
 padding-top: 60px;
 padding-bottom: 30px;
}
.section-ceo .row{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
}
.section-ceo .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-ceo .text{
 color:#194280;
	font-size:16px;
	font-weight:bold;
 line-height: 1.8em;
}
.section-ceo .ceo_info{
	text-align:center;
}
.section-ceo .ceo_info img{
 max-width: 100%;
}
.section-ceo .ceo_info h2{
 color:#111827;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
 margin-top: 15px;
}
.section-ceo .ceo_info small{
 color:#111827;
	font-weight:bold;
}
.section-video .row{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-video .col-6{
 width: 50%;
 padding: 0px 15px;
}
.section-video iframe{
 margin-bottom: 30px;
}
.section-follow{
 padding-top: 30px;
 background-color: #e2e2e2;
}
.section-follow .row{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-follow .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.section-follow .title-head{
 color:#111827;
	font-size:28px;
	font-weight:bold;
	text-align:center;
 margin-bottom: 30px;
}
.section-follow .item{
 margin-bottom: 30px;
}
.section-follow .item img{
 max-width: 100%;
}
.component__top{
 background-color: #1a4485;
}
#footer {
 position: relative;
}
#footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.footer-top{
 padding: 50px 0px;
}
.footer-top .col-5{
 width: 40%;
 padding: 0px 15px;
}
.footer-top .col-3{
 width: 20%;
 padding: 0px 15px;
}
.footer-top .company-information .item{
 display: flex;
 align-items: flex-start;
 gap: 16px;
 margin-bottom: 24px;
}
.footer-top .company-information .item img{
 width: 28px;
 height: 28px;
}
.footer-top .company-information .item span{
 width: calc(100% - 44px);
 color:#374151;
	font-size:16px;
	font-weight:bold;
 line-height: 24px;
}
.footer-top .link-page-item h4{
 color:#1a4485;
	font-size:28px;
	font-weight:bold;
 margin-bottom: 24px;
}
.footer-top .link-page-item ul li{
 margin-bottom: 24px;
}
.footer-top .link-page-item ul li a{
 color:#111827;
	font-size:16px;
	font-weight:500;
}
.footer-top .link-page-item ul li a:hover{
 color:#1a4485;
}
.footer-bottom{
 padding: 15px 0px;
}
.footer-bottom .row{
 align-items: center;
}
.footer-bottom .col-6{
 width: 50%;
 padding: 0px 15px;
}
.footer-bottom .copyright{
 color:#374151;
	font-size:16px;
	font-weight:500;
}
.footer-bottom .follow-us{
 display: flex;
 align-items: center;
 gap: 16px;
 justify-content: flex-end;
}
.footer-bottom .follow-us span{
 color:#374151;
	font-size:16px;
	font-weight:500;
}
.footer-bottom .follow-us .social{
 display: flex;
 align-items: center;
 gap: 16px;
}
.footer-bottom .follow-us .social img{
 width: 32px;
 height: 32px;
}
#header-recr {
 position: sticky;
 left: 0;
 top: 0;
	width:100%;
 z-index: 100;
 padding: 5px 0px;
 background-color: #fff;
 -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: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
#header-recr .logo {
}
#header-recr .logo img{
 height: 50px;
}
#header-recr .menu-nav {
 display: none;
 color:#1a4485;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;
	text-align:center;
 width: 35px;
 height: 35px;
 line-height: 35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border:1px solid #1a4485;
 float: right;
}
#header-recr .box-menu{
	text-align:right;
}
#header-recr .box-menu .navigation{
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 15px;
}
#header-recr .box-menu a{
 color:#1f2937;
	font-weight:bold;
 padding: 15px 20px;
}
#header-recr .box-menu a:hover{
 color:#1a4485;
}
#header-recr .box-menu a.cta{
 color:#fff;
 display:inline-block;
	font-weight:bold;
 padding: 10px 20px;
 background-color: #1a4485;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#header-recr .box-menu a.cta:hover{
 background-color: #a01d21;
}
#header-recr.showfixed .box-menu {
 right: 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;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
}
#talent-network{
 margin-top: 80px;
}
#header-recr .navigation .language {
 display: flex;
 gap: 15px;
 align-items: center;
}
#header-recr .navigation .language a {
 color:#5f6a7d;
	font-weight:bold;
 display: flex;
 gap: 5px;
 align-items: center;
 padding: 0px;
}
.hero-banner{
	position:relative;
 clear:both;
}
.hero-banner .cover{
	text-align:center;
 max-width: 100%;
}
.hero-banner .cover img{
	width:100%;
 height: 100%;
 object-fit: cover;
}
.hero-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 background: rgba(26,68,133,0.4);
 background-repeat: no-repeat;
 top: 0px;
 left: 0px;
 z-index: 2;
}
.hero-banner .hero-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 .hero-text .title{
	font-size:40px;
	font-weight:normal;
 line-height: 40px;
 margin-bottom: 10px;
}
.hero-banner .hero-text .desc{
	font-size:20px;
 line-height: 25px;
}
.hero-banner .cta{
 padding:15px 40px;
 margin-top:20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	cursor:pointer;
 display:inline-block;
 color:#fff;
 font-weight:600;
 background-color: #a01d21;
 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;
}
