

@charset "UTF-8";
@font-face {
	font-family: "Averta";
	src: url("https://staticx-talent.basecdn.net/image/fonts/telio/averta-bold.otf") format("opentype");
	font-weight: bold;
 font-style: normal;
}
@font-face {
	font-family: "Averta";
	src: url("https://staticx-talent.basecdn.net/image/fonts/telio/averta-regular.otf") format("opentype");
	font-weight: normal;
 font-style: normal;
}
.component__top--v3 {
	background-color: #007350;
}
.component__top--v3:hover {
}
.component__top--v3 i.icon {
}
.component__top--v3.--show {
}
.sec- {
 margin: 0 !important;
 padding: 60px 0;
}
.section-category{
 margin: 30px 0px;
}
.news-nav {
 text-align: center;
}
.news-nav ul{
 display:inline-block;
}
.news-nav ul li{
 display:inline-block;
 line-height: 30px;
}
.news-nav ul li.active a{
 border-bottom: 2px solid #0058A0;
}
.news-nav ul li:last-child .sub-line{
	display:none;
}
.news-nav ul li span{
 display:inline-block;
 line-height: 30px;
}
.news-nav a {
 color:#007350;
	font-size:18px;
 line-height: 30px;
 display:inline-block;
 padding: 0px 10px;
	text-transform:uppercase;
 border-bottom: 2px solid transparent;
}
.news-nav a:hover{
 border-bottom: 2px solid #0058A0;
}
.news-nav .search {
 display: inline-block;
 vertical-align: top;
 position: relative;
}
.news-nav .search .input-search {
 padding: 6px 10px 6px 25px;
 border-bottom: 1px solid #555;
}
.news-nav .search .btn-search {
 position: absolute;
 left: 0px;
 top: 0px;
 color: #555;
 padding: 6px 4px;
 cursor: pointer;
 border: none;
 background-color: transparent;
}
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color: #fff;
	font-size:25px;
	font-weight:normal;
 display:inline-block;
 background-color: #007350;
 padding: 10px 30px;
	text-transform:uppercase;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.section-new .col-6{
 width: 50%;
 padding: 0px 15px;
 box-sizing: border-box;
}
.section-new .new-item{
	position:relative;
 margin-bottom: 30px;
}
.section-new .new-item:hover .new-item_info h3 a{
}
.new-item_img{
 height: 356px;
 overflow: hidden;
}
.new-item_img img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 -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;
}
.section-new .new-item:hover .new-item_img img{
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.new-item_cate {
	position:absolute;
 top: 0px;
 left: 0px;
 padding: 15px;
 z-index: 9;
}
.new-item_cate h2{
 font-weight: 500;
	font-size:16px;
}
.new-item_cate h2 a{
 color: #fff;
 font-weight: 500;
	font-size:16px;
 line-height: 20px;
	text-transform:uppercase;
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.new-item_cate h2 a:hover{
 color:#ff6c00;
}
.new-item_info {
	position:absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding: 15px;
 z-index: 9;
 background-size: cover !important;
}
.new-item_info h3{
	position:relative;
 z-index: 99;
}
.new-item_info h3 a {
 color: #fff;
	font-size:20px;
 font-weight: 500;
 line-height: 25px;
	text-transform:uppercase;
}
#list-news .container{
 max-width: 800px;
}
.list-news{
 margin-bottom: 60px;
}
.list-news .image {
 height: 450px;
 overflow: hidden;
 margin-bottom: 25px;
}
.list-news .image img {
 width: 100%;
 object-fit: cover;
}
.list-news .content{
 padding: 0px 50px;
}
.list-news .content .date{
 margin-bottom: 10px;
}
.list-news .content h3{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.list-news .content h3 a{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
}
.list-news .content p{
 color:#000;
	font-weight:normal;
	font-size:16px;
 line-height: 20px;
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@-moz-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}
.hero-banner.article .hero-text .title{
	font-size:28px;
 line-height: 35px;
}
.hero-banner.article .hero-text .post-type{
	font-size:14px;
}
.hero-banner.article .hero-text .post-type .-ap{
 margin-right: 5px;
 margin-left: 10px;
}
.sidebar-article{
 width: 30%;
	float:left;
}
.sidebar-article .desc-job,.sidebar-article .box-share{
	border:1px solid #e5e5e5;
	position:relative;
 clear:both;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.sidebar-article .desc-job:after,.sidebar-article .box-share:after{
	position:absolute;
	width:100%;
 bottom:0px;
 left: 0px;
 height: 2px;
	background-color: #e5e5e5;
 content: "";
}
#article{
	float:right;
 padding-bottom: 60px;
 line-height: 25px;
 width: 70%;
 padding-left: 30px;
}
.sidebar-article .desc-job{
 display: table;
	width:100%;
}
.sidebar-article .desc-job .desc{
 line-height: 25px;
 padding:10px 20px;
 border-bottom: 1px solid #e5e5e5;
}
.ctas .btn-apply{
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #007350;
 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.name{
	font-weight:bold;
 display:block;
}
.box-share{
	text-align:center;
	position:relative;
 margin-top: 20px;
 padding:20px;
}
.box-share .name{
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share{
 width: 47%;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 40px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#747b81;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share.first{
	float:left;
}
.box-share .btn-share.second{
	float:right;
}
.box-share .btn-share span{
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 top: 0px;
 line-height: 40px;
 width: 30px;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
}
.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: 22px;
	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:#3a3f44;
	font-weight:normal;
}
.article .content-article h2{
	font-size:24px;
 color:#007350;
}
.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{
 margin-bottom: 15px;
}
.article .content-article li{
	padding-bottom:10px;
}
.article .content-article ul{
 list-style-type:square;
 margin-left: 20px;
}
.list-related{
 padding: 40px 0px;
}
.list-related .name{
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related .item{
	margin-bottom:10px;
}
.list-related .item > a{
 display:block;
	font-size:16px;
 line-height: 20px;
 margin-bottom: 5px;
}
.list-related .item{
 padding:15px 0px;
 border-bottom: 1px dotted #e5e5e5;
}
.list-related .item .salary{
 color:#747b81;
	font-size:12px;
}
.list-related .btn-viewall{
	font-weight:bold;
 color:#007350;
 margin-top: 20px;
 border:1px solid #007350;
 padding:10px 20px;
	text-align:center;
 display:block;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
} 
.list-related .btn-viewall:hover{
 background-color: #007350;
 color:#fff;
}
#appform .form .submit {
 background-color: #007350;
}
#appform .form .submit:hover {
 background: rgba(0,115,80,.9);
}
#appform .form .upload input{
 top: 0px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#ff6c00;
 border-bottom: 1px solid #ff6c00;
}
.breadcrumb a:hover{
 border-bottom: 1px solid #ff6c00;
 color:#ff6c00;
}
.container {
	width:100%;
	position:relative;
 max-width: 1170px;
 padding: 0px 15px;
 margin: 0px auto;
}
.mrb30{
 margin-bottom: 30px;
}
#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:#007350;
 border-color: #007350;
}
#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;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
 border:1px solid #e5e5e5;
}
.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: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
.search input::placeholder {
 color: #fff;
}
* {
 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:#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: "Averta", sans-serif;
}
a {
 color:#ff6c00;
	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:#ea1b2c;
 -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: 40px 0px;
}
.section__head {
	text-align:center;
	max-width: 600px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.section__head .section--title {
	font-size:32px;
	font-weight:normal;
 display:inline-block;
	line-height: 40px;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.section__head .section--line {
	background-color: #ff6c00;
	width: 70px;
	height: 4px;
	margin: 0px auto;
}
/*--- OVERVIEW ---*/
.overview__text {
	text-align:center;
	max-width: 600px;
	margin: 0px auto;
	line-height: 22px;
	color:#747b81;
}
.overview__text .join {
	font-weight:bold;
 color:#3a3f44;
	margin-top: 10px;
}
.overview__text .join a {
	color:#ff6c00;
	font-weight:bold;
}
.overview__text .join a:hover {
	text-decoration:underline;
}
.section--title span {
	font-weight:bold;
}
.overview__image {
	margin-top: 40px;
}
.overview__image img {
	width:100%;
}
/*--- END OVERVIEW ---*/
/*--- WHYCHOOES ---*/
.section-whychoose {
	padding: 0px 0px;
}
.section-whychoose .section__head .section--title{
	color:#fff;
}
.whychoose-content{
	text-align:center;
}
.whychoose__item {
	color:#fff;
	margin-bottom: 30px;
}
.whychoose__item .item--title {
	margin-bottom: 10px;
	font-size:18px;
}
.whychoose__item .item--desc {
	line-height: 22px;
}
.whychoose_link {
	text-align: center;
	margin-top: 35px;
}
.whychoose_link a {
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	display: inline-block;
	background-color: #43acd5;
	text-transform: uppercase;
}
.whychoose-image img{
	max-width: 100%;
}
/*--- END WHYCHOOES ---*/
/*--- JOBS ---*/
#main-wrap {
	width: calc(100% - 280px);
	float:right;
}
.list-jobs .dept {
	font-size:24px;
	font-weight:bold;
	margin-bottom: 20px;
}
.job__item.--dept,
.job__item.--job-type,
.job__item.--location {
	display:none;
}
.job__item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #eee;
	padding-right: 160px;
	position:relative;
}
.job__item .job--desc {
	color:#333;
	font-size:13px;
	margin-bottom: 10px;
}
.job__item .job--desc a{
	color:#333;
}
.job__item .job__desc .-ap {
	margin-right: 5px;
	color:#aaa;
}
.job__item .job--title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}
.job__item .job--title a {
	color:#ff6c00;
	font-size: 24px;
}
.job__item .job--title a:hover {
	text-decoration:underline;
 color:#ff6c00;
}
.list-jobs .btn-apply {
	color:#fff;
	position:absolute;
 clear:both;
	background-color: #007350;
	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:#3a3f44;
}
.jobs__title .desc {
	color:#747b81;
}
/*--- END JOBS ---*/
.container-over {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 15px;
}
.container-over .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.overview-top {
	margin-bottom: 10px;
}
.overview-top .col-1 {
	width: 38%;
	padding: 0px 5px;
}
.overview-top .col-2 {
	width: 31%;
	padding: 0px 5px;
}
.overview-top .col-4 {
	width: 33.33333%;
	padding: 0px 5px;
}
.overview-top .video {
	height: 250px;
}
.overview-top .video #bgvid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.overview-top .image {
	height: 250px;
}
.overview-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.overview-bottom .col-3 {
	width: 33.33333%;
	padding: 0px 5px;
}
.overview-bottom .image {
	height: 300px;
}
.overview-bottom .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.container-fluid {
	padding: 0px 30px;
}
.section-news .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.section-news .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
.section-news .item {
	position: relative;
	margin-bottom: 30px;
}
.section-news .item .image {
	height: 200px;
}
.section-news .item .image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.section-news .item .main {
	padding: 15px;
	background-color: #f5f5f5;
}
.section-news .item .main>a {
	color:#333;
	font-size:15px;
 display:block;
	text-transform:uppercase;
	margin-bottom: 3px;
}
.section-news .item .main h3 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	min-height: 65px;
	max-height: 65px;
	overflow: hidden;
}
.section-news .item .main h3 a {
	color:#333;
	font-size:16px;
	font-weight:bold;
}
/*--------------------------------*/
.search-form {
	max-width: 768px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.search-form .box-search {
	position: relative;
}
.search-form .box-search .form-control {
	width: 100%;
	height: 45px;
	padding: 0px 30px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
}
.search-form .box-search .btn-search {
	color:#fff;
	position:absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	padding: 0px 25px;
	border-radius: 4px;
	background-color: #007350;
}
#footer {
 background-color: #f5f5f5;
 padding: 60px 0px;
}
#footer .box-footer {
 width: 25%;
}
#footer .links-footer {
 width: 40%;
}
#footer .contact {
 width: 25%;
}
#footer .col-3 {
 margin-right: 5%;
	float:left;
}
#footer .col-3:nth-child(3n+3) {
 margin-right: 0px;
}
#footer .title {
 color:#333;
	font-size:18px;
 margin-bottom: 20px;
}
#footer .links-footer a {
 display:block;
 color:#333;
 margin-bottom: 10px;
}
#footer .links-footer a:hover {
	text-decoration:underline;
}
#footer .box-footer .logo {
 margin-bottom: 20px;
}
#footer .box-footer .logo img {
 height: 80px;
}
#footer .address {
 color:#333;
	font-size:18px;
 margin-bottom: 10px;
}
#footer .address p {
 margin-bottom: 10px;
}
#footer .address .location {
 margin-bottom: 5px;
}
#footer .contact p {
 margin-bottom: 10px;
 color:#333;
	font-size:16px;
}
#footer .contact p span {
 margin-right: 5px;
}
#footer .bottom-footer {
 padding-top: 20px;
	text-align:center;
 color:#333;
	position:relative;
}
#footer .bottom-footer a {
 color:#007350;
}
#footer .bottom-footer .social {
	position:absolute;
 top: 20px;
 right: 0px;
}
#footer .social a {
 color:#fff;
 display:inline-block;
	font-size:25px;
 margin-left: 5px;
}
#footer .slogan{
 color:#ea1b2c;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
