@define a {
 color: #084194;
}
@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;
}
.component__top--v1 {
	background-color: #084194;
}
.component__top--v1:hover {
}
.component__top--v1 i.icon {
}
.component__top--v1.--show {
}
.banner-job .cover{
	text-align:center;
}
.banner-job .cover img{
 max-width: 100%;
}
.article-banner{
 margin-bottom: 30px;
}
.article-banner img{
 max-width: 100%;
}
.top-job{
 padding-top: 60px;
 border-top: 1px solid #ccc;
}
.article-head{
 position: relative;
}
.article-head .article__title{
 color:#000;
	font-weight:bold;
 font-size: 40px;
 margin-bottom: 20px;
}
.article-head .article-line{
 width: 50px;
 height: 3px;
 display:block;
 background-color: #084194;
}
.article-head .article__desc{
 margin: 30px 0px 0px;
}
.article__desc .post-cat{
 color:#000;
	font-size:15px;
	font-weight:bold;
 margin-bottom: 10px;
}
.article__desc .post-cat a{
 color:#000;
	font-size:15px;
	font-weight:bold;
}
.box-share {
 position: absolute;
 right: 0px;
 top: 50%;
 margin-top: -30px;
	text-align:center;
}
.box-share .btn-cta{
 margin-bottom: 10px;
}
.box-share .btn-cta a{
 color:#fff;
	font-size:20px;
 display:block;
	font-weight:bold;
	text-align:center;
 padding: 15px 0px;
 min-width: 260px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 background-color: #4fa5f0;
 background-image: linear-gradient(#4fa5f0, #0b71b1);
}
.btn-share a{
 display:inline-block;
 margin-right: 3px;
}
.detail-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.detail-row .col-4{
 width: 30%;
 padding: 0px 15px;
}
.detail-row .col-8{
 width: 70%;
 padding: 0px 15px;
}
.detail-article {
 padding-bottom: 60px;
}
#article .job-title{
 color:#084194;
	font-size:24px;
	font-weight:bold;
 margin-bottom: 15px;
	text-transform:uppercase;
}
#article .detail-content,
#article .detail-content p,
#article .detail-content div{
 color:#000;
	font-weight:500;
 margin-bottom: 10px;
 line-height: 26px;
}
#article .detail-content .section{
 padding: 0px;
}
#article .detail-content a{
 font-weight: bold;
 color:#000; }
