body {
  padding-top: 5rem;
  font-size: 62.5%;
}
.lead {
  font-size: 1.1rem !important;
}
/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
#exampleModal > div > div > div.modal-body > ul > li > a {
  border: none;
}
.card {
  width: 100% !important;
}
.card img {
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
}
.card-body {
  min-height: 180px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.125);
  width: 100%;
}
.card-title {
  height: 2.7rem !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-title+.card-text {
  height: 2.4rem !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a.listSlnToggleBtn {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-sizing: border-box;
    color: #665555 !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    text-decoration: none !important;
}
a.listSlnToggleBtn::after {
    border-color: #AB9C83;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    display: block;
    height: 12px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
}
a.listSlnToggleBtn.isOpened::after {
    border-width: 3px 0 0 3px;
    margin-top: -3px;
}
.vacancy-situation .btn img {
  height: 1.3rem;
  padding-bottom: 5px;
  padding-left: 5px;
  border: none;
}