/* Migrated from template/default/html/ny_ban.html */
.homecontainer .ny-banner {
  width: 100%;
  height: 420px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.homecontainer .ny-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.12) 52%, rgba(0,0,0,.04));
  pointer-events: none;
}
.homecontainer .ny-banner > .center {
  width: 1200px;
  height: 100%;
  padding-top: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.homecontainer .ny-banner .ny-banner-text {
  max-width: 560px;
  color: #fff;
  text-align: left;
}
.homecontainer .ny-banner .ny-banner-text h1 {
  display: block;
  margin: 0;
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.homecontainer .ny-banner .ny-banner-text .line {
  width: 72px;
  height: 3px;
  margin: 18px 0 16px;
  background: #c42d26;
}
.homecontainer .ny-banner .ny-banner-text p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255,255,255,.86);
  letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  .homecontainer .ny-banner {
    height: 46vw !important;
    min-height: 0;
    margin-top: 23vw !important;
    top: 0 !important;
    align-items: center;
    background-position: center;
  }
  .homecontainer .ny-banner::before {
    background: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.14));
  }
  .homecontainer .ny-banner > .center {
    width: 100%;
    height: 100%;
    padding: 0 6vw;
    align-items: center;
    justify-content: center;
  }
  .homecontainer .ny-banner .ny-banner-text {
    max-width: 72vw;
    text-align: center;
  }
  .homecontainer .ny-banner .ny-banner-text h1 {
    font-size: 7vw;
    line-height: 9vw;
  }
  .homecontainer .ny-banner .ny-banner-text .line {
    width: 10vw;
    height: 2px;
    margin: 2vw auto;
  }
  .homecontainer .ny-banner .ny-banner-text p {
    font-size: 3.6vw;
    line-height: 5.4vw;
  }
}