#footer .slogan img{
 height: 30px;
}
/* File does not exists: [PRIVATE FILE] */

#header-recr {
 position: sticky;
	width:100%;
 top: 0px;
 left: 0px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 z-index: 11;
 padding: 10px 0px;
 background-color: #fff;
}
#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: 20%;
 padding: 0px 15px;
}
#header-recr .col-9 {
 width: 80%;
 padding: 0px 15px;
}
#header-recr.stick {
 background-color: #fff;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .14);
 -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: 102;
}
#header-recr.stick .menu-right .search .form-control {
 border: 1px solid rgba(255, 255, 255, 0.2);
}
#header-recr.stick .links a:hover,
#header-recr.stick .links a.active {
 box-shadow: inset 0 -4px #4b4f56;
}
#header-recr .links input[type='text']::placeholder {
 color: #fff;
}
#header-recr .logo {
 display:inline-block;
}
#header-recr .logo img {
 max-width: 100%;
}
#header-recr .logo .logo-img.color {
	display:none;
}
#header-recr.stick .logo .logo-img.color {
 display:inline-block;
}
#header-recr.stick .logo .logo-img.white {
	display:none;
}
#header-recr .logo .name {
	font-size:16px;
 color:#fff;
 padding-right: 10px;
 border-right: 5px solid #ff6c00;
 -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;
}
#header-recr .box-menu {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
#header-recr .box-menu .links{
 width: 80%;
 display: flex;
 justify-content: center;
}
.header-social a{
 display:inline-block;
 margin-left: 10px;
}
.header-social a img{
 height: 35px;
 border-radius: 5px;
}
#header-recr .links a {
 display:inline-block;
 color:#333;
	position:relative;
 padding: 10px;
 -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;
}
#header-recr .links a.active,
#header-recr .links a:hover {
 color:#007350;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 box-shadow: inset 0 -3px #fff;
}
#header-recr .menu-right .search {
 display:inline-block;
	position:relative;
 clear:both;
}
#header-recr .menu-right .search .form-control {
 background: rgba(255,255,255,0.1);
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 8px 15px;
 width: 100px;
 padding-left: 30px;
	font-size:12px;
 -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;
}
#header-recr .menu-right .search .form-control:focus {
 width: 200px;
 -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;
}
#header-recr .menu-right .search .btn-search {
	position:absolute;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
 top: 0px;
 left: 0px;
 padding: 8px 0px;
 width: 30px;
 color: rgba(255,255,255,0.5);
}
#header-recr .menu-right .btn-apply {
 display:inline-block;
 color:#fff;
 clear:both;
 padding: 8px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #ff6c00;
}
#header-recr .menu-right .btn-apply:hover {
 box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
