/* File does not exists: [PRIVATE FILE] */

@define a {
 color: #001c99;
}
@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;
}
.button {
 @f1̀ 
	font-weight:500;
	text-align:center;
	cursor:pointer;
 display:block;
 -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;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 15px;
 margin-top: đpx;
 margin-bottom: 15px;
}
.button.fluid {
	width:100%;
 font-size: 18px;
}
.button.main {
 background-color: #001c99;
 color: #fff !important;
}
.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%;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 margin-top: 10px;
 margin-bottom: 10px;
}
.baseui.input>input {
	text-align:left;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border: 1px solid #dedede;
 padding: 10px;
 max-width: 100%;
 margin: 0em;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 outline: none;
 box-shadow: none;
	width:100%;
}
.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;
}
.title-cat {
	font-size:22px;
	font-weight:normal;
 color:#333;
 padding-bottom: 10px;
}
.list-category {
 margin-bottom: 20px;
}
.list-category .list {
 padding-left: 5px;
}
.list-category .list.scrollable {
 overflow: overlay;
 max-height: 550px;
}
.list-category .list.scrollable:hover {
 overflow-y: scroll;
 transition: all .2s ease;
}
.list-category .check-action {
	font-size:16px;
 margin-bottom: 10px;
 color:#888;
}
.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:#009ddd;
}
.check-action:hover .icon {
 color:#009ddd;
}
.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:#001c99;
}
#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: #001c99;
 outline: 1px solid #001c99;
}
.section-.top-job{
	position:relative;
 clear:both;
	overflow:hidden;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0s; -moz-transition-duration: 0s;
 -o-transition-duration: 0s; transition-duration: 0s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 padding: 0px;
 height: 40rem;
}
.section-.top-job .cover{
	position:relative;
	width:100%;
	height:100%;
}
.section-.top-job .cover img{
	width:100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.section-.top-job .box-share{
	position:absolute;
	text-align:center;
	font-size:16px;
	right:0px;
	top:0px;
	color: #fff;
	width: 295px;
}
#header-job.stick .box-share{
	display:none;
}
#job-detail .header.article {
	font-size:30px;
	text-transform:uppercase;
 color:#009ddd;
 margin-bottom: 30px;
}
#article li,
#article p {
 line-height: 1.58;
}
#article li {
 padding-bottom: 0;
 margin-bottom: 5px;
 margin-top: 5px;
}
#article ul {
 margin-bottom: 15px;
 margin-top: 15px;
 margin-left: 40px;
}
.section-.top-job .box-share a{
 display:block;
	width: 48%;
	border:1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align:center;
	font-size:13px;
	padding:10px 0;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	background: rgba(255,255,255,0.1);
	margin-top:20px;
}
.section-.top-job .box-share a:hover{
	background-color: #001c99;
	border:1px solid #001c99;
	color:#fff;
}
.section-.top-job .head-article{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-.top-job .head-article a {
 color:#fff;
}
.section-.top-job .head-article .desc{
 color:#fff;
 margin-top: 20px;
}
.article .detail-article p, .article .detail-article div{
 margin-bottom: 15px;
 line-height: 26px;
 font-family: "Effra" !important;
}
.article .detail-article p span,
.article .detail-article div span{
 font-family: "Effra" !important;
}
.article .detail-article img {
 max-width: 100%;
 height: auto !important;
 float: none !important;
}
#header-job.stick{
 position:fixed;
	width:100%;
 padding: 10px 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: 99;
}
#header-job.stick .breadcrumb, #header-job.stick .cta{
	display:table-cell;
	vertical-align:middle;
 margin-bottom: 0px;
}
#header-job.stick .cta{
	text-align:right;
}
#header-job.stick .head-article .title-h2{
	font-size:20px;
	text-align:center;
 margin-bottom: 0px;
}
#header-job.stick .btn-apply{
	position:relative;
 top: 0px;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
 right: auto;
}
#header-job.stick .head-article{
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 0px 20px;
}
#header-job.stick .stick-tb{
 display: table;
}
#header-job.stick .head-article .desc{
	display:none;
}
.section-.top-job .head-article .title-h2{
 color:#fff;
}
.section-.top-job .head-article .desc .post-cat{
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	font-weight:300;
 color:#fff;
}
.section-.top-job .head-article .desc .post-cat:after{
 content: "\e6ca";
 color: rgba(255, 255, 255, 0.1);
 font-family: "ap";
 margin: 0px 10px;
}
.section-.top-job .head-article .desc .post-cat:last-child:after{
	display:none;
}
#sidebar-right .top-article{
 margin-top: 20px;
 padding-top: 20px;
}
#sidebar-right .top-article .desc{
 padding: 15px 0px;
 color:#333;
	font-size:16px;
 border-top:1px solid #009ddd;
}
#sidebar-right .top-article .desc span{
	font-weight:300;
 display:block;
 color:#555;
	font-size:16px;
 margin-bottom: 10px;
}
.breadcrumb {
 margin-bottom: 10px;
}
#article .breadcrumb a {
 display: inline-block;
 padding: 0px 5px;
 vertical-align: top;
 line-height: 30px;
 color:#333;
 font-size: 16px;
 margin: 0px;
}
#article .breadcrumb a:hover{
 color:#001c99;
}
#article .breadcrumb span{
 line-height: 30px;
}
#article .breadcrumb a:first-child{
 padding-left: 0px;
}
.article .detail-article{
	font-size:16px;
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
}
.article .detail-article ul{
	margin-left:20px;
}
.article .detail-article li{
 list-style-type: square;
 padding-left: 10px;
 padding-bottom:10px;
	font-weight:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.article .detail-article h2{
 margin-bottom: 30px;
 font-size: 24px;
	font-weight:normal;
 color:#333;
 line-height: 1.04;
}
.article .btn-apply, #sidebar-right .btn-apply, .section-.top-job .btn-apply{
 background-color: #009ddd;
 line-height: 25px;
 color:#fff;
	text-transform:uppercase;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 clear:both;
 padding: 10px 40px;
}
.section-.top-job .btn-apply{
	position:absolute;
 top: 0px;
 right: 0px;
 visibility: hidden;
 opacity: 0; filter: alpha(Opacity:0);
 -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;
}
.section-.detail{
 background-color: #fafbfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 padding: 0px;
 padding-bottom: 30px;
}
#article{
 background-color: white;
 padding: 40px 0px;
 width: calc(100% - 370px);
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#article .content-article{
 padding: 0px 80px;
}
.article .detail-article table {
 width: 100% !important;
}
#sidebar-right{
 width: 350px;
	float:right;
 padding: 40px 30px;
 background-color: #fff;
}
#sidebar-right .btn-apply{
	width:100%;
}
.article .btn-apply:hover:after, #sidebar-right .btn-apply:hover:after, .section-.top-job .btn-apply:hover:after{
 content: "";
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
 bottom: 0px;
 left: 0px;
 height: 2px;
}
#sidebar-right .box-share{
	text-align:center;
 display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#sidebar-right .box-share .name{
	font-size:13px;
 color:#777;
 display:block;
 margin-bottom: 10px;
}
#sidebar-right .box-share .btn-share{
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
 display:inline-block;
 color:#fff;
	text-align:center;
}
#sidebar-right .box-share .btn-share span{
 margin: 0px;
}
#sidebar-right .box-share .btn-share:hover{
 opacity: 0.85; filter: alpha(Opacity:85);
}
#sidebar-right .box-share .btn-share.-fb{
 background-color: #3b5998;
}
#sidebar-right .box-share .btn-share.-mail{
 background-color: #3b5998;
}
#article .bottom-article{
 margin-top: 40px;
}
.list-related{
 margin-top: 20px;
 border-top:1px solid #009ddd;
 padding-top: 20px;
}
.list-related .name{
 font-size: 20px;
	font-weight:bold;
 margin-bottom: 10px;
}
.list-related a{
 display:block;
 color:#009ddd;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
 margin-top: 15px;
 line-height: 20px;
}
.list-related .btn-viewall {
 padding: 15px;
 border:1px solid #009ddd;
 color:#009ddd;
 text-transform: none;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.list-related a .sub.header {
 display:block;
	font-weight:500;
 margin-top: 5px;
 color:#555;
}
.list-related a {
 padding-bottom: 10px;
 display:block;
 border-bottom:1px solid #009ddd;
}
.list-related a .sub.header b {
 font-weight: 500 !important;
}
.list-related a:hover{
	text-decoration:underline;
}
#sidebar-right .box-subcribe{
 border: none;
 background: none;
 padding: 0px;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar-right .box-subcribe .title{
 border-bottom: 0px;
 margin-bottom: 10px;
 color:#333;
 padding-bottom: 0px;
}
.article.about .slider-envir img{
	width:100%;
}
.info-company .logo{
 display:inline-block;
 clear:both;
	text-align:center;
 width: 100%;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 10px;
}
.info-company .logo img{
 max-height: 100px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 2px;
 $conrer: 5px;
 border:1px solid #eee;
}
.info-company .text{
 color:#666;
	font-weight:bold;
 margin-bottom: 10px;
}
.info-company .text .color1{
	font-weight:normal;
}
.info-company .text .fa-icon{
 margin-right: 5px;
}
.info-company .name-com{
	font-weight:normal;
	font-size:20px;
 margin-bottom: 10px;
}
.cv-sample {
 display:block;
 color:#001c99;
	text-align:center;
 margin-top: 10px;
}
.form-cv {
	text-align:center;
}
.form-cv span{
 display:inline-block;
 margin: 0px 15px;
 line-height: 25px;
}
.form-cv a{
 color:#001c99;
	font-size:16px;
}
.form-cv img{
 width: 30px;
 margin-right: 7px;
}
#sidebar-right .buttons img{
 width: 30px;
 margin-right: 5px;
}
.breadcrumb a {
 display:inline-block;
 color:#333;
 margin-bottom: 15px;
}
.breadcrumb a:hover{
 color:#fff;
}
ul.breadcrumb li {
 display: inline-block;
 line-height: 30px;
 padding: 0px 5px;
}
ul.breadcrumb li:first-child{
 padding-left: 0px;
}
ul.breadcrumb li a {
 display:block;
 font-size: 16px;
 color: #333;
 margin: 0px;
}
ul.breadcrumb li a:hover{
 color:#001c99;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1200px;
 margin: 0px auto;
 z-index: 2;
 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:#008fd2;
 border-color: #001c99;
}
#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;
}
.sec-benefits .content .item h1.title {
 font-size: 25px !important;
 text-align: center;
 margin-bottom: 15px;
 color:#747b81;
 text-decoration: underline;
}
.sec-benefits .content .item h3.title {
 font-size: 16px;
 color:#747b81;
 text-align: center;
}
.sec-benefits .content .item .desc{
 line-height: 22px;
 color:#999;
}
.sec-benefits .content.content--left .item a,
.sec-benefits .content.content--left .item a:hover,
.sec-benefits .content.content--left .item a:focus{
	text-decoration:underline;
 color: #999;
}
.sec-benefits .content.content--left .item{
 width: 30.333%;
 margin-right: 3%;
	float:left;
	text-align:center;
}
.sec-benefits .content .item li {
 color:#999;
}
#appform{
}
#appform .wrapper{
 background-color: #fff;
 padding:20px 0px;
 padding-bottom: 0px;
}
#appform h1{
	font-weight:500;
	font-size:36px;
 color:#009ddd;
 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: #009ddd;
 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 .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;
}
.sample-cv::before {
 font-family: FontAwesome;
 content: "\f0ed";
 margin-right: .5rem;
 color:#001c99; display: inline-block;
}
h2.sample-cv a {
 color:#001c99; text-decoration: underline;
}
#thankyou{
 padding: 60px 0px;
 background-color: #fff;
}
.thank-page .content{
	text-align:center;
 max-width: 768px;
}
.thank-page h2{
 color:#001c99;
	font-weight:bold;
 margin-bottom: 30px;
}
.thank-page p{
 font-size: 20px;
 margin-bottom: 5px;
}
.thank-page p a{
 font-size: 20px;
 color: #009ddd;
}
.thank-page p .job-name{
 font-weight: bold;
}
.thank-page .image{
 position: absolute;
 right: 0px;
 top: 0px;
 max-width: 300px;
}
.thank-page .image img{
 max-width: 100%;
}
#thankyou .section-story{
 padding-top: 60px;
}
#thankyou .section-story .box{
 border-radius: 10px;
 box-shadow: 0px 0px 3px #ccc;
}
#thankyou .section-story .box .box-info{
 border: none;
}
.talent-embed__form{
 padding: 15px;
 background-color: #fff;
}
.talent-embed__form #appform .wrapper{
 padding: 0px;
}
.talent-embed__form #appform h1{
	display:none;
}
.security .private {
 display: block;
 margin: 0px;
 margin-top: 10px;
}
.security {
 margin-bottom: 15px;
 font-size: 16px;
}
.security a {
 color: #009ddd;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none
}
html, body {
 overflow: initial;
	font-size:14px;
 color:#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: "Effra", Helvetica,arial !important;
}
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:#008fd2;
 -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 0px;
}
.head-sec {
 max-width: 768px;
 margin: 0px auto;
	text-align:center;
 margin-bottom: 40px;
}
.head-sec .title-main {
	font-size:32px;
	font-weight:normal;
 display:inline-block;
 color:#009ddd;
 line-height: 1.2;
 margin-bottom: 20px;
}
.head-sec .desc {
	font-weight:300;
	font-size:16px;
 color:#001c99;
 line-height: 25px;
}
.logo.medium {
 width: 150px;
 margin-bottom: 15px;
}
.head-sec .desc a {
 border-bottom: 1px solid #eee;
}
/*------------------------------*/
.about-title {
 text-align: center;
 margin-bottom: 30px;
}
.about-title img {
 width: 140px;
 margin-bottom: 20px;
}
.about-title h3 {
 font-size: 60px;
 color: #204199;
 font-family: "EffraB";
 text-transform: uppercase;
}
.about-content {
 max-width: 1000px;
 text-align: center;
 margin: 0px auto;
}
.about-content p {
 font-size: 25px;
 color: #8c8c8c;
 line-height: 40px;
 margin-bottom: 30px;
}
.about-content b {
 color: #000;
 font-weight: 500;
}
.about-content a {
 font-size: 24px;
 color: #008fd2;
 font-weight: 300;
 text-transform: uppercase;
}
/*------------------------------*/
.saycustomer.invert {
	position:relative;
 background-color: #fff;
}
.saycustomer .content-say {
 max-width: 1100px;
 margin: 0px auto;
 text-shadow: none;
 position: relative;
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 min-height: 100%;
 padding-bottom: 60px;
}
.saycustomer .content-say .title {
 color:#001c99;
	font-weight:normal;
 font-size: 48px;
 margin-bottom: 25px;
}
.saycustomer .content-say .say {
 color:#01ade9;
 font-size: 28px;
 line-height: 1.5;
 margin-top: 10px;
 font-family: "EffraL";
}
.saycustomer .content-say .info {
 text-align: center;
 margin-top: 20px;
}
.saycustomer .content-say .info .name {
 color: #8c8c8c;
 font-size: 20px;
}
.customer-line{
 max-width: 600px;
 margin: 0px auto;
 height: 1px;
 background-color: #001c99;
}
/*------------------------------*/
#location .item-location {
 width: calc(100%/10);
 padding: 0px 10px;
}
.list-category .item-location a {
	text-align:center;
 display:block;
 padding: 10px;
 font-size: 15px;
 padding-top: 110px;
 background-size: 100px !important;
 background-position: top center !important;
}
.list-category .item-location a h3 {
 font-size: 15px;
 color: #002395;
}
.list-category .item-location img{
 max-width: 70%;
 margin: 0px auto;
}
.list-category .slick-dots{
 position: absolute;
 bottom: 10px;
 width: 100%;
	text-align:center;
 font-size: 0px;
}
.list-category .slick-dots li{
 display:inline-block;
 margin: 0px 5px;
}
.list-category .slick-dots li button{
 width: 12px;
 height: 12px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background-color: rgba(0, 87, 158, 0.6);
}
.list-category .slick-dots li.slick-active button{
 background-color: #001c99;
}
#alljobs .row {
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
}
#alljobs .row .sidebar{
 flex: 0 0 23%;
 padding-right: 2%;
 margin-top: 20px;
}
#alljobs .row .jobs{
 flex: 0 0 77%;
}
#alljobs .list-category#location{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-bottom: 50px;
 margin-left: -10px;
 margin-right: -10px;
}
#alljobs .viewall {
	position:absolute;
 right: 0px;
 bottom: 20px;
 background-color: #001c99;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#alljobs .viewall a {
 color:#fff;
 display:block;
 padding: 10px 20px;
}
.sidebar .sidebar__title{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.sidebar .list-category a{
 font-size: 16px;
 display: block;
 color: #888;
 font-weight: normal;
 position: relative;
 padding: 8px 0;
}
.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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 a {
 font-weight: 400;
 color: #333;
}
.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 #008fd2;
 color:#008fd2;
	-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: #008fd2;
 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:#008fd2;
	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-workat .content-sec .item.last p {
 text-align: center;
 font-size: 13px;
}
.content-sec p {
 line-height: 1.6em;
 font-size: 13px;
 text-align: justify;
}
*,
*: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 .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:#001c99;
}
#menu .main .links a.active {
 color:#001c99;
 font-weight: 600;
}
#menu .main .links a.active:before {
	position:absolute;
 top: 8px;
 bottom: 8px;
 left: -30px;
 background-color: #001c99;
 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;
}
#alljobs .header .heading {
	text-align:center;
	text-transform:uppercase;
 color:#002395;
 font-size: 30px;
 line-height: 1.2;
 padding-bottom: 30px;
 font-family: "EffraB";
}
#alljobs .row {
}
#alljobs .row #menu {
}
#alljobs .row .jobs {
	position:relative;
}
#alljobs .row .jobs .item {
 padding: 20px 0px;
 border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	position:relative;
}
#alljobs .row .jobs .item .title {
 padding-bottom: 2px;
}
#alljobs .row .jobs .item .title a {
	font-size:20px;
 color:#001c99;
	font-weight:500;
}
#alljobs .row .jobs .item .info {
 color:#888;
	font-size:16px;
 padding-top: 6px;
 padding-right: 130px;
}
#alljobs .row .jobs .item .info a {
 color:#555;
}
#alljobs .row .jobs .item .info a:hover {
 color:#001c99;
 text-decoration: underline;
}
#alljobs .row .jobs .item .side {
	position:absolute;
 right: 0px;
 top: 20px;
}
#alljobs .row .jobs .item .cta {
	float:left;
 color:#001c99;
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 10px 20px;
 border: 1px solid #001c99;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#alljobs .row .jobs .item .cta:hover {
 background-color: #001c99;
 color:#fff;
}
.note-job {
 font-size: 18px;
 font-weight: bold;
 margin-top: 20px;
 border: 1px solid #ccc;
 border-radius: 4px;
 padding: 15px;
}
#hiringflow {
 background-color: rgb(207, 219, 0);
}
#hiringflow * {
 color: #fff !important;
}
.story-title {
	text-align:center;
 font-family: "EffraB";
 margin-bottom: 30px;
}
.story-title h3 {
 color:#001c99;
	font-size:32px;
	text-transform:uppercase;
}
.section-story .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-story .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
 margin-bottom: 30px;
}
.section-story .box{
	position:relative;
 height: 100%;
 border: 1px solid #ccc;
 border-radius: 10px;
}
.section-story .box .box-image{
 height: 250px;
 overflow: hidden;
 border-radius: 10px 10px 0px 0px;
}
.section-story .box .box-image img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 border-radius: 10px 10px 0px 0px;
}
.section-story .box .box-info {
 padding: 15px;
}
.section-story .box .box-info > p{
 margin-bottom: 15px;
 line-height: 22px;
}
.section-story .box .box-info > p.note {
 display: block; display: -webkit-box;
	max-height: 88px;
	font-size: 14px; line-height: 22px; -webkit-line-clamp: 4;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.section-story .box .box-info > p a {
 color: #01ade9;
 font-size: 16px;
}
.section-story .box .box-info .title{
 margin-bottom: 15px;
 height: 50px;
 display: block;
 display: -webkit-box;
 max-height: 50px;
 font-size: 20px;
 line-height: 25px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.section-story .box .box-info .title a{
	font-size:20px;
 color: #333;
}
.news-viewall {
 text-align: center;
}
.news-viewall a {
 display: inline-block;
 padding: 10px 15px;
 font-size: 18px;
 color: #0a389d;
 border: 1px solid #0a389d;
 border-radius: 5px;
}
.news-viewall a:hover {
 color: #fff;
 background-color: #0a389d;
}
.article-social {
 margin-top: 30px;
 padding-top: 30px;
 border-top: 1px solid #0a389d;
}
#alljobs .__pag{
 padding: 20px 0px;
}
#alljobs.page-all .__pag{
 padding-right: 0px;
}
.__pag {
	text-align:right;
	padding: 0px 0px 20px;
}
.__pag label {
	display:none;
}
.pag:hover, .pag.active {
	color: rgb(10, 56, 157) !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgb(10, 56, 157) inset;
	box-shadow: 0px 0px 0px 1px rgb(10, 56, 157) 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;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	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;
}
#alljobs .list-category:hover .slick-next,
#alljobs .list-category:hover .slick-prev{
 opacity: 1;
}
.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: 30px;
	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;
 opacity: .6;
 background: #009ddd;
 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{
 opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.component__top:hover, .component__top:focus{
 color: #fff;
}
#talent-network .about{
 font-size: 16px;
 padding-top: 0px;
}
#talent-network .about h3{
	font-size:25px;
 color:#001c99;
 margin-bottom: 15px;
}
#talent-network .about p{
 font-size: 16px;
}
#talent-network .about ul{
 font-size: 16px;
 list-style: none;
 margin-left: 0px;
}
#talent-network .about ul li{
 line-height: 22px;
 margin-bottom: 10px;
}
#appform .form .row .label{
 font-size: 16px;
}
.section-slider{
 margin-bottom: 40px;
}
.section-slider .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-slider .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.section-slider .slider-item{
 margin-bottom: 30px;
}
.section-slider .slider-item img{
 max-width: 100%;
}
.section-slider .slider-item h3{
	text-align:center;
	font-size:22px;
 margin-top: 20px;
	text-transform:uppercase;
}
.section-slider .slider-item h3 a{
	font-size:22px;
}
.list-category .item-location:nth-child(1) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/hoiso.png") no-repeat;
}
.list-category .item-location:nth-child(2) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/hcm.png") no-repeat;
}
.list-category .item-location:nth-child(3) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/hanoi.png") no-repeat;
}
.list-category .item-location:nth-child(4) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/namhanoi.png") no-repeat;
}
.list-category .item-location:nth-child(5) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/dongbacbo.png") no-repeat;
}
.list-category .item-location:nth-child(6) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/mientrung.png") no-repeat;
}
.list-category .item-location:nth-child(7) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/bactrungbo.png") no-repeat;
}
.list-category .item-location:nth-child(8) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/dongnambo.png") no-repeat;
}
.list-category .item-location:nth-child(9) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/dbscl.png") no-repeat;
}
.list-category .item-location:nth-child(10) a{
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/job/ctythanhvien.png") no-repeat;
}
#footer{
 background-color: #001c99;
}
.top-footer {
 padding-top: 60px;
 position: relative;
}
.top-footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.top-footer .col-3{
 width: 32%;
 padding: 0px 15px;
}
.top-footer .col-3.link{
 width: 18%;
}
.top-footer h3{
 color:#c2d400;
	font-size:22px;
 font-family: EffraB;
 margin-bottom: 20px;
	text-transform:uppercase;
}
.foo-about{
 color:#fff;
	text-align:justify;
 margin-right: 60px;
}
.top-footer p{
	font-size:16px;
 color:#fff;
 margin-bottom: 10px;
}
.top-footer p a{
 color:#fff;
	font-size:16px;
}
.top-footer p b{
 font-family: EffraB;
}
.foo-link a{
 color:#fff;
 display:block;
	font-size:16px;
 line-height: 22px;
 margin-bottom: 5px;
}
.foo-social, .contact{
	text-align:right;
}
.foo-social{
 margin-bottom: 20px;
}
.foo-social a{
 color:#fff;
	text-align:center;
	font-size:22px;
 display:inline-block;
 width: 40px;
 height: 40px;
 border: 2px solid #fff;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 line-height: 36px;
 margin: 0px 3px;
}
.foo-social a span{
 margin: 0px;
}
.contact h4{
 color:#c2d400;
	font-size:20px;
 margin-bottom: 10px;
}
#footer .col-ft.top90 {
 margin-top: 90px;
}
#footer .col-ft.end {
 margin-right: 0px;
}
#footer .link-footer {
 display:inline-block;
}
#footer .col-ft h4 {
	font-size:16px;
 display:block;
	font-weight:normal;
 margin-bottom: 10px;
}
#footer .col-ft p {
 color:#001c99;
	font-size:18px;
 line-height: 24px;
 margin-bottom: 15px;
 font-weight: 500;
}
#footer .col-ft .ft-contact a {
 color:#001c99;
	font-size:18px;
 font-weight: 500;
}
#footer .col-ft .ft-contact span {
 display:inline-block;
 color:#01ade9;
 width: 22px;
}
#footer .col-ft a {
 display:inline-block;
 line-height: 20px;
 padding: 5px 0px;
}
#footer .col-ft a:hover {
 color:#009ddd;
}
.ft-social h3 {
 font-size: 24px;
 color: #0a389d;
 margin-bottom: 20px;
}
.ft-social a{
 display:inline-block;
 margin-right: 15px;
}
#footer .box-footer {
	text-align:center;
 margin-top: 40px;
 padding: 30px 0px;
 background-color: #fff;
}
#footer .copyright {
 color:#001c99;
	font-size:18px;
 display:inline-block;
 padding: 0px 15px;
}
#footer .copyright a {
 color:#001c99; }