#article .detail-content ul{
 list-style: disc;
 margin-bottom: 20px;
 padding-left: 20px;
}
.list-related {
 padding: 10px;
 background-color: #f5f5f5;
}
.list-related .name{
 color:#f04e2a;
	font-size:20px;
	font-weight:bold;
 margin-bottom: 15px;
}
.list-related a{
 color:#000;
	font-size:15px;
	font-weight:500;
 display:block;
 margin-bottom: 10px;
}
.list-related a:hover{
 color:#084194;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#f04e2a;
}
.breadcrumb a .apicon{
	font-size:16px;
}
.breadcrumb .active{
 color:#f04e2a;
	font-size:16px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb a:after {
 font-family: "FontAwesome";
 content: "\f105";
 margin: 5px 7px;
 display:inline-block;
	font-size:18px;
 color: rgba(255, 255, 255, 0.5);
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 width: 100%;
 max-width: 1140px;
 margin: 0px auto;
	position:relative;
 padding: 0px 15px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 @@titlec;
 z-index: 300;
 width: 40px;
 height: 40px;
 $stroke: @titlec;
 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:#f04e2a;
 border-color: #f04e2a;
}
#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;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 margin: 30px 0px;
 border-top: 1px solid #eee;
 clear: both;
}
.section {
 padding: 60px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f107";
 right: 10px;
 color:#888;
	font-size:18px;
	position:absolute;
 line-height: 45px;
}
.select-custom select {
 padding: 5px 8px;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
#footer {
 padding: 50px 0px;
 background-color: #000a1a;
}
#footer .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#footer .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
.logo-footer img {
 max-width: 200px;
}
.slogan {
 color:#fff;
	font-size:22px;
	font-weight:bold;
 margin: 15px 0px;
	text-transform:uppercase;
}
.foo-info h3 {
 color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 15px;
}
.foo-info p {
 color:#fff;
	font-size:15px;
 display:block;
 margin-bottom: 10px;
}
.foo-info p img{
 width: 15px;
}
.foo-info p a{
 color:#fff;
	font-size:15px;
}
.foo-contact h3 {
 color:#000;
	font-size:20px;
	font-weight:bold;
 margin-bottom: 15px;
}
.foo-contact p {
 color:#151515;
	font-size:15px;
 margin-bottom: 15px;
}
.foo-contact p span {
 color:#084194;
}
.foo-info .social{
 margin-top: 20px;
}
.foo-info .social a {
 display:inline-block;
 margin-right: 3px;
}
.foo-info .social a img {
 width: 36px;
}
.box-footer {
 margin-top: 30px;
}
.box-footer .copyright,
.box-footer .copyright a {
 color:#fff;
}
#component__top {
	display:none;
}
#goto-top {
 position: fixed;
 top: auto;
 right: 30px;
 bottom: 30px;
 z-index: 9;
 transition: background-color .3s,
 opacity .5s, visibility .5s;
 opacity: 0;
 visibility: hidden;
}
#goto-top.show {
 opacity: 1;
 visibility: visible;
}
#appform .wrapper {
 background-color: #fff;
 padding: 20px;
 margin-top: 40px;
 border: 1px solid #ccc;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
 border: 1px solid #ededed;
}
#appform .form .row .label {
 color:#000; }
