/* Customize the label (the container) */
.box_confirm_data {
  float: left;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.l_blank {
  color: #4c5bd4;
}

.cb_container {
  float: left;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb_container .cb_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 6px;
}

/* Create a custom checkbox */
.cb_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.cb_container:hover .cb_checkbox~.cb_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb_container .cb_checkbox:checked~.cb_checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb_container .cb_checkbox:checked~.cb_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb_container .cb_checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login_uv_mb {
  padding-top: 120px;
}

.login_content2 {
  display: none;
}

.login_uv {
  position: relative;
  /* background: url('/timviecejs/images/New_images/bg_login_ntd_v2.png') no-repeat; */
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 200px;
  background-size: cover;
}

.login_uv > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* Căn giữa ảnh */
  width: auto;
  height: 100%;
  object-fit: cover; /* Giữ đúng tỷ lệ ảnh, hiển thị giống background */
}

.login_uv .vieclam_container {
  position: relative;
  z-index: 1;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  padding-top: 119px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login_uv .vieclam_container .login_content {
  width: 42%;
  padding-top: 150px !important;
  padding-left: 5%;
  float: right;
}
.login_uv .vieclam_container .login_content.box_title_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  padding: 0 !important;
  float: unset !important;
}

.login_uv .vieclam_container .login_content h1 {
  color: #232f87;
  font-family: Roboto-Medium, sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
.login_uv .vieclam_container .login_content h1.h1_title_pc {
  text-transform: uppercase;
  text-align: center;
}
.login_uv .vieclam_container .login_content .txt_note_title {
  font-family: Roboto-Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: justify;
}
.login_uv .vieclam_container .login_content .txt_phone_support {
  color: #F88C00;
  font-family: Roboto-Medium, sans-serif;
  font-weight: 500;
}
.login_uv .vieclam_container .login_content .txt_site {
  color: #232f87;
  font-family: Roboto-Medium, sans-serif;
  font-weight: 500;
}

.login_uv .vieclam_container .form_dang_nhap {
  width: 525px;
  height: fit-content !important;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 12px;
}

.login_uv .vieclam_container .form_dang_nhap .box_select_login {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv {
  height: 70px;
  padding-top: 15px;
  justify-content: space-evenly;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv p {
  line-height: 25.5px;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .select_login {
  height: 54px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: unset;
  border: unset;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .select_login .h2_title, 
.login_uv .vieclam_container .form_dang_nhap .lg_uv .select_login p {
  text-transform: uppercase;
  font-size: 19px;
  color: #4c5bd4;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr {
  position: relative;
  justify-content: center;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr p {
  width: 100%;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_tk .nbon {
  font-family: 'Roboto-Regular';
  font-weight: 200;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_tk .upn {
  text-transform: none !important;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_tk p {
  width: 100%;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  right: -50px;
}

.login_uv .vieclam_container .form_dang_nhap .lg_uv .act {
  color: #4c5bd4;
  font-weight: bold;
  border-bottom: 3px solid rgb(76, 91, 212);
  /* background: url('/timviecejs/images/New_images/bdbt.png') no-repeat;
  background-position: center bottom; */
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr {
  padding: 29px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .img_qr {
  width: 184px;
  min-width: 184px;
  height: 186px;
  min-height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .img_qr img {
  vertical-align: middle;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .f16 {
  font-size: 16px;
  line-height: 21.6px;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .mrt9 {
  margin-top: 9px;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .cur_p {
  cursor: pointer;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr .cl4c {
  color: #4c5bd4;
}

.login_uv .vieclam_container .form_dang_nhap .scan_qr button {
  background: unset;
  border: unset;
}

.login_uv .vieclam_container .form_dang_nhap #formSignUp {
  width: 100%;
  padding: 23px;
  background: #fff;
  float: left;
  border-radius: 0 0 12px 12px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk input {
  border: unset;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv .email_lg {
  background: url('/timviecejs/images/New_images/icn_user.png') no-repeat;
  width: 20px;
  position: absolute;
  height: 25px;
  top: 12px;
  left: 20px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv #user_email {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 22px;
  background-color: #fff !important;
  padding-left: 65px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #a5abc7;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv .pass_lg {
  background: url('/timviecejs/images/New_images/icn_pass.png') no-repeat;
  width: 23px;
  position: absolute;
  height: 25px;
  top: 12px;
  left: 20px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv #user_password_first {
  width: 100%;
  height: 50px;
  border: none;
  color: #a5abc7;
  font-size: 22px;
  background-color: #fff !important;
  padding-left: 65px;
  border-radius: 10px;
  box-sizing: border-box;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv .form-control {
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv .error {
  margin-top: 3px;
  color: red;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv .view_pass {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #777;
  font-size: 22px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .form_uv:first-child {
  border-bottom: 1px solid #a5abc7;
  margin-bottom: 10px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .btn_login2 {
  width: 120%;
  margin-left: -10.3%;
  margin-top: 30px;
  float: left;
  height: 40px;
  cursor: pointer;
  margin-bottom: 40px;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .btn_login2 .btn_login_uv {
  width: 100%;
  height: 65px;
  background: #232f87;
  border: none;
  color: #fff;
  font-size: 22px;
  font-family: Roboto-Medium, sans-serif;
  cursor: pointer;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .btn_login2 .triangleLeft {
  width: 0;
  height: 0;
  border-top: 13px solid #212a68;
  border-right: 23px solid transparent;
  float: right;
}

.login_uv .vieclam_container .form_dang_nhap .form_tk .btn_login2 .triangleRight {
  width: 0;
  height: 0;
  border-top: 13px solid #212a68;
  border-left: 25px solid transparent;
  float: left;
}

.login_uv .vieclam_container .form_dang_nhap .forget_pw {
  text-align: center;
  padding-top: 35px;
}

.login_uv .vieclam_container .form_dang_nhap .forget_pw .qmk {
  color: #232f87;
  font-size: 17px;
  line-height: 26px;
  float: unset;
  text-decoration: none;
}

.login_uv .vieclam_container .form_dang_nhap .forget_pw .qmk:hover {
  text-decoration: none;
}

.login_uv .vieclam_container .login_register {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

.login_uv .vieclam_container .login_register p {
  font-size: 16px;
}

.login_uv .vieclam_container .login_register a {
  color: #ff7009;
}

.box_qr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
}

.box_qr_title {
  text-transform: uppercase;
  color: #4C5BD4;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
}

button.down_chat {
  width: 100%;
  border: none;
  border-radius: 25px;
  background: #4C5BD4;
}

button.down_chat a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

p.chat_txt {
  font-size: 18px;
  font-family: 'Roboto-Medium';
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .login_uv .vieclam_container {
    width: auto;
  }

  .login_uv .vieclam_container .login_content {
    display: block;
  }

  .login_uv .vieclam_container .form_dang_nhap {
    margin: auto;
    width: 430px;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr::after {
    right: -35px;
  }

  .login_uv .vieclam_container .login_register {
    padding-right: 16%;
    padding-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 1165px) {
  .login_uv .vieclam_container {
    padding-top: unset;
    background: #fff;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .login_uv_mb {
    padding-top: unset;
    position: relative;
    padding-top: 138px !important;
    padding-bottom: 50px;
  }

  .login_uv {
    /* background: url('/timviecejs/images/New_images/bg_login_ntd_v2.png') no-repeat; */
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    height: 700px;
    background-size: auto 100%;
    background-position: center;
    padding-top: unset !important;
  }

  .login_uv h1 {
    display: block !important;
    color: #232f87;
    padding: 10px 45px 0 !important;
    text-transform: uppercase;
    font-family: Roboto-Medium, sans-serif;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .login_uv .vieclam_container {
    padding-top: unset;
  }

  .login_uv .vieclam_container .login_content {
    display: none;
  }

  .login_uv .vieclam_container .form_dang_nhap {
    background: #fff;
    width: 536px;
    height: 345px;
    background: unset;
    width: 80%;
    background-color: #fff;
    margin-top: 90px;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .act {
    color: #4c5bd4;
    font-weight: bold;
    background: url('/timviecejs/images/New_images/bdbt.png') no-repeat;
    background-position: center bottom;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .select_login {
    color: #aaa;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr::after {
    right: -70px;
  }

  .login_uv .vieclam_container .form_dang_nhap .scan_qr .cur_p {
    margin-top: -4px;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp {
    padding-top: 29px !important;
    width: 100% !important;
    margin-left: unset !important;
    padding: 23px;
    background: transparent;
    float: none;
    border-radius: 0 0 12px 12px;
    margin: auto;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv .email_lg {
    background: url('/timviecejs/images/New_images/icn_user_mobi.png') no-repeat;
    width: 18px;
    position: absolute;
    height: 25px;
    top: 12px;
    left: auto;
    right: 20px;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv .pass_lg {
    display: none;
    background: url('/timviecejs/images/New_images/icn_pass_mobi.png') no-repeat;
    width: 22px;
    position: absolute;
    height: 28px;
    top: 12px;
    left: auto;
    right: 20px;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv .view_pass {
    right: 20px;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv #user_email {
    padding-left: 20px;
    width: 100%;
    height: 41px;
    border: none;
    font-size: 16px;
    padding-right: 40px;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv #user_password_first {
    width: 100%;
    height: 41px;
    border: none;
    font-size: 16px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .form_uv:first-child {
    margin-bottom: unset;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .btn_login2 {
    width: 117%;
    margin-left: -50px;
    margin-top: 20px;
    margin-bottom: 2px;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .btn_login2 .btn_login_uv {
    height: 46px;
    background: #4c5bd4;
    font-size: 16px;
    background: #4c5bd4;
    width: 100%;
  }

  .login_uv .vieclam_container .form_dang_nhap .forget_pw {
    margin-bottom: -10px;
  }

  .login_uv .vieclam_container .form_dang_nhap .forget_pw .qmk {
    line-height: 95px;
  }

  .login_uv .vieclam_container .form_dn_uv {
    padding-bottom: 20px;
  }

  .login_uv .vieclam_container .login_register {
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .login_content2 {
    display: block;
  }

  .login_uv {
    height: unset;
  }

  .login_uv .vieclam_container .form_dang_nhap {
    width: 80%;
    background-color: #fff;
    height: 80%;
    margin-top: 90px;
  }

  .login_uv .vieclam_container .form_dang_nhap .box_select_login {
    display: none;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .select_login p {
    font-size: 15px;
  }

  .login_uv .vieclam_container .form_dang_nhap .lg_uv .lg_qr::after {
    right: -20px;
  }

  .login_uv .vieclam_container .form_dang_nhap .scan_qr {
    text-align: center;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .btn_login2 {
    width: 120% !important;
    margin-left: unset !important;
    margin-top: 16px !important;
    margin-bottom: 2px !important;
    margin-left: -10.3% !important;
    float: left;
    height: 40px;
    cursor: pointer;
  }

  .login_uv .vieclam_container .form_dang_nhap #formSignUp .btn_login2 .btn_login_uv {
    height: 65px;
    float: left;
  }
}

.content_body_md {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.content_body_md .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.content_body_md .modal-title1 {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: bold;
  text-align: center;
}

.content_body_md .img_qr {
  width: 184px;
  min-width: 184px;
  height: 186px;
  min-height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_body_md .ct_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content_body_md .ct_list .item_l {
  display: flex;
  gap: 15px;
  align-items: center;
}

.content_body_md .ct_list .item_l .cicle_list {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c5bd4;
  border-radius: 99em;
  color: #fff;
}

.content_body_md .ct_list .item_l p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.content_body_md .ct_list .item_l p img {
  vertical-align: middle;
}

.wapper .auth_form1 {
  width: 100%;
  /* height: 110px; */
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wapper .auth_form1 .top {
  display: flex;
  gap: 15px;
}

.wapper .auth_form1 .top .icon img {
  vertical-align: middle;
}

.wapper .auth_form1 .top .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #333;
}

.wapper .auth_form1 .button {
  display: flex;
  justify-content: flex-end;
}

.wapper .auth_form1 .button button {
  cursor: pointer;
  border: none;
  min-width: 105px;
  height: 35px;
  background: #4c5bd4;
  border-radius: 6px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.wapper .auth_form1 .button button:hover {
  cursor: pointer;
}

.auth_form1 {
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth_form1 .top {
  display: flex;
  gap: 15px;
}

.auth_form1 .top img {
  vertical-align: middle;
}

.auth_form1 .top .box_select_tk {
  display: flex;
  flex-direction: column;
  width: calc(100% - 56px);
  gap: 20px;
}

.auth_form1 .top .box_select_tk .text {
  font-family: 'Roboto-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #333;
}

.auth_form1 .button {
  display: flex;
  justify-content: flex-end;
}

.auth_form1 .button button {
  border: none;
  min-width: 105px;
  height: 35px;
  background: #4c5bd4;
  border-radius: 6px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.bg_spinner,
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
}

.v-modal {
  width: 100%;
  height: 100%;
  background: #000;
}

.bg_spinner {
  z-index: 99999999;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.spinner {
  text-align: center;
}

.spinner {
  width: 90px;
  left: 50%;
  top: 300px;
  position: absolute;
  z-index: 99999;
  transform: translate(-50%, 0);
}

.spinner>div {
  width: 30px;
  height: 30px;
  background-color: #232f87;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading,
.modal,
.spinner {
  text-align: center;
}