#header-recr {
 position: sticky;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 top: 0px;
 left: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 z-index: 11;
 background-color: #fff;
 padding: 10px 0px;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#header-recr.stick {}
.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 {
 padding: 0px 0px;
	display:table-cell;
	vertical-align:middle;
}
#header-recr .logo img {
 display:inline-block;
 margin-right: 10px;
 height: 40px;
}
#header-recr .logo .name {
	position:relative;
 display:inline-block;
 color:#555;
	font-size:18px;
 padding: 5px 15px;
}
#header-recr .box-menu {
	display:table-cell;
	text-align:left;
 padding-left: 40px;
}
#header-recr .box-menu .links {
 display:inline-block;
}
#header-recr .box-menu .links li {
 display:inline-block;
 position: relative;
}
#header-recr .box-menu .links li a {
	font-size:16px;
 display:block;
 padding: 8px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 color:#001c99;
 font-family: EffraB;
}
#header-recr .box-menu .links li a:hover,
#header-recr .box-menu .links li a.active {
 color:#001c99;
}
#header-recr .box-menu .links li .sub-menu{
	display:none;
 position: absolute;
 left: 0px;
 width: 200px;
 background-color: #fff;
 padding: 10px;
 box-shadow: 0px 0px 5px #ccc;
}
#header-recr .box-menu .links li .sub-menu li{
 display:block;
}
#header-recr .box-menu .links li .sub-menu li a{
 color: #009ddd;
 font-size: 14px;
 margin-right: 0px;
 line-height: 30px;
 padding: 0px;
}
#header-recr .box-menu .links li .sub-menu li:hover a{
 color:#001c99;
}
#header-recr .box-menu .links li:hover .sub-menu{
 display:block;
}
#header-recr .menu-right {
 display:inline-block;
	float:right;
 margin: 0px 0px;
}
#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;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background-color: #001c99;
	text-transform:uppercase;
 font-family: EffraB;
}
#header-recr .box-menu .cta.chall {
 background-color: #009ddd;
 margin-left: 10px;
}
#header-recr .box-menu .cta:hover {
 background-color: #001a8c;
 color:#fff;
}
#header-recr .box-menu .textBlink{
 animation: textBlink 1000ms step-end infinite;
}
.hero-banner {
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero-banner .cover {
	position:relative;
	width:100%;
	height:100%;
 max-width: 100%;
}
.hero-banner .cover img {
	width:100%;
}
.hero-banner .career-partner {
	position:relative;
	width:100%;
	height:100%;
 max-width: 100%;
}
.hero-banner .career-partner img{
 max-width: 100%;
}
.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 .hero-text {
 color:#fff;
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 z-index: 3;
 padding: 0px;
 top: auto;
 left: 0px;
 bottom: 0px;
 z-index: 999;
}
.hero-banner .headline {
	font-size:16px;
 margin-bottom: 10px;
 text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.hero-banner .hero-text .title {
	font-size:40px;
	font-weight:normal;
 text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
 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: #008fd2;
 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: 0;
 padding: 10px;
 background-color: rgba(0, 0, 0, .4);
}
.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;
}
.section-banner-top{
 padding-top: 100px;
 padding-bottom: 40px;
}
.box-search {
 max-width: 700px;
 margin: 0px auto;
	position:relative;
}
.box-form {
	position:relative;
 margin-bottom: 20px;
}
.box-form .-keyword {
	font-size:17px;
 color: #333;
 width: 100%;
 padding: 5px 30px 5px 45px;
 line-height: 25px;
 border-bottom: 1px solid #009ddd;
}
.box-form .-keyword::placeholder{
	text-align:center;
}
.box-form .-keyword::-webkit-input-placeholder{
	text-align:center;
}
.box-form .-keyword:-ms-input-placeholder{
	text-align:center;
}
.box-form .btn-search {
 color:#009ddd;
	position:absolute;
 left: 0px;
 top: 0px;
 border: none;
 padding: 0px 5px;
 font-size: 29px;
 cursor: pointer;
 background-color: transparent;
}
.key-word{
	text-align:center;
}
.key-word span {
 display:inline-block;
	font-size:15px;
 margin-right: 10px;
}
.key-word a{
 color:#fff;
 display:inline-block;
 padding: 5px 15px;
 margin-right: 5px;
 margin-bottom: 5px;
 background-color: #001c99;
}
.box-text {
 margin-top: 40px;
 margin-bottom: 35px;
 text-align: center;
}
.box-text p {
 font-size: 52px;
 color:#001c99;
 margin-bottom: 25px;
 font-family: "EffraB";
}
.box-text span {
 color:#8c8c8c;
	font-size:20px;
}
.box-video {
	text-align:center;
	text-transform:uppercase;
}
.box-video a {
 color:#000;
	font-size:20px;
 display:inline-block;
 line-height: 36px;
 font-weight: 500;
 position: relative;
}
.box-video a:after {
 content: '';
 left: 0px;
 bottom: 3px;
	position:absolute;
	width:100%;
 height: 1px;
 z-index: -1;
 background-color: #333;
}
.box-video img {
 padding-right: 5px;
 background-color: #fff;
}
#popup-video {
	display:none;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 outline: 0;
 opacity: 0;
 -webkit-transition: opacity .15s linear;
 -o-transition: opacity .15s linear;
 transition: opacity .15s linear;
}
#popup-video.in {
 opacity: 1;
}
.video-dialog {
 max-width: 700px;
 margin: 50px auto;
 position: relative;
 z-index: 99;
 -webkit-transform: translate(0, -25%);
 -ms-transform: translate(0, -25%);
 -o-transform: translate(0, -25%);
 transform: translate(0, -25%);
 -webkit-transition: -webkit-transform .3s ease-out;
 -o-transition: -o-transform .3s ease-out;
 transition: -webkit-transform .3s ease-out;
 transition: transform .3s ease-out;
 transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}
