@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);
@import url(https://cdn.autoketing.org/sdk-cdn/popup-fullsize/fonts/SF_Pro_Display/SF_Pro_Display.css);
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SF Pro Display";
  letter-spacing: 0;
}

:root {
  --main_form: "SF Pro Display";
  --second_form: "Varela Round", sans-serif;
}

li {
  list-style: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
button:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

.container-fluid {
  padding: 0;
}

.page-content {
  min-height: 700px;
}
@media (max-width: 992px) {
  .page-content.--pushed {
    margin-top: 80px;
  }
}

.box_image {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
}

.img_fix {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon_play {
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: 32px;
  max-height: 32px;
}

.dot-text::before {
  content: "•";
  margin-right: 5px;
}

.wrap_btn .prev-btn,
.wrap_btn .next-btn {
  border: 0;
  background: transparent;
  margin: 0 8px;
}
.wrap_btn span {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 5.68px;
  text-transform: uppercase;
}
.wrap_btn .current_item {
  color: #030303;
}
.wrap_btn .total_item {
  color: #acabab;
}

.loading-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.4901960784);
  padding-top: 46vh;
}
.loading-box .lds-ring,
.loading-box .lds-ring div {
  box-sizing: border-box;
}
.loading-box .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  color: #acabab;
}
.loading-box .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.loading-box .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-box .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-box .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header {
  background-color: #e31f26;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 83px;
  display: flex;
  transition: all 0.3s ease; /* Đảm bảo chuyển đổi mượt mà cho các thuộc tính khác */
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: tran;
}
@media (max-width: 992px) {
  .header {
    height: 80px;
    padding: 0 20px;
  }
}
.header.--bg-transparent {
  background: transparent;
}
.header .icon-toggle-menu-mb {
  position: absolute;
  right: 0;
  display: inline-block;
  cursor: pointer;
}
.header .icon-toggle-menu-mb .bar1,
.header .icon-toggle-menu-mb .bar2,
.header .icon-toggle-menu-mb .bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  transition: 0.4s;
}
.header .icon-toggle-menu-mb.change .bar1 {
  transform: translate(0, 10px) rotate(-40deg);
}
.header .icon-toggle-menu-mb.change .bar2 {
  opacity: 0;
}
.header .icon-toggle-menu-mb.change .bar3 {
  transform: translate(0, -10px) rotate(40deg);
}
.header .--only-pc {
  display: flex !important;
}
@media (max-width: 992px) {
  .header .--only-pc {
    display: none !important;
  }
}
.header .--only-mb {
  display: none !important;
}
@media (max-width: 992px) {
  .header .--only-mb {
    display: flex !important;
  }
}
.header.--fixed {
  position: fixed;
  height: 44px;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #e31f26 !important;
  box-shadow: 0px 4px 30px 0px rgba(199, 3, 3, 0.25);
}
.header .--hidden {
  display: none !important;
}
.header__pc-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  height: 100%;
}
.header__pc-menu--menu-box {
  display: flex;
  gap: 0 10px;
  height: 100%;
  align-items: center;
}
.header__pc-menu--menu-box .menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.header__pc-menu--menu-box .menu__item {
  cursor: pointer;
  margin: 0 14px;
  display: flex;
  align-items: center;
  height: 70%;
  border-bottom: solid 3px transparent;
  transition: all 0.3s ease; /* Đảm bảo chuyển đổi mượt mà cho các thuộc tính khác */
}
.header__pc-menu--menu-box .menu__item.--active {
  border-bottom: solid 3px #fff;
}
.header__pc-menu--menu-box .menu__item:hover {
  border-bottom: solid 3px #fff;
}
.header__pc-menu--menu-box .menu__item a {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
.header__pc-menu--btn {
  width: 150px;
  height: 44px;
  background-color: #fff;
  border-radius: 200px;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #e31f26;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease; /* Đảm bảo chuyển đổi mượt mà cho các thuộc tính khác */
}
.header__pc-menu--btn:hover {
  color: #e31f26;
  box-shadow: 4px 2px 16px 0px #474747;
}
.header__pc-menu .logo a {
  position: relative;
  display: flex;
}
.header__pc-menu .logo-full {
  width: auto;
  opacity: 1;
  position: relative;
  transition: opacity 0.5s ease;
  top: -50%;
}
.header__pc-menu .logo-short {
  width: 0;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease;
  top: -50%;
}
.header__pc-menu.--sub {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  justify-content: space-between;
}
.header__pc-menu.--sub--menu-box {
  display: flex;
  gap: 0 10px;
  height: 100%;
  align-items: center;
}
.header__pc-menu.--sub--menu-box .menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.header__pc-menu.--sub--menu-box .menu__item {
  cursor: pointer;
  padding: 0 14px;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: solid 3px transparent;
}
.header__pc-menu.--sub--menu-box .menu__item.--active {
  border-bottom: solid 3px #fff;
}
.header__pc-menu.--sub--menu-box .menu__item:hover {
  border-bottom: solid 3px #fff;
}
.header__pc-menu.--sub--menu-box .menu__item a {
  color: #fff;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.header__pc-menu.--sub .header__pc-menu--btn {
  width: 138px;
  height: 26px;
  border-radius: 200px;
  background: #fff;
  color: #e31f26;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__pc-menu.--sub .header__pc-menu--btn:hover {
  color: #e31f26;
  box-shadow: 4px 2px 16px 0px #474747;
}
.header__pc-menu.--sub .logo-full {
  width: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease;
}
.header__pc-menu.--sub .logo-short {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.header__pc-menu.--sub .menu__item {
  padding: 0 14px;
  margin: 0;
  height: 100%;
  transition: all 0.3s ease; /* Đảm bảo chuyển đổi mượt mà cho các thuộc tính khác */
}
.header__mb-menu {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__mb-menu--logo {
  width: 196.831px;
  height: 33.762px;
}
.header__sub-mb-menu {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__sub-mb-menu--logo {
  width: 34px;
  height: 34px;
}

.mb-menu-content {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  height: calc(100vh - 80px);
  width: 70vw;
  position: fixed;
  right: -100%;
  top: 80px;
  z-index: 100;
  transition: right 0.5s;
}
.mb-menu-content.--show {
  right: 0;
  transition: right 0.5s;
}
.mb-menu-content.--pushed {
  top: 44px;
  height: calc(100vh - 44px);
}
.mb-menu-content--content {
  height: 100%;
  position: relative;
}
.mb-menu-content .mb-menu {
  padding: 17px 28px;
  display: flex;
  flex-flow: column;
  gap: 13px 0;
}
@media (max-width: 576px) {
  .mb-menu-content .mb-menu {
    padding: 17px 19px;
  }
}
.mb-menu-content .mb-menu__li {
  text-transform: uppercase;
}
.mb-menu-content .mb-menu__li a {
  color: #000;
}
.mb-menu-content .mb-menu__li.--active a {
  color: #e31f26;
}
.mb-menu-content .mb-menu__li--btn {
  width: 188px;
  height: 44px;
  border-radius: 200px;
  background: #fff;
  color: #e31f26;
  text-align: center;
  border: solid 0.5px #e31f26;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
}
.mb-menu-content .info-contact {
  padding: 17px 28px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #fff;
}
@media (max-width: 576px) {
  .mb-menu-content .info-contact {
    padding: 5px 19px 17px;
  }
}
.mb-menu-content .info-contact__contact {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: "SF Pro Display";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.mb-menu-content .info-contact__contact--email, .mb-menu-content .info-contact__contact--phone {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none; /* Ngăn chặn menu gọi điện xuất hiện */
  -webkit-user-select: none; /* Ngăn chặn việc lựa chọn */
  -moz-user-select: none;
       user-select: none; /* Ngăn chặn việc lựa chọn */
}
.mb-menu-content .info-contact__company-name {
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer {
  position: relative;
}
.footer .break-line {
  border-top: 1px solid #c0c6dc;
  width: 100%;
  display: block;
}
.footer__image {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 100%;
}
@media (max-width: 992px) {
  .footer__image {
    height: 150px;
  }
}
.footer__logo {
  width: 210px;
  height: 119px;
}
.footer__top {
  padding: 12px 0;
  display: grid;
  gap: 0 77px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .footer__top {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding: 0 20px 12px;
  }
}
.footer__top .break-line {
  margin: 18px 0;
}
.footer__top p,
.footer__top a {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.footer__top strong {
  font-weight: 700;
}
.footer__top h4 {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 992px) {
  .footer__top h4 {
    color: #4f596a;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}
.footer__top ul {
  padding: 0;
}
.footer__top--left {
  display: flex;
  gap: 0 42px;
  flex-flow: row;
}
@media (max-width: 992px) {
  .footer__top--left {
    flex-flow: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer__top--left .info {
    text-align: center;
  }
}
.footer__top--right {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .footer__top--right {
    gap: 0 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__top--right a {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 992px) {
  .footer__top--right a {
    color: #4f596a;
    font-size: 14px;
  }
}
.footer__top--right a:hover {
  color: #e31f26;
}
.footer__bottom {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__bottom {
    position: relative;
    padding-top: 50px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
}
@media (max-width: 576px) {
  .footer__bottom {
    padding: 50px 20px 10px;
  }
}
.footer__bottom .--only-mb {
  display: none !important;
}
@media (max-width: 992px) {
  .footer__bottom .--only-mb {
    display: flex !important;
  }
}
.footer__bottom .--only-pc {
  display: flex !important;
}
@media (max-width: 992px) {
  .footer__bottom .--only-pc {
    display: none !important;
  }
}
.footer__bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer__bottom p {
  margin-bottom: 0;
  color: #9ea7c9;
  font-family: "SF Pro Display";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 992px) {
  .footer__bottom p {
    color: #9ea7c9;
    font-family: "SF Pro Display";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
}
.footer__bottom .social {
  gap: 0 10px;
}
@media (max-width: 992px) {
  .footer__bottom .social {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .footer__bottom .social img {
    width: 30px;
    height: 30px;
  }
}
.footer__bottom .copyright {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__bottom .copyright {
    order: 1;
  }
}
.footer__bottom .policy li {
  margin-left: 25px;
}
.footer__bottom .policy li a {
  color: #9ea7c9;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.footer__bottom .policy li a:hover {
  color: #e31f26;
}
.footer__bottom--policy-language {
  display: flex;
  gap: 0 12px;
}
.footer__bottom--policy-language a {
  display: flex;
  align-items: center;
}
.footer__bottom--language {
  color: #9ea7c9;
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}
@media (max-width: 992px) {
  .footer__bottom--language {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__bottom--language select {
  border: unset;
  color: #9ea7c9;
  outline: unset;
  background: transparent;
}
.footer__bottom--language select:hover {
  color: #e31f26;
}
.footer__bottom--language a {
  color: #9ea7c9;
  width: 65px;
}

.sub-footer {
  background-color: #f6f8fd;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .sub-footer {
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  .sub-footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .sub-footer {
    margin-bottom: 40px;
  }
}
.sub-footer__footer {
  height: 540px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(/images/image.png?72d03cd803894c9c3a7c9268ea014b0f);
  background-position: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .sub-footer__footer {
    background-position: 86%;
  }
}
@media (max-width: 768px) {
  .sub-footer__footer {
    background-position: 86%;
  }
}
.sub-footer__footer--content {
  margin-top: -50px;
  width: 100%;
}
@media (max-width: 992px) {
  .sub-footer__footer--content {
    justify-content: center;
    margin-top: -220px;
    padding: 0 20px;
  }
}
.sub-footer__footer--content #msg-email-apply-job {
  font-size: 14px;
  padding: 0 20px;
  color: #e31f26;
}
.sub-footer__footer--content .question {
  width: 576px;
}
@media (max-width: 992px) {
  .sub-footer__footer--content .question {
    width: 100%;
  }
}
.sub-footer__footer--content .question__title {
  color: #333;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 768px) {
  .sub-footer__footer--content .question__title {
    flex-flow: column;
    align-items: flex-start;
  }
}
.sub-footer__footer--content .question__title--line {
  width: 150px;
  display: block;
  margin-top: 25px;
  border-bottom: solid 3px #e31f26;
}
@media (max-width: 768px) {
  .sub-footer__footer--content .question__title--line {
    margin: 0;
  }
}
.sub-footer__footer--content .question__description {
  color: #515a69;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}
.sub-footer__footer--content .question__contact-box {
  position: relative;
  width: 522px;
  margin-top: 80px;
  z-index: 9;
}
@media (max-width: 992px) {
  .sub-footer__footer--content .question__contact-box {
    margin-top: 350px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 28px 0;
  }
}
@media (max-width: 532px) {
  .sub-footer__footer--content .question__contact-box {
    margin-top: 300px;
  }
}
.sub-footer__footer--content .question__contact-box--input {
  width: 100%;
  height: 46px;
  padding: 0 190px 0 15px;
  border-radius: 200px;
  border: 1px solid #dfdfdf;
  background: #fff;
  outline: unset;
}
@media (max-width: 992px) {
  .sub-footer__footer--content .question__contact-box--input {
    height: 48px;
    width: 353px;
    padding: 0 15px;
  }
}
.sub-footer__footer--content .question__contact-box--input.--invalid {
  border: solid 1px #e31f26;
}
.sub-footer__footer--content .question__contact-box .input-box {
  display: flex;
  flex-flow: column;
}
.sub-footer__footer--content .question__contact-box .btn-box {
  position: absolute;
  right: 3px;
  top: 3px;
}
@media (max-width: 992px) {
  .sub-footer__footer--content .question__contact-box .btn-box {
    position: unset;
    transform: unset;
  }
}
.sub-footer__footer--content .question__contact-box--button {
  width: 185px;
  height: 40px;
  border-radius: 200px;
  background: #e31f26;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  position: relative;
  border: unset;
  padding: 0 40px 0 10px;
}
.sub-footer__footer--content .question__contact-box--button:hover {
  background: #ca0108;
}
.sub-footer__footer--content .question__contact-box--button .arrow-icon {
  color: #fff;
  position: absolute;
  animation: moveLeftRightSendInfo 1s infinite;
}
@keyframes moveLeftRightSendInfo {
  0% {
    right: 25px;
  }
  50% {
    right: 15px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    right: 25px;
  }
}
.sub-footer__footer--content .question__contact-box--button.--disabled {
  background: #ee6368;
}
.sub-footer__footer--content .question__contact-box--button.--disabled .arrow-icon {
  right: 20px;
  animation: unset;
}

.modal-backdrop {
  background-color: #323232;
}

.register-receive-information {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.register-receive-information .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .register-receive-information .modal-dialog .modal-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.register-receive-information .msg {
  font-size: 14px;
  padding: 0 12px;
  color: #e31f26;
}
.register-receive-information .modal-header {
  border-bottom: unset;
}
.register-receive-information .modal-body {
  padding: 10px 132px 34px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 992px) {
  .register-receive-information .modal-body {
    padding: 10px 32px 34px;
  }
}
.register-receive-information .modal-body form {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.register-receive-information h3 {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 222.222% */
}
.register-receive-information .form {
  display: flex;
  flex-flow: column;
  gap: 20px 0;
  max-width: 541px;
  width: 100%;
}
.register-receive-information .form__input {
  width: 100%;
  height: 48px;
  border-radius: 200px;
  border: 0.6px solid #cfcfcf;
  background: #fff;
  padding: 0 20px;
}
.register-receive-information .form__input.--invalid {
  border: 0.6px solid #e31f26;
}
.register-receive-information .btn-submit {
  width: 289px;
  height: 40px;
  color: #fff;
  border-radius: 200px;
  background: #e31f26;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  border: unset;
  margin-top: 68px;
  position: relative;
}
.register-receive-information .btn-submit:hover {
  background-color: #ec1d23;
  box-shadow: 3px 2px 11px -2px #474747;
}
.register-receive-information .btn-submit .arrow-icon {
  position: absolute;
  animation: moveLeftRightModelRegisterButton 1s infinite;
}
@keyframes moveLeftRightModelRegisterButton {
  0% {
    right: 50px;
  }
  50% {
    right: 40px; /* khoảng cách chuyển động sang phải */
  }
  100% {
    right: 50px;
  }
}
.register-receive-information .notify {
  color: #4f596a;
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 62px;
}
@media (max-width: 992px) {
  .register-receive-information .notify {
    text-align: center;
  }
}

.register-receive-success .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .register-receive-success .modal-dialog .modal-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.register-receive-success .modal-header {
  border-bottom: unset;
}
.register-receive-success .modal-body {
  padding: 10px 132px 34px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 992px) {
  .register-receive-success .modal-body {
    padding: 10px 32px 34px;
  }
}
.register-receive-success h3 {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 222.222% */
}
.register-receive-success .register-receive-success__image {
  width: 235.88px;
  height: 196px;
}
.register-receive-success .form {
  display: flex;
  flex-flow: column;
  gap: 20px 0;
  max-width: 541px;
  width: 100%;
}
.register-receive-success .form__input {
  width: 100%;
  height: 48px;
  border-radius: 200px;
  border: 0.6px solid #cfcfcf;
  background: #fff;
  padding: 0 20px;
}
.register-receive-success .btn-submit {
  width: 289px;
  height: 40px;
  color: #fff;
  border-radius: 200px;
  background: #e31f26;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  border: unset;
}
.register-receive-success .notify {
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
  margin: 33px 0 10px;
}
@media (max-width: 992px) {
  .register-receive-success .notify {
    text-align: center;
  }
}
