@import 'reset.css';
@import 'homeTop.css';
@font-face {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
  src: url('syht.css');
}
body {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
  background: #fff;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
::selection {
  background: #FFF;
  color: #333;
}
::-moz-selection {
  background: #FFF;
  color: #333;
}
::-webkit-selection {
  background: #FFF;
  color: #333;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
div.container-details-fluid {
  height: 300px;
  background-image: -moz-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -webkit-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -ms-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  border-bottom: 1px solid rgba(10, 32, 112, 0.2);
  background: url('../img/banner.png') no-repeat;
  background-size: contain contain;
}
@media (max-width: 575.98px) {
  .container-details-fluid {
    height: 470px;
    background-size: cover;
  }
}
.header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}
.header .header-left {
  width: 50%;
}
.header .header-left h5 {
  margin-bottom: 20px;
}
.header .header-left h5 a {
  font-size: 15px;
  color: #697993;
  margin-right: 18px;
}
.header .header-left h5 .badge-success {
  background-color: #00d1cd;
  color: #fff;
}
.header .header-left h2 .header_title {
  margin-bottom: 54px;
}
.header .header-left h2 .header_title a {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.header .header-left h2 .header_title a .salary {
  color: #f26929;
}
.header .header-left h2 .header_title a:nth-child(2) {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.header .header-left .Badges .badge-pill {
  border: 1px solid #fc4519;
  font-size: 14px;
  font-weight: 100;
  color: #fc4519;
  margin-bottom: 10px;
}
.header .header-left .position {
  margin-top: 10px;
}
.header .header-left .position p {
  font-size: 16px;
}
.header .header-left .position p i {
  color: #fc4519;
  margin-right: 10px;
}
.header .header-left .position p span {
  color: #fff;
}
.header .header-right {
  width: 50%;
}
.header .header-right .recruitment {
  float: right;
  padding-top: 36px;
}
.header .header-right .recruitment .btn-warning {
  width: 210px;
  height: 66px;
  line-height: 54px;
  background: #fd5f39;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  border: none;
  margin-bottom: 22px;
}
.header .header-right .recruitment .btn-warning i {
  margin-right: 10px;
}
.header .header-right .recruitment p {
  color: #fff;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .header .header-left {
    width: 100%;
  }
  .header .header-right {
    width: 100%;
  }
  .header .header-right .recruitment {
    float: none;
  }
  .header .header-right .recruitment .btn-warning {
    padding: 8px 20px;
  }
  .header .header-right .recruitment p {
    text-align: left;
  }
}
.title-xq {
  padding-top: 70px;
}
.title-xq .title-left {
  line-height: 3;
  padding-right: 80px;
}
.title-xq .title-left h3 {
  font-size: 18px;
  color: #11171c;
  margin: 30px 0px 16px 0px;
}
.title-xq .title-left p {
  font-size: 16px;
  color: #737a82;
  line-height: 2;
}
.title-xq .title-left p a {
  color: #0e58ba;
}
.title-xq .title-left ul li {
  font-size: 16px;
  color: #737a82;
}
.title-xq .title-left .dz {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.title-xq .title-left .dz a {
  color: #0e58ba;
}
.title-xq .title-left .title-gs {
  line-height: 2;
}
@media (max-width: 575.98px) {
  .title-xq .title-left {
    padding-right: 0px;
  }
}
.shopee {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px 30px 26px 24px;
  margin-bottom: 20px;
}
.shopee .media img {
  width: 70px;
}
.shopee .media .media-body .mt-0 {
  font-size: 22px;
  color: #252525;
  margin-bottom: 16px;
}
.shopee .media .media-body p {
  font-size: 14px;
  color: #898f9e;
}
.shopee .information li {
  font-size: 14px;
  line-height: 3;
}
.shopee .information li a {
  color: #737a82;
}
.shopee .information li a i {
  margin-right: 10px;
  margin-left: 4px;
}
.shopee .information li a img {
  width: 14px;
}
.card .card-header {
  display: flex;
  justify-content: space-between;
  background: none;
  font-size: 18px;
}
.card .card-header a {
  color: #fc4519;
}
.card .card-body .media {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.card .card-body .media img {
  width: 70px;
  height: 70px;
}
.card .card-body .media-body {
  font-size: 16px;
  line-height: 1.5;
}
.card .card-body .media-body h5 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
}
.card .card-body .media-body h5 span:nth-child(2) {
  color: #fc4519;
}
.card .card-body .media-body p:first-of-type {
  margin-bottom: 10px;
  color: #737a82;
  font-size: 14px;
}
.card .card-body .media-body p:last-of-type {
  font-size: 14px;
  color: #737a82;
}
.card .card-footer {
  background: none;
  text-align: center;
  font-size: 16px;
}
.card .card-footer a {
  color: #11171c;
}

