
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0
}
.slick-list:focus {
 outline: 0
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
	display: block;
	margin: 0px;
}
.slick-track:after,
.slick-track:before {
 display: table;
 content: ''
}
.slick-track:after {
 clear: both
}
.slick-loading .slick-track {
 visibility: hidden
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px
}
[dir=rtl] .slick-slide {
 float: right
}
.slick-slide img {
 display: block
}
.slick-slide.slick-loading img {
 display: none
}
.slick-slide.dragging img {
 pointer-events: none
}
.slick-initialized .slick-slide {
 display: block
}
.slick-loading .slick-slide {
 visibility: hidden
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent
}
.slick-arrow.slick-hidden {
 display: none
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 2px solid #C4C4C4;
	-moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
	outline: 0;
	background: 0 0
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 22px;
	color: #C4C4C4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -55px;
	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: -55px;
	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: 0px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	cursor: pointer
}
.slick-dots li button {
	display: block;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	display: none;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.component__top--v4 {
	background-color: #f9a833;
}
.component__top--v4:hover {
	background-color: #f1af50;
	color:#fff;
}
.component__top--v4 i.icon {
}
.component__top--v4.--show {
}
.tpl4__header {
 position: sticky;
	width:100%;
 top: 0;
 left: 0;
 padding: 5px 0px;
 z-index: 11;
 background-color: #fff;
 border-bottom: 1px solid #dfdfde;
 -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;
}
.tpl4__header.header--stick{
}
.tpl4__header.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: 0;
}
.tpl4__logo {
 padding: 0px 0;
	display:table-cell;
	vertical-align:middle;
}
.tpl4__logo img{
 display:inline-block;
 margin-right: 10px;
 height: 59px;
}
.tpl4__header.header--stick img {
}
.tpl4__label {
	position:relative;
 display:inline-block;
 color:#fff;
	font-size:12px;
	vertical-align:middle;
 padding:5px 15px;
	background-color: #f9a833;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
.tpl4__menu{
	display:table-cell;
 padding-left: 40px;
}
.tpl4__menu .items .item {
 display:inline-block;
 color:#2e3180;
 padding:20px 0px;
 margin-right: 40px;
 border-bottom: 2px solid rgba(255, 255, 255, 0);
 font-weight: bold;
}
.tpl4__menu .items .item:hover,
.tpl4__menu .items .item.active{
 opacity: 1; filter: alpha(Opacity:100);
 border-bottom-color: #fff;
}
.tpl4__menu .items--right{
	position:absolute;
 top: 10px;
 right: 0px;
}
.tpl4__menu .items--right .search{
 position: relative;
 clear: both;
}
.tpl4__menu .items--right .search .form-control{
 color:#333;
	font-size:12px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 5px 15px;
 height: 35px;
 width: 200px;
 padding-left: 20px;
 border: 1px solid #dfdfde;
 -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;
}
.tpl4__menu .items--right .search .btn-search{
	position:absolute;
	text-align:center;
	font-size:16px;
 top: 0px;
 right: 0px;
 padding: 8px 0px;
 width: 30px;
 background-color: transparent;
}
.tpl4__button {
	padding:10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	background-color: #f9a833;
	color: #fff !important;
}
.tpl4__button:hover{
	background-color: #ea8c06;
}
.tpl4__hamburger{
 display:inline-block;
	position:absolute;
	font-size:18px;
	color:#2e3180;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding:5px 10px;
	top: 7px;
	right: 0;
 border: 1px solid
}
.job-detail {
 padding: 0px;
 border-bottom: 1px solid #e0e0e0;
}
.top-article {
 background-color: #fafafa;
	position:relative;
}
.top-article .container {
 padding: 20px 0px;
}
.job-detail .cell {
	vertical-align:top;
}
.section-banner.detail .banner__text .title {
	font-size:28px;
 line-height: 34px;
}
.section-banner.detail .banner__text .container {
 padding: 0px;
}
.section-banner.detail .banner__text .desc {
	font-size:14px;
}
.sec-.job-detail .head-article {
 padding-bottom: 40px;
 border-bottom: 1px solid #e0e0e0;
}
[class^="ficon-"],
[class*=" ficon-"] {
 margin-right: 0px;
}
.job-detail .head-article .name-title .title {
	font-size:28px;
 color:#2e3180;
	font-weight:normal;
 line-height: 38px;
 margin-bottom: 10px;
}
.post-type {
 margin-bottom: 20px;
}
.post-type .type {
 display:inline-block;
 margin-right: 10px;
}
.post-type .type .-ap {
 margin-right: 5px;
}
.post-type a {
 color:#fff;
}
.post-type a:hover {
 color:#fff;
	text-decoration:underline;
}
.sidebar-article {
 padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 width: 35%;
 padding-left: 30px;
}
.sidebar-article .btn-apply {
 display:block;
 line-height: 25px;
}
#article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding-bottom: 60px;
 line-height: 25px;
 padding-right: 30px;
}
.sidebar-article .desc-job {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 border:1px solid #e0e0e0;
 padding: 20px;
 margin-top: 30px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table {
 display: table;
}
.cell {
	display:table-cell;
}
.sidebar-article .desc-job .desc {
 line-height: 25px;
 padding: 10px 0px;
 border-bottom: 1px dotted #e0e0e0;
}
.sidebar-article .desc-job .desc:last-child {
 border-bottom: 0px;
}
.ctas .btn-apply {
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #2e3180;
 color:#fff;
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
}
.ctas .btn-apply:hover:after {
 content: "";
 bottom: 0px;
 left: 0px;
 height: 3px;
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
}
.sidebar-article .desc-job .desc span {
	font-weight:bold;
 display:block;
}
.box-share {
	text-align:center;
 margin-top: 20px;
}
.box-share .name {
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#666;
 background-color: #fff;
}
.box-share .btn-share:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb {
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail {
 color:#fff;
 background-color: #dd4b39;
}
.article .content-article {
 line-height: 25px;
 padding-top: 40px;
	text-align:justify;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin-bottom: 20px;
 line-height: 1.3;
 color:#333;
	font-weight:normal;
}
.article .content-article h2 {
	font-size:24px;
 color:#2e3180;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 margin-bottom: 20px;
 color:#333;
}
.article .content-article img {
 max-width: 100%;
 width: auto !important;
 height: auto !important;
}
.article .content-article li:before {
 content: "\ea2b";
 display:inline-block;
 color:#999;
 font-family: "ap";
 margin-left: 20px;
 margin-right: 5px;
}
.list-related {
 padding: 40px 0px;
 border-top: 1px dotted #e0e0e0;
}
.list-related .name {
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related a {
 display:block;
 line-height: 20px;
 margin-bottom: 15px;
}
.list-related .btn-viewall {
	font-weight:bold;
	text-align:center;
 display:inline-block;
 margin-top: 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.breadcrumb a {
 display:inline-block;
}
.breadcrumb a:hover{
 color:#17C286;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	position:relative;
 max-width: 1100px;
 margin: 0px auto;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#87898f;
	font-size:20px;
 bottom: 60px;
 right: 10px;
 z-index: 300;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 opacity: 0; filter: alpha(Opacity:0);
 border-radius: 50%;
 transform: translate(0px, 10px);
 -ms-transform: translate(0px, 10px);
 -webkit-transform: translate(0px, 10px);
 -moz-transition-transform: translate(0px, 10px);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#scroll-top:hover {
 color:#2e3180;
 border-color: #2e3180;
}
#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;
}
.d-flex {
 display: flex !important;
}
.flex-column {
 flex-direction: column !important;
}
.justify-content-center {
 justify-content: center !important;
}
.align-items-center {
 align-items: center !important;
}
#appform .form .submit {
	background-color: #2e3180;
}
#appform .form .submit:hover {
	background-color: #3c4094;
}
#appform .form .upload input {
	top: 0px;
}
#appform h1 {
	line-height: 40px;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
 overflow: initial;
	font-size:14px;
 color:#666;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 font-family: "Roboto", "Helvetica Neue", Helvetica, arial;
}
a {
 color:#666;
	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 {
 @@active color:#2e3180;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
.section {
 padding: 60px 0px;
}
/*---- OVERVIEW ----*/
#overview {
 background: #f1f4fb;
}
.overview--head {
	text-align:center;
 margin-bottom: 30px;
}
.overview--head .title--main {
 font-size: 36px;
	font-weight:bold;
 display:inline-block;
 color:#faa73f;
 line-height: 1.2;
}
.section-gallery .overview--head p {
	font-size:17px;
}
.section-work .overview--head {
	text-align:left;
}
.vn-nav {
 margin-bottom: 40px;
}
.vn-nav .slider-nav .slick-slide {
 margin: 0px 15px;
}
.vn-nav .slider-nav .item {
 color: #000;
 font-weight: 700;
 height: 80px;
 background-color: #fff;
 border: 1px solid #dfdfde;
 text-align: center;
 display: flex !important;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 line-height: 22px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.vn-nav .slider-nav .item.slick-current {
 background-color: #2e3180;
 color: #fff;
}
.vn-slick .item {
 max-width: 900px;
 margin: 0px auto;
 display: block !important;
}
.vn-slick .cell {
 width: 50%;
 padding: 0px 15px;
}
.vn-slick .item img {
 max-width: 100%;
}
.vn-slick .text p {
 color:#333;
	font-size:16px;
 margin-bottom: 10px;
 line-height: 22px;
 text-align: justify;
}
.vn-slick .text ul li {
 color: #333;
 font-size: 16px;
 margin-bottom: 10px;
 line-height: 22px;
 text-align: justify;
 font-style: italic;
}
.vn-slick .text ul {
 list-style: disc;
 padding-left: 20px;
}
.work-content {
 line-height: 22px;
}
.work-image {
 margin-top: 40px;
}
.work-image img {
 max-width: 100%;
}
.section-benefits {
 background-color: #2e3180;
}
.section-benefits .overview--head p {
 color:#fff;
}
/*---- END OVERVIEW ----*/
/*---- JOBS ----*/
.tpl4__section {
	position:relative;
 margin-top: 30px;
 margin-bottom: 30px;
}
.section-jobs {
 padding-top: 70px;
 padding-bottom: 50px;
 margin: 0;
 background-color: #fff;
}
.jobs-header {
	font-size:36px;
	font-weight:bold;
 color:#f9a833;
	text-align:center;
 margin-bottom: 30px;
}
.jobs__subheader {
 display:block;
	font-size:15px;
 color:#666;
 margin-top: 15px;
 line-height: 1.58;
}
.jobs__subheader a {
	font-weight:300;
 border-bottom: 1px dashed;
}
.section-jobs .sidebar {
 width: 27%;
 float: left;
}
.mrb30 {
 margin-bottom: 30px;
}
#sidebar h3 {
 font-size: 20px;
 font-weight: 500;
 color: #3a3f44;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.section-jobs .sidebar a {
 display:block;
	position:relative;
 color:#333;
 background-color: #f4f7fb;
 margin-bottom: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 15px 15px;
}
.section-jobs .sidebar a:hover,
.section-jobs .sidebar a.active {
 background-color: #2e3180;
 color:#fff;
}
.section-jobs .sidebar a:hover:after,
.section-jobs .sidebar li.active a:after {
 content: "";
	position:absolute;
 border-top: 5px solid transparent;
 border-left: 5px solid #2e3180;
 border-bottom: 5px solid transparent;
 right: -5px;
}
.section-jobs .list-jobs {
 width: 70%;
 float: right;
}
.list-jobs .box-cat .item-job {
 padding: 15px 10px;
	width:100%;
	position:relative;
 border: 1px dashed #e5e5e5;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding-right: 160px;
 margin-bottom: 15px;
}
.list-jobs .box-cat {
 margin-bottom: 0px;
}
.list-jobs .box-cat .item-job:hover {
 background-color: #f9f9f9;
}
.list-jobs .box-cat .item-job .cta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
 top: 15px;
 right: 10px;
 margin-top: 10px;
}
.list-jobs .box-cat .item-job .cta .btn-apply {
 padding: 8px 20px;
 border:1px solid #f9a833;
 color:#fff;
	-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;
 background-color: #f9a833;
}
.list-jobs .box-cat .item-job .cta .btn-apply:hover {
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.list-jobs .box-cat .item-job .title {
	font-size:16px;
 line-height: 22px;
 margin-bottom: 5px;
}
.list-jobs .box-cat .item-job .title a {
 font-weight: bold;
}
.list-jobs .box-cat .item-job .title a:hover {
 color:#2e3180;
}
.list-jobs .box-cat .item-job .info {
	font-size:12px;
 display:inline-block;
 margin-bottom: 10px;
 margin-right: 5px;
}
.list-jobs .box-cat .item-job .info .-ap {
 margin-right: 5px;
 color:#2e3180;
}
/*---- END JOBS ----*/
/*---- CUSTOMER ----*/
.section-customer {
 margin: 0;
}
.customer__cover img {
 max-width: 100%;
}
.customer__content {
	position:absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
}
.customer--title {
	font-size:18px;
 color:#333;
 line-height: 1.58;
}
.customer--quote {
	position:relative;
	font-size:14px;
 font-style:italic;
 margin-top: 12px;
 margin-bottom: 12px;
 line-height: 1.56;
 max-width: 800px;
}
.customer--quote::before,
.customer--quote::after {
	font-weight:normal;
 $opacity: .5
}
.customer--quote::before {
 font-family:ap; content:"\ e8e7";
 margin-right: 10px;
}
.customer--quote::after {
 font-family:ap; content:"\ e8e8";
 margin-left: 5px;
}
.customer--info {
	text-align:right;
 max-width: 800px;
}
.customer--info .info-name {
	font-weight:bold;
 color:#333;
}
.customer--info .info-position {
	font-weight:300;
	font-size:13px;
 margin-top: 5px;
}
/*---- END CUSTOMER ----*/
.section-depts .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-depts .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.section-depts .item {
 position: relative;
 border: 1px solid rgb(0 0 0 / 8%);
 box-shadow: 11.5294px 11.5294px 14.4118px rgb(0 0 0 / 8%);
}
.section-depts .item .image {
 margin-bottom: 15px;
}
.section-depts .item .image img {
 max-width: 100%;
}
.section-depts .item .title {
 padding: 0px 15px;
 max-height: 50px;
 min-height: 50px;
 overflow: hidden;
}
.section-depts .item .title h3 {
 color:#2e3180;
	font-size:20px;
	font-weight:500;
}
.section-depts .item .title h3 a {
 color:#2e3180;
	font-size:20px;
	font-weight:500;
}
.section-depts .item .content {
	font-size:15px;
 padding: 15px;
 line-height: 22px;
 min-height: 165px;
 max-height: 165px;
 overflow: hidden;
 text-align: justify;
}
.benefits-content .row {
 display: flex;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.benefits-content .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
 margin-bottom: 30px;
}
.benefits-content .col-6 {
 width: 50%;
 padding: 0px 15px;
 margin-bottom: 30px;
}
.benefits-content .item {
 background: #fff;
 border: 1px solid #f2f2f7;
 box-sizing: border-box;
 box-shadow: 1rem 1rem 1.25rem rgb(0 0 0 / 8%);
 padding: 15px 20px 20px;
 border-radius: 3px;
 height: 100%;
}
.benefits-content .item img {
 height: 75px;
 margin-bottom: 5px;
}
.benefits-content .item h3 {
 font-style: normal;
 font-weight: 700;
 font-size: 16px;
 line-height: 22px;
 color: #1d1d1f;
 text-align: center;
 margin-bottom: 0;
}
/*--------------------------*/
@-webkit-keyframes slideshow {
 to {
 transform: translateY(-80.5%)
 }
}
@keyframes slideshow {
 to {
 transform: translateY(-80.5%)
 }
}
@-webkit-keyframes slideshow-mobile {
 to {
 transform: translateX(-1300%)
 }
}
@keyframes slideshow-mobile {
 to {
 transform: translateX(-1300%)
 }
}
.vn-gallery-content {
 min-height: 700px;
 max-height: 700px;
 position: relative;
 overflow: hidden;
}
.vn-scroll-contain {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: auto;
 transform: translate3d(0, 0, 0);
 -webkit-animation: slideshow 100s linear 0s infinite !important;
 animation: slideshow 100s linear 0s infinite !important;
}
.vn-gallery-image-body {
 width: 100%;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-gap: .75rem .75rem;
 grid-auto-columns: 300px;
}
.vn-gallery-image-body .item {
 background-color: #fff;
 padding: 1rem 1rem 1.25rem;
 height: auto;
}
.vn-gallery-content .item .image {
 margin-bottom: 15px;
}
.vn-gallery-content .item .image img {
 max-width: 100%;
}
.vn-gallery-content .item .text {
	font-size:17px;
 color:#1d1d1f;
	font-weight:500;
	text-align:center;
}
.news-content {
 max-width: 768px;
 margin: 0px auto;
}
.news-content .image {
 margin-bottom: 20px;
}
.news-content .image img {
 max-width: 100%;
}
.news-content .text {
	font-size:16px;
 color:#1d1d1f;
	text-align:center;
 line-height: 25px;
}
.news-content .text p{
 margin-bottom: 10px;
 text-align: justify;
}
.section-slider {
 padding: 60px 0px;
}
.section-slider .row {
 display: flex;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-slider .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.slider-content .item {
 margin-bottom: 30px;
}
.slider-content .item .image {
 margin-bottom: 15px;
}
.slider-content .item .image img {
 max-width: 100%;
}
.slider-content .item .text {
	font-size:17px;
 color:#1d1d1f;
	font-weight:500;
	text-align:center;
}
.video-content {
 max-width: 768px;
 margin: 0px auto;
}
.video-content .video {
 margin-bottom: 30px;
}
.video-content .video iframe {
 width: 100% !important;
 height: 400px;
}
.video-content .text {
 font-size: 15px;
 line-height: 22px;
}
.gallery-slider.slick-initialized .slick-slide {
 margin: 0px 10px;
}
#footer {
 padding:60px 0px;
	text-align:center;
 background-color: #f5f5f5;
}
.logo-foot{
 margin-bottom: 20px;
}
.logo-foot img{
 height: 100px;
}
#footer .address{
 margin-bottom: 20px;
}
#footer .address p{
 color:#333;
	font-size:15px;
}
.footer-icon{
 margin-bottom: 50px;
}
.footer-icon a{
 width: 50px;
 height: 50px;
	font-size:18px;
 color:#2e3180;
 display:inline-block;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 line-height: 50px;
 margin: 0px 10px;
 border: 1px solid #2e3180;
}
.footer-icon a:hover{
 color:#fff;
 background-color: #f9a833;
 border: 1px solid #f9a833;
}
.section-banner{
	position:relative;
 clear:both;
}
.section-banner .banner__cover{
 max-width: 100%;
}
.section-banner .banner__cover img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.section-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;
}
.section-banner .banner__text{
 color:#fff;
	position:absolute;
 left: 0px;
 bottom: 150px;
 width: 100%;
 z-index: 3;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.banner__text .container{
 padding:0px 60px;
}
.banner__text .headline{
	font-size:16px;
 margin-bottom: 10px;
}
.banner__text .title{
	font-size:40px;
	font-weight:normal;
 line-height: 1.2;
 margin-bottom: 10px;
}
.banner__text .desc{
	font-size:16px;
 line-height: 25px;
}
.section-banner .cta{
	font-size:18px;
 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;
 text-shadow:none;
 background-color: #f9a833;
	text-transform:uppercase;
 -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-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;
}
.section-banner .btn-contact{
 display:block;
 padding:20px 0px;
 color: rgba(255, 255, 255, 0.8);
}
.section-banner .btn-contact:hover{
	text-decoration:underline;
}
.hamburger--mb {
	display: inline-block;
}
@media only screen and (min-width: 1200px) {
	.hamburger--mb {
 display: none;
	}
}
@media only screen and (max-width: 768px) {
	.section__cover img {
 display: none;
	}
	.section--without-space {
 margin: 15px 0;
	}
	.section__content {
	position:relative;
 top: unset;
 transform: unset;
	}
	.tpl4__menu .items .item:hover,
	.tpl4__menu .items .item.active {
 border-bottom: unset;
	font-weight:bold;
	}
}
@media(max-width: 480px){
	.section-banner{
 min-height: auto;
	}
	.overview__benefit .benefit__item{
	width:100%;
 float: none;
 padding: 20px 0px;
	}
	.benefit__item .benefit--image{
 margin-bottom: 20px;
	}
	.item--job .cell{
 display:block;
	width:100%;
	text-align:left;
 padding: 0px;
 margin-bottom: 10px;
	}
	.jobs-header{
 margin-bottom: 20px;
	}
	#footer .links--footer{
 display:block;
	width:100%;
 float: none;
 margin-bottom: 20px;
	}
	#footer .links__footer--title{
 margin-bottom: 10px;
	}
	.sidebar-article{
	width:100%;
 padding-left: 0px;
	}
	.customer__cover{
 display: none;
	}
	.customer__content{
	position:relative;
 top: auto;
 transform: translateY(0%);
	}
	.item--job{
 padding: 10px 0px;
	}
	.item--job .info .-ap{
 display:inline-block;
 margin-left: 0px;
	}
	.item--job .item--desc .info{
 margin-bottom: 5px;
	}
	.jobs__list .jobs__title{
 padding: 10px 0px;
	}
}
