
.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;
	outline: 0;
	background: 0 0
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 40px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -30px;
	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: -30px;
	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: 10px;
	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;
	margin: 0px 5px;
	vertical-align: middle;
}
.slick-dots li button {
	display: block;
	padding: 0px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	opacity: 0.6;
	background: #fff;
	-moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
}
.slick-dots li.slick-active button{
	opacity: 1;
}
.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 {
	bottom: 30px;
	right: 20px;
	background-color: #2f80ed;
}
.component__top--v4:hover {
	background-color: #4c8ee6;
	color:#fff;
}
.component__top--v4 i.icon {
}
.component__top--v4.--show {
}
.tpl4__header {
	position:absolute;
	width:100%;
 top: 0;
 left: 0;
 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: 11;
}
.tpl4__header.header--stick{
 position:fixed;
 background-color: #2f80ed;
 z-index: 111;
 opacity: 1 !important;
}
.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: 0;
	display:table-cell;
	vertical-align:middle;
}
.tpl4__logo img{
 display:inline-block;
 margin-right: 10px;
 height: 45px;
}
.tpl4__header.header--stick img {
 filter: unset;
 -webkit-filter: unset;
 -moz-filter: unset;
 -ms-filter: unset;
 -o-filter: unset;
}
.tpl4__label {
	position:relative;
 display:inline-block;
 color:#fff;
	font-size:12px;
	vertical-align:middle;
 padding:5px 15px;
	background-color: #17C286;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
.tpl4__menu{
	display:table-cell;
 padding-left: 60px;
}
.tpl4__menu .items .item {
 display:inline-block;
 color:#fff;
 padding: 12px;
 margin-right: 30px;
 border-bottom: 2px solid rgba(255, 255, 255, 0);
 font-weight: bold;
}
.tpl4__menu .items .item:hover,
.tpl4__menu .items .item.active{
 background-color: #FF870A;
 border-radius: 4px;
}
.tpl4__header.header--stick .tpl4__menu .items .item:hover,
.tpl4__header.header--stick .tpl4__menu .items .item.active{
 color:#fff;
 border-radius: 0px;
 border-bottom-color: #fff;
 background-color: transparent;
}
.tpl4__menu .items .item img{
 width: 12px;
 margin-right: 3px;
}
.tpl4__menu .items--right{
	position:absolute;
 top: 15px;
 right: 0px;
}
.tpl4__menu .items--right .language{
}
.tpl4__menu .items--right .language a{
 color:#fff;
 display:inline-block;
	font-weight:bold;
}
.tpl4__button {
	padding:10px 20px;
 display:inline-block;
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
	background-color: #2f80ed;
	color: #fff;
	font-weight:bold;
 letter-spacing: 1px;
}
.tpl4__button:hover{
	background-color: #1063d3;
}
.tpl4__header.header--stick .tpl4__button{
 background-color: #fff;
 color:#2f80ed;
}
.tpl4__hamburger{
 display:inline-block;
	position:absolute;
	font-size:24px;
	color:#fff;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding:5px 10px;
	top: 3px;
	right: 0;
}
.hamburger--mb {
 display: none;
}
.job-detail{
 padding-top: 60px;
 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{
 color:#fff;
 padding: 180px 0px;
}
.section-banner.detail .banner__text .title{
	font-size:28px;
 line-height: 34px;
 margin-bottom: 10px;
}
.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:#2f80ed;
	font-weight:normal;
 line-height: 38px;
 margin-bottom: 10px;
}
.post-type{
 margin-bottom: 20px;
 line-height: 22px;
}
.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;
}
.job-detail .job-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.job-detail .col-3{
 width: 35%;
 padding: 0px 15px;
 position: relative;
}
.job-detail .col-9{
 width: 65%;
 padding: 0px 15px;
 position: relative;
}
.sidebar-article{
 position: sticky;
 top: 70px;
 left: 0px;
}
.sidebar-article .btn-apply{
 display:block;
 line-height: 25px;
}
#article {
 line-height: 25px;
}
.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%;
 background-color: #fff;
}
.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: #FF870A;
 color:#fff;
	position:relative;
 clear:both;
	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;
 letter-spacing: 1px;
}
.sidebar-article .desc-job .desc.salary b{
	font-weight:normal;
}
.sidebar-article .desc-job .desc.salary span:last-child{
 display:inline-block;
	font-weight:normal;
}
.box-share {
 margin-top: 20px;
}
.box-share .name {
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share {
 width:35px;
 height: 35px;
 border-radius: 50%;
	text-align:center;
 display:inline-block;
	position:relative;
 color:#666;
 background-color: #fff;
}
.box-share .btn-share:hover{
}
.box-share .btn-share img{
 width: 35px;
}
.article .content-article {
 line-height: 25px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5 {
 margin: 20px 0px;
 line-height: 1.3;
 color:#333;
	font-weight:500;
}
.article .content-article h2 {
	font-size:24px;
 color:#2f80ed;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.article .content-article ul{
 padding-left: 20px;
 list-style: initial !important;
}
.article .content-article div,
.article .content-article p,
.article .content-article li {
 color:#333;
 margin-bottom: 10px;
}
.article .content-article div span,
.article .content-article p span,
.article .content-article li span{
 font-size: 15px !important;
 font-family: Roboto !important;
}
.article .content-article img{
 max-width: 100%;
 height: auto !important;
}
.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;
}
.sidebar--stick{
 top: 70px !important;
}
.breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.breadcrumb a {
 display:inline-block;
}
.breadcrumb a:hover{
 color:#2f80ed;
}
.container {
	width:100%;
	position:relative;
 max-width: 1170px;
 margin: 0px auto;
 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:#2599dc;
 border-color: #2599dc;
}
#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;
	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;
}
.not-d, .not-l, .not-t {
 display: none;
}
#appform .form .submit {
	background-color: #FF870A;
}
#appform .form .submit:hover {
	background-color: #d4730d;
}
#appform .form .upload input{
 top: 0px;
}
#appform h1{
	line-height: 45px;
}
#thankyou{
	background-color: #fff;
}
.thank-page .content{
	padding: 0px;
	max-width: 100%;
}
.thank-page h2{
	color:#2f80ed;
	font-size:34px;
	margin-bottom: 30px;
	line-height: 45px;
}
.thank-page p{
	font-weight: normal;
	line-height: initial;
	margin-bottom: 10px;
}
.thank-page .ctas-btn{
	margin-top: 50px;
}
.thank-page .ctas-btn a{
	color:#fff;
	font-size:18px;
 display:inline-block;
	padding: 20px 35px;
	margin-right: 30px;
	background-color: #2f80ed;
	-moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}
