.tg_content_personal_profile .kimngan_main_title {
  margin: 0 0 4rem 0;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile .kimngan_main_title {
    justify-content: initial;
  }
}
.tg_content_personal_profile_general_wrap {
  display: flex;
  gap: 9rem;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.tg_content_personal_profile_general_wrap_left {
  width: 54%;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left {
    width: 100%;
  }
}
.tg_content_personal_profile_general_wrap_left .tg_list_btn {
  display: flex;
  margin: 5rem 0 0 0;
  justify-content: flex-end;
  gap: 2rem;
}
@media (max-width: 767px) {
  .tg_content_personal_profile_general_wrap_left .tg_list_btn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.2rem;
    display: grid;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left .tg_list_btn {
    margin: 1.6rem 0 0 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tg_content_personal_profile_general_wrap_left .tg_list_btn .btn-style1 {
    padding: 0.9rem;
  }
}
@media (max-width: 767px) {
  .tg_content_personal_profile_general_wrap_left .tg_list_btn .btn-style2 {
    padding: 0.9rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_content_personal_profile_general_wrap_left_form_row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left_form_row {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form_row_item {
  flex: 1;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left_form_row_item label {
    font-size: 1.4rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form_row_item label span {
  color: #ee4223;
}
.tg_content_personal_profile_general_wrap_left_form_row_item input[type=text],
.tg_content_personal_profile_general_wrap_left_form_row_item input[type=email],
.tg_content_personal_profile_general_wrap_left_form_row_item input[type=tel] {
  width: 100%;
  margin: 0.8rem 0 0 0;
  border: 0.1rem solid #e9e8e8;
  border-radius: 1rem;
  padding: 1.3rem 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left_form_row_item input[type=text],
  .tg_content_personal_profile_general_wrap_left_form_row_item input[type=email],
  .tg_content_personal_profile_general_wrap_left_form_row_item input[type=tel] {
    padding: 0.8rem 1.6rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form_row_item select {
  border: 0.1rem solid #e9e8e8;
  border-radius: 1rem;
  padding: 1.3rem 2.8rem 1.3rem 1.6rem;
  margin: 0.8rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 5.2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left_form_row_item select {
    padding: 0.8rem 2.8rem 0.8rem 1.6rem;
    height: 4.2rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form_row_item em {
  position: relative;
}
.tg_content_personal_profile_general_wrap_left_form_row_item em img.img_arr_dow {
  position: absolute;
  top: 0.9rem;
  right: 1.6rem;
  pointer-events: none;
}
.tg_content_personal_profile_general_wrap_left_form_row_item input:disabled {
  background: #e9e8e8;
  color: #a3a3a3;
}
.tg_content_personal_profile_general_wrap_left_form_row_item .custom-file-upload {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12rem 0 0;
  border: 0.1rem solid #e9e8e8;
  border-radius: 1rem;
  overflow: hidden;
  margin: 1rem 0 0 0;
}
.tg_content_personal_profile_general_wrap_left_form_row_item .custom-file-upload .file-name {
  color: #bbbaba;
  padding: 1.55rem 1.6rem;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20.3rem;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_left_form_row_item .custom-file-upload .file-name {
    padding: 1.05rem 1.6rem;
  }
}
.tg_content_personal_profile_general_wrap_left_form_row_item .custom-file-upload .custom-file-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff8061;
  color: white;
  border-radius: 1rem 0.9rem 0.9rem 1rem;
  height: 100%;
  width: 12rem;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg_content_personal_profile_general_wrap_left_form_row_item .custom-file-upload input[type=file] {
  display: none;
}
.tg_content_personal_profile_general_wrap_right {
  padding: 0 0 0 9rem;
  position: relative;
  flex: 1;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_right {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.tg_content_personal_profile_general_wrap_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e9e8e8;
  width: 0.1rem;
  height: 49rem;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_right::before {
    display: none;
  }
}
.tg_content_personal_profile_general_wrap_right_figure {
  display: table;
}
.tg_content_personal_profile_general_wrap_right_figure figure {
  border: 0.15rem solid #bbbaba;
  border-radius: 50%;
  width: 21rem;
  height: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.tg_content_personal_profile_general_wrap_right_figure figure #avatarImg {
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tg_content_personal_profile_general_wrap_right_change {
  display: table;
  margin: 2rem 0 0 0;
  text-align: center;
  width: 100%;
  max-width: 210px;
}
.tg_content_personal_profile_general_wrap_right_change p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 2rem 0;
}
.tg_content_personal_profile_general_wrap_right_change input[type=file] {
  display: none;
}
.tg_content_personal_profile_general_wrap_right_change label span {
  padding: 1rem 3.2rem;
  border-radius: 10rem;
  border: 0.1rem solid #ee4223;
  font-size: 1.4rem;
  line-height: 150%;
  color: #ee4223;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  display: table;
  margin: 0 auto;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_personal_profile_general_wrap_right_change label span {
    width: 100%;
  }
}
.tg_content_personal_change_password_general_wrap {
  display: flex;
  gap: 3.7rem;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap {
    flex-direction: column-reverse;
  }
}
.tg_content_personal_change_password_general_wrap_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap_left {
    width: 100%;
    gap: 2rem;
  }
}
.tg_content_personal_change_password_general_wrap_left_form_row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item label {
  font-size: 1.4rem;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item label span {
  color: #ee4223;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item_show {
  position: relative;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item_show_ip input {
  border: 1px solid #e9e8e8;
  padding: 1.35rem 1.6rem;
  width: 100%;
  border-radius: 0.8rem;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item_show_icon {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  cursor: pointer;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item_show_icon figure {
  width: 2.4rem;
  height: 2.4rem;
}
.tg_content_personal_change_password_general_wrap_left_form_row_item_show_icon figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_content_personal_change_password_general_wrap_left .tg_list_btn {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap_left .tg_list_btn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.2rem;
    display: grid;
  }
}
.tg_content_personal_change_password_general_wrap_left .tg_list_btn .btn-style1 {
  padding: 1.1rem 7.7rem;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap_left .tg_list_btn .btn-style1 {
    padding: 0.9rem 1.6rem;
  }
}
.tg_content_personal_change_password_general_wrap_left .tg_list_btn .btn-style2 {
  padding: 1.1rem 4.2rem;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap_left .tg_list_btn .btn-style2 {
    padding: 0.9rem 1.6rem;
  }
}
.tg_content_personal_change_password_general_wrap_right {
  width: 40%;
}
@media (max-width: 767px) {
  .tg_content_personal_change_password_general_wrap_right {
    width: 100%;
  }
}
.tg_content .hv_btn_style1:hover {
  color: #fff;
  background: #ee4223;
}
.tg_content .btn-style1 {
  border-radius: 9rem;
  border: 0.1rem solid #ee4223;
  font-size: 1.6rem;
  line-height: 150%;
  color: #ee4223;
  font-weight: 500;
  font-style: normal;
  background: transparent;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1.1rem 7.7rem;
}
.tg_content .btn-style1:hover {
  color: #fff;
  background: #ee4223;
}
@media (max-width: 1024px) {
  .tg_content .btn-style1 {
    padding: 1.1rem 5rem;
  }
}
.tg_content .btn-style2 {
  border-radius: 9rem;
  border: 0.1rem solid #ee4223;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  background: #ee4223;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1.1rem 5.7rem;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content .btn-style2 {
    padding: 1.1rem 5rem;
  }
}
.tg_content .btn-style2:hover {
  background: #ff5131;
}/*# sourceMappingURL=giang.css.map */