.header::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.header .content-section {
  align-content: flex-start;
  padding-top: 90px;
}
.header .content-section .col-80 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 15px;
}

@media (max-width: 991px) {
  .header .header-top {
    height: 146px;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .header .content-section {
    padding-top: 24px;
  }
  .header .content-section .logo img {
    margin: 0;
    width: 150px;
  }
  .header .content-section .col-80 {
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .header .header-top {
    height: 123px;
  }
}
@media (max-width: 400px) {
  .header .header-top {
    height: 110px;
  }
}
@media (max-width: 350px) {
  .header .header-top {
    height: 97px;
  }
}

/*# sourceMappingURL=style-new.v2.1.css.map */
