/* // Banner QR */
.banner_QR {
  position: absolute;
  width: 294px;
  top: 32px;
  right: 25%;
  background: url('https://timviec365.vn/images/banner_new/banner_qr.png') no-repeat;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: -100px;
}

.box_select_login {
  padding: 22px 53px 15px;
}

.box_select_login p {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0f21b4;
}

.scan_qr {
  width: 151px;
  height: 151px;
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.note {
  padding: 20px;
  display: flex;
  gap: 10px;
}

.icon_qr {
  display: flex;
  width: 20%;
  height: 30px;
}

.text_bot {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #474747;
}

@media screen and (max-width: 2500px) {
  .banner_QR {
    right: 18.2%;
  }
}

@media screen and (max-width: 1165px) {
  .banner_QR {
    display: none;
  }
}