
.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;
}
.article .head-article {
	position:relative;
	text-align:center;
 padding: 40px 0px;
}
.article .head-article .desc {
 color:#777;
 margin-top: 20px;
}
.article .detail-article p,
.article .detail-article div {
 margin: 20px 0px;
 line-height: 26px;
}
.article .head-article .desc .post-cat {
 display:inline-block;
 color:#888;
}
.article .head-article .desc .post-cat:after{
 font-family: "ap";
 content: "\e6ca";
 margin:0px 10px;
 color:#999;
}
.article .head-article .desc .post-cat:last-child:after{
	display:none;
}
.article .content-article {
 padding: 40px 0px;
}
.article .content-article .article-left{
	float:left;
 width:calc(100% - 400px);
}
.article .content-article .article-right{
 width:350px;
	float:right;
}
.article .content-article .jobs-relate{
 margin-top: 20px;
}
.article .content-article .jobs-relate .title{
	font-size:16px;
	font-weight:bold;
 margin: 0px;
 margin-bottom: 10px;
}
.article .content-article .jobs-relate a{
 color:#e7613b;
 display:block;
 margin-bottom: 5px;
}
.article .content-article .jobs-relate a:hover{
	text-decoration:underline;
}
.article .top-article {
 border:1px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background-color: #f9f9f9;
 padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-bottom: 20px;
 margin-top: 20px;
}
.article .top-article .desc {
 margin-bottom: 5px;
}
.article .top-article .desc span {
	font-weight:bold;
}
.article .content-article {
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
}
.article .content-article li {
 list-style-position: inside;
 list-style-type: disc;
 margin: 7px 0px;
	font-weight:normal;
 line-height: 28px;
}
.article .content-article h2 {
 margin: 40px 0px;
 font-size: 24px;
	font-weight:normal;
 line-height: 1.04;
}
.article .btn-apply {
 background-color: #e55026;
 color:#fff;
 font-weight:500;
 padding: 10px 40px;
}
.article .btn-apply:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.article .bottom-article {
 padding: 40px 0px;
	text-align:center;
 line-height: 20px;
}
.article.about {
 padding: 40px 0px;
}
.article.about .slider-envir img {
	width:100%;
}
.article.about .head-article,
.article.about .content-article {
 padding: 0px 0px;
 background-color: transparent;
}
.article .head-article{
 background-color: #f5f5f5;
 border-bottom: 1px solid #e5e5e5;
}
.article .head-article h1{
 color:#e7613b;
}
.article.about .logo {
 display:inline-block;
 clear:both;
 max-width: 100%;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding:2px;
 border:1px solid #eee;
}
.article.about .logo img {
 max-width: 100%;
 display:block;
}
.article.about .info-comp {
	position:absolute;
 top: 0px;
 left: 210px;
 padding: 10px 0px;
}
.article.about .name-com {
	font-weight:normal;
	font-size:20px;
 margin-bottom: 10px;
}
.article .bottom-article {
 margin-top: 20px;
}
.article .btn-apply{
	text-align:center;
 padding:10px 40px;
 line-height: 22px;
}
.article .head-article .buttons{
	display:table-cell;
}
.article .ctas{
 margin-bottom: 20px;
}
.article .ctas .btn-apply{
 display:block;
}
.article .buttons-share{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 border:1px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding:15px;
}
.article .buttons-share .name{
 display:block;
 color:#999;
 margin-bottom: 10px;
}
.article .buttons-share .btn-share {
 display:inline-block;
	position:relative;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 width: 49%;
 border:1px solid rgba(0, 0, 0, 0.1);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 cursor: pointer;
 padding:7px 0px;
 padding-left: 35px;
}
.article .buttons-share .btn-share:nth-child(2){
 margin-right: 0px;
}
.article .buttons-share .btn-share .share-icon{
	position:absolute;
	text-align:center;
 top:0px;
 width: 30px;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
 height: 100%;
 padding:7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 line-height: 30px;
}
.article .buttons-share .btn-share:hover{
 opacity: 0.8; filter: alpha(Opacity:80);
}
.article .buttons-share .btn-share.-fb {
 background-color: #3b5998;
 color:#fff;
}
.article .buttons-share .btn-share.-mail {
 background-color: #e62117;
 color:#fff;
}
.breadcrumb {
 margin-bottom:20px;
}
.breadcrumb span{
 color:#e7613b;
}
.breadcrumb a {
 display:inline-block;
 color:#888;
}
.breadcrumb a:hover {
 color:#e7613b;
}
.breadcrumb a:after {
 content: "/";
 margin: 0px 5px;
 display:inline-block;
 @@title;
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 max-width: 1000px;
 margin: 0px auto;
	position:relative;
}
.container-md {
 max-width: 768px;
 margin: 0px auto;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 color:#999;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #999;
 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:#009cde;
 border-color: #009cde;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 margin: 30px 0px;
 border-top: 1px solid #eee;
 clear: both;
}
.section- {
 padding: 60px 0px;
}
.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;
}
.bg-white {
 background-color: white;
}
.cell {
	display:table-cell;
}
.marr5 {
 margin-right: 5px;
}
#footer {
 background-color: #f6f6f6;
 padding: 30px 0px;
}
#footer .link-footer {
 width: 25%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 0px 15px;
}
#footer .link-footer.address{
 width: 50%;
 line-height: 20px;
}
#footer .link-footer.address .icon{
 color:#888;
 margin-right: 5px;
}
#footer .link-footer.address p{
 margin-bottom: 5px;
}
#footer .link-footer a,
#footer .link-footer .title-footer {
 display:block;
 margin: 5px 0px;
}
#footer .link-footer .title-footer {
 margin-bottom: 15px;
	font-weight:normal;
}
#footer .link-footer a,
#footer .copyright {
 color:#838383;
 display:block;
 margin-bottom: 10px;
 font-size: 13px;
}
#footer .link-footer a:hover {
 color:#e7613b;
}
#footer .copyright {
 margin: 20px 0px;
}
#appform {
}
#appform .wrapper {
 background-color: #fff;
 padding: 20px 20px;
}
#appform h1 {
	font-weight:300;
	font-size:36px;
 padding-bottom: 30px;
}
#appform .form .row {
 padding-bottom: 25px;
}
#appform .form .row .ext {
 color:#aaa;
	font-weight:300;
	font-size:14px;
 padding-top: 10px;
}
#appform .form .row .label {
 color:#666;
	font-weight:bold;
 padding-bottom: 8px;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .row .input input,
