.recruitment-detail {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.recruitment-detail .s-content ul li {
  position: relative;
  list-style: none;
}
.recruitment-detail .s-content ul li::after {
  position: absolute;
  content: none
  background: #F0AB00;
  width: 0.375rem; /* 6px */
  height: 0.375rem; /* 6px */
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.recruitment-sider-bar {
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.5rem 1.25rem /* 0px 8px 20px */ rgba(7, 29, 97, 0.1);
          box-shadow: 0rem 0.5rem 1.25rem /* 0px 8px 20px */ rgba(7, 29, 97, 0.1);
  border-radius: 0.3125rem; /* 5px */
  border-top: 0.3125rem /* 5px */ solid #071D61;
  padding: 2rem 1.5rem;
}
.recruitment-sider-bar .title {
  color: #071D61;
  font-size: 1.5rem;
  font-weight: 600;
}
.recruitment-sider-bar .name-slug {
  font-weight: 600;
  font-size: 1rem;
  color: #252525;
  position: relative;
  padding-left: 1rem;
}
.recruitment-sider-bar .name-slug::after {
  position: absolute;
  content: "";
  background: #F0AB00;
  width: 0.375rem; /* 6px */
  height: 0.375rem; /* 6px */
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.recruitment-sider-bar .name-slug .slug {
  font-weight: 400;
  font-size: 1rem;
  margin-left: 1rem;
}
.recruitment-sider-bar .name-slug .slug-one {
  font-size: 1rem;
  font-weight: 400;
}
.recruitment-sider-bar ul {
  margin: 0;
  padding: 0;
}
.recruitment-sider-bar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  font-size: 1rem;
  color: #252525;
  margin-top: 1rem;
  margin-bottom: 0;
}
.recruitment-sider-bar ul li img {
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruitment-sider-bar .form .form-recu-sty {
  border: 0.0313rem /* 0.5px */ solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5.5rem; /* 88px */
}
.recruitment-sider-bar .form .btn-form {
  margin-top: 2.6875rem;
}
.recruitment-sider-bar .form .btn-sent {
  height: 2.0625rem;
  font-size: 0.75rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitment-sider-bar .form .btn-sty {
  border: 0.0625rem /* 1px */ solid #F0AB00;
  background: #fff;
  color: #F0AB00;
}
.recruitment-sider-bar .form .btn-sty:hover {
  border: 0.0625rem /* 1px */ solid #F0AB00;
  background: #F0AB00;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.recruitment-sider-bar .form .f-height {
  height: 2rem;
}
.recruitment-sider-bar .form .form-control {
  font-size: 0.75rem;
  padding-left: 2.0625rem;
}
.recruitment-sider-bar .form .from-name {
  background: url(../images/form-use.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
}
.recruitment-sider-bar .form .from-mail {
  background: url(../images/mail-from.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
}
.recruitment-sider-bar .form .from-phone {
  background: url(../images/font-phone.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
}
.recruitment-sider-bar .form .from-bd {
  background: url(../images/font-bday.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
}
.recruitment-sider-bar .form .from-f {
  background: url(../images/from-fb.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
}
.recruitment-sider-bar .form .from-content {
  background: url(../images/font-content.svg) no-repeat 1rem 0.5rem; /* 16px 8px */
  background-size: 0.75rem 0.75rem; /* 12px 12px */
  border-radius: 1.0625rem; /* 17px */
}
.recruitment-sider-bar .form .file-froml {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 1rem;
}
.recruitment-sider-bar .form .file-froml .from-file {
  font-size: 0.5625rem; /* 9px */
  line-height: 0.75rem; /* 12px */
  color: #888888;
  position: relative;
  opacity: 0;
}
.recruitment-sider-bar .form .file-froml .in-put {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
}
.recruitment-sider-bar .form .file-froml .in-put .btn-tick {
  background: #EBEBEB;
  border: 0.0313rem /* 0.5px */ solid #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.625rem; /* 10px */
  outline: none;
  cursor: pointer;
  z-index: -1;
}
.recruitment-sider-bar .form .file-froml .in-put .slug {
  border-bottom: 0.0313rem /* 0.5px */ solid #888888;
  font-size: 0.75rem;
}

.vacancies .title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #071D61;
}
.vacancies .box-item {
  background: #FFFFFF;
  border: 0.0625rem /* 1px */ solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3125rem; /* 5px */
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vacancies .box-item .img-item .vac-img {
  height: 100%;
  width: 100%;
}
.vacancies .box-item .img-item .vac-img img {
  max-width: 6.375rem;
  max-height: 6.375rem;
  min-height: 6.375rem;
  border-radius: 0.3125rem; /* 5px */
  -o-object-fit: cover;
     object-fit: cover;
}
.vacancies .box-item .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.vacancies .box-item .items .item-slug {
  padding-left: 1rem;
}
.vacancies .recui_name {
  font-weight: 600;
  font-size: 1.25rem;
  color: #071D61;
}
.vacancies .recu-day {
  font-size: 1rem;
  color: #888888;
  margin-top: 0.1875rem;
}
.vacancies .slug {
  margin-top: 0.75rem;
}
.vacancies .btn-vancan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.vacancies .btn-vancan::after {
  position: absolute;
  content: none
  background: #F0F0F0;
  width: 0.0625rem; /* 1px */
  height: 5.5rem; /* 88px */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.1875rem; /* -19px */
}
.vacancies .btn-vancan .btn-sent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.25rem;
  padding: 0 0.875rem;
  border: 0.0625rem /* 1px */ solid #F0AB00;
  background: #fff;
  color: #F0AB00;
}
.vacancies .btn-vancan .btn-sent:hover {
  border: 0.0625rem /* 1px */ solid #F0AB00;
  background: #F0AB00;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.vacancies{
  padding-bottom: 5rem;
}
@media(max-width:991px){
  .vacancies .box-item{
    overflow: hidden;
  }
  .vacancies .btn-vancan::after{
    display: none;
  }
  .recruitment-sider-bar .form .btn-sent,
  .recruitment-sider-bar .form .form-control{
    font-size: inherit;
  }
}
@media(max-width:576px){
  .vacancies .box-item .items .item-slug{
    padding-right: 1rem;
  }
  .vacancies .btn-vancan{
    flex: 0 0 100%;
  }
}