#header-recr .menu-right .search .form-control:$placeholder {
 color: rgba(255,255,255,0.5);
}
#header-recr .language {
	float:right;
}
#header-recr .language a {
 color:#fff;
 display:inline-block;
 padding: 20px 10px;
}
/*----- HEADER BANNER ----*/
.section-banner {
	position:relative;
 clear:both;
}
.section-banner .banner__cover {
	position:relative;
}
.section-banner .banner__cover img {
	width:100%;
	height:100%;
 display:block;
 object-fit: cover;
}
.section-banner .bg {
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #007350;
 opacity: 0.15; filter: alpha(Opacity:15);
 background: -webkit-linear-gradient(180deg, #073505, #073505);
 background: -o-linear-gradient(180deg, #073505, #073505);
 background: -moz-linear-gradient(180deg, #073505, #073505);
 background: linear-gradient(180deg, #073505, #073505);
}
.section-banner .banner__text {
 color: #fff;
 position: absolute;
 top: 45%;
 left: 50%;
 width: 100%;
 z-index: 9;
 text-align: center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.section-banner .banner__text .banner--title {
 font-size: 50px;
	font-weight:normal;
 line-height: 50px;
 margin-bottom: 10px;
}
.section-banner .banner__text .banner--desc {
	font-size:20px;
 line-height: 30px;
}
.section-banner .banner__text .type-text {
	font-weight:bold;
}
.section-banner .cta {
 font-size: 30px;
 padding: 20px 40px;
 margin-top: 30px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#fff;
	cursor:pointer;
 font-weight: 600;
 border:1px solid #fff;
 background-color: #007350;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 max-width: 300px;
 min-width: 300px;
}
.section-banner .cta:hover {
 background-color: #fff;
 color:#007350;
}
.teletype-cursor {
 color: #00f0ff;
}
.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:#747b81;
}
.check-action:hover {
 color:#ff6c00;
}
.check-action:hover .icon {
 color:#ff6c00;
}
.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:#007350;
}
#sidebar {
 width: 250px;
	float:left;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:normal;
 color:#000;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
#sidebar .list-category {
 margin-bottom: 20px;
}
#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:#000;
}
.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 #e5e5e5;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#747b81;
	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;
 color:#3a3f44;
 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: #e5e5e5;
 color:#3a3f44;
}
#sidebar .social {
 margin: 20px 0px;
}
#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: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: #007350;
 border: 1px solid #007350;
}
.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);
 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: #007350;
 outline: 1px solid #007350;
}
