/* PHS demo redesign tokens */

.component__top--v2 {
	background-color: #1b5e35;
}
.component__top--v2:hover {
	color: #fff;
}
.component__top--v2 i.icon {
}
.component__top--v2.--show {
}
.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;
}
.section.detail{
 background-color: #f8fbf8;
 padding: 48px 0px;
}
#article .post-type span:before {
 content: "\e6ca";
 display:inline-block;
 margin: 0px 10px;
 font-family: "ap";
}
#article .post-type span:first-child:before {
 content: "";
 margin: 0px;
}
#article {
 width: calc(100% - 350px);
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding-right: 40px;
}
.article .content-article {
 margin: 0px 0px;
 line-height: 28px;
 color: #2d4a34;
	font-weight:normal;
	text-align:justify;
}
.head-article{
 margin-bottom: 24px;
}
.head-article .title-h2 {
 line-height: 1.3;
 font-size: 32px;
 font-weight: 900;
 color:#c8960c;
}
.head-article .post-type{
 color: #838485;
 margin-top: 12px;
}
.article .content-article p img {
 max-width: 100%;
}
.article .content-article p,
.article .content-article div {
 margin-bottom: 15px;
 line-height: 28px;
}
.article .content-article ul {
 list-style-type: disc;
	font-weight:normal;
 margin-left: 20px;
}
.article .content-article li {
 padding-bottom: 10px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h4 {
 margin-bottom: 40px;
	font-size:24px;
	font-weight:normal;
 color:#1b5e35;
 line-height: 1.2;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.detail .btn-apply {
 background-color: #1b5e35;
 line-height: 24px;
 font-weight: 700;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 color:#fff;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 12px 20px;
}
.detail .btn-apply:hover {
 opacity: 0.9; filter: alpha(Opacity:90);
}
.box-share {
 display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 margin-top: 24px;
}
.box-share .name {
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
 color: #838485;
 margin-bottom: 15px;
}
.box-share .btn-share {
 height: 36px;
 line-height: 36px;
 padding-left: 30px;
 width: 35px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
	position:relative;
 width: 47.5%;
 margin-right: 5%;
 color:#fff;
	float:left;
 display:inline-block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-share .btn-share.end {
 margin-right: 0px;
}
.box-share .btn-share span {
 margin-right: 0px;
	position:absolute;
 top: 0px;
 left: 0px;
 width: 30px;
	text-align:center;
 height: 100%;
 border-right: 1px solid rgba(255, 255, 255, 0.2);
 line-height: 36px;
 color:#fff;
}
.box-share .btn-share:hover {
 opacity: 0.85; filter: alpha(Opacity:85);
}
.box-share .btn-share.-fb {
 background-color: #3b5998;
}
.box-share .btn-share.-mail {
 background-color: #e62117;
}
#article .bottom-article {
 margin-top: 40px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 40px;
	position:relative;
}
.list-related {
 margin-top: 24px;
 border-top: 1px solid rgba(27,94,53,.15);
 padding-top: 24px;
}
.list-related .btn-viewall {
 color:#c8960c;
	font-weight:bold;
 margin-top: 20px;
}
.list-related .btn-viewall:hover {
	text-decoration:underline;
}
.list-related .name {
 font-size: 14px;
 font-weight: 700;
	text-transform:uppercase;
 color: #1b5e35;
 letter-spacing: .35px;
 margin-bottom: 16px;
}
.list-related a {
 display:block;
 color:#1b5e35;
 margin-bottom: 10px;
 line-height: 20px;
}
.list-related a:hover {
	text-decoration:underline;
}
.section-.form-submit {
 background-color: #f7f9fb;
}
.article.about .slider-envir img {
	width:100%;
}
.info-company {
 margin-bottom: 40px;
}
.info-company .text {
 color:#666;
	font-weight:normal;
 margin-bottom: 10px;
}
.info-company .text .color1 {
	font-weight:normal;
}
.info-company .text .fa-icon {
 margin-right: 5px;
}
.info-company .name-com {
	font-weight:normal;
	font-size:20px;
 margin-bottom: 10px;
}
.article .content-article .title-company {
 margin-top: 0px;
}
#sidebar-right {
 width: 310px;
	float:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#desc-job {
 background: #fff;
 border: 1px solid rgba(27,94,53,.15);
 padding: 24px;
 -moz-border-radius: 14px;
 -webkit-border-radius: 14px;
 border-radius: 14px;
}
.detail .desc-job {
 padding: 20px;
 margin: 20px 0px;
 background-color: #edf5ef;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 border-radius: 12px;
 line-height: 25px;
}
.detail .desc-job .desc {
 margin-bottom: 10px;
	font-size:14px;
 color: #2d4a34;
}
.detail .desc-job .desc span {
	font-weight:bold;
	font-size:14px;
 color:#1b5e35;
}
.detail .cta .btn-apply {
 display:block;
 margin-bottom: 20px;
}
@media(max-width: 860px){
 #article {
 width: 100%;
 padding-right: 0px;
 margin-bottom: 24px;
 }
 #sidebar-right {
 width: 100%;
 }
}
.breadcrumb {
 margin-bottom: 24px;
	font-size:14px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.breadcrumb a {
 display:inline-block;
 color:#838485;
}
.breadcrumb .active {
	font-size:14px;
 color:#1b5e35;
	font-weight:bold;
}
.breadcrumb a:hover {
 color:#1b5e35;
}
.breadcrumb a:after {
 content: "\e6ca";
 font-family: "ap";
 font-size: 8px;
 margin: 0px 10px;
 display:inline-block;
 color:#838485;
 vertical-align: middle;
}
.breadcrumb a:last-child:after {
 content: "";
 margin: 0px;
}
.container {
 width: 1232px;
 max-width: 100%;
 margin: 0px auto;
 padding: 0px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#838485;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #e5e7e8;
 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:#1b5e35;
 border-color: #1b5e35;
}
#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 {
 border-top: 2px solid #eee;
 clear: both;
}
.section {
 padding: 80px 0px;
}
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
 line-height: 1.04;
 margin-bottom: 20px;
	font-weight:normal;
}
.title-h1 {
 font-size: 32px;
}
.title-h2 {
 font-size: 28px;
}
.title-h3 {
 font-size: 20px;
}
.title-h4 {
 font-size: 16px;
}
.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 #e5e7e8;
}
.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;
}
#footer {
 color:#fff;
 padding: 0px;
 background-color: #1b5e35;
}
#footer .footer-top{
 display: flex;
 flex-wrap: wrap;
 gap: 40px;
 padding: 56px 0px;
}
#footer .footer-col{
 width: calc(25% - 30px);
}
#footer .footer-brand .footer-logo{
 height: 56px;
 display: block;
 margin-bottom: 20px;
}
#footer .footer-social{
 display: flex;
 gap: 12px;
}
#footer .footer-social .social-item{
 display:inline-block;
	text-align:center;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 line-height: 36px;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 background: rgba(255,255,255,0.1);
 color:#fff;
}
#footer .footer-social .social-item img{
 width: 16px;
 height: 16px;
 display: block;
}
#footer .footer-social .social-item:hover{
 background: rgba(255,255,255,0.2);
}
#footer .footer-title{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
 color: #f5c842;
 letter-spacing: .5px;
 margin-bottom: 16px;
}
#footer .footer-links li{
 margin-bottom: 16px;
}
#footer .footer-links a{
 color:#fff;
	font-size:14px;
 opacity: .8;
}
#footer .footer-links a:hover{
 opacity: 1;
}
#footer .footer-links--career a{
 font-weight: 600;
}
#footer .footer-contact-heading{
	font-weight:bold;
	font-size:13px;
 opacity: .8;
 margin-bottom: 12px;
}
#footer .footer-contact-item{
	font-size:14px;
	position:relative;
 opacity: .85;
 margin-bottom: 12px;
 padding-left: 22px;
 line-height: 20px;
}
#footer .footer-contact-item img{
	position:absolute;
 left: 0px;
 top: 3px;
 width: 14px;
 height: 14px;
}
#footer .footer-contact-item a{
 color:#fff;
}
#footer .footer-bottom{
	text-align:center;
	font-size:13px;
 opacity: .6;
 border-top: 1px solid rgba(255,255,255,.1);
 padding: 17px 0px 16px;
}
@media(max-width: 991px){
 #footer .footer-col{
 width: calc(50% - 20px);
 }
}
#appform .wrapper {
 background-color: #fff;
 border: 1px solid rgba(27,94,53,.15);
 border-radius: 14px;
 padding: 32px;
 margin-top: 24px;
 border-top: 1px solid rgba(27,94,53,.15);
}
#appform h1 {
	font-weight:bold;
	font-size:28px;
 font-weight: 900;
 color:#1b5e35;
 padding-bottom: 24px;
}
#appform .form .row .label {
 color: #1f2937;
 font-weight: 700;
 padding-bottom: 8px;
}
#appform .form .row-collapse .label {
 color: #1f2937;
 font-weight: 700;
 padding-bottom: 8px;
}
#appform .form .row .input input,
#appform .form .row .input textarea,
#appform .form .row .select select {
 color: #1f2937;
}
#appform .form .row .select select {
 border:1px solid rgba(27,94,53,.15);
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
 border:1px solid rgba(27,94,53,.15);
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 background-color: #fff;
}
#appform .form .row .input input:focus,
#appform .form .row .input textarea:focus,
#appform .form .row .select select:focus {
 border:1px solid #1b5e35;
}
#appform .form .submit {
 background-color: #1b5e35;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