#appform .form .row .input textarea {
 padding: 11px 13px;
 border:1px solid #ccc;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#appform .form .row .input.first{
	float:left;
 width:48%;
}
#appform .form .row .input.second{
	float:right;
 width:48%;
}
#appform .form .submit {
 background-color: #7abd1a;
 padding: 15px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
	font-weight:500;
	font-size:16px;
	position:relative;
	text-align:center;
 color:#fff;
	cursor:pointer;
	font-weight:500;
 margin-top: 30px;
}
#appform .form .upload {
	position:relative;
 border: 1px dashed #ccc;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin-top: 10px;
}
#appform .form .upload:hover {
 background-color: #f8f8f8;
}
#appform .form .upload .text {
	position:relative;
	text-align:center;
	font-size:15px;
 z-index: 100;
 padding: 10px 0;
}
#appform .form .upload .text .more {
	font-size:13px;
	font-weight:300;
 color:#999;
 padding-top: 4px;
}
#appform .form .-upload .desc{
 color:#999;
 margin-top: 10px;
}
#appform .form .upload input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:none;
	background:transparent;
}
#appform .form .upload input {
 display:block;
	white-space: nowrap;
 width: 100%;
 height: 100%;
 z-index: 101;
 padding:40px 0px;
 opacity: 0; filter: alpha(Opacity:0);
}
#appform .form .cancel {
 padding: 15px 0;
	text-align:center;
	cursor:pointer;
	font-weight:300;
	font-size:16px;
 color:#999;
 margin-top: 30px;
}
#appform .form .cancel:hover {
 color:#111;
	text-decoration:underline;
}
#header-recr {
	position:relative;
 background-color: white;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
 z-index: 99;
}
#header-recr .logo {
 display:inline-block;
 padding: 10px 0px;
}
#header-recr .logo img {
 height: 35px;
}
#header-recr .logo em {
 font-weight: 300;
}
#header-recr .box-menu {
	position:absolute;
 top: 10px;
 right: 0px;
}
#header-recr .menu-nav,#header-recr .header-menu{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-recr .menu-nav{
 padding-left: 20px;
}
#header-recr .header-menu > a {
 padding: 7px 20px;
 display:inline-block;
	position:relative;
 color:#5a5b5e;
}
#header-recr .menu-nav:before{
	position:absolute;
 top: 0px;
 left: 0px;
 content: "";
 background: rgba(0,0,0,0.1);
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 2px;
 height: 100%;
}
#header-recr .menu-nav a{
 margin-left: 10px;
 color:#5a5b5e;
}
#header-recr .menu-nav .btn-apply {
 border:1px solid rgba(0, 0, 0, 0.1);
 color:#fff;
	font-weight:normal;
 background-color: #e55026;
 padding:7px 15px;
 text-transform: none;
}
#header-recr .menu-nav .btn-apply:hover {
 background-color: #e7613b;
 color:#fff;
}
#header-recr .header-menu > a:hover,
#header-recr .header-menu > a:active,
#header-recr .header-menu > a.active {
 color:#e7613b;
}
#header-recr.animated {
 position:fixed;
	width:100%;
 left: 0px;
 z-index: 1000;
 top: 0px;
 border-bottom: 1px solid #eee;
 margin-top: 0px;
}
.work-environment .desc-environment {
 width: 45%;
 min-height: 250px;
	float:left;
}
.work-environment{ 
 background-color: #f5f5f5;
 border-bottom: 1px solid #e5e5e5;
}
.work-environment .desc-environment .title {
 font-style:italic;
}
.work-environment .desc-environment .desc {
 line-height: 26px;
}
.work-environment .desc-environment .title-h3{
 font-weight: 300;
 color:#666;
}
.work-environment .img-environment {
 width: 47.5%;
	float:right;
 top: 0px;
 right: 0px;
}
.work-environment .img-environment img {
	width:100%;
}
.work-environment .cta-jobs{
 display:inline-block;
 color:#fff;
	font-size:16px;
 padding:10px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 margin-top: 20px;
 background-color: #e55026;
 border:1px solid rgba(0, 0, 0, 0.1);
}
.work-environment .cta-jobs:hover{
 background-color: #ce4822;
}
.benefits{
 padding-top: 100px;
}
.benefits .item{
 width: 47.5%;
	float:left;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-right: 5%;
 margin-bottom: 40px;
 padding-left: 60px;
}
.benefits .item .img{
	position:absolute;
 top: 0px;
 left: 0px;
}
.benefits .item .img img{
 width: 30px;
}
.benefits .item:nth-child(2n+2){
 margin-right: 0px;
}
.benefits .item:nth-child(2n+3){
 clear: both;
}
.benefits .item .text{
 line-height: 24px;
}
.benefits .item .text .title{
 margin-bottom: 10px;
	font-size:16px;
}
.section-.quotes{
 padding-top: 0px;
}
.section-.quotes .says{
 max-width: 38rem;
 margin:0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 padding-left: 150px;
 margin-top: 60px;
}
.section-.quotes .says .avatar{
 width: 100px;
 height: 100px;
 clear:both;
	position:absolute;
 top: 0px;
 left: 0px;
 border-radius: 50%;
}
.section-.quotes .says .avatar img{
	width:100%;
}
.section-.quotes .says .quote-text{
 line-height: 22px;
 margin-bottom: 20px;
}
.section-.quotes .says .quote-text:after,.section-.quotes .says .quotes-text:before{
 display:inline-block;
}
.section-.quotes .says .quote-text:after{
 margin-left: 5px;
 content: "\201D";
}
.section-.quotes .says .quote-text:before{
 margin-right: 5px;
 content: "\201C";
}
.section-.quotes .says .info{
 line-height: 22px;
}
.section-.quotes .says .info .name{
 text-transform:uppercase;
}
.section-.quotes .says .info .pos{
 font-size: 12px;
}
.section-.quotes .ctas-sec{
 margin-top: 80px;
	text-align:center;
}
.section-.quotes .ctas-sec .title{
	font-size:32px;
	font-weight:normal;
 @lock;
 line-height: 1.14;
 margin-bottom: 40px;
}
.section-.quotes .ctas-sec .btn{
 display:inline-block;
	font-size:16px;
 color:#e55026;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding:10px 40px;
 border:1px solid #e55026;
 margin:0px 10px;
 width: 250px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.section-.quotes .ctas-sec .btn:hover{
 color:#fff;
 background-color: #e55026;
}
.section-.quotes .ctas-sec .btn.colful{
 color:#fff;
 background-color: #e55026;
}
.section-.quotes .ctas-sec .btn.colful:hover{
 background-color: #ce4822;
 border:1px solid #ce4822;
}
* {
 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:#5a5b5e;
 font-family:"Helvetica Neue",Helvetica,sans-serif;
}
a {
 color:#5a5b5e;
	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:#e7613b;
 -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%;
 transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
 transform: scale(0.8);
}
.slick-slide.slick-active img {
 transform: scale(1);
}
.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";
}
.hero-banner img {
	width:100%;
}
.job-category .title-main {
 margin-bottom: 60px;
	text-align:center;
}
.box-category-job {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 20px 0px;
}
.box-category-job:nth-child(2n+2) {
 margin-right: 0px;
}
.box-category-job .title-h3 {
 color:#2c2e2f;
	font-size:20px;
	font-weight:bold;
}
.list-jobs .item-job {
 padding: 20px 0px;
	position:relative;
 width: 47.5%;
	float:left;
 margin-right: 5%;
 border-bottom: 1px solid #eee;
}
.list-jobs .item-job:nth-child(2n+2){
 margin-right: 0px;
}
.list-jobs .item-job:nth-child(2n+3){
 clear: both;
}
.list-jobs .item-job .desc-job {
 color:#888;
}
.list-jobs .item-job .title-h4 {
 margin-bottom: 10px;
}
.list-jobs .btn-apply {
 border:1px solid #e55026;
 color:#e55026;
 background-color: transparent;
 padding: 10px 30px;
 margin-top: 20px;
}
.list-jobs .item-job:hover .btn-apply {
 border:1px solid #e55026;
 top: 0px;
 right: 0px;
}
.list-jobs .item-job .btn-apply:hover {
 background-color: #e55026;
 color:#fff;
}
.list-jobs .item-job .title-h4 a {
 color:#2c2e2f;
 line-height: 22px;
}
.list-jobs .item-job .title-h4 a:hover {
	text-decoration:underline;
 color:#e7613b;
}
.list-jobs .item-job:last-child {
 border-bottom: 0px;
}
.title-main {
	font-weight:bold;
	font-size:32px;
}
