@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_recruitment {
  padding: 1rem 0;
}
.list_item_recruitment .row_head {
  background: #1b7d32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
}
.list_item_recruitment .row_head > div {
  font: 600 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .list_item_recruitment .row_head > div:first-child {
    padding-right: 25px;
  }
}
.list_item_recruitment .row_body .col_item:nth-child(even) {
  background: #f8f8f8;
}
.list_item_recruitment .col_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.list_item_recruitment .col_item + .col_item {
  border-top: 1px solid #eaeaea;
}
.list_item_recruitment .col_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_item_recruitment .col_item .title .icon {
  max-width: 40px;
  max-height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.list_item_recruitment .col_item .title .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.list_item_recruitment .col_item .title a {
  font: 400 1.2rem/1 "Montserrat", sans-serif;
  color: #393838;
}
.list_item_recruitment .col_item .date_end {
  text-align: center;
}
.list_item_recruitment .col_item .btn_apply {
  background: transparent;
  border: 0;
  padding: 0;
}
.list_item_recruitment .col_item .btn_apply a {
  font: 700 1.0666666667rem/150% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f6a39), to(#0f9347));
  background: -o-linear-gradient(left, #0f6a39, #0f9347);
  background: linear-gradient(to right, #0f6a39, #0f9347);
  border-radius: 6px;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .list_item_recruitment .col_item .btn_apply a {
    padding: 7px 20px;
    margin-top: 0;
  }
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: -o-linear-gradient(left, #008bd7 60px, #ececec 60px);
  background: linear-gradient(to right, #008bd7 60px, #ececec 60px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_other .list_other-title span {
  font: 600 1.2rem/150% "Open Sans", sans-serif;
  color: #3a3a3a;
}
.list_other .list_other-title .slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #fff;
  background: #2287ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}
.list_other .list_item_recruitment .col_item {
  padding: 11px 0;
  margin: 0;
}
.list_other .list_item_recruitment .col_item .item .img {
  display: none;
}
.list_other .list_item_recruitment .col_item .item .info {
  padding-left: 18px;
  position: relative;
}
.list_other .list_item_recruitment .col_item .item .info:before {
  content: "";
  font: 300 0.8rem/1 "Font Awesome 5 Pro";
  color: #3b3b3a;
  position: absolute;
  top: 5px;
  left: 0;
}
.list_other .list_item_recruitment .col_item .item .info h3 {
  margin-bottom: 0;
}
.list_other .list_item_recruitment .col_item .item .info .short, .list_other .list_item_recruitment .col_item .item .info .more {
  display: none;
}
.list_other .list_item_recruitment .col_item .item:hover .info:before, .list_other .list_item_recruitment .col_item .item:focus .info:before {
  color: #e6c673;
}
.list_other .list_item_recruitment .col_item .item:hover .info h3 a, .list_other .list_item_recruitment .col_item .item:focus .info h3 a {
  color: #e6c673;
}
.list_other .list_item_recruitment .col_item + .col_item {
  border-top: 1px solid #ebebeb;
}

.box_recruitment_gr {
  background: #7abf1b;
  padding: 5px;
}
.box_recruitment_gr a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.box_recruitment_gr a:before {
  content: "";
  font: 300 0.9333333333rem/1 "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box_recruitment_gr a:not(:last-child):after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.box_recruitment_gr a:hover {
  color: #fff;
  background: #037d26;
  border-radius: 4px 4px 0 0;
}
.box_recruitment_gr a:hover:after {
  border: 0;
}

.box_recruitment_ot .list_item_recruitment .row_item .col_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .img {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .img a {
  width: 100%;
  display: block;
  padding-top: 70%;
  position: relative;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .info {
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  max-width: 63%;
  position: relative;
  overflow: hidden;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .info h3 {
  max-height: 2.8rem;
  padding-bottom: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item .info h3 a {
  font: 300 0.9333333333rem/150% "Open Sans", sans-serif;
  text-transform: normal;
}
.box_recruitment_ot .list_item_recruitment .row_item .col_item + .col_item {
  border-top: 1px dashed #e1e1e1;
}
/*# sourceMappingURL=func.css.map */