#bannerportal {
  margin-top: 17px;
}

#bannerportal .container {
  background-image: url('../../images/home/banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px !important;
  overflow: hidden;
  padding: 25px 15px;
}

#bannerportal .container .inner {
  gap: 70px;
}

#bannerportal .col1 {
  font-size: 58px;
  color: #fff;
  line-height: 25px;
  padding-top: 14px;
}

#bannerportal .login {
  top: -98px;
  left: -98px;
  transform: rotate(-45deg);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  font-size: 21.5px;
  line-height: 23.5px;
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 50%);
}

#bannerportal .introducing {
  display: flex;
  flex-direction: row;
  font-size: 36px;
}

#bannerportal .introducing::before,
#bannerportal .introducing::after {
  content: '';
  flex: 1 1;
  border-bottom: 3.5px solid var(--yellow);
  margin: auto;
}

#bannerportal .introducing::before {
  margin-right: 15px
}
#bannerportal .introducing::after {
  margin-left: 15px
}

#bannerportal .col2 p {
  font-size: 22px;
  line-height: 25px;
}

#bannerportal .button {
  font-size: 17px;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
}

@media screen and (max-width: 1200px ) {
  #bannerportal {
    padding: 45px 0;
  }
  #bannerportal img {
    display: none;
  }
  #bannerportal .inner {
    justify-content: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 992px ) {
  #bannerportal {
    padding-bottom: 0;
  }
  #bannerportal .inner {
    flex-wrap: wrap;
  }
  #bannerportal .inner > * {
    width: 100%;
  }
  #bannerportal img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
  }
  #bannerportal .container .inner {
    gap: 50px;
  }
}
@media screen and (max-width: 567px ) {
  #bannerportal {
    padding-top: 20px;
  }
  #bannerportal .container {
    padding: 51px 15px 49px 15px;
    background-image: url('../../images/home/banner-bg-m.png');
  }
  #bannerportal .container .inner {
    gap: 20px;
  }
  #bannerportal .col1 {
    font-size: 45px;
    line-height: 0.5;
  }
  #bannerportal .col1 .introducing {
    font-size: 30px;
  }
  #bannerportal .button {
    padding: 0 29px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 20px;
  }
  #bannerportal .login {
    top: -105px;
    left: -106px;
    padding-bottom: 12px;
  }
}