.thank-page .ctas-btn a:hover{
	background-color: #FF870A
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
 overflow: initial;
	font-size:15px;
 color:#333;
 -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:#333;
	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:#2599dc;
 -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;
}
.section--head {
	text-align:center;
 margin: 0px auto;
 margin-bottom: 50px;
}
.section--head .title--main {
 font-size: 42px;
	font-weight:bold;
 color:#2f80ed;
 line-height: 1.2;
}
.section--head .title--main a {
	font-weight:bold;
 color:#2f80ed;
}
.section--head .title--main br {
	display:none;
}
.section--head span {
 display:block;
	font-size:18px;
	font-weight:500;
}
/*---- ABOUT ----*/
.section-about {
 background-color: #f2f2f2;
}
#about .section--head {
	text-align:left;
}
.about-content {
 font-weight: normal;
}
.about-content .cell {
 width: 50%;
}
.about-content .about-video {
 width: 50%;
 padding-left: 35px;
}
.about-content p {
 line-height: 22px;
 margin-bottom: 10px;
 text-align: justify;
}
.about-content ul {
 margin-bottom: 10px;
}
.about-content ul li {
 line-height: 22px;
}
#banner-video {
	position:relative;
}
#banner-video iframe {
}
/*---- END ABOUT ----*/
/*---- OVERVIEW ----*/
.overview__benefit .overview--text .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.overview__benefit .overview__item {
 width: 25%;
 padding: 0px 15px;
	text-align:center;
 margin-bottom: 30px;
}
.overview__benefit .overview--text .row:last-child {
 max-width: 875px;
 margin: 0 auto;
}
.overview__benefit .overview--text .row:last-child .overview__item {
 width: 33.33333%;
}
.overview--text {
 max-width: 768px;
 margin: 0px auto;
}
.overview--text .main {
 width: 85%;
}
.overview--text .main h3 {
	font-size:22px;
 margin-bottom: 15px
}
.overview--text .main p {
 color:#666;
	font-size:15px;
 margin: 0px auto;
 line-height: 22px;
}
.overview--text .image {
 margin: 0px auto;
}
.overview--text .image img {
 max-width: 85px;
}
.overview__item .overview--image {
 margin-bottom: 50px;
}
.overview__item .overview--image img {
 height: 80px;
}
.overview__item .overview--title {
	font-size:18px;
 margin-bottom: 20px;
}
.overview--image {
 margin-top: 40px;
}
.overview--image img {
	width:100%;
}
/*---- END OVERVIEW ----*/
/*---- JOBS ----*/
#main-wrap {
 width: calc(100% - 280px);
	float:right;
}
.list-jobs .dept {
	font-size:24px;
	font-weight:bold;
}
.job__item.--dept,
.job__item.--job-type,
.job__item.--location {
	display:none;
}
.job__item {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #eee;
 padding-right: 150px;
	position:relative;
}
.job__item .job--desc {
 color:#333;
	font-size:13px;
 margin-bottom: 10px;
}
.job__item .job__desc .-ap {
 margin-right: 5px;
 color:#aaa;
}
.job__item .job--title {
	font-weight:500;
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 24px;
}
.job__item .job--title a {
 color:#333;
	font-weight:500;
}
.job__item .job--title a:hover {
	text-decoration:underline;
 color:#2f80ed;
}
.job__item:last-child {
 border-bottom: 0px;
}
.list-jobs .btn-apply {
 color:#fff;
	position:absolute;
 clear:both;
 background-color: #2f80ed;
 padding-right: 20px;
 padding-left: 20px;
 margin-top: 10px;
 font-size: 13px;
 font-weight: 600;
 top: 30px;
 right: 0px;
}
.list-jobs .btn-apply:hover:after {
 content: "";
 height: 2px;
	position:absolute;
	width:100%;
 bottom: 0px;
 left: 0px;
 background: rgba(0,0,0,0.2);
}
.jobs__title {
 border-bottom: 1px solid #eee;
 margin-bottom: 20px;
 padding-bottom: 20px;
}
.jobs__title .title-h2 {
 margin-bottom: 10px;
	font-size:32px;
	font-weight:300;
 color:#333;
}
.jobs__title .desc {
 color:#333;
}
.box-search {
	position:relative;
 padding-bottom: 40px;
}
.box-search .form-group {
	position:relative;
}
.box-search .form-control {
	width:100%;
 padding: 10px 15px;
 background-color: white;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 height: 45px;
 $istroke: $rgba(#2f80ed, 0.75);
}
.box-search .form-control.input-search {
 padding-right: 30px;
}
.box-search .form-control:focus {
 $istroke: $rgba(#2f80ed, 0.75);
}
.box-search .i-search {
	position:absolute;
	text-align:center;
 top: 0px;
 font-size: 18px;
 right: 0px;
 width: 30px;
 line-height: 45px;
 z-index: 10;
 color:#333;
}
.box-search .form-group.box-input {
 width: 100%;
 display:inline-block;
	vertical-align:middle;
}
.box-search .form-group.-button {
 margin-right: 0;
 width: 15.17857%;
	text-align:left;
 display:inline-block;
	vertical-align:middle;
	position:absolute;
 right: 0px;
 top: 0px;
}
.box-search .form-group.-button .btn-search {
	width:100%;
	text-align:center;
 display:inline-block;
 color:#fff;
	font-weight:bold;
 ;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #2f80ed;
 height: 45px;
 line-height: 45px;
 cursor: pointer;
}
.box-search .form-group.-button .btn-search:hover {
 opacity: 0.85; filter: alpha(Opacity:85);
}
/*---- END JOBS ----*/
/*---- ALL JOBS ----*/
.tpl4__header.static {
 background-color: #2f80ed;
}
.jobs-search {
 padding: 32px 0;
 background-color: #f2f2f2;
 padding-top: 102px;
}
.jobs-title {
 color:#333;
	text-align:center;
	font-weight:normal;
 font-size: 36px;
 line-height: 38px;
 margin: 32px 0;
}
.job__form__search {
 max-width: 768px;
 margin: 0px auto;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
 background-color: #fff;
 padding: 6px 16px;
 -webkit-filter: drop-shadow(0 6px 15px rgba(0, 0, 0, .11));
 filter: drop-shadow(0 6px 15px rgba(0, 0, 0, .11));
}
.job__form__search .display-flex {
 display: flex;
 align-items: center;
}
.job__form__search .col-3 {
 width: 80%;
}
.job__form__search .col-2 {
 width: 20%;
}
.search-wide.barrier {
 border-right: 1px solid #b7b7b7;
}
.p-r-20 {
 padding-right: 20px !important;
}
.job__form__search .form-control {
	width:100%;
 height: 28px;
 padding: 0 25px 0 16px;
}
.job__form__search .btn-search {
 color:#fff;
	font-size:16px;
	font-weight:500;
 display:block;
	text-align:center;
	width:100%;
 line-height: 22px;
 padding: 12px 0px;
 background-color: #FF870A;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
.job__header {
 margin-bottom: 30px;
}
.job__header .cell {
 width: 50%;
}
.job__header__right {
 max-width: 500px;
 margin: 0px auto;
}
.job__header .job__header__right .form-group{
 padding-right: 20px;
}
.job__header .job__header__right .form-group select{
 width: 100%;
 padding: 5px;
 border: 1px solid #C8CDDA;
 border-radius: 4px;
}
.job-table {
 width: 100%;
}
.job-table th {
 color:#848687;
	font-size:16px;
	font-weight:normal;
	text-align:left;
 line-height: 2;
 border-bottom: 1px solid #f5f5f5;
}
.job-table td {
 border-bottom: 1px solid #f5f5f5;
 padding: 20px 30px 20px 0;
 font-size: 15px;
 font-weight: 400;
 transition: all .2s ease-in-out;
}
.job-table td.team-name {
 width: 40%;
}
.job-table td.team-name a {
 color:#2f80ed;
	font-size:17px;
	font-weight:bold;
}
.job-table td.team-title {
 color:#2a2b2b;
 font-weight: 600;
 width: 25%;
}
.job-table td b {
	font-weight:normal;
}
#alljobs .hoff,
#alljobs .hdept {
 display: none;
}
/*---- END ALL JOBS ----*/
/*---- CUSTOMER ----*/
.section-customer {
 margin: 0;
}
.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;
}
.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;
}
/*---- END CUSTOMER ----*/
.blog-row {}
.blog-row .col-4 {
 width: 33.33333%;
 padding: 0px 20px;
}
.blog-row .item {
 padding: 15px;
}
.blog-row .box {
 box-shadow: 0px 0px 5px #ccc;
 border-radius: 15px;
 transition: transform .5s;
}
.blog-row .box:hover {}
.blog-row .box-image {
 height: 200px;
 overflow: hidden;
 border-radius: 15px 15px 0px 0px;
}
.blog-row .box-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 border-radius: 15px 15px 0px 0px;
}
.blog-row .box-info {
 padding: 15px;
}
.blog-row .box-info h3 {
 color:#333;
	font-size:23px;
	font-weight:bold;
 min-height: 85px;
 max-height: 85px;
 overflow: hidden;
 margin-bottom: 10px;
}
.blog-row .box-info h3 a {
 color:#333;
	font-size:22px;
	font-weight:bold;
 display:block;
}
.blog-row .box-info h3 a:hover {
 color:#2f80ed;
}
.blog-row .box-info .note {
	font-size:14px;
	text-align:justify;
 line-height: 20px;
 margin-bottom: 10px;
 min-height: 120px;
 max-height: 120px;
 overflow: hidden;
}
.blog-row .box-info .read-more a {
 color:#2f80ed;
	font-size:15px;
	font-weight:500;
}
.view-more {
 margin-top: 35px;
 text-align: center;
}
.view-more a {
 color:#fff;
	font-size:18px;
	font-weight:500;
 display:inline-block;
 padding: 12px 30px;
 border-radius: 5px;
 background-color: #2f80ed;
}
.__pag {
	text-align:right;
 padding: 10px 0px;
}
.__pag label {
	display:none;
}
.pag:hover,
.pag.active {
 color:#2f80ed;
 -webkit-box-shadow: 0px 0px 0px 1px color:#2f80ed; inset;
 box-shadow: 0px 0px 0px 1px color:#2f80ed; 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;
}
/*--------------------------*/
.story-slider {
 max-width: 85%;
 margin: 0px auto;
}
.story-slider .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.story-slider .item .col-3 {
 width: 25%;
 padding: 0px 15px;
}
.story-slider .item .col-9 {
 width: 75%;
 padding: 0px 15px;
}
.story-slider .item .image img {
 max-width: 100%;
 border-radius: 10px;
}
.story-slider .item .main .quote {
 color:#333;
	font-size:16px;
	text-align:justify;
 margin-bottom: 25px;
 line-height: 25px;
}
.story-slider .item .main .name {
 color:#2f80ed;
	font-size:24px;
	font-weight:500;
 line-height: 34px;
}
.story-slider .item .main .position {
 color:#333;
	font-size:14px;
}
.story-slider .slick-dots {
 position: static;
 margin: 10px 0px;
}
.story-slider .slick-dots li button {
 background-color: #000;
 opacity: .2;
}
.story-slider .slick-dots li.slick-active button {
 opacity: 1;
}
.story-slider .slick-next {
 right: -60px;
}
.story-slider .slick-prev {
 left: -60px;
}
/*--------------------------*/
#footer {
 padding: 80px 0px 60px 0px;
 background-color: #f5f5f5;
}
.foo-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.foo-row .col-2{
 width: 20%;
 padding: 0px 15px;
}
.foo-row .col-3{
 width: 25%;
 padding: 0px 15px;
}
.foo-row .col-4{
 width: 30%;
 padding: 0px 15px;
}
.foo-logo img{
 max-width: 70%;
}
#footer .links--footer .foo-info .item{
 margin-bottom: 20px;
}
#footer .links--footer .foo-info h3{
 color:#2f80ed;
 font-size: 20px;
 margin-bottom: 20px;
}
.links--footer .links__footer--title{
 color:#2f80ed;
 font-size: 20px;
 margin-bottom: 20px;
}
.links--footer .foo-info p{
 font-size: 14px;
 margin-bottom: 10px;
 line-height: 20px;
}
.links--footer .foo-info ul li{
 line-height: 25px;
}
.links--footer .foo-info ul li a{
 display:block;
	font-size:14px;
}
.links--footer .foo-social li{
 display:inline-block;
 line-height: 25px;
 margin-right: 10px;
}
.links--footer .foo-social li a{
 display:block;
	font-size:13px;
}
.links--footer .foo-social img{
 width: 45px;
 border-radius: 50%;
}
.bottom--footer{
	font-size:13px;
 padding: 20px 0px;
}
#group-support-hotline {
 position: fixed;
 right: 20px;
 background: 0 0;
 display: flex;
 flex-direction: column;
 z-index: 11;
 gap: 16px;
 transform: translateY(50%);
 bottom: 140px;
}
#group-support-hotline a {
 width: 60px;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: #fff;
 box-shadow: 0 0 36px rgba(0, 0, 0, .2);
 cursor: pointer;
 z-index: 999;
 text-align: center;
 -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
 animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
 -webkit-transform-origin: 50% 50%;
 -ms-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
