.header--vn a.header-logo,
.header--main a.header-logo,
.header--tenders a.header-logo,
.header--tenders-vn a.header-logo {
  font: bold 18px/130% "Stem", sans-serif;
  color: #ffffff;
  padding: 0 !important;
}

.header--tenders + .middle--main .about-icevision-top {
  margin: 0;
}
/*@media only screen and (max-width: 991px) {*/
/*  .header--tenders + .middle--main .about-icevision-top {*/
/*    margin: 31px 0 0 0;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 767px) {*/
/*  .header--tenders + .middle--main .about-icevision-top {*/
/*    margin: 0;*/
/*  }*/
/*}*/

.header--vn  {
  height: 46px;
}
.header--vn .header__wrapper {
  height: auto;
  padding: 10px 0;
}


@media only screen and (max-width: 991px) {
  .header--vn  {
    height: 43px;
  }
  .header--vn .header__grid {
    width: 100%;
  }
  .header--vn .header__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .header--vn .header__grid {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header--vn {
    height: 53px;
  }
  .header--vn .header__wrapper {
    display: flex;
    height: 53px;
  }
}

.about-icevision-top {
  position: relative;
}
.about-icevision-top__text-bottom { position:absolute; right: 20px; bottom:20px; color: white; }
.about-icevision-top__top {
  position: relative;
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-icevision-top__top-img {
  position: relative;
  display: block;
  margin: 0 auto;
}


@media only screen and (max-width: 991px) {
  .about-icevision-top__top {
    height: 500px;
    background-position: top center;
  }
}

@media only screen and (max-width: 767px) {
  .about-icevision-top__top {
    height: 500px;
    background-position: 73% top;
  }
}