﻿.jobs-main {

}

.section {
  text-align: center;
}
.section h2.with-bottom-line {
  position: relative;
  margin: 0 0 60px;
  font-size: 40px;
  font-weight: 300;
  color: #333;
}
.section h2.with-bottom-line::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 1px;
  content: '';
  background-color: #ccc;
}
.section p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #333;
}
.section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section.section-01 {
  padding: 15.3% 0 10.5%;
  background-image: url(../images/bg-section-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.section-01 h1 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}
.section.section-01 a {
  padding: .7em 1.5em;
  font-size: 20px;
}

.section.section-02 {
  padding: 5.1% 0 2.6%;
}
.section.section-02 img {
  width: 100%;
  margin-top: 15px;
}

.section.section-03 {
  padding: 2.5% 0 2.6%;
}
.section.section-03 ul {
  margin: 60px -4% 0;
}
.section.section-03 li {
  width: 16.2%;
  display: inline-block;
}
.section.section-03 li div {
  margin: auto;
}

.section.section-04 {
  padding: 2.5% 0 2.6%;
}
.section.section-04 .tabs {
  position: relative;
  width: 100%;
  margin-top: 60px;
  font-size: 16px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #ededed;
}
.section.section-04 .tabs li {
  margin: 0 60px;
  padding: 1em 0;
  display: inline-block;
  cursor: pointer;
}
.section.section-04 .tabs .tabs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0084eb;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.position-list {
  min-height: 600px;
}
.position {
  font-size: 14px;
}
.position .position-detail,
.position .icon-jobs-arrow-down {
  display: none;
}
.position .icon-jobs-arrow-up {
  display: block;
}
.position.collapsed .icon-jobs-arrow-down {
  display: block;
}
.position.collapsed .icon-jobs-arrow-up {
  display: none;
}
.position .position-abbr-container {
  padding: 0 50px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.position .position-abbr-container:hover {
  background-color: #f4f4f4;
}
.position .position-abbr {
  width: 100%;
  display: table;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
.position .position-abbr>div {
  display: table-cell;
}
.position .position-abbr .location {
  width: 18%;
  padding: 1.95em 1.5em;
  color: #aaa;
  text-align: left;
}
.position .position-abbr .title {
  width: 70%;
  padding-left: 2.1em;
  text-align: left;
}
.position .position-abbr .salary {
  width: 12%;
  text-align: right;
}
.position .position-abbr .arrow {
  width: 2%;
}
.position .position-detail {
  padding: 48px 70px 54px;
  color: #333;
  text-align: left;
}
.position .position-detail h3 {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: normal;
}
.position .position-detail h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
}
.position .position-detail li {
  position: relative;
  font-size: 14px;
  line-height: 2em;
}
.position .position-detail li:before {
  width: 4px;
  height: 4px;
  margin-right: 12px;
  margin-top: 12px;
  border-radius: 3px;
  content: '';
  background-color: #0098fe;
  display: inline-block;
  vertical-align: top;
}
.position .position-email {
  margin-top: 36px;
  padding: .5em 1em;
}
.position .position-email span {
  display: inline-block;
  vertical-align: middle;
}
.position .position-email .icon-jobs-email {
  margin-right: : 6px;
}

.section.section-05 a {
  padding: 40px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #0098fe;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.section.section-05 a:hover {
  background-color: #33abff;
}
.section.section-05 h2 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}
.section.section-05 p {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
.section.section-05 .icon-jobs-email {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.team_two li{width: 49%;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:'';display: block;clear: both;}
.footer{box-sizing: border-box;background: #f6f6f6;}
.footer div,footer p,footer h4{box-sizing: border-box;}
.swipe_per_b .btn-blue:hover{color:#fff;}

@media(max-width:750px){
  html, body{width: 100%;}
  .swipe_per_b h3{display: none;}
  .swipe_per_b{top:60%;}
  .container{
    width: 100%;box-sizing: border-box;
  }
  img{
    max-width: 100%;
  }
  .section h2.with-bottom-line{
    font-size: 20px;margin-bottom:30px;
  }
  .section h2.with-bottom-line::after{bottom:-20px;}
  .section.section-02 img{margin-top: 10px;}
  .team_two li{width: 100%;}
  .section.section-03 ul{margin:10px auto;}
  .section.section-03 li{width: 50%;float: left;}
  .section.section-04 .tabs{margin-top: 30px;}
  .section.section-04 .tabs li{margin:0 10px;}
  .position .position-abbr-container{padding:0;}
  .position .position-abbr .location{padding:15px 0;}
  .position .position-abbr .title{padding-left: 0;width: 32%;}
  .position .position-abbr .salary{width: 20%;}
  .position .position-detail{padding:25px 15px;}
  .position .position-detail h3{font-size: 20px;margin-bottom: 20px;}
  .section.section-05 h2{font-size: 24px;}
  .section.section-05 a{padding:20px 0;}
  .position-list{min-height: 400px;margin-bottom: 20px;}


}