@define a {
 color: #082346;
}
@define alink {
 color: #1d8ccb;
}
@define ahover {
 color: #1e8fcf;
}
@define alight {
 color: ;
}
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
}
@define rotate180 {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}
@define rotate90 {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
}
@define xfont {
 font-family: 'Roboto', 'Segoe UI', sans-serif;
}
.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-.top-job{
 background: rgba(17,36,52,0.9);
	position:relative;
 clear:both;
 padding-top: 120px;
 padding-bottom: 60px;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0s; -moz-transition-duration: 0s;
 -o-transition-duration: 0s; transition-duration: 0s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
	overflow:hidden;
}
.section-.top-job .box-share{
	position:absolute;
	text-align:center;
	font-size:16px;
	right:0px;
	top:0px;
	color: rgba(255,255,255,0.5);
	width: 295px;
}
#header-job.stick .box-share{
	display:none;
}
.section-.top-job .box-share a{
 display:block;
	width: 48%;
	border:1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align:center;
	font-size:13px;
	padding:10px 0;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	background: rgba(255,255,255,0.1);
	margin-top:20px;
}
.section-.top-job .box-share a:hover{
	background-color: #B78543;
 border:1px solid #B78543;
	color:#fff;
}
.section-.top-job .cover{
	position:absolute;
 top: 0px;
 right: 0px;
}
.section-.top-job .cover img{
 max-width: 300px;
}
.section-.top-job .head-article{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-.top-job .head-article .desc{
 color:#fff;
 margin-top: 20px;
}
.article .detail-article img {
 max-width: 100%;
}
.article .detail-article p, .article .detail-article div{
 margin-bottom: 30px;
 line-height: 26px;
}
#header-job.stick{
 position:fixed;
	width:100%;
 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: 9999;
}
#header-job.stick .breadcrumb, #header-job.stick .cta{
	display:table-cell;
	vertical-align:middle;
 margin-bottom: 0px;
}
#header-job.stick .cta{
	text-align:right;
}
#header-job.stick .head-article .title-h2{
	font-size:20px;
	text-align:center;
 margin-bottom: 0px;
}
#header-job.stick .btn-apply{
	position:relative;
 top: 0px;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
 right: auto;
}
#header-job.stick .head-article{
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 0px 20px;
}
#header-job.stick .stick-tb{
 display: table;
}
#header-job.stick .head-article .desc{
	display:none;
}
.section-.top-job .head-article .title-h2{
 color:#fff;
}
.section-.top-job .head-article .desc .post-cat{
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	font-weight:300;
 color: rgba(255, 255, 255, 0.5);
}
.section-.top-job .head-article .desc .post-cat:after{
 content: "\e6ca";
 color: rgba(255, 255, 255, 0.1);
 font-family: "ap";
 margin: 0px 10px;
}
.section-.top-job .head-article .desc .post-cat:last-child:after{
	display:none;
}
#sidebar-right .top-article{
 margin-top: 20px;
 padding-top: 20px;
}
#sidebar-right .top-article .desc{
 padding: 15px 0px;
 color:#7e8890;
	font-size:15px;
 border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar-right .top-article .desc span{
	font-weight:300;
 display:block;
 color:#7e8890;
	font-size:14px;
 margin-bottom: 10px;
}
.article .detail-article{
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
}
.article .detail-article ul{
	margin-left:20px;
}
.article .detail-article li{
 list-style-type: square;
 padding-left: 10px;
 padding-bottom:10px;
	font-weight:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.article .detail-article h2{
 margin-bottom: 30px;
 font-size: 24px;
	font-weight:normal;
 color:#B78543;
 line-height: 1.04;
}
.article .btn-apply, #sidebar-right .btn-apply, .section-.top-job .btn-apply{
 background-color: #B78543;
 line-height: 25px;
 color:#fff;
	text-transform:uppercase;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 clear:both;
 padding: 10px 40px;
}
.section-.top-job .btn-apply{
	position:absolute;
 top: 0px;
 right: 0px;
 visibility: hidden;
 opacity: 0; filter: alpha(Opacity:0);
 -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-.detail{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 padding: 0px;
}
#article{
 padding: 40px 0px;
 width: calc(100% - 330px);
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 padding-right: 30px;
}
#article:before{
	position:absolute;
 width: 400%;
 top: 0px;
 height: 100%;
 left: -400%;
 content: "";
}
#sidebar-right{
 width: 300px;
	float:right;
 padding: 40px 0px;
}
#sidebar-right .btn-apply{
	width:100%;
}
.article .btn-apply:hover:after, #sidebar-right .btn-apply:hover:after, .section-.top-job .btn-apply:hover:after{
 content: "";
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
 bottom: 0px;
 left: 0px;
 height: 2px;
}
#sidebar-right .box-share{
	text-align:center;
 display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#sidebar-right .box-share .name{
	font-size:13px;
 color:#777;
 display:block;
 margin-bottom: 10px;
}
#sidebar-right .box-share .btn-share{
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
 display:inline-block;
 color:#fff;
	text-align:center;
}
#sidebar-right .box-share .btn-share span{
 margin: 0px;
}
#sidebar-right .box-share .btn-share:hover{
 opacity: 0.85; filter: alpha(Opacity:85);
}
#sidebar-right .box-share .btn-share.-fb{
 background-color: #3b5998;
}
#sidebar-right .box-share .btn-share.-mail{
 background-color: #e62117;
}
#article .bottom-article{
 margin-top: 40px;
}
#sidebar-right .list-related{
 margin-top: 20px;
 border-top: 1px solid #e4e9ed;
 padding-top: 20px;
}
#sidebar-right .list-related .name{
 font-size: 18px;
	font-weight:bold;
 margin-bottom: 10px;
}
#sidebar-right .list-related a{
 display:block;
 color:#7e8890;
 margin-top: 15px;
 line-height: 20px;
}
#sidebar-right .list-related a:hover{
	text-decoration:underline;
}
#sidebar-right .box-subcribe{
 border: none;
 background: none;
 padding: 0px;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar-right .box-subcribe .title{
 border-bottom: 0px;
 margin-bottom: 10px;
 color:#B78543;
 padding-bottom: 0px;
}
.article.about .slider-envir img{
	width:100%;
}
.info-company .logo{
 display:inline-block;
 clear:both;
	text-align:center;
 width: 100%;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 10px;
}
.info-company .logo img{
 max-height: 100px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 2px;
 $conrer: 5px;
 border:1px solid #eee;
}
.info-company .text{
 color:#666;
	font-weight:bold;
 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;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#B78543;
}
.breadcrumb a .apicon{
	font-size:16px;
}
.breadcrumb .active{
 color:#B78543;
	font-size:16px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb a:after {
 font-family: "FontAwesome";
 content: "\f105";
 margin: 5px 7px;
 display:inline-block;
	font-size:18px;
 color: rgba(255, 255, 255, 0.5);
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 width: 1000px;
 margin: 0px auto;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 color:#B78543;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #B78543;
 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:#B78543;
 border-color: #B78543;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 margin: 30px 0px;
 border-top: 1px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 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;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f107";
 right: 10px;
 color:#888;
	font-size:18px;
	position:absolute;
 line-height: 45px;
}
.select-custom select {
 padding: 5px 8px;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
#main-wrap {
 width: calc(100% - 280px);
	float:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding-left: 30px;
}
#footer {
 padding:0px 0px;
}
#footer .top-footer{
 padding:20px 0px;
	width:100%;
 display:table;
 margin-bottom: 40px;
 border-bottom: 1px solid #e4e9ed;
}
#footer .breadcrumb,#footer .box-sub{
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .box-sub{
	text-align:right;
}
#footer .breadcrumb a{
 display:inline-block;
 color:#7e8890;
}
#footer .breadcrumb a img{
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 opacity: 0.4; filter: alpha(Opacity:40);
 height:20px;
}
#footer .breadcrumb a:after{
 content:"\e6ba";
 display:inline-block;
 font-family:"ap";
 margin:0px 10px;
 color:#DCC294;
}
#footer .breadcrumb a:last-child:after{
	display:none;
}
#footer .box-sub .name{
 display:inline-block;
	vertical-align:middle;
 padding-right: 20px;
}
#footer .box-sub .sub{
	position:relative;
 display:inline-block;
 clear:both;
	vertical-align:middle;
 border:1px solid #e4e9ed;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#footer .box-sub .sub .btn-sub{
 width: 50px;
	text-align:center;
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
 top: 0px;
 right: 0px;
 height: 100%;
 padding:15px 0px;
 border-left:1px solid rgba(0,0,0,0.1);
}
#footer .box-sub .sub input{
	-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;
 width: 300px;
 padding:15px 15px;
 padding-right:40px;
 border:1px solid #eee;
}
#footer .col-ft{
 width: 21.25%;
	float:left;
 margin-right: 5%;
}
#footer .col-ft.end{
 margin-right: 0px;
}
#footer .link-footer{
 display:inline-block;
}
#footer .col-ft h4{
	font-size:16px;
 display:block;
	font-weight:normal;
 margin-bottom: 10px;
}
#footer .col-ft a{
 display:block;
 line-height:20px;
 padding:5px 0px;
 color:#7e8890;
	font-weight:300;
	font-size:13px;
}
#footer .col-ft a:hover{
 color:#B78543;
}
#footer .box-footer{
	text-align:center;
 border-top: 1px solid #e4e9ed;
 margin-top: 40px;
 padding:40px 0px;
}
#footer .link-footer a,
#footer .copyright {
 color:#DBAC69;
	font-size:13px;
	font-weight:300;
 display:inline-block;
 padding:0px 15px;
}
#footer .link-footer a:hover {
 color:#B78543;
}

