.displayno {
  display: none !important;
}
.custom-img-width {
  width: 36vw;
}
.item_header {
	padding-top: 10px;
}

.headerContent {
  margin-bottom: 2.8% !important;
}
.bg-gray {
  background: #f0f0f0;
}
.brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  height: 154px;
  border: 1px solid #D1D1D1;
  border-radius: 11px;
  padding: 15px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .brand-img {
      margin-bottom: 20px;
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      height: 154px;
    }
  .col-sm-2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.parallax-coop{
  margin-bottom: 0%;
  padding: 7% 0 7%;
}

.image-icons {
  max-width: 169px;
  margin: 0 0 38px;
  /*
  border: 3px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  */
}

.image-icons-left {
  max-width: 60px !important;
  float: left;
  margin-right: 50px;
  max-width: 50%;
}


.logomobile {
  max-height: 40px;
}

.row-brand {
  align-items: center;
}

.block-brand{
padding: 10px;
}

.article-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #f4d10d;
  background: #fff;
  transition: transform 0.3s ease;
}

.article-brand:hover {
  transform: translateY(-5px);
}
.logo-brand {
  width: 174px;
  height: 174px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.row-store{
  padding: 20px;
}

.store-text {
  margin: 8px 0;
  line-height: 1.4;
  padding: 0 0 5px;
  font-weight: 400;
}

.store-text-1 {
  margin-top: 10px;
  line-height: 22px;
}

.store-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #f4d10d;
  background: #fff;
  transition: transform 0.3s ease;
  margin: 5px;
}

.store-img:hover {
  transform: translateY(-5px);
}

.store-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 4px;
}

.vac-img {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #f4d10d;
  background: #fff;
  transition: transform 0.3s ease;
  margin: 5px;
}

.vacancy {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 40px;
  line-height: 50px;
  padding: 18px 0;
}

.category-1 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.row-history {
  display: block;
}

.copytext{
  padding: 0px;
  font-weight: 300;
  line-height: 16px;
  font-size: 14px;
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .slmob {
    color:#fff !important;
    font-family:"Dela Gothic One", sans-serif;
    text-shadow: 1px 1px 0 #000,
               -1px 1px 0 #000,
                1px -1px 0 #000,
               -1px -1px 0 #000;

  }
}

label {
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 10px;
  line-height: 16px;
}