#group-support-hotline a img {
 width: 40px;
 height: 40px;
}
.effect-ring:before {
 position: absolute;
 content: " ";
 z-index: -1;
 background-color: #d3d3d3;
 width: 60px;
 height: 60px;
 border-radius: 100%;
 opacity: .6;
 -webkit-animation: pulse 1.2s infinite ease-in-out;
 animation: pulse 1.2s infinite ease-in-out;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.effect-ring:after {
 content: " ";
 z-index: -1;
 width: 120px;
 height: 120px;
 position: absolute;
 background-color: transparent;
 border-radius: 100% !important;
 border: 2px solid #fbfbfa;
 opacity: .1;
 -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
 animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
 transition: all .5s;
 -webkit-transform-origin: 50% 50%;
 -ms-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
 0% {
 -webkit-transform: rotate(0) scale(1) skew(1deg)
 }
 10% {
 -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
 }
 20% {
 -webkit-transform: rotate(25deg) scale(1) skew(1deg)
 }
 30% {
 -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
 }
 40% {
 100%,
 }
 50% {
 -webkit-transform: rotate(0) scale(1) skew(1deg)
 }
}
@-webkit-keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform: rotate(0) scale(.5) skew(1deg);
 -webkit-opacity: .1
 }
 30% {
 -webkit-transform: rotate(0) scale(.7) skew(1deg);
 -webkit-opacity: .5
 }
 100% {
 -webkit-transform: rotate(0) scale(1) skew(1deg);
 -webkit-opacity: .1
 }
}
.section-banner{
	position:relative;
 clear:both;
}
.section-banner .banner__cover img{
 max-width: 100%;
}
.section-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 background-image: -webkit-linear-gradient(36deg,#1a8bf0 0,#fff 100%);
 background-image: -moz-linear-gradient(36deg,#1a8bf0 0,#fff 100%);
 background-image: -o-linear-gradient(36deg,#1a8bf0 0,#fff 100%);
 background-image: linear-gradient(36deg,#1a8bf0 0,#fff 100%);
 top: 0px;
 left: 0px;
 opacity: .4; filter: alpha(Opacity:40);
 z-index: 2;
}
.section-banner .banner__text{
 color:#fff;
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner__text .headline{
	font-size:16px;
 margin-bottom: 10px;
}
.banner__text .title{
 font-size: 45px;
	font-weight:bold;
 line-height: 1.2;
}
.banner__text .desc{
	font-size:16px;
 line-height: 25px;
}
.section-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:#2599dc;
 font-weight:600;
 background-color: #fff;
 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;
}
.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;
}
.section-banner .jobs-search{
 position: absolute;
 bottom: 120px;
 left: 0px;
 width: 100%;
 padding: 0px;
 background-color: transparent;
}
.section-banner .job__form__search .col-3{
 width: 40%;
}
.banner-social {
	position:absolute;
 width: 100%;
 left: 0px;
 bottom: 50px;
}
.banner-social .social img{
 width: 20px;
}
.banner-social .social a{
 color:#fff;
	font-size:16px;
 display:inline-block;
	font-weight:bold;
 padding: 0 50px;
 text-shadow: 2px 2px transparent;
}
.banner-social .social a:first-child{
 padding-left: 0px;
}
.banner-social .social a:hover{
 text-shadow: 2px 2px #555;
}
.banner-mobile {
 height: 350px;
 position: relative;
}
.banner-mobile img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.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:#333;
}
.check-action:hover {
 color:#2f80ed;
}
.check-action:hover .icon {
 color:#2f80ed;
}
.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:#2f80ed;
}
#sidebar {
 width: 250px;
	float:left;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#333;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