#appform .form .submit {
 font-size: 24px;
 font-weight: bold;
 border-radius: 30px;
 background-color: #4fa5f0;
 background-image: linear-gradient(#4fa5f0, #0b71b1);
}
#appform .form .submit:hover {
 background-color: transparent;
}
#appform .form .upload input {
 top: 0px;
}
#header-recr {
 position: sticky;
 top: 0px;
 left: 0px;
	width:100%;
 z-index: 98;
 background-color: #fff;
 padding: 10px 0px;
}
#header-recr .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#header-recr .col-3 {
 width: 25%;
 padding: 0px 15px
}
#header-recr .col-9 {
 width: 75%;
 padding: 0px 15px
}
#header-recr .logo {
 display:inline-block;
}
#header-recr .logo img {
 height: 60px;
}
#header-recr .box-menu {
	text-align:right;
	position:relative;
}
#header-recr .header-menu {
 padding: 10px 0px;
}
#header-recr .menu-nav {
	position:absolute;
 top: 10px;
 right: 0px;
}
#header-recr .header-menu>a,
#header-recr .menu-nav>a {
 color:#000;
	font-size:15px;
 font-weight: 500;
 padding: 10px 15px;
 display:inline-block;
	position:relative;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
}
#header-recr .header-menu>a:hover,
#header-recr .header-menu>a:active,
#header-recr .header-menu>a.active {
	font-weight:500;
 color: #f04e2a;
}
#header-recr .header-menu>a img{
 height: 20px;
 margin-left: 10px;
 margin-top: -3px;
}
/*----- BANNER -----*/
.section-banner {
	position:relative;
 clear:both;
	overflow:hidden;
	text-align:center;
}
.section-banner .banner__cover{
 position: relative;
 margin-bottom: 0px !important;
}
.banner__cover img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.section-banner .banner__text{
 color:#084194;
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.section-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 background-image: -webkit-linear-gradient(36deg,#084194 0,#fff 100%);
 background-image: -moz-linear-gradient(36deg,#084194 0,#fff 100%);
 background-image: -o-linear-gradient(36deg,#084194 0,#fff 100%);
 background-image: linear-gradient(36deg,#084194 0,#fff 100%);
 top: 0px;
 left: 0px;
 opacity: .4; filter: alpha(Opacity:40);
 z-index: 2;
}
.section-banner .banner__text h2{
 font-size: 55px;
	text-transform:uppercase;
}
.section-banner .banner__text p{
 font-size: 22px;
 margin-bottom: 20px;
}
.section-banner .banner__text .cta{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display:inline-block;
 padding: 15px 30px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 background-color: #f04e2a;
 background-image: linear-gradient(to right, #f04e2a , #e36144);
}
/*----------- SEARCH -------------*/
.search-form {
	text-align:center;
	position:absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.search-form .box-search {
 max-width: 580px;
 margin: 0px auto;
}
.search-form .form-group {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form .form-group #job-search {
 width: 100%;
 height: 50px;
 padding: 0px 20px;
 border-radius: 30px;
 border: 2px solid #f57832;
}
.search-form .form-group .btn-search {
	position:absolute;
 color:#fff;
	font-size:22px;
 right: 6px;
 top: 5px;
 width: 40px;
 height: 40px;
 cursor: pointer;
 border-radius: 50%;
 background-color: #4fa5f0;
 background-image: linear-gradient(#4fa5f0, #0b71b1);
}
* {
 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 {
 font-size: 14px;
 overflow: initial;
 color:#000;
 font-family: "Montserrat", arial;
}
a {
 color:#637788;
	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:#40617d;
 -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;
}
hr{
 width: 100%;
 height: 1px;
 margin: 30px 0px;
 background-color: #ccc;
}
/* Slider */
.slick-slider {
	position:relative;
 display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
 visibility: visible;
}
.slick-list {
	position:relative;
 display:block;
 clear:both;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
 -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;
 display:block;
 top: 0;
 left: 0;
}
.slick-loading .slick-track {
 clear:both;
}
.slick-slide {
 display: none;
	float:left;
 min-height: 1px;
}
.slick-slide img {
 display:block;
	width:100%;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display:block;
}
.slick-loading .slick-slide {
 clear:both;
}
.slick-vertical .slick-slide {
 display:block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
.slick-prev,
.slick-next {
 font-size: 0;
	position:absolute;
 display:block;
	text-align:center;
 top: 50%;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 z-index: 3;
 cursor: pointer;
 line-height: 30px;
 background: rgba(0, 0, 0, 0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 background: rgba(0, 0, 0, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1; filter: alpha(Opacity:100);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25; filter: alpha(Opacity:25);
}
.slick-prev:before,
.slick-next:before {
 font-family: 'FontAwesome';
 font-size: 20px;
 opacity: .75; filter: alpha(Opacity:75);
 color:#fff;
}
.slick-prev {
 left: 10px;
}
.slick-prev:before {
 content: "\f104";
}
.slick-next {
 right: 10px;
}
.slick-next:before {
 content: "\f105";
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
 background: 0 0;
 opacity: 1;
 cursor: pointer;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 40px;
	line-height: 1;
	opacity: .5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -25px;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: -25px;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "\e6ba"
}
[dir=rtl] .slick-next:before {
	content: "\e6ba"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 9;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
 outline: 0;
 background: #fff;
 border-radius: 50%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button{
 background-color: #084194;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.job-category .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.job-category .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.job-category .col-9 {
 width: 75%;
 padding: 0px 15px;
}
.job__item {
 position: relative;
 padding: 15px;
 margin-bottom: 30px;
 border: 1px solid #ededed;
}
.job__item .job--title {
	font-size:20px;
	font-weight:bold;
 margin-bottom: 10px;
 padding-right: 110px;
}
.job__item .job--title a {
 color:#000;
	font-size:20px;
 display:block;
	font-weight:bold;
}
.job__item .job--desc {
 padding-right: 110px;
}
.job__item .job--desc li {
 display:inline-block;
 margin-right: 10px;
 padding: 4px 15px;
 font-size: 14px;
 border-radius: 30px;
 font-weight: 500;
 margin-bottom: 3px;
}
.job__item .job--desc li.office {
 color:#084194;
 background-color: #ffe7da;
}
.job__item .job--desc li.office a {
 color:#084194;
 font-weight: 500;
}
.job__item .job--desc li.departments {
 color:#1967d2;
 background-color: #dde8f8;
}
.job__item .job--desc li.type {
 color:#6f6f6f;
 background-color: #ebecee;
}
.job__item .salary {
 margin: 5px 0px;
 line-height: 20px;
	font-weight:500;
}
.job__item .salary b{
	font-weight:500;
}
.job__item .salary img {
 width: 15px;
 margin-right: 3px;
 display:inline-block;
 vertical-align: middle;
}
.job__item .salary>span {
 display:inline-block;
 vertical-align: middle;
}
.job__item .btn-apply {
 position: absolute;
 right: 15px;
 top: 50%;
 color: #fff;
 margin-top: -20px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 background-color: #4fa5f0;
 background-image: linear-gradient(#4fa5f0, #0b71b1);
}
.note-job {
 position: relative;
 padding: 15px;
 font-weight: bold;
 border: 1px solid #ededed;
}
.__pag {
	text-align:right;
 padding-top: 20px;
}
.__pag label {
	display:none;
}
.pag {
 cursor: pointer;
 height: 35px;
 width: 35px;
 display: inline-block;
 border: 1px solid #ededed;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 text-transform: none;
 text-shadow: none;
 line-height: 35px;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 border-radius: 50%;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background: transparent;
 color: #000;
 font-weight: normal;
}
.pag .icon {
 margin-right: 0px;
}
.pag:hover,
.pag.active {
 color: #fff;
 border-color: #084194;
 background-color: #084194;
}
.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;
}
.send-cv {
 margin-bottom: 30px;
}
.send-cv .cover img {
 max-width: 100%;
 border-radius: 40px;
}
.btn-send {
	position:absolute;
 right: 50px;
 top: 50%;
 margin-top: -30px;
}
.btn-send a {
 color:#084194;
 font-size: 40px;
 font-weight: bold;
 padding: 10px 30px;
 display: inline-block;
 background-color: #fff;
 border-radius: 40px;
}
/*---------------------------*/
.section-dept {
 padding-bottom: 0px;
}
.section-dept .container {
 max-width: 1660px;
}
.departments .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex: 1;
 justify-content: center;
 margin-right: -15px;
 margin-left: -15px;
}
.departments .col-3 {
 width: calc(100%/5);
 padding: 0px 15px;
}
.departments .item {
 position: relative;
 margin-bottom: 30px;
}
.departments .item img {
 max-width: 100%;
}
.departments .item .overlay {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}
.departments .item:hover .overlay {
 opacity: 1;
}
.customer__cover .banner {
	position:relative;
}
.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:18px;
 font-style:italic;
	font-weight:300;
 margin-bottom: 20px;
 max-width: 800px;
 line-height: 30px;
}
.customer--quote p {
 margin-bottom: 10px;
 padding: 0px 25px;
 text-align: justify;
}
.customer--quote::before,
.customer--quote::after {
	font-weight:normal;
}
.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:left;
 max-width: 800px;
}
.customer--info .info-name {
	font-size:18px;
	font-weight:500;
 color:#333;
}
.customer--info .info-position {
	font-weight:300;
	font-size:16px;
 margin-top: 5px;
}
.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:#637788;
}
.check-action:hover {
 color:#f04e2a;
}
.check-action:hover .icon {
 color:#f04e2a;
}
.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:#084194;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#000;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #ccc8c5;
}
#sidebar .list-category {
 margin-bottom: 30px;
}
#sidebar .list-category .list.scrollable {
}
#sidebar .list-category .list.scrollable:hover {
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#000;
	font-size:14px;
	font-weight:500;
}
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 40px;
}
.box-subcribe .title {
 font-size: 18px;
 line-height: 22px;
 border-bottom: 1px solid #e4e9ed;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#637788;
	font-size:13px;
}
.box-subcribe .input {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 10px 15px;
 border:1px solid rgba(0, 0, 0, 0.05);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.box-subcribe .btn-apply,
#sidebar-right .box-subcribe .btn-apply {
 display:block;
	text-align:center;
 @@titlec;
 background: rgba(0,0,0,0.05);
 font-weight: 600;
 margin-top: 5px;
 line-height: 20px;
}
.box-subcribe .btn-apply:hover,
#sidebar-right .box-subcribe .btn-apply:hover {
 background-color: #e4e9ed;
 @@titlec;
}
#sidebar .social {
 margin-top: 20px;
}
#sidebar .social .title {
 display:block;
 color:#666;
}
#sidebar .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 30px;
 height: 30px;
 margin-top: 10px;
 line-height: 30px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#sidebar .social .btn-share span {
 margin-right: 0px;
}
#sidebar .social .btn-share.-fb:hover {
 background-color: #3b5998;
 border:1px solid #3b5998;
 color:#fff;
}
#sidebar .social .btn-share.-google:hover {
 background-color: #e62117;
 border:1px solid #e62117;
 color:#fff;
}
#sidebar .social .btn-share.-linkedin:hover {
 background-color: #0077b5;
 border:1px solid #0077b5;
 color:#fff;
}
.baseui.button {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 margin-bottom: 20px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #f46312;
 background-image: linear-gradient(to right, #f46312 , #f88f56);
}
.baseui.button.disabled {
 opacity: .3; filter: alpha(Opacity:30);
 -webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 cursor: default;
 pointer-events: none !important;
}
.baseui.input {
	position:relative;
	font-weight:normal;
 font-style: normal;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: rgba(0, 0, 0, 0.87);
 margin-top: 10px;
 margin-bottom: 10px;
	width:100%;
}
.baseui.input>input {
	text-align:left;
 max-width: 100%;
 margin: 0em;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#FFFFFF;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 outline: none;
 padding: 0.67857143em 1em;
 color: rgba(0, 0, 0, 0.87);
 box-shadow: none;
 border: 1px solid #dedede;
}
.baseui.icon.input>i.icon {
 cursor: default;
	position:absolute;
	text-align:center;
 opacity: 0.5; filter: alpha(Opacity:50);
 line-height: 1;
 top: 0px;
 right: 0px;
 margin: 0em;
 height: 100%;
 width: 2.67142857em;
}
.baseui.icon.input>i.icon:before,
.baseui.icon.input>i.icon:after {
	position:absolute;
	text-align:center;
	width:100%;
 left: 0;
 top: 50%;
 margin-top: -0.5em;
}
#locations::-webkit-scrollbar,
#departments::-webkit-scrollbar {
 width: .5em;
}
#locations::-webkit-scrollbar-track,
#departments::-webkit-scrollbar-track {
 background-color: rgba(0, 0, 0, .05);
}
#locations::-webkit-scrollbar-thumb,
#departments::-webkit-scrollbar-thumb {
 background-color: #084194;
 outline: 1px solid #084194;
}
.section-overview {
 position: relative;
 padding-bottom: 0px;
}
.section-title{
	text-align:center;
	text-transform:uppercase;
 margin-bottom: 30px;
}
.section-title h2{
 color:#000;
	font-size:32px;
 margin-bottom: 15px;
}
.section-title .sec-line{
 display:block;
 width: 60px;
 height: 4px;
 margin: 0px auto;
 background-color: #084194;
}
.section-title p{
 color:#333;
	font-size:16px;
 margin-top: 20px;
 text-transform: none;
}
.overview__item p{
	font-size:15px;
	text-align:center;
 line-height: 23px;
}
.section-image .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -5px;
 margin-left: -5px;
}
.section-image .col-6{
 width: 50%;
 padding: 0px 5px;
}
.section-image {
 margin-top: 40px;
}
.section-image img {
 max-width: 100%;
}
.section-image .video{
	position:relative;
 padding-bottom: 83%;
}
.section-image .video iframe{
	position:absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.tabs-container {
 position: relative;
 width: 100%;
 margin-top: 50px;
}
.tabs-container .tabs-dialog {
 position: relative;
 width: 100%;
 text-align: center;
 background-color: #f5f7f7;
 margin-bottom: 0px;
}
.tabs-container .tabs-dialog .tab-link {
 color: #084194;
 font-size: 15px;
 height: 50px;
 line-height: 50px;
 display: inline-block;
 font-weight: bold;
 margin: 0 15px;
 cursor: pointer;
 border-bottom: 3px solid #ddd;
}
.tabs-container .tabs-dialog .tab-link.tab-current {
 border-bottom: 3px solid #f04e2a;
}
.wrap-sm h2{
 color:#084194;
	font-size:24px;
	text-align:center;
 padding: 20px 0px;
 margin-bottom: 0px;
}
.wrap-sm p{
	font-size:16px;
	text-align:center;
 margin-bottom: 30px;
 line-height: 23px;
}
.overview-box .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -5px;
 margin-left: -5px;
}
.overview-box .col-3{
 width: calc(100%/9);
 padding: 0px 5px;
}
.overview-box .item{
	text-align:center;
 margin-bottom: 30px;
}
.overview-box .item .icon{
 margin-bottom: 10px;
}
#tab2 .overview-box .item .icon img{
 height: 110px;
}
.overview-box .item .text h3{
	font-size:18px;
	text-align:center;
}
.overview-box .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.overview-box .item .main h3{
 color:#333;
	font-size:20px;
 margin-bottom: 10px;
 min-height: 50px;
 max-height: 50px;
 overflow: hidden;
}
.overview-box .item .main p{
 color:#333;
	font-size:14px;
	text-align:left;
 margin-bottom: 10px;
}
.overview-box .item ul{
 list-style: initial;
 padding-left: 20px;
}
#tab2 .overview-box .item ul{
	text-align:left;
}
.overview-box .item ul li{
 margin-bottom: 10px;
 line-height: 22px;
 font-weight: 500;
}
.benefit-content .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
.benefit-content .col-3{
 width: calc(100%/5);
 padding: 0px 10px;
}
.benefit-content .item .icon{
	text-align:center;
 margin: 0px auto;
 margin-bottom: 20px;
}
.benefit-content .item .icon img{
 height: 100px;
}
.benefit-content .item .text{
 color:#000;
	font-size:14px;
	text-align:justify;
	font-weight:normal;
 line-height: 20px;
}
.benefit-content .item .text b{
 color:#084194;
}
.benefit-button{
 max-width: 320px;
 margin: 0px auto;
 margin-top: 30px;
}
.benefit-button img{
 max-width: 100%;
}
.benefit-column{
 max-width: 1000px;
 margin: 0px auto;
 margin-top: 50px;
}
.benefit-column .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.benefit-column .col-6{
 width: 50%;
 padding: 0px 15px;
}
.benefit-column .item{
 border: 1px solid #ccc;
 border-radius: 10px;
 padding: 30px;
 height: 100%;
}
.benefit-column .item .icon{
	text-align:center;
 margin-bottom: 10px;
}
.benefit-column .item .icon img{
 height: 200px;
 border-radius: 50%;
}
.benefit-column .item .main h3{
 color:#084194;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
 margin-bottom: 30px;
}
.benefit-column .item .main ul{
 list-style: disc;
 padding-left: 20px;
}
.benefit-column .item .main ul li{
 color:#333;
	font-size:15px;
 margin-bottom: 10px;
 line-height: 22px;
}
.job-banner {
	text-align:center;
}
.job-banner img {
 max-width: 100%;
}
.section-news .news-title {
	text-align:center;
 margin-bottom: 40px;
}
.section-news .news-title h2 {
 color:#084194;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
}
.news-content .row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.news-content .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
.news-content .new-item {
 margin-bottom: 30px;
 box-shadow: 0px 0px 5px #ccc;
 border-radius: 15px;
}
.news-content .new-item .image {
 height: 250px;
 overflow: hidden;
}
.news-content .new-item .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 border-radius: 15px 15px 0px 0px;
}
.news-content .new-item .cate {
 margin-bottom: 10px;
}
.news-content .new-item .cate a {
 color:#084194;
	font-size:15px;
	font-weight:500;
 display:block;
}
.news-content .new-item .text {
 padding: 15px;
}
.news-content .new-item .text .name {
 margin-bottom: 10px;
 min-height: 45px;
 max-height: 45px;
 overflow: hidden;
}
.news-content .new-item .text .name a {
 color:#000;
	font-size:18px;
	font-weight:bold;
}
.news-content .new-item .text .name a:hover{
 color:#084194;
}
.news-content .new-item .text .desc {
 color:#333;
	font-size:14px;
 line-height: 22px;
 margin-bottom: 10px;
}
.news-content .new-item .text .read-more a {
 color:#084194;
	font-size:15px;
	font-weight:500;
}
#news-detail {
 background-color: #f5f5f5;
}
#news-detail #post-content {
 background-color: #fff;
 padding: 50px 100px;
}
#post-content h1 {
 color:#084194;
	font-size:24px;
 line-height: 1.3;
 margin-bottom: 20px;
}
#post-content .sub.title {
 color:#333;
	font-size:15px;
 margin-bottom: 20px;
}
.content-article {
 margin-bottom: 40px;
}
.content-article .detail-article{
 line-height: 22px;
}
.content-article .detail-article p {
 margin-bottom: 15px;
}
.content-article .detail-article p,
.content-article .detail-article p span{
 color:#333;
	font-size:16px;
}
.content-article .detail-article span{
 color:#333;
	font-size:16px;
 display:block;
}
.content-article .detail-article img{
 max-width: 100% !important;
 height: auto !important;
}
.share-post {
 padding: 10px 0px;
 margin: 10px 0px;
 line-height: 25px;
 border-top: 1px solid #e9ebee;
 border-bottom: 1px solid #e9ebee;
}
.share-post .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.share-post .col-6 {
 width: 50%;
 padding: 0px 15px;
}
.share-post .social img {
 height: 25px;
 width: auto;
 border-radius: 50%;
}
.share-post .post-cate {
 text-align: right;
}
#post-content .share-post .post-cate a {
 color:#000;
	font-size:18px;
	font-weight:normal;
 display:inline-block;
	text-transform:uppercase;
 line-height: 25px;
}
#recent-posts .head-sec {
 line-height: 30px;
 margin-bottom: 20px;
}
#recent-posts .title-main {
 color:#084194;
	font-size:20px;
	font-weight:bold;
 display:inline-block;
	text-transform:uppercase;
 line-height: 30px;
}
.head-sec .viewall {
	float:right;
 color:#333;
	font-size:17px;
 line-height: 30px;
}
.head-sec .viewall:hover {
 color:#084194;
}
#recent-posts .swiper-container {
 margin: 0px -10px;
}
#recent-posts .slick-slide {
 padding: 0px 10px;
}
#recent-posts .baseui.post.vertical .cover {
 overflow: hidden;
 height: 170px;
 margin-bottom: 15px;
}
#recent-posts .baseui.post.vertical .cover img{
 -webkit-transition-property: transform; -moz-transition-property: transform;
 -o-transition-property: transform; transition-property: transform; -webkit-transition-duration: .5s; -moz-transition-duration: .5s;
 -o-transition-duration: .5s; transition-duration: .5s;
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
 height: 100%;
 max-width: 100%;
 width: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
#recent-posts .baseui.post.vertical:hover .cover img{
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
#recent-posts .baseui.post.vertical:hover .name a{
 color:#f04e2a;
}
.baseui.post.vertical .name a {
 color:#333;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
 line-height: 22px;
}
.news-view {
	text-align:center;
}
.news-view a {
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display:inline-block;
 padding: 10px 20px;
 background-color: #084194;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