#appform .form .submit:hover {
 opacity: 0.9; filter: alpha(Opacity:90);
}
#appform .form .upload {
 border: 2px dashed rgba(27,94,53,.15);
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 border-radius: 12px;
}
#appform .form .upload:hover {
 background-color: #edf5ef;
}
#appform .form .upload .text .more {
 color: #838485;
}
#appform .form .upload input {
 top: 0px;
}
#appform .form .cancel {
 color: #838485;
}
#appform .form .cancel:hover {
 color:#1b5e35;
}
#appform .btn-collapse {
 color:#1b5e35;
	font-weight:bold;
}
.tos-wrapper {
	font-size:13px;
 color: #838485;
 margin-bottom: 16px;
}
.tos-wrapper .tos-here {
 color:#1b5e35;
	font-weight:bold;
}
#header-recr{
 position: sticky;
 top: 0px;
 left: 0px;
 z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
 background-color: #fff;
 -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: 0px 1px 2px rgba(0,0,0,.06);
}
#header-recr .logo{
	display:table-cell;
 line-height: 64px;
 padding: 0px;
	vertical-align:middle;
}
#header-recr .header-mb{
	display:table-cell;
	vertical-align:middle;
}
#header-recr .logo .name{
 margin-right: 10px;
	display:table-cell;
	vertical-align:middle;
 padding-left: 10px;
 font-weight: 300;
}
#header-recr .logo img{
 height: 40px;
}
#header-recr .logo em{
	font-weight:300;
}
#header-recr .header-menu{
 padding-left: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#header-recr .menu-nav{
	position:absolute;
 top: 50%;
 right: 0px;
 transform: translateY(-50%);
}
#header-recr .header-actions{
	position:relative;
 display: flex;
 align-items: center;
 gap: 12px;
}
#header-recr .menu-nav .search{
	position:relative;
}
#header-recr .menu-nav .search .form-control{
 padding: 8px 40px 8px 16px;
 width: 240px;
 min-width: 240px;
 background-color: #1b5e35;
 color:#fff;
 -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;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 font-size: 14px;
}
#header-recr .menu-nav .search .form-control::-webkit-input-placeholder{
	color: rgba(255,255,255,0.3);
}
control::-moz-placeholder{
	color: rgba(255,255,255,0.3);
}
control:-moz-placeholder{
	color: rgba(255,255,255,0.3);
}
control:-ms-input-placeholder{
	color: rgba(255,255,255,0.3);
}
#header-recr .menu-nav .search .form-control:focus{
 -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;
 width: 280px;
}
#header-recr .menu-nav .search .btn-submit{
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
 top: 0px;
 right: 0px;
 width: 40px;
 height: 100%;
 color: rgba(255, 255, 255, 0.7);
}
#header-recr .lang-toggle{
	position:relative;
 display:inline-block;
 display: inline-flex;
 border: 1px solid rgba(27,94,53,.25);
 border-radius: 8px;
 overflow: hidden;
 padding: 1px;
}
#header-recr .lang-toggle .lang-item{
 padding: 6px 12px;
 font-size: 16px;
 line-height: 24px;
 font-weight: 600;
 color:#1b5e35;
	text-align:center;
 border-radius: 7px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#header-recr .lang-toggle .lang-item.active{
 background-color: #1b5e35;
 color:#fff;
}
#header-recr .header-menu > a{
 padding: 7px 15px;
 display:inline-block;
	position:relative;
 color: #333;
 font-weight: 600;
 font-size: 14px;
}
#header-recr .header-menu > a:hover,
#header-recr .header-menu > a.active{
 color:#1b5e35;
}
#header-recr .header-menu > a.active{
	font-weight: 600;
}
.menu-page.animated{
 left: 0px;
 z-index: 1000;
 top: 0px;
 position:fixed;
	width:100%;
}
.menu-page.stick{
 position:fixed;
 top: 0px;
 left: 0px;
	width:100%;
 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;
}
#overview, #benefits, #alljobs, #story-acb, #locations, #footer{
 scroll-margin-top: 80px;
}
* {
 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:#404348;
 font-family:"Roboto",Helvetica,sans-serif;
}
a {
 color:#1b5e35;
	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:#c8960c;
 -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;
}
/* 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";
}
/*--- MENU ---*/
.menu-page{
	background-color: #fff;
	box-shadow: 0 2px 6px -2px rgba(0,0,0,.25);
}
.menu-page .logo{
	display:table-cell;
	position:relative;
	padding:10px 0px;
}
.menu-page.animated .logo{
	left:0px;
}
.menu-page .logo .img{
	vertical-align:middle;
 display:inline-block;
	-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;
}
.menu-page.animated .logo .img{
	-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;
	visibility: visible;
	margin-left: 0px;
	transform: translateX(0px);
	opacity: 1; filter: alpha(Opacity:100);
}
.menu-page.animated .logo em{
	font-size:18px;
}
.menu-page .logo .img img{
	height:30px;
}
.menu-page .logo em{
	font-size:22px;
 color:#c8960c;
	vertical-align:middle;
 @
 display:inline-block;
	font-weight:bold;
	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;
}
.menu-page .links{
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.menu-page .links a{
 display:inline-block;
 @borbox;
	padding:16px 0px;
	margin-right:30px;
	position:relative;
	border-bottom:2px solid rgba(0,0,0,0);
}
.menu-page .links a:last-child{
	margin-right:0px;
}
.menu-page .links a:hover{
	border-bottom:2px solid #e5e7e8;
}
.menu-page .links a.active{
	border-bottom:2px solid #c8960c;
	color:#c8960c;
}
.menu-page .lst-btn{
	position:absolute;
	top:15px;
	right: 0px;
}
.menu-page.animated .lst-btn .btn,.menu-page .lst-btn .btn:hover{
	background-color: #1b5e35;
	color:#fff;
	-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;
}
.menu-page .lst-btn .btn{
	padding:7px 15px;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	-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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #1b5e35;
	color:#1b5e35;
}
/*--- END MENU ---*/
.head-title {
 line-height: 1.14;
	font-size:32px;
 display:block;
	text-align:center;
	font-weight:bold;
 margin-bottom: 20px;
 color:#c8960c;
}
/*--- HERO ---*/
.section-hero{
	position:relative;
	height: 950px;
 clear:both;
	color: #fff;
}
.section-hero .hero-bg{
	position:absolute;
	width:100%;
	top: 0px;
	left: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.section-hero .hero-bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.section-hero .hero-overlay{
	position:absolute;
	width:100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background: linear-gradient(144deg, rgba(27,94,53,.88) 0%, rgba(27,94,53,.6) 60%, rgba(18,63,35,.45) 80%, rgba(11,38,21,.375) 90%, rgba(0,0,0,.3) 100%);
}
.section-hero .hero-content{
	position:relative;
	text-align:center;
	z-index: 2;
	padding: 200px 24px 60px;
	max-width: 800px;
}
.section-hero .hero-title{
 display:block;
	text-align:center;
	font-size: 72px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 24px;
}
.section-hero .hero-title span{
 display:block;
}
.section-hero .hero-title em{
	color: #f5c842;
	font-weight: 900;
}
.section-hero .hero-subtitle{
	font-size:24px;
	text-align:center;
	font-weight: 600;
	opacity: .9;
	line-height: 1.4;
	margin: 0px auto;
	max-width: 700px;
}
.section-hero .hero-note{
	font-size:16px;
	text-align:center;
	opacity: .75;
	margin-top: 16px;
	line-height: 24px;
}
.section-hero .hero-note span{
 display:block;
}
.section-hero .hero-cta{
	text-align:center;
	margin-top: 40px;
}
.btn-hero{
 display:inline-block;
	font-weight:bold;
	text-align:center;
	padding: 16px 32px;
	font-size: 16px;
	letter-spacing: .4px;
	border-radius: 4px;
	margin: 0px 8px;
}
.btn-hero--primary{
	background-color: #c8960c;
	color:#fff;
	box-shadow: 0px 20px 25px -5px rgba(0,0,0,.1), 0px 8px 10px -6px rgba(0,0,0,.1);
}
.btn-hero--primary:hover{
	opacity: .9; filter: alpha(Opacity:90);
	color:#fff;
}
.btn-hero--outline{
	border: 2px solid rgba(255,255,255,.7);
	color:#fff;
	padding: 14px 34px;
}
.btn-hero--outline:hover{
	background: rgba(255,255,255,0.1);
	color:#fff;
}
.hero-stats{
	text-align:center;
	display: flex;
	justify-content: center;
	gap: 48px;
	margin-top: 64px;
	padding-top: 41px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.hero-stats .hero-stat{
	min-width: 120px;
}
.hero-stat__num{
	font-size:30px;
	font-weight:bold;
 display:block;
	color: #f5c842;
	margin-bottom: 4px;
}
.hero-stat__label{
	font-size:12px;
	opacity: .8;
}
/*--- END HERO ---*/
/*--- Section heading pattern (Benefits/Jobs/Stories/Network) ---*/
.section-heading{
	text-align:center;
	margin-bottom: 40px;
}
.section-heading .section-heading__title{
 display:block;
	text-align:center;
	font-size: 48px;
	font-weight: 900;
	color:#c8960c;
	line-height: 1.2;
}
.section-story .section-heading__title{
	color:#1b5e35;
}
.section-heading__bar{
	width: 80px;
	height: 4px;
	background-color: #c8960c;
	border-radius: 2px;
	margin: 16px auto 0px;
}
.section-heading__desc{
	font-size:16px;
 display:block;
	text-align:center;
	color: #6b7280;
	margin: 16px auto 0px;
	max-width: 500px;
	line-height: 1.5;
}
/*--- END Section heading pattern ---*/
/*--- OVERVIEW ---*/
.section-overview{
	background-color: #f8fbf8;
}
.overview--title {
 line-height: 1.25;
	font-size:36px;
 display:block;
	text-align:center;
	font-weight: 900;
 padding-bottom: 16px;
}
.overview--title span{
 display:block;
}
.overview--title .hl-gold{
	color:#c8960c;
}
.overview--title .hl-green{
	color:#1b5e35;
}
.overview__content .overview--desc {
	text-align:center;
}
.overview__content .text-content {
	margin: 32px auto 0px;
	max-width: 1024px;
}
.overview__content .text-content p{
	line-height: 22.75px;
	color: #2d4a34;
	font-size:14px;
	margin-top: 16px;
	text-align: justify;
}
.overview__content .text-content p strong{
	color:#1b5e35;
}
.overview__content .text-content .check-list{
	margin-top: 16px;
	list-style: none;
}
.overview__content .text-content .check-list li{
	position:relative;
	display: flex;
	gap: 8px;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 22.75px;
	color: #2d4a34;
	font-size:14px;
	text-align: justify;
}
.overview__content .text-content .check-list li:last-child{
	margin-bottom: 0px;
}
.overview__content .text-content .check-list li .check-list__icon{
 display:block;
	padding-top: 2px;
	flex-shrink: 0;
}
.overview__content .text-content .check-list li .check-list__icon img{
	width: 16px;
	height: 16px;
	display: block;
}
.overview__content .text-content .check-list li strong{
	color:#1b5e35;
}
.overview__image {
	margin-top: 40px;
 clear:both;
}
.overview__image--collage{
	display: flex;
	gap: 8px;
	height: 500px;
}
.overview__image--collage .collage-main{
	width: 37%;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,.1), 0px 4px 6px -4px rgba(0,0,0,.1);
}
.overview__image--collage .collage-side{
	width: 63%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.overview__image--collage .collage-wide{
	height: 52%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0px 4px 6px -1px rgba(0,0,0,.1), 0px 2px 4px -2px rgba(0,0,0,.1);
}
.overview__image--collage .collage-small{
	height: 46%;
	display: flex;
	gap: 8px;
}
.overview__image--collage .collage-small__item{
	width: 50%;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0px 4px 6px -1px rgba(0,0,0,.1), 0px 2px 4px -2px rgba(0,0,0,.1);
}
.overview__image img,
.overview__image--collage .collage-main img,
.overview__image--collage .collage-wide img,
.overview__image--collage .collage-small__item img {
	width:100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/*--- END OVERVIEW ---*/
/*--- section--benefits ---*/
.section-benefits {
	background-color: #fff;
}
.content-benefits{
	display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 24px;
}
.benefits__item {
	width: calc((100% - 48px)/3);
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px;
	border: 1px solid rgba(27,94,53,.15);
	border-radius: 16px;
	margin-bottom: 0px;
	transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
	.benefits__item:hover {
 box-shadow: 0px 10px 15px -3px rgba(0,0,0,.1), 0px 4px 6px -4px rgba(0,0,0,.1);
	}
}
.benefits__item.benefits__item--centered{
	width: calc((100% - 24px)/2);
	max-width: 372px;
}
.benefits__item .img--icon {
	font-size:32px;
 color:#1b5e35;
	text-align:center;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 14px;
	background-color: #edf5ef;
	margin-bottom: 20px;
}
.benefits__item .img--icon img{
	height: 32px;
	width: 32px;
}
.benefits__item .content--head {
	font-size:14px;
 color:#c8960c;
	text-transform:uppercase;
	font-weight: 900;
	letter-spacing: .35px;
	margin-bottom: 16px;
}
.benefits__item .content--desc {
	line-height: 22.75px;
	color: #4a5565;
	font-size:14px;
}
.benefits__item .content--desc p{
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}
.benefits__item .content--desc p:last-child{
	margin-bottom: 0px;
}
.benefits__item .content--desc p:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1b5e35;
}
/*--- END section--benefits ---*/
/*--- JOBS ---*/
.section-jobs{
	background-color: #f8fbf8;
	padding-top: 80px;
}
.section-jobs .jobs__heading{
	text-align:left;
	margin-bottom: 32px;
}
.section-jobs .jobs__title{
	text-align:left;
	font-size:36px;
	color:#c8960c;
	margin-bottom: 0px;
}
.jobs__heading-bar{
	width: 64px;
	height: 4px;
	background-color: #c8960c;
	border-radius: 2px;
	margin-top: 12px;
}
.list-jobs {
	padding: 0px 0px 32px;
}
.list-jobs:last-child{
	padding-bottom: 0px;
}
.list-jobs .title-cat {
	font-size:16px;
	font-weight:bold;
	color:#1b5e35;
	line-height: 1.14;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(27,94,53,.15);
}
.list-jobs .box-cat{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-jobs .item-job{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 20px;
	margin-bottom: 12px;
	border: 1px solid rgba(27,94,53,.15);
	border-radius: 12px;
	background: #fff;
	-webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.list-jobs .item-job:last-child{
	margin-bottom: 0px;
}
.list-jobs .item-job:hover{
	cursor: pointer;
	border-color: #1b5e35;
	box-shadow: 0px 4px 10px rgba(27,94,53,.08);
}
.list-jobs .item-job .btn-apply{
	-moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
	border:1px solid #1b5e35;
	font-size:12px;
 color:#1b5e35;
	font-weight:bold;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
	padding:9px 20px;
	white-space: nowrap;
	flex-shrink: 0;
}
.list-jobs .item-job .btn-apply:hover{
	background-color: #1b5e35;
	color:#fff;
}
.list-jobs .title,.list-jobs .title a {
	font-size:14px;
	font-weight:bold;
	color: #1f2937;
	line-height: 1.3;
	margin-bottom: 8px;
}
.list-jobs .desc-job{
 display:inline-block;
 color:#838485;
	font-size:12px;
}
.list-jobs .desc-job .desc-job__pin{
	width: 13px;
	height: 13px;
	margin-right: 4px;
	vertical-align: -1px;
}
.list-jobs .desc-job:after{
 display:inline-block;
	margin:0px 10px;
	content: "";
	height: 10px;
	width: 1px;
	background-color: #e5e7e8;
}
.list-jobs .desc-job.date:after{
	margin:0px;
	width: 0px;
	content: "";
	display:none;
}
.list-jobs .title a:hover{
	color:#c8960c;
}
/*--- END JOBS ---*/
/*--- END LOCATIONS ---*/
.section-locations{
	background-color: #f8fbf8;
	text-align:center;
}
.network-grid{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.network-card{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:block;
	width: 240px;
	padding: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(27,94,53,.15);
	border-radius: 12px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.06);
	-webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.network-card:hover{
	border-color: #1b5e35;
	box-shadow: 0px 8px 16px rgba(27,94,53,.1);
}
.network-card__icon{
 display:block;
	text-align:center;
	margin-bottom: 12px;
}
.network-card__icon img{
	width: 28px;
	height: 28px;
	display: inline-block;
}
.network-card__name{
 display:block;
	font-weight:bold;
	font-size:18px;
	color:#1b5e35;
	margin-bottom: 12px;
}
.network-card__badge{
 display:inline-block;
	font-size:12px;
	font-weight:bold;
 #1b5e35;
	background: #edf5ef;
	padding: 4px 12px;
	border-radius: 20px;
}
@media(max-width: 480px){
	.network-card{
 width: 100%;
	}
}
/*--- END LOCATIONS ---*/
.section-story .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.section-story .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
.section-story .box {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	border: 1px solid rgba(27,94,53,.15);
	border-radius: 14px;
	overflow: hidden;
	-webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.section-story .box:hover{
	box-shadow: 0px 10px 20px rgba(27,94,53,.1);
}
.section-story .box .box-image {
	height: 176px;
	overflow: hidden;
}
.section-story .box .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.section-story .box .box-info {
	padding: 16px;
}
.section-story .box .box-info>p {
	margin-bottom: 15px;
	line-height: 22px;
}
.section-story .box .box-info>p.date{
	color:#c8960c;
	font-weight:bold;
	font-size:10px;
	margin-bottom: 8px;
}
.section-story .box .box-info .title {
	margin-bottom: 0px;
 line-height: 20px;
 max-height: 40px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.section-story .box .box-info .title a {
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	color: #1f2937;
}
.section-story .box .box-info .title a:hover{
	color:#1b5e35;
}
.news-viewall {
	text-align: center;
}
.news-viewall a {
	color:#1b5e35;
 display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 12px 24px;
	border: 1px solid #1b5e35;
	border-radius: 4px;
	-webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.news-viewall a:hover {
	color: #fff;
	background-color: #1b5e35;
}
#sidebar {
 width: 220px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
#sidebar .select-custom {
 margin-bottom: 20px;
}
#sidebar .links a {
 display:block;
	position:relative;
 color:#838485;
	font-weight:normal;
 padding: 10px 15px;
 margin-bottom: 5px;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
}
#sidebar .links a:hover,
#sidebar .links .active {
 color:#1b5e35;
 background-color: #f8f9fa;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
 border-radius: 5px 0px 0px 5px;
}
#sidebar .links .active:before,
#sidebar .links a:hover:before {
 content: "";
	position:absolute;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
 width: 26px;
 height: 26px;
 top: 5px;
 right: -13px;
 background-color: #f8f9fa;
 transform: rotate(45deg);
}
/*--- Filter sidebar (department/location checkbox list) ---*/
.jobs-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: start;
 align-items: flex-start;
}
.jobs-row #sidebar {
 width: 260px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-right: 32px;
 position: sticky;
 top: 90px;
}
.jobs-row #main-wrap {
 -ms-flex: 1;
 flex: 1;
 min-width: 0;
}
.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:#404348;
}
.check-action:hover,
.check-action:hover .icon {
 color:#1b5e35;
}
.check-action .icon {
 font-family: 'ap' !important;
 margin-right: 10px;
}
.check-action .icon:before {
 content: "\e987";
}
.check-action input:checked+.icon:before {
 content: "\e986";
 color:#1b5e35;
}
#sidebar .title-cat {
	font-size:14px;
	font-weight:bold;
 color:#1b5e35;
	text-transform:uppercase;
 letter-spacing: .3px;
 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: 16px;
 color:#888;
	font-weight:bold;
}
.baseui.button {
	font-size:13px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
 padding: 12px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -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-top: 5px;
 margin-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #1b5e35;
 border: 1px solid #1b5e35;
 margin-top: 30px;
}
.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: #1b5e35;
 outline: 1px solid #1b5e35;
}
@media(max-width: 860px){
 .jobs-row {
 display: block;
 }
 .jobs-row #sidebar {
 width: 100%;
 margin-right: 0px;
 margin-bottom: 20px;
 position: static;
 top: auto;
 }
}
/*------------------------------*/
.section-banner .cover{
 height: 700px;
 overflow: hidden;
}
.section-banner .cover img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.new-title {
 margin-bottom: 32px;
}
.new-title h2 {
 color:#c8960c;
	font-size:36px;
	font-weight:bold;
 line-height: 1.2;
 margin-bottom: 20px;
}
.new-title span {
 color:#838485;
	font-size:20px;
	text-transform:uppercase;
}
.new-title h3 {
	font-size:16px;
 margin-bottom: 10px;
}
#categories .item {
 font-size: 14px;
 font-weight: 600;
 color: #1b5e35;
 display: inline-block !important;
 padding: 8px 18px;
 margin-right: 8px;
 margin-bottom: 10px;
 border-radius: 20px;
 border: 1px solid #1b5e35;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#categories .item:hover{
 color:#fff;
 background-color: #1b5e35;
}
.morecontent span {
 display: none;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 24px;
}
.section-new .col-4 {
 width: calc((100% - 48px)/3);
}
.section-new .box {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #fff;
 margin-bottom: 0px;
 border: 1px solid rgba(27,94,53,.15);
 border-radius: 14px;
 overflow: hidden;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.section-new .box:hover{
 box-shadow: 0px 10px 20px rgba(27,94,53,.1);
}
.section-new .box .box-image {
 height: 176px;
 overflow: hidden;
}
.section-new .box .box-image img {
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
}
.section-new .box .box-info {
 padding: 16px;
}
.section-new .box .box-info>p {
	font-size:14px;
 margin-bottom: 12px;
 line-height: 20px;
}
.section-new .box .box-info>p.date{
 color:#c8960c;
	font-weight:bold;
	font-size:13px;
 margin-bottom: 8px;
}
.section-new .box .box-info>p.note {
 display: block; display: -webkit-box;
	max-height: 88px;
	font-size: 14px; line-height: 22px; -webkit-line-clamp: 4;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
 color: #838485;
}
.section-new .box .box-info>p a {
 color: #1b5e35;
 font-size: 14px;
 font-weight: 600;
}
.section-new .box .box-info .title {
 margin-bottom: 0px;
 line-height: 22px;
 max-height: 44px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.section-new .box .box-info .title a {
	font-size:16px;
	font-weight:bold;
 color: #1f2937;
}
.section-new .box .box-info .title a:hover{
 color:#1b5e35;
}
.section-new .box .box-info h3 {
	font-size:18px;
	text-transform:uppercase;
 height: 50px;
 display: block; display: -webkit-box;
	max-height: 50px;
	font-size: 20px; line-height: 25px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
 margin-bottom: 10px;
}
.section-new .box .box-info h3 a {
	font-size:18px;
 color:#1b5e35;
}
#news {
 background-color: #f8fbf8;
}
#news #post-content {
 background-color: transparent;
 max-width: 900px;
 margin: 0px auto;
 padding: 48px 0px;
}
#post-content h1 {
 font-size: 32px;
 font-weight: 900;
 color:#1b5e35;
 line-height: 1.3;
 margin-bottom: 16px;
}
.sub.title {
 font-size: 14px;
 color: #838485;
 margin-bottom: 32px;
}
.content-article {
 margin-bottom: 40px;
}
.detail-article {
 line-height: 26px;
 text-align: justify;
 color: #2d4a34;
}
#post-content p {
 color: #2d4a34;
 font-weight: normal;
 font-size: 15px;
 line-height: 26px;
 margin-bottom: 15px;
}
#recent-posts {
 background-color: #fff;
}
#recent-posts .head-sec {
 margin: 0px auto;
 margin-bottom: 40px;
	text-align:center;
}
#recent-posts .head-sec .title-main {
 color:#c8960c;
	font-size:36px;
	font-weight:bold;
 display:block;
 line-height: 1.2;
}
.article-social .IN-widget {
 vertical-align: top !important;
}
.list-viewall {
	text-align:center;
 padding: 15px 0px;
}
.list-viewall a {
 display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
 padding: 12px 24px;
 font-size: 16px;
 color: #1b5e35;
 border: 1px solid #1b5e35;
 border-radius: 4px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.list-viewall a:hover {
 color: #fff;
 background-color: #1b5e35;
}
/*--- Pagination ---*/
.__pag {
	text-align:center;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
 margin-top: 24px;
 padding: 24px 0px 0px;
}
.__pag .pag {
 display:inline-block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 40px;
 height: 40px;
 padding: 0px 8px;
 border: 1px solid rgba(27,94,53,.15);
 border-radius: 8px;
 font-weight: 600;
 color: #2d4a34;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.__pag .pag:hover {
 border-color: #1b5e35;
 color:#1b5e35;
}
.__pag .pag.disabled.active {
 background-color: #1b5e35;
 border-color: #1b5e35;
 color:#fff;
 cursor: default;
}
.__pag .pag .icon {
 font-size: 14px;
}
.__pag .icon-dots-three-horizontal {
 color: #838485;
 padding: 0px 4px;
}
/* "jump to first page" button uses ficon-angle-double-left, which has no glyph
 in the loaded FontAwesome 3.2.1 set — hide it, "1" page link covers the same action */
.__pag > a.pag[rel='prev']:first-child {
 display: none;
}
/*--- END Pagination ---*/