#sidebar .list-category {
 margin-bottom: 30px;
}
#sidebar .list-category .list {
 padding-left: 5px;
}
#sidebar .list-category .list.scrollable {
 overflow: hidden;
 max-height: 210px;
}
#sidebar .list-category .list.scrollable:hover {
 overflow-y: scroll;
 transition: all .2s ease;
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#333;
}
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
 margin-top: 40px;
}
.box-subcribe .title {
 font-size: 18px;
 line-height: 22px;
 border-bottom: 1px solid @borc;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#333;
	font-size:13px;
}
.box-subcribe .input {
	width:100%;
 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;
 color:#333;
 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 {
 $bg: @borc;
 color:#333;
}
#sidebar .social {
 margin-top: 20px;
}
#sidebar .social .title {
 display:block;
 color:#333;
	font-weight:bold;
 margin-bottom: 10px;
}
#sidebar .social img{
 width: 35px;
}
#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:13px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -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;
 margin-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #2f80ed;
 border: 1px solid #2f80ed;
}
.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-bottom: 15px;
	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: #2f80ed;
 outline: 1px solid #2f80ed;
}
.section.departments{
 padding-bottom: 0px;
}
.departments-flex .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.departments-flex .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.departments-flex .item{
	position:relative;
 margin-bottom: 30px;
}
.departments-flex .item .image{
	width:100%;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 overflow: hidden;
}
.departments-flex .item .image img{
 transition: all .5s ease;
 overflow: hidden;
	width:100%;
}
.departments-flex .item .main{
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 width: 100%;
 transition: .5s ease;
 opacity: 1;
 padding: 10px;
}
.departments-flex .item .main .name{
 color:#333;
	font-size:22px;
	font-weight:500;
 text-transform: capitalize;
}
.departments-flex .item .main .name a{
 color:#333;
	font-size:22px;
	font-weight:500;
}
.departments-flex .item .main .view-jobs{
 margin-top: 5px;
 white-space: nowrap;
 transition: all .5s ease;
}
.departments-flex .item .main .view-jobs a{
 color:#2f80ed;
	font-size:15px;
}
.departments-flex .item:hover .image img{
 transform: scale(1.1);
}
