.banner_page_doanhnghiep .eluid608bde78 {
  padding-left: 0;
  padding-right: 0;
}

#eluidc734f370 {
  background: #f5f8fd;
}

#banner {
  /* background: #f5f8fd; */
  display: flex;
  padding: 30px 190px 100px 190px;
}

#banner .left,
#banner .right {
  width: 50%;
  height: 100%;
}

#banner .left {
  position: relative;
  padding-right: 50px;
  padding-top: 30px;
}

#banner .left h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

#banner .left p {
  margin: 50px 0px;
  color: #46494e;
  line-height: 1.5;
}

#banner .left button {
  background: #5364ff;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  outline: none;
  background-size: 250% auto;
  /* background-image: linear-gradient(
    to left,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  ); */

  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  transition: all 0.5s ease;
  transition-timing-function: ease, ease;
}

#banner .left .button > button > a {
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  text-decoration: none;
  color: inherit;
  padding: 15px;
  display: block;
}

#banner .left .button > button:hover {
  background-position: right center;
}

#banner .left button i {
  margin-left: 10px;
}

#banner .left .title {
  position: relative;
}

#banner .left .title .special {
  /* background-image: linear-gradient(
    to left,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  ); */
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  background-size: 250% auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0 8px 0 8px;
  line-height: 60px;
}

#banner .left img {
  position: absolute;
  top: 45px;
  right: -120px;
}

#banner .right {
  position: relative;
  padding: 30px 0 50px 90px;
}

#banner .right .content {
  width: 80%;
}

#banner .right .static {
  width: 145px;
  height: 145px;
  position: absolute;
  left: 0;
  bottom: 20%;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: #5364ff; */
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  padding: 10px;
}

#banner .right .static span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

#banner .right .static p {
  font-size: 12px;
  line-height: 20px;
}

#banner .right .dots {
  position: absolute;
  bottom: 10px;
  right: 50px;
  width: 180px;
}

@media screen and (max-width: 1200px) {
  #banner {
    padding: 50px 70px 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* #banner {
        height: 90vh;
        padding: 12px;
        display: flex;
        align-items: center;
    } */

  #banner .right {
    display: none;
  }

  #banner .left .title .special {
    line-height: normal;
  }

  #banner .left img {
    display: none;
  }

  #banner .left {
    padding: 0;
    width: 100%;
    height: auto;
  }

  #banner .left h2 {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
  }

  #banner .left > p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  #banner .left .button {
    display: flex;
    justify-content: center;
  }

  #banner .left .button > button {
    padding: 12px 40px;
    font-size: 18px;
  }

  #banner .left .button > button > a {
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  #banner {
    height: auto;
    padding: 50px 12px;
  }

  #banner .right {
    display: none;
  }

  #banner .left img {
    display: none;
  }

  #banner .left {
    padding: 0;
    width: 100%;
  }

  #banner .left h2 {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
  }

  #banner .left > p {
    font-size: 20px;
    color: #46494e;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  #banner .left .button {
    display: flex;
    justify-content: center;
  }
}