#header-recr {
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 98;
}
#header-recr .logo {
 display:inline-block;
	position:absolute;
 top: 0px;
 left: 0px;
 padding: 10px 0px;
}
#header-recr .logo img {
 height: 30px;
}
#header-recr .logo em {
	font-weight:300;
}
#header-recr .box-menu {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-left: 120px;
 padding-left: 20px;
}
#header-recr .header-menu {
 padding: 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-recr .menu-nav {
	position:absolute;
 top: 10px;
 right: 0px;
}
#header-recr .header-menu > a,#header-recr .menu-nav > a {
 padding: 10px 15px;
 display:inline-block;
	position:relative;
 color:#fff;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
}
#header-recr .menu-nav > .btn-apply {
	font-weight:normal;
 color:#fff;
 background-color: #B78543;
 text-transform: none;
}
#header-recr .menu-nav > .btn-apply:hover {
 background-color: #DBAC69;
 color:#fff;
}
#header-recr .header-menu > a:hover,
#header-recr .header-menu > a:active,
#header-recr .header-menu > a.active {
	font-weight:normal;
 color: #DBAC69;
}
#header-recr.animated {
 background: rgba(6,22,35,0.9);
 animation-delay: 0.4s;
 animation-name: fadeInDown;
 visibility: visible;
}
.hero-banner {
 padding-top: 180px;
 padding-bottom: 120px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 clear:both;
	overflow:hidden;
}
.hero-banner .bg {
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 opacity: 0.8; filter: alpha(Opacity:80);
 height: 100%;
 background-color: #112434;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112434', endColorstr='#112434');
 background: -moz-linear-gradient(top, #112434 0%,#112434 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -webkit-linear-gradient(top, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -o-linear-gradient(top, #112434 0%,#112434 100%);
 background: -ms-linear-gradient(top, #112434 0%,#112434 100%);
 background: linear-gradient(top, #112434 0%,#112434 100%);
}
.hero-banner .container{
 z-index: 3;
}
.hero-banner .cover {
	position:absolute;
	width:100%;
 z-index: 1;
 top: 0px;
 height: 100%;
 left: 0px;
}
.hero-banner .cover img {
	width:100%;
}
.hero-banner .title {
 font-size: 32px;
 line-height: 1.3;
	text-align:center;
 display:block;
 color:#fff;
 margin-bottom: 10px;
}
.hero-banner .desc {
 font-size: 16px;
 font-weight: 300;
 color:#fff;
 margin-bottom: 40px;
}
.search-form {
 padding-bottom: 40px;
 padding-top: 40px;
	text-align:center;
 -webkit-transition-property: padding; -moz-transition-property: padding;
 -o-transition-property: padding; transition-property: padding; -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;
}
.search-form.stick{
 position:fixed;
	width:100%;
 left: 0px;
 z-index: 99;
 -webkit-transition-property: padding; -moz-transition-property: padding;
 -o-transition-property: padding; transition-property: padding; -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;
 padding:15px 0px;
 top: 0px;
 background-color: white;
 -webkit-box-shadow: 0 8px 6px -6px #333;
 -moz-box-shadow: 0 8px 6px -6px #333;
 box-shadow: 0 8px 6px -6px #333;
}
.search-form.stick .form-control{
 background-color: #fff;
}
.search-form .form-group {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form .form-control {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 10px 15px;
 background-color: white;
 border:1px solid #e4e9ed;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 height: 45px;
 box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.search-form.stick .form-control.input-search{
 padding-right: 30px;
}
.search-form .form-control.input-search{
 padding-right: 30px;
}
.search-form .i-search {
	position:absolute;
	text-align:center;
 top: 0px;
 font-size: 18px;
 right: 0px;
 width: 30px;
 line-height: 45px;
 z-index: 10;
 color:#B78543;
}
.search-form .i-search .icon-search {
 color: #B78543;
}
/*.search-form .form-group.box-input {
 width: 25.66071%;
 display:inline-block;
	vertical-align:middle;
 margin-right:1.78571%;
}*/
.search-form .form-group.box-input {
 width: 80%;
 display:inline-block;
	vertical-align:middle;
 margin-right:1.78571%;
}
.search-form .form-group.-button {
 margin-right: 0;
 width: 15.17857%;
	text-align:left;
 display:inline-block;
	vertical-align:middle;
}
.search-form .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: #B78543;
 height: 45px;
 line-height: 45px;
}
.search-form .form-group.-button .btn-search:hover {
 opacity: 0.85; filter: alpha(Opacity:85);
}
.hero-banner .keywords {
 display:block;
	text-align:center;
 margin-top: 20px;
}
.hero-banner .keywords a {
 display:inline-block;
	font-size:13px;
 color: rgba(255, 255, 255, 0.7);
}
.hero-banner .keywords a:after {
 content: "";
 display:inline-block;
 width: 3px;
 height: 3px;
 margin: 0px 10px;
 background: rgba(255,255,255,0.3);
 border-radius: 50%;
}
.hero-banner .keywords a:last-child:after {
 background-color: transparent;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none
}
html,
body {
 font-size: 14px;
 overflow: initial;
 color:#7e8890;
 font-family: "Roboto", arial;
}
a {
 color:#7e8890;
	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:#333;
 -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";
}
.list-jobs .dept{
	font-size:24px;
	font-weight:normal;
	padding-top:20px;
 color:#B78543;
}
.list-jobs .item-job.--dept,
.list-jobs .item-job.--job-type,
.list-jobs .item-job.--location {
	display:none;
}
.list-jobs .item-job {
 padding: 15px 0px;
 padding-right: 160px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-jobs .item-job .desc-job {
 color:#7e8890;
	font-size:13px;
 margin-bottom: 10px;
}
.list-jobs .item-job .desc-job a {
 color:#7e8890; }
.list-jobs .item-job .desc-job .-ap {
 margin-right: 5px;
 color:#aaa;
}
.list-jobs .item-job .title-h4 {
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 24px;
}
.list-jobs .item-job .title-h4 a {
 color:#7e8890;
}
.list-jobs .item-job .title-h4 a:hover {
	text-decoration:underline;
 color:#333;
}
.list-jobs .item-job:last-child {
 border-bottom: 0px;
}
.list-jobs .btn-apply {
 color:#fff;
	position:absolute;
 clear:both;
 background-color: #B78543;
 border:1px solid #B78543;
 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);
}
.head-list-jobs {
 margin-bottom: 20px;
 padding-bottom: 20px;
}
.head-list-jobs .title-h2 {
 margin-bottom: 10px;
	font-size:32px;
	font-weight:300;
 color:#B78543;
}
.head-list-jobs .desc {
 color:#7e8890;
}
.section-.workat {
 margin-top: 40px;
 padding: 60px 0px;
}
.benefits {
	text-align:center;
 margin-top: 60px;
}
.title-main {
	text-align:center;
}
.title-main .title-name {
 color:#B78543;
	font-size:32px;
	font-weight:300;
 line-height: 1.2;
 margin-bottom: 10px;
}
.title-main .headline {
 color:#7e8890;
	font-weight:300;
	font-size:16px;
}
.section-.benefits,
.section-.whoweare {
 background-color: #f4f7f9;
}
.benefits .list {
 margin-top: 40px;
}
.benefits .list .item {
 width: 17.6%;
	float:left;
 margin-left: 3%;
}
.benefits .list .item .text {
 color:#7e8890;
}
.benefits .list .item:first-child {
 margin-left: 0px;
}
.benefits .list .item .img {
 margin-bottom: 10px;
 height:35px;
}
.whoweare .list {
 margin-top: 40px;
}
.whoweare .item {
 width: 47.5%;
	float:left;
 margin-right: 5%;
}
.whoweare .item.after {
 margin-right: 0px;
}
.whoweare .item h3 {
	font-size:18px;
	font-weight:normal;
 line-height: 26px;
 margin-bottom: 10px;
}
.whoweare .item p {
 color:#7e8890;
	font-weight:300;
	font-size:13px;
 line-height: 22px;
}
.check-action input {
 opacity: 0; filter: alpha(Opacity:0);
	position:absolute;
 display:block;
	width:100%;
 z-index: 2;
 height: 100%;
 cursor: pointer;
 color:#DCC294;
}
.check-action {
 display:block;
	position:relative;
 color:#DBAC69;
}
.check-action:hover {
 color:#B78543;
}
.check-action:hover .icon {
 color:#B78543;
}
.check-action .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
 color:#DBAC69;
}
.check-action .icon:before {
 content: "\f096";
}
.check-action input:checked+.icon:before {
 content: "\f14a";
 color:#DCC294;
}
#sidebar {
 width: 250px;
	float:left;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:normal;
 color:#B78543;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
#sidebar .list-category {
 margin-bottom: 20px;
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 40px;
}
.box-subcribe .title {
 font-size: 18px;
 line-height: 22px;
 border-bottom: 1px solid #e4e9ed;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#DBAC69;
	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:#B78543;
 background: rgba(0,0,0,0.05);
 font-weight: 600;
 margin-top: 5px;
 line-height: 20px;
}
.box-subcribe .btn-apply:hover,
#sidebar-right .box-subcribe .btn-apply:hover {
 background-color: #e4e9ed;
 color:#B78543;
}
#sidebar .social {
 margin-top: 20px;
}
#sidebar .social .title {
 display:block;
 color:#666;
}
#sidebar .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 30px;
 height: 30px;
 margin-top: 10px;
 line-height: 30px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#sidebar .social .btn-share span {
 margin-right: 0px;
}
#sidebar .social .btn-share.-fb:hover {
 background-color: #3b5998;
 color:#fff;
}
#sidebar .social .btn-share.-google:hover {
 background-color: #e62117;
 color:#fff;
}