#popup-video.in .video-dialog {
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
.video-dialog .video-body {
 padding: 15px;
 border-radius: 15px;
 background-color: #fff;
}
.video-dialog .video-body iframe {
 width: 100%;
 height: 400px;
}
.video-dialog .close {
 position: absolute;
 right: -15px;
 top: -15px;
 font-size: 30px;
 height: 30px;
 width: 30px;
 line-height: 30px;
 color: red;
 background-color: #fff;
 border-radius: 50%;
 cursor: pointer;
}
#popup-video.in::after {
 content: '';
	width:100%;
	height:100%;
 position: absolute;
 top: 0px;
 left: 0px;
 opacity: .5;
 background-color: #000;
}
.popup__overlay {
 display: none;
 position: fixed;
 left: 0;
 top: 70px;
 width: 100%;
 height: 100%;
 background: #00000082;
 text-align: center;
 z-index: 100;
}
.popup__overlay:after {
 display: inline-block;
 height: 100%;
 width: 0;
 vertical-align: middle;
 content: "";
}
.popup {
 display: inline-block;
 position: relative;
 width: 100%;
 height: 100%;
 max-width: 700px;
 max-height: 500px;
 padding: 20px;
 border: 1px solid black;
 background: black;
 color: white;
 vertical-align: middle;
}
.popup-form__row {
 margin: 1em 0;
}
.popup__close {
 display: block;
 position: absolute;
 top: 1px;
 right: 1px;
 padding: 8px;
 cursor: pointer;
 text-align: center;
 font-size: 16px;
 line-height: 16px;
 color: rgb(37, 153, 220);
 text-decoration: none;
 font-weight: bold;
}
.popup__close:hover {
 color: #eea200;
}
#popupVid iframe {
 width: 100%;
 height: 100%;
}
#banner .slick-next{
 right: 0px;
 opacity: 1;
}
#banner .slick-prev{
 left: 0px;
 opacity: 1;
}
.component__top{
 background-color: #001c99;
}
.job-group{
 margin-bottom: 40px;
}
.job-group .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.job-group .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.job-group .group-item{
 margin-bottom: 20px;
}
.job-group .group-item img{
 max-width: 100%;
}
.job-group-desc{
 color:#8c8c8c;
	font-size:18px;
	text-align:center;
}
@charset "UTF-8";
@font-face {
 font-family: "Effra";
 src: url("https://staticx-talent.basecdn.net/image/fonts/acb/effra_std_rgn.ttf");
 font-weight: 500;
}
@font-face {
 font-family: "EffraB";
 src: url("https://staticx-talent.basecdn.net/image/fonts/acb/effra_std_bdn.ttf");
 font-weight: bold;
}
@font-face {
 font-family: "EffraL";
 src: url("https://staticx-talent.basecdn.net/image/fonts/acb/effra_std_ltn.ttf");
 font-weight: 300;
}
.hero-cta .cta-jobs {
 display:inline-block;
 color:#009ddd;
	font-size:20px;
 border: 2px solid #009ddd;
 padding: 0px 0px 0px 15px;
 border-radius: 15px;
 background-color: #f7f7f7;
 font-family: "EffraB";
}
.hero-banner .hero-cta {
	position:absolute;
 width: 100%;
 bottom: 25%;
 left: 0px;
 z-index: 99;
}
.hero-cta .cta-jobs a {
 display:inline-block;
 color:#fff;
 padding: 10px 15px;
 border-radius: 10px;
 margin-left: 10px;
 background-color: #009ddd;
}
.section{
 padding: 60px 0px 0px;
 background-color: #fff;
}
.sidebar ul li{
	position:relative;
 border: 2px solid #001c99;
 margin-bottom: 10px;
}
.sidebar ul li a{
	font-size:18px;
 color:#001c99;
 display:block;
 padding: 10px 15px;
 line-height: 25px;
	text-transform:uppercase;
}
.sidebar ul li:hover a{
 color:#fff;
 background-color: #001c99;
}
/*------------------------------*/
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color:#001c99;
	font-size:28px;
	text-transform:uppercase;
 margin-bottom: 15px;
 font-family: "EffraB";
}
.new-title span{
 color:#009ddd;
	font-size:20px;
	text-transform:uppercase;
}
.new-title h3{
	font-size:16px;
 margin-bottom: 10px;
}
#categories .item{
 font-size: 15px;
 color: #001c99;
 display: inline-block;
 padding: 6px 15px;
 margin-right: 5px;
 text-transform: uppercase;
 border: 2px solid #001c99;
 margin-bottom: 10px;
}
.morecontent span {
 display: none;
}
#categories .morecontent a.morelink{
 font-size: 0;
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/icon-arrow.png") no-repeat;
 background-size: 20px !important;
 background-position: center center;
 width: 35px;
 height: 35px;
 display: inline-block;
 vertical-align: middle;
}
#categories .morecontent a.morelink.less{
 font-size: 0;
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/icon-arrow.png") no-repeat;
 background-size: 20px !important;
 background-position: center;
 width: 35px;
 height: 35px;
 display: inline-block;
 vertical-align: middle;
 transform: rotate(180deg);
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-new .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
.section-new .box{
	position:relative;
 background-color: #fff;
 margin-bottom: 30px;
 border-radius: 10px;
}
.section-new .box .box-image{
 height: 270px;
 overflow: hidden;
 border-radius: 10px 10px 0px 0px;
}
.section-new .box .box-image img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 border-radius: 10px 10px 0px 0px;
}
.section-new .box .box-info {
 padding: 15px;
}
.section-new .box .box-info > p{
	font-size:15px;
 margin-bottom: 15px;
 line-height: 22px;
}
.section-new .box .box-info > p.note {
 display: block; display: -webkit-box;
	max-height: 88px;
	font-size: 14px; line-height: 22px; -webkit-line-clamp: 4;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.section-new .box .box-info > p a {
 color: #01ade9;
 font-size: 16px;
}
.section-new .box .box-info .title{
 margin-bottom: 15px;
 height: 50px;
 display: block; display: -webkit-box;
	max-height: 50px;
	font-size: 20px; line-height: 25px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.section-new .box .box-info .title a{
	font-size:20px;
 color: #333;
}
.section-new .box .box-info h3{
	font-size:18px;
	text-transform:uppercase;
 height: 50px;
 display: block; display: -webkit-box;
	max-height: 50px;
	font-size: 20px; line-height: 25px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
 margin-bottom: 10px;
}
.section-new .box .box-info h3 a{
	font-size:18px;
 color:#001c99;
}
#news {
 background-color: #f5f5f5;
}
#news #post-content{
 background-color: #fff;
 padding: 50px 200px;
}
#post-content h1 {
 font-size: 25px;
 color:#001c99;
 line-height: 1.3;
 margin-bottom: 20px;
}
.sub.title {
 font-size: 15px;
 color: #000;
 margin-bottom: 20px;
}
.content-article {
 margin-bottom: 40px;
}
.detail-article {
 line-height: 25px;
 text-align: justify;
}
#post-content p {
 color: #404040;
 font-weight: normal;
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
 font-family: "Effra" !important;
}
#recent-posts .head-sec {
 margin: 0px auto;
 margin-bottom: 40px;
}
#recent-posts .head-sec .title-main {
 color:#001c99;
	font-size:32px;
	font-weight:normal;
 block;
 line-height: 1.2;
}
.article-social .IN-widget{
 vertical-align: top !important;
}
.list-viewall{
	text-align:center;
 padding :15px 0px;
}
.list-viewall a {
 display:inline-block;
 padding: 10px 15px;
 font-size: 18px;
 color: #0a389d;
 border: 1px solid #0a389d;
 border-radius: 5px;
}
.list-viewall a:hover {
 color: #fff;
 background-color: #0a389d;
}
@media (max-width: 1024px) and (min-width: 992px){
 .container{
 max-width: 1000px;
 }
 #header-recr .box-menu .links a{
 margin-right: 15px;
 }
 #header-recr .box-menu{
 padding-left: 20px;
 }
 .slick-prev{
 left: 0px;
 }
 .slick-next{
 right: 0px;
 }
 #location .item-location a h3{
 height: 42px;
 }
 #footer .container{
 max-width: 1000px;
 padding: 0px;
 }
 #article .content-article{
 padding: 0px 15px;
 }
 #sidebar-right{
 padding: 15px;
 }
}
@media(max-width: 991px) and (min-width: 768px) {
 .career-box .box-image{
 height: 150px;
 }
 .career-box .box-name{
 font-size: 14px;
 min-height: 90px;
 max-height: 90px
 }
}
@media(max-width: 767px){
 .career-box .col-3{
 width: 50%;
 }
 .career-box .box-name{
 font-size: 14px;
 min-height: 90px;
 max-height: 90px
 }
 .career-box .box-image{
 height: 140px;
 }
}
.section-career{
 padding: 0px;
}
.section-banker .banner{
	text-align:center;
 position: relative;
}
.section-banker .banner .banner-btn{
 position: absolute;
 top: 60%;
 left: 50%;
 width: 100%;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner .banner-btn .des-foot{
 position: absolute;
 right: -240px;
 z-index: 9;
}
.section-banker .banner .banner-btn .des-foot a.cta{
 margin-bottom: 0px;
}
@media(max-width: 1800px) and (min-width: 1555px) {
 .banner .banner-btn .des-foot {
 right: -150px;
 }
}
@media(max-width: 1554px) and (min-width: 1366px) {
 .banner .banner-btn .des-foot {
 right: -70px;
 }
}
@media(max-width: 1365px) and (min-width: 1070px){
 .banner .banner-btn .des-foot {
 right: 20px;
 }
}
#banker .title {
	text-align:center;
}
#banker .title h2 {
 color:#001c99;
	font-size:30px;
 line-height: 1.2;
 padding: 30px 0px;
	text-transform:uppercase;
}
#banker .banner img {
 max-width: 100%;
}
.banker-bg {
 width: 100%;
 height: 100px;
 background-color: #009FDA;
}
.banker-content {
 padding: 60px 0px 0px;
}
.banker-content .module {
 margin-bottom: 40px;
}
.banker-content .module.genz .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
	justify-content: center;
}
.banker-content .module.genz .col-6{
 width: 50%;
 padding: 0px 15px;
}
.banker-content .module.genz .text p{
 margin-bottom: 15px;
} 
.banker-content .module.genz .image img{
 max-width: 100%;
}
.banker-content .module#video {
 margin-bottom: 50px;
}
.banker-content .module h3 {
 color:#001c99;
	font-size:32px;
	text-align:center;
	font-weight:bold;
 margin-bottom: 40px;
	text-transform:uppercase;
 font-family: EffraB;
}
.banker-content .module h3.bg-color {
 display:inline-block;
 padding: 5px 10px;
 background-color: #d0db01;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.banker-content .module.text-center p{
	text-align:center;
}
.banker-content .module p {
 color:#4f4f4f;
	font-size:22px;
	font-weight:500;
	text-align:justify;
 line-height: 30px;
}
.banker-content .module b {
 font-family: EffraB;
}
.banker-content .module.apply-info .tabs-container{
 padding: 20px 50px;
 border-radius: 25px;
 background-color: #f5f7fa;
}
.apply-info .tabs-container .tabs-wrap{
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #009ddd;
}
.apply-info .tabs-container .tabs-dialog{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.apply-info .tabs-container .tabs-dialog .title{
 color:#353f4a;
	font-size:22px;
 padding: 10px 20px;
 font-family: EffraB;
 margin-bottom: 0px;
 cursor: pointer;
 display: flex;
 align-items: center;
 gap: 10px;
}
.apply-info .tabs-container .tabs-dialog .title svg{
 height: 30px;
 width: 30px;
 margin-top: 0px;
}
.apply-info .tabs-container .tabs-dialog .title.current {
 color:#009ddd;
}
.apply-info .tabs-container .tabs-dialog .title.current svg circle{
 stroke: #009ddd;
}
.apply-info .tabs-container .tabs-dialog .title.current svg line{
 stroke: #009ddd;
}
.apply-info .tabs-container .tabs-dialog .title.current svg path{
 stroke: #009ddd;
}
.apply-info .tabs-container .tabs-dialog .title.current svg#Capa_1 path{
 stroke: none;
 fill: #009ddd;
}
.apply-info .tabs-container .tab-content{
	display:none;
}
.apply-info .tabs-container .tab-content.current{
 display:block;
}
.apply-info .tabs-container .tab-content .items{
 padding: 30px 0px;
}
.apply-info .tabs-container .tab-content#tab-3 .items p{
 color:#353f4a;
 margin-bottom: 25px;
}
.apply-info .tabs-container .tab-content .items .item{
 color:#353f4a;
	font-size:22px;
 margin-bottom: 10px;
 position: relative;
 padding-left: 40px;
 line-height: 30px;
}
.apply-info .tabs-container .tab-content .items .item span {
 color:#009ddd;
}
.apply-info .tabs-container .tab-content .items .item span.-color1{
 color:#353f4a;
	font-weight:bold;
}
.apply-info .tabs-container .tab-content .items .item span.-color2 {
	font-weight:bold;
 color:#009ddd;
 animation: textBlink 1000ms step-end infinite;
}
.apply-info .tabs-container .tab-content .items .item img{
 position: absolute;
 left: 0px;
 top: 3px;
 width: 20px;
 height: 20px;
 margin-top: 0px;
 margin-right: 0px;
}
.apply-info .tabs-container .tab-content .items .item p{
 color:#000;
	font-size:22px;
 margin-bottom: 10px;
}
.apply-info .tabs-container .tab-content .items ul{
 margin-bottom: 20px;
}
.apply-info .tabs-container .tab-content .items h4{
 color:#009ddd;
	font-size:24px;
 font-family: EffraB;
 margin-bottom: 10px;
}
.apply-info .tabs-container .tab-content .items h5{
 color:#000;
	font-size:20px;
 margin-bottom: 10px;
}
.banker-content .module.program .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.banker-content .module.program .col-2{
 width: calc(100%/5);
 height: 295px;
}
.banker-content .module.program .module-head{
	text-align:center;
 margin-bottom: 40px;
}
.banker-content .module.program .module-head h3{
 margin-bottom: 5px;
}
.banker-content .module.program .module-head p{
	text-align:center;
}
.banker-content .module.program .image{
	text-align:center;
}
.banker-content .module.program .image img{
 max-width: 100%
}
.banker-content .img-why-choose img{
	width: 100%;
}
.banker-content .why-choose{
 padding: 50px;
 border-radius: 30px;
 background-color: #f5f7fa;
}
.banker-content .why-choose .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.banker-content .why-choose .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.banker-content .why-choose .item{
 display: flex;
 gap: 15px;
 align-items: center;
}
.banker-content .why-choose .item.mb-50{
 margin-bottom: 50px;
}
.banker-content .why-choose .item .icon img{
 height: 120px;
}
.banker-content .why-choose .item .text{
	font-size:22px;
 line-height: 30px;
}
.banker-content .module .table {
 width: 100%;
 max-width: 100%;
 margin: 15px 0px;
}
.banker-content .module .table td {
 color:#001c99;
	font-size:19px;
	font-weight:500;
 padding: 5px 0px;
}
.banker-content .module .table td img {
 width: 20px;
 margin-right: 15px;
 margin-top: -5px;
}
.banker-content .module .table td h4 {
 color:#001c99;
	font-size:18px;
	text-transform:uppercase;
 font-family: EffraB;
}
.banker-content .module .color-1 {
 color:#53c414;
}
.banker-content .module .color-2 {
 color:#055ddb;
}
.banker-content .module .color-3 {
 color:#01a8f7;
}
.banker-content .module .color-4 {
 color:#1cca99;
}
.banker-content .module .color-5 {
 color:#094b97;
}
.banker-info {
 padding-bottom: 0px;
}
.banker-info .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.banker-info .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.banker-info .item {
 padding: 40px;
}
.banker-info .item h3 {
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.banker-info .item .des {
 color:#fff;
	font-size:18px;
	text-align:justify;
 min-height: 200px;
 max-height: 200px;
}
.banker-info .item .des span {
 color:#d0db01;
}
.banker-info .item .des ul {
 list-style: disc;
}
.banker-info .item .des ul li {
 margin-bottom: 10px;
}
.banker-info .item .des ul li a {
 color:#d0db01;
}
.banker-info .readmore {
	text-align:center;
 margin-top: 30px;
}
.banker-info .readmore a {
 color:#fff;
	font-size:19px;
	font-weight:500;
 display:inline-block;
 padding: 10px 25px;
 border: 1px solid #fff;
}
.banker-info .item-first {
 background-color: #002496;
}
.banker-info .item-first h3 {
 color:#d0db01;
}
.banker-info .item-first .readmore a:hover {
 color:#001c99;
 background-color: #fff;
}
.banker-info .item-second {
 background-color: #009edb;
}
.banker-info .item-second h3 {
 color:#002496;
}
.banker-info .item-second .readmore a:hover {
 color:#009edb;
 background-color: #fff;
}
.banker-info .item-third {
 background-color: #7ba9b8;
}
.banker-info .item-third h3 {
 color:#002496;
}
.banker-info .item-third .readmore a:hover {
 color:#7ba9b8;
 background-color: #fff;
}
.banker-info .item-fourth {
 background-color: #d0db01;
}
.banker-info .item-fourth h3 {
 color:#002496;
}
.banker-info .item-fourth .des {
 color:#002496;
}
.banker-info .item-fourth .readmore a:hover {
 color:#002496;
 background-color: #fff;
}
.section-about .title {
	text-align:center;
}
.section-about .title h2 {
 color:#001c99;
	font-size:30px;
 line-height: 1.2;
 padding: 30px 0px;
	text-transform:uppercase;
}
.content_fck {
 color: #000;
 font-size: 14px;
 line-height: 22px;
}
.content_fck h3 {
 color:#009ddd;
	font-size:24px;
 margin-bottom: 10px;
	text-transform:uppercase;
 font-family: EffraB;
}
.content_fck p {
 color:#001c99;
	font-size:19px;
 font-weight: 500;
 padding-bottom: 5px;
 margin-bottom: 10px;
 text-align: justify;
}
.content_fck p img {
 max-width: 100%;
}
@media(max-width: 600px) {
 .content_fck iframe {
 width: 100%;
 }
}
.section-faq {
 padding: 0px 0px;
}
#faq .title {
	text-align:center;
}
#faq .title h2 {
 color:#001c99;
	font-size:30px;
 line-height: 1.2;
 padding: 30px 0px;
	text-transform:uppercase;
}
#faq .banner img {
 max-width: 100%;
}
.faq-content .des {
 margin-bottom: 30px;
}
.faq-content .des p {
 color:#001c99;
	font-size:19px;
	font-weight:500;
	text-align:justify;
 margin-bottom: 10px;
}
.faq-list .faq-title {
 color:#001c99;
	font-size:18px;
 padding: 10px 40px;
 margin-bottom: 10px;
	text-transform:uppercase;
 font-family: EffraB;
 background-color: #d0db01;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.tab-box {
 margin-left: 50px;
 position: relative;
 display: block;
 margin-bottom: 50px;
}
.tab-item {
 position: relative;
 display: block;
 width: 100%;
 height: auto;
 margin: 0 0 1px 0;
}
.tab-title {
 color:#001c99;
	font-size:16px;
	font-weight:bold;
 padding: 10px 0px;
 border-bottom: 1px solid #ccc;
 margin-bottom: 10px;
 cursor: pointer;
}
.tab-title img {
 width: 40px;
 margin-right: 10px;
}
.tab-title h3 {
 color:#001c99;
	font-size:16px;
	font-weight:bold;
}
.tab-detail {
 position: relative;
 display: none;
 width: 100%;
 height: auto;
 padding: 15px 30px;
 background-color: #e9f5ff;
 font-size: 16px;
 color: #3e3e3e;
 line-height: 1.6;
}
.des-foot {
 text-align: center;
}
.des-foot p {
 color:#4f4f4f;
	font-size:22px;
	font-weight:500;
 margin-bottom: 20px;
}
.des-foot p span {
 color:#009FDA;
	font-weight:bold;
 display:inline-block;
	font-size:25px;
}
.des-foot a.cta {
 color:#fff;
	font-size:26px;
	font-weight:bold;
 display:inline-block;
	text-transform:uppercase;
 padding: 13px 30px;
 border-radius: 30px;
 margin-bottom: 20px;
 background-color: #001c99;
 box-shadow: 5px 5px 5px #828282;
 animation: blink 1000ms step-end infinite;
}
@-webkit-keyframes blink {
 50% {
 background-color: #c2d400;
 }
}
@keyframes blink {
 50% {
 background-color: #c2d400;
 }
}
@-webkit-keyframes textBlink {
 50% {
 color: #c2d400;
 }
}
@keyframes textBlink {
 50% {
 color: #c2d400;
 }
}
.des-foot a.cta img {
 max-width: 250px;
}
.section-timeline {}
#timeline .title {
	text-align:center;
}
#timeline .title h2 {
 color:#001c99;
	font-size:30px;
 line-height: 1.2;
 padding: 30px 0px;
	text-transform:uppercase;
}
#timeline .banner img {
 max-width: 100%;
}
.timeline-content .des {
 margin-bottom: 30px;
}
.timeline-content .des p {
 color:#001c99;
	font-size:19px;
	font-weight:500;
	text-align:justify;
 margin-bottom: 10px;
}
.timeline-content .des p span {
 color:#009ddd;
	font-weight:bold;
}
.timeline-content {
 background-color: #f7f7f7;
 padding: 50px 0px;
}
.timeline-content .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
 margin-top: 50px;
 margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-content .col-4 {
 width: 30%;
 padding: 0px 15px;
}
.timeline-content .col-8 {
 width: 60%;
 margin: 0px auto;
 padding: 0px 15px;
}
.timeline-sidebar h3 {
 color:#001c99;
	font-size:30px;
	font-weight:bold;
	text-align:center;
 line-height: 1.2;
 padding: 0px 0px 30px;
	text-transform:uppercase;
}
.timeline-sidebar .timeline-cta {
 text-align: center;
 cursor: pointer;
}
.timeline-sidebar .timeline-cta.disabled {
 cursor: no-drop;
}
.timeline-sidebar .timeline-cta span {
 color:#fff;
	font-size:24px;
 display:inline-block;
 margin-bottom: 10px;
 border-radius: 10px;
 padding: 15px 35px;
	text-transform:uppercase;
 font-weight: bold;
 border: 8px solid;
 border-image-slice: 8;
 border-image-source: linear-gradient(to top, #e2e2e2, #848484);
 background-image: linear-gradient(to right, #e2e2e2, #848484);
}
/* .timeline-sidebar .timeline-cta span:hover{
 border-image-source: linear-gradient(to right, #009ed8, #002496);
 background-image: linear-gradient(to top, #009ed8 , #002496);
} */
.timeline-sidebar .timeline-cta.tab-current span {
 border-image-source: linear-gradient(to right, #009ed8, #002496);
 background-image: linear-gradient(to top, #009ed8, #002496);
}
.timeline-box {}
.timeline-box .timeline-item {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-box .timeline-item img {
 max-width: 100%;
}
.timeline-box .timeline-item .col {
 width: 40%;
 text-align: center;
}
.timeline-box .timeline-item .timeline-icon {
 width: 20%;
 text-align: center;
}
.timeline-box .timeline-item .col .span-left {
 color:#fff;
	font-size:22px;
	font-weight:bold;
 display:block;
 position: relative;
 padding: 10px 20px;
 text-align: left;
 margin-bottom: 5px;
 background-color: #001c99;
}
.timeline-box .timeline-item .col .span-left::before {
 content: '';
 position: absolute;
 right: -25px;
 top: 0px;
 border-left: 25px solid #001c99;
 border-top: 26px solid transparent;
 border-bottom: 20px solid transparent;
}
.timeline-box .timeline-item .col .span-right {
 color:#fff;
	font-size:22px;
	font-weight:bold;
 display:block;
 position: relative;
 padding: 10px 20px;
 text-align: left;
 margin-bottom: 5px;
 background-color: #009ddd;
}
.timeline-box .timeline-item .col .span-right::before {
 content: '';
 position: absolute;
 left: -25px;
 top: 0px;
 border-right: 25px solid #009ddd;
 border-top: 26px solid transparent;
 border-bottom: 20px solid transparent;
}
.timeline-box .timeline-item .col .--color1{
 background-color: #001c99;
}
.timeline-box .timeline-item .col .--color1::before {
 border-left-color: #001c99;
}
.timeline-box .timeline-item .col .--color2 {
 background-color: #009fd9;
}
.timeline-box .timeline-item .col .--color2::before {
 border-right-color: #009fd9;
}
.timeline-box .timeline-item .col .--color3 {
 background-color: #4ec7f4;
}
.timeline-box .timeline-item .col .--color3::before {
 border-left-color: #4ec7f4;
}
.timeline-box .timeline-item .col .--color4 {
 background-color: #6ccef5;
}
.timeline-box .timeline-item .col .--color4::before {
 border-right-color: #6ccef5;
}
.timeline-box .timeline-item .col .--color5 {
 background-color: #7ba9b8;
}
.timeline-box .timeline-item .col .--color5::before {
 border-left-color: #7ba9b8;
}
.timeline-box .timeline-item .col .--color6 {
 background-color: #d0db01;
}
.timeline-box .timeline-item .col .--color6::before {
 border-right-color: #d0db01;
}
.timeline-content .line-bottom {
 text-align: center;
}
.timeline-content .line-bottom span {
 display: inline-block;
 height: 10px;
 width: 35px;
 background-color: #c4c4c4;
 border-radius: 15px;
}
.timeline-content .line-bottom span.tab-current {
 width: 120px;
 background-color: #002496;
}
@media(max-width: 768px) and (min-width: 600px) {
 .timeline-box .timeline-item .timeline-note {
 width: 40%;
 }
 .timeline-box .timeline-item .timeline-icon {
 width: 20%;
 }
}
@media(max-width: 600px) {
 .timeline-box .timeline-item .timeline-note {
 width: 100%;
 }
 .timeline-box .timeline-item .timeline-icon {
	display:none;
 }
}
.welfare-content {
 margin-bottom: 30px;
}
.welfare-content .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.welfare-content .col-4 {
 width: 35%;
 padding: 0px 15px;
}
.welfare-content .col-8 {
 width: 65%;
 padding: 0px 15px;
}
.welfare-content .image img {
 max-width: 100%;
}
.welfare-content .text .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.welfare-content .text .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.welfare-content .text .item {
 position: relative;
 margin-bottom: 20px;
}
.welfare-content .text .item img {
 max-width: 100%;
}
.welfare-title {
 position: absolute;
 top: 45%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 padding-left: 35%;
 padding-right: 18px;
 z-index: 9;
 width: 100%;
}
.welfare-title h3 {
 font-size: 20px;
 color: #001c99;
}
@media(max-width: 600px) {
 .welfare-content .image img {
	width:100%;
 }
 .welfare-content .text .col-6 {
	width:100%;
 }
 .welfare-content .text .item img {
	width:100%;
 }
}
.pages-footer img {
 max-width: 100%;
}
.experience-content {
 margin-bottom: 40px;
}
#experience .title {
	text-align:center;
}
#experience .title h2 {
 color:#001c99;
	font-size:30px;
 line-height: 1.2;
 padding: 30px 0px;
	text-transform:uppercase;
}
#experience .banner img {
 max-width: 100%;
}
.experience-content .des {
	text-align:center;
 margin-bottom: 30px;
}
.experience-content .des p {
 color:#001c99;
	font-size:19px;
	font-weight:500;
 margin-bottom: 10px;
}
.experience-item .title-bg {
	text-align:center;
 margin-bottom: 40px;
 background-color: #cfda00;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
}
.experience-item .title-bg h3 {
 color:#001c99;
	font-size:26px;
	font-weight:bold;
 padding: 10px 0px;
 line-height: 40px;
 font-family: EffraB;
	text-transform:uppercase;
}
.experience-image {
	text-align:center;
 margin: 0px auto;
 margin-bottom: 30px;
 max-width: 1000px;
}
.experience-image .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.experience-image .item {
 width: 33.33333%;
 margin: -10px 0px;
}
.experience-image .item.first {
 margin: 0px;
 margin-left: 70px;
 margin-right: -70px;
}
.experience-image .item.last {
 margin: 0px;
 margin-left: -70px;
 margin-right: 70px;
}
.experience-image .item img {
 max-width: 100%;
}
.experience-text {
 margin: 0px 150px;
}
.experience-text .tab-box {
 margin-left: 0px;
 margin-bottom: 30px;
}
.experience-text .tab-item {
 margin: 0px;
}
.experience-text .tab-title {
	font-size:24px;
	text-align:center;
 border: 2px solid #009fd9;
 font-family: EffraB;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-bottom: 25px;
}
.experience-text .tab-item.active .tab-title {
 color:#fff;
 background-color: #009fd9;
}
.experience-text .tab-item.active .tab-title h3 {
 color:#fff;
}
.experience-text .tab-title h3 {
	font-size:24px;
}
.experience-text .tab-detail {
 color:#001c99;
	font-size:20px;
 background-color: transparent;
}
.experience-text .tab-detail ul {
 list-style: disc;
 padding-left: 20px;
}
.experience-text .tab-detail ul li {
 line-height: 30px;
 margin-bottom: 10px;
}
.experience-text .tab-detail ul li a {
 color:#001c99;
	font-size:20px;
}
@media(max-width: 991px) and (min-width: 768px) {
 .experience-image .item {
 margin: -8px 0px;
 }
 .experience-image .item.first {
 margin-left: 50px;
 margin-right: -50px;
 }
 .experience-image .item.last {
 margin-left: -50px;
 margin-right: 50px;
 }
}
@media(max-width: 600px) {
 .experience-image .item {
	width:100%;
	height:100%;
 margin: 0px !important;
 }
}
.pages-footer {
 margin: 50px 0px 0px;
 padding: 88px 0px;
 background-repeat: no-repeat;
 background-size: 100%;
}
.pages-footer h2 {
 color:#009FDA;
	font-size:36px;
	font-weight:bold;
 margin-bottom: 20px;
	text-transform:uppercase;
 font-family: EffraB;
}
.pages-footer p {
 color:#001c99;
	font-size:18px;
 font-family: "Effra";
 margin-bottom: 5px;
}
.pages-footer p img {
 width: 40px;
 border-radius: 50%;
 margin-right: 10px;
}
.pages-footer p a {
 color:#001c99;
	font-size:18px;
 font-family: "Effra";
}
/*-------------------------*/
.banner-partner {
	text-align:center;
 position: relative;
}
.banner-partner img {
 max-width: 100%;
}
.banner-partner .partner-cta {
	position:absolute;
 top: 64%;
 left: 52%;
 z-index: 9;
 margin-top: 0px;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
#career-partner #video {
 margin: 50px 0px;
}
#career-partner .module .video {
	position:relative;
	text-align:center;
}
#career-partner .module .video iframe {
 width: 768px;
 height: 450px;
}
.section-career .block-title{
	text-align:center;
 margin-bottom: 30px;
}
.section-career .block-title h2{
 color:#353f49;
	font-size:32px;
	font-weight:bold;
}
.career-desc {
 color:#353f49;
	text-align:center;
 margin: 0px auto;
 font-size: 21px;
 line-height: 30px;
}
.career-desc p {
 margin-bottom: 0px;
}
.career-desc p.line{
 border: none;
 margin: 20px 0px;
 text-align: center;
 background: none;
 float: none;
 height: 100%;
}
.career-desc p.line img{
 max-width: 100%;
}
.partner-career{
 padding-top: 60px;
}
.partner-career .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -10px;
 margin-right: -10px;
}
.partner-career .col-3{
 width: 25%;
 padding: 0px 10px;
}
.partner-career .item{
	text-align:center;
}
.partner-career .item .icon{
 margin-bottom: 20px;
}
.partner-career .item .icon img{
 height: 180px;
}
.partner-career .item .title{
 color:#353f4a;
	font-size:22px;
	font-weight:normal;
}
.partner-jobs {
 padding: 60px 0px;
}
.section-career .partner-jobs .block-title h2{
 margin-bottom: 15px;
}
.section-career .partner-jobs .block-title .desc{
 color:#353f4a;
	font-size:22px;
 margin-bottom: 0px;
}
.partner-jobs .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.partner-jobs .col-6 {
 width: 50%;
 padding: 0px 10px;
}
.partner-jobs .item{
	text-align:center;
 margin-bottom: 30px;
}
.partner-jobs .item .image{
 position: relative;
 margin-bottom: 30px;
}
.partner-jobs .item .image img{
 max-width: 100%;
 border-radius: 30px;
}
.partner-jobs .item .title{
 margin-bottom: 20px;
}
.partner-jobs .item .title h3{
	position:relative;
}
.partner-jobs .item .title h3 a{
 color:#353f4a;
	font-size:22px;
	font-weight:500;
 display:block;
}
.partner-jobs .item .title h3 a:hover{
 color:#001c99;
}
.partner-jobs .item .ctas-jobs{
	text-align:center;
}
.partner-jobs .item .ctas-jobs .cta{
 color:#fff;
	font-size:22px;
	font-weight:500;
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 10px 25px;
 border-radius: 7px;
 background-color: #001c99;
}
.partner-jobs .item .ctas-jobs .cta:hover{
 background-color: #009ddd;
}
.partner-jobs .item .ctas-jobs .cta img{
 height: 20px;
}
.partner-cta {
	text-align:center;
 margin: 30px 0px 0px;
}
.partner-cta a {
 color:#CFDB00; @f16
	font-weight:bold;
 display:inline-block;
	text-transform:uppercase;
 padding: 11px 25px;
 font-family: "EffraB";
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border-radius: 15px;
}
.partner-form {
 padding: 60px 0px;
 background-color: #6dcff6;
}
.partner-form .header {
	text-align:center;
 margin-bottom: 30px;
 font-family: Roboto;
}
.partner-form .header .heading {
	text-align:center;
	text-transform:uppercase;
 color:#002395;
	font-size:30px;
 line-height: 1.2;
 font-family: "EffraB";
 margin-bottom: 15px;
}
.partner-form .header .desc {
 color:#001c99;
	font-size:20px;
}
.partner-why {
 padding: 60px 0px;
}
.partner-why .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.partner-why .col-7 {
 width: 55%;
 padding: 0px 10px;
}
.partner-why .col-5 {
 width: 45%;
 padding: 0px 10px;
}
.partner-why .title h2 {
 color:#001c99;
	font-size:30px;
 font-weight: 900;
 margin-bottom: 30px;
 padding-left: 15px;
	text-transform:uppercase;
 border-left: 2px solid #CFDB00;
}
.partner-why .why-content p {
 color:#555;
	font-size:22px;
 margin-bottom: 10px;
 line-height: 30px;
}
.partner-why .image iframe {
 width: 100%;
}
.partner-award .title h2 {
 color:#001c99;
	font-size:30px;
 font-weight: 900;
 margin-bottom: 30px;
 padding-left: 15px;
	text-transform:uppercase;
 border-left: 2px solid #CFDB00;
}
.partner-award .award-image img {
 max-width: 100%;
}
.partner-banner__bottom img {
 max-width: 100%;
}
@-webkit-keyframes my {
 0% {
 background-color: #CFDB00;
 color: #002395;
 }
 50% {
 background-color: #002395;
 color: #fff;
 }
 100% {
 background-color: #CFDB00;
 color: #002395;
 }
}
@-moz-keyframes my {
 0% {
 background-color: #CFDB00;
 color: #002395;
 }
 50% {
 background-color: #002395;
 color: #fff;
 }
 100% {
 background-color: #CFDB00;
 color: #002395;
 }
}
@-o-keyframes my {
 0% {
 background-color: #CFDB00;
 color: #002395;
 }
 50% {
 background-color: #002395;
 color: #fff;
 }
 100% {
 background-color: #CFDB00;
 color: #002395;
 }
}
@keyframes my {
 0% {
 background-color: #CFDB00;
 color: #002395;
 }
 50% {
 background-color: #002395;
 color: #fff;
 }
 100% {
 background-color: #CFDB00;
 color: #002395;
 }
}
.partner-cta .text-blink {
 -webkit-animation: my 1000ms infinite;
 -moz-animation: my 1000ms infinite;
 -o-animation: my 1000ms infinite;
 animation: my 1000ms infinite;
}
.banker-banner {
 margin-top: 30px;
}
.banker-banner img {
 max-width: 100%;
}
.partner-slider{
 padding-bottom: 30px;
}
.section-career .partner-slider .block-title h2{
	text-transform:uppercase;
 margin-bottom: 10px;
}
.section-career .partner-slider .block-title .desc{
 color: #353f4a;
 font-size: 22px;
 margin-bottom: 0px;
}
.section-career .partner-slider .block-title .desc a{
 color:#001c99;
}
.owl-carousel.owl-drag .owl-nav {
 position: absolute;
 top: 50%;
 margin-top: -30px;
 width: 100%;
}
.owl-carousel.owl-drag .owl-nav button {
 position: absolute;
 width: 60px;
 height: 60px;
 cursor: pointer;
 opacity: 1;
 background: #f9f9f9 !important;
 text-align: center;
 border-radius: 100%;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.owl-carousel.owl-drag .owl-nav button:hover {
 color: #fff;
 background-color: #001c99 !important;
}
.owl-carousel.owl-drag .owl-nav button span {
 font-size: 55px;
 font-size: 55px;
 position: absolute;
 top: -9px;
}
.owl-carousel.owl-drag .owl-nav .owl-prev {
 left: 22%;
}
.owl-carousel.owl-drag .owl-nav .owl-next {
 right: 22%;
}
.owl-carousel.owl-drag .owl-dots {
 text-align: center;
 -webkit-transition: opacity .3s;
 -o-transition: .3s opacity;
 transition: opacity .3s;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
.owl-carousel.owl-drag .owl-dots .owl-dot {
 width: 8px;
 height: 8px;
 opacity: 1;
 margin: 0px 5px;
 border-radius: 100%;
 background: #e5e5e5 !important;
}
.owl-carousel.owl-drag .owl-dots .owl-dot.active {
 width: 20px;
 border-radius: 4px;
}
.partner-about{
 color: #fff;
 padding: 60px 0px;
 background-color: #001c99;
}
.partner-about .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.partner-about .col-6{
 width: 50%;
 padding: 0px 15px;
}
.partner-about .block-title h2{
 color:#fff;
	text-align:left;
}
.partner-about p{
	font-size:16px;
	text-align:justify;
 line-height: 27px;
}
.partner-about ul{
	text-align:justify;
 list-style: initial;
 padding-left: 20px;
}
.partner-about ul li{
	font-size:16px;
 line-height: 27px;
}
.special-event{
 padding: 60px 0px;
 position: relative;
}
.special-event .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.special-event .col-6{
 width: 100%;
 padding: 0px 15px;
}
.special-event .item .image{
 margin-bottom: 20px;
 position: relative;
}
.special-event .item .image img{
 max-width: 100%;
}
.special-event .item .ctas{
 text-align: center;
}
.special-event .item .ctas a{
 color:#fff;
	font-size:20px;
 display:inline-block;
 padding: 15px 30px;
 border-radius: 10px;
 background-color: #001c99;
 animation: blink 1000ms step-end infinite;
}
.special-event .item.disabled{
 opacity: .2; filter: alpha(Opacity:20);
 -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;
}
.special-event .item.disabled .ctas a{
 animation: none;
 background-color: #353f49;
}
.position .pos-items{
 margin-bottom: 20px;
}
.position .pos-items .item-title{
 color: #353f4a;
 font-size: 22px;
 margin-bottom: 10px;
 position: relative;
 padding-left: 40px;
 line-height: 30px;
 display: flex;
 align-items: center;
 gap: 20px;
}
.position .pos-items .item-title img{
 position: absolute;
 left: 0px;
 top: 3px;
 width: 20px;
 height: 20px;
 margin-top: 0px;
 margin-right: 0px;
}
.position .pos-items .item-title .icon{
 height: 22px;
 width: 22px;
 cursor: pointer;
 position: relative;
}
.position .pos-items .item-title .icon::after,
.position .pos-items .item-title .icon::before{
 position: absolute;
 content: '';
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(-90deg);
 background-color: #000;
 transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.position .pos-items .item-title .icon::before{
 height: 2px;
 width: 15px;
 opacity: 1;
}
.position .pos-items .item-title .icon::after{
 height: 15px;
 width: 2px;
}
.position .pos-items.active .item-title .icon:before {
 opacity: 0;
}
.position .pos-items.active .item-title .icon:after {
 transform: translate(-50%, -50%) rotate(90deg);
}
.position .pos-items .item-desc{
 display: none;
 padding-left: 40px;
}
.position .pos-items .item-desc li a{
 color: #353f4a;
 font-size: 22px;
}
.partner-btn{
 color:#353f4a;
	font-size:22px;
	font-weight:500;
	text-align:center;
}
.partner-btn a{
 color:#fff;
 padding: 5px 10px;
 border-radius: 5px;
 background-color: #001c99;
}
.partner-btn a:hover{
 background-color: #009ddd;
}
#video {
 max-width: 100%;
 margin: 0px auto;
 text-align: center;
 position: relative;
 padding-bottom: 56%;
}
#video iframe{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
}
.banker-video {
 padding: 30px 0px;
 text-align: center;
}
.banker-video .video {
 position: relative;
 max-width: 50%;
 margin: 0px auto;
 padding-bottom: 48%;
}
.banker-video .video iframe {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 9;
}
