@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Font";
}

@font-face {
  font-family: "Fonts";
  src: url("../Fonts/Font.eot");
  src: url("../Fonts/Font.eot?#iefix") format("embedded-opentype"), url("../Fonts/Font.woff2") format("woff2"), url("../Fonts/Font.woff") format("woff"), url("../Fonts/Font.ttf") format("truetype"), url("../Fonts/Font.svg#Font") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font";
  src: url("../Fonts/Font.eot");
  src: url("../Fonts/Font.eot?#iefix") format("embedded-opentype"), url("../Fonts/Font.woff2") format("woff2"), url("../Fonts/Font.woff") format("woff"), url("../Fonts/Font.ttf") format("truetype"), url("../Fonts/Font.svg#Font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
==================
=== page Index ===
==================
*/
.login {
  background-color: #F3F9FE;
}
@media (max-width: 537px) {
  .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
  }
}

.area_header2 {
  padding: 12px 32px;
}
.area_header2 .container_header2 .logo_header img {
  width: 85px;
  height: 48px;
}
.area_header2 .container_header2 .btn_right_header button {
  background-color: rgba(0, 144, 255, 0.0901960784);
  color: #006ac7;
  height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 1.0625rem;
  font-weight: 500;
  outline: none;
  border: none;
  margin-top: 4px;
}
.area_header2 .container_header2 .btn_right_header button:hover {
  background-color: #C7E6FE;
}

section {
  width: 100%;
  padding-bottom: 64px;
  margin-top: 25px;
}
@media (max-width: 1089px) {
  section {
    padding-bottom: 44px;
  }
}
section .container_login {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 537px) {
  section .container_login {
    width: 95%;
  }
}
section .container_login .box_error {
  min-height: 73px;
}
section .container_login .box_error .error_alert {
  background-color: #f3e9eb;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 8px 11px 16px;
  gap: 7px;
  border-radius: 13px;
}
section .container_login .box_error .error_alert p {
  line-height: 20px;
  color: rgba(166, 19, 0, 0.8509803922);
  font-size: 15px;
}
section .container_login form {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 32px;
  width: 100%;
  max-width: 496px;
  margin: 0px auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(8, 76, 128, 0.2117647059);
}
section .container_login form .title {
  margin-bottom: 20px;
}
section .container_login form .title h1 {
  color: rgba(13, 14, 15, 0.9490196078);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 2.625rem;
  scroll-behavior: smooth;
}
section .container_login form .inputes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
section .container_login form .inputes .form-group {
  width: 100%;
  position: relative;
}
section .container_login form .inputes .form-group input {
  width: 100%;
  background-color: rgba(0, 144, 255, 0.0509803922);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 20px 8px 5px 16px;
  position: relative;
  -webkit-transition: outline 0.2s;
  transition: outline 0.2s;
  z-index: 0;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(15, 47, 71, 0.66);
}
section .container_login form .inputes .form-group label {
  position: absolute;
  font-size: 17px;
  color: rgba(15, 47, 71, 0.6588235294);
  font-weight: 200;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal !important;
  font-family: DKBEuclid, Arial, sans-serif;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
section .container_login form .inputes .form-group label.focus {
  font-size: 13px !important;
  top: 25% !important;
}
section .container_login form .inputes .form-group .eye {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
section .container_login form .btn_sub {
  width: 100%;
  margin-top: 33px;
}
section .container_login form .btn_sub button {
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background-color: #006ac7;
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 19px;
}
section .container_login form .forget {
  font-size: 17px;
  margin-top: 15px;
  color: rgba(15, 47, 71, 0.6588235294);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
section .container_login form .forget a {
  text-decoration: none;
  color: #006ac7;
  font-family: "Font";
}

.area_footer {
  background-color: #132D40;
  padding: 8px 32px 12px;
  margin-top: 20.5px;
}
@media (max-width: 1089px) {
  .area_footer .container_area_footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.area_footer .container_area_footer .part_left ul, .area_footer .container_area_footer .part_right ul {
  list-style: none;
  font-size: 13px;
  color: white;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area_footer .container_area_footer .part_left ul li, .area_footer .container_area_footer .part_right ul li {
  position: relative;
}
.area_footer .container_area_footer .part_left ul li::after, .area_footer .container_area_footer .part_right ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.25px;
  background-color: #0c777d;
  left: 0;
  bottom: 0;
}

/*
=================
=== page card ===
=================
*/
.header_1 {
  width: 100%;
  padding: 0px 16px;
}
.header_1 .container_header_1 {
  width: 100%;
  height: 74px;
}
.header_1 .container_header_1 .menu {
  display: none;
}
@media (max-width: 1024px) {
  .header_1 .container_header_1 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
  }
}
.header_1 .container_header_1 .menu p {
  color: rgba(15, 47, 71, 0.6588235294);
}
.header_1 .container_header_1 .part_left {
  gap: 20px;
}
.header_1 .container_header_1 .part_left .logo {
  padding-left: 24px;
}
.header_1 .container_header_1 .part_left .logo img {
  width: 71px;
  height: 40px;
}
.header_1 .container_header_1 .part_left ul {
  list-style: none;
  gap: 16px;
}
@media (max-width: 1024px) {
  .header_1 .container_header_1 .part_left ul {
    display: none !important;
  }
}
.header_1 .container_header_1 .part_left ul li {
  color: rgba(15, 47, 71, 0.6588235294);
  font-family: "Font";
  font-size: 15px;
  color: rgba(15, 47, 71, 0.6588235294);
}
.header_1 .container_header_1 .part_right ul {
  list-style: none;
}
.header_1 .container_header_1 .part_right ul li {
  padding: 13px 18px;
  font-size: 17px;
  color: #006AC7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6px;
}
@media (max-width: 969px) {
  .header_1 .container_header_1 .part_right ul li p {
    display: none;
  }
}
.header_1 .container_header_1 .part_right ul li.active {
  background-color: #E8F5FF;
  padding: 13px 15px;
  border-radius: 7px;
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .header_1 .container_header_1 .part_right ul li.active {
    margin-right: 0px;
  }
}

nav {
  width: 100%;
  background-color: #F3F9FE;
  padding: 0px 16px;
}
@media (max-width: 1024px) {
  nav {
    display: none !important;
  }
}
nav ul {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 24px;
  gap: 32px;
  color: rgba(15, 47, 71, 0.6588235294);
}

.intro {
  width: 100%;
  min-height: 80vh;
}
.intro .back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230976d6' preserveAspectRatio='xMinYMin meet' viewBox='0 0 2266 100'%3E%3Cpath d='M0 0h2266L0 100z'/%3E%3C/svg%3E");
  width: 100%;
  height: 300px;
  background-size: cover;
  color: #fff;
  overflow: visible;
  padding-bottom: 4.1667vw;
}

.footer_1 {
  width: 100%;
  background-color: #002E5C;
}
.footer_1 .container_footer_2 {
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 {
    padding: 0 20px;
  }
}
.footer_1 .container_footer_2 .links {
  width: 90%;
  margin-left: auto;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 97%;
  }
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
}
.footer_1 .container_footer_2 .links ul {
  width: 100%;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links ul {
    padding: 0 0px;
  }
}
.footer_1 .container_footer_2 .links ul span {
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links ul span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links ul span {
    font-size: 16px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer_1 .container_footer_2 .links ul span img {
  display: none;
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links ul span img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer_1 .container_footer_2 .links ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links ul li {
    font-size: 14px;
  }
}
.footer_1 .container_footer_2 .links ul li.social {
  gap: 15px;
}
.footer_1 .container_footer_2 .links_footer {
  border-top: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links_footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
}
.footer_1 .container_footer_2 .links_footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links_footer p {
    font-size: 14px;
  }
}
.footer_1 .container_footer_2 .links_footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer_1 .container_footer_2 .links_footer ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.footer_1 .container_footer_2 .links_footer ul li a {
  color: #fff;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #2ad1c9;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links_footer ul li a {
    font-size: 14px;
  }
}
.footer_1 .container_footer_2 .links_footer ul li p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footer_1 .container_footer_2 .links_footer ul li p {
    font-size: 14px;
  }
}

.details {
  padding: 0 0px;
}
.details .details_box {
  max-width: 1000px;
  padding-top: 50px;
}
.details .details_box.sms_box {
  max-width: 600px;
}
.details .details_box.cc_box {
  max-width: 700px;
}
.details .details_box .head_details {
  width: 100%;
  padding: 32px;
}
.details .details_box .head_details h1 {
  color: rgb(0, 106, 199);
  font-size: 24px;
}
@media (max-width: 546px) {
  .details .details_box .head_details h1 {
    font-size: 20px;
  }
}
.details .details_box .head_details .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
  margin-top: 30px;
}
.details .details_box .head_details .steps span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: rgba(15, 47, 71, 0.6588235294);
}
.details .details_box .head_details .steps p {
  color: rgba(15, 47, 71, 0.6588235294);
  font-weight: 500;
}
.details .details_box .progress_bar {
  width: 100%;
  height: 2px;
  background-color: #B6B6B6;
  position: relative;
}
.details .details_box .progress_bar .length {
  position: relative;
}
.details .details_box .progress_bar .length.wd30 {
  height: 2px;
  width: 35%;
  background-color: rgb(0, 106, 199);
}
.details .details_box .progress_bar .length.wd50 {
  height: 2px;
  width: 50%;
  background-color: rgb(0, 106, 199);
}
.details .details_box .inputes {
  padding: 32px 32px 0 32px;
}
.details .details_box .inputes p {
  margin-bottom: 20px;
  color: rgba(15, 47, 71, 0.6588235294);
}
.details .details_box .inputes .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.details .details_box .inputes .input_box label {
  font-size: 14px;
  color: rgba(9, 17, 24, 0.8392156863);
  margin-bottom: 3px;
}
.details .details_box .inputes .input_box input {
  width: 100%;
  background-color: rgba(0, 144, 255, 0.0509803922);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 5px 8px 5px 16px;
  position: relative;
  -webkit-transition: outline 0.2s;
  transition: outline 0.2s;
  z-index: 0;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(15, 47, 71, 0.66);
}
.details .details_box .inputes .input_box .errmsg {
  display: none;
}
.details .details_box .success_box {
  padding: 52px 32px 0px;
}
.details .details_box .success_box .success {
  padding: 0px 24px 10px;
  text-align: center;
}
.details .details_box .success_box .success img {
  width: 70px;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 20px;
}
.details .details_box .success_box .success h1 {
  font-size: 18px;
}
.details .details_box .success_box .success p {
  font-size: 14px;
}
.details .details_box .app_verment {
  padding: 32px;
}
.details .details_box .app_verment .box_app {
  width: 80%;
  border: 1px solid #B6B6B6;
  margin: 100px auto 0;
  padding: 20px 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 560px) {
  .details .details_box .app_verment .box_app {
    width: 100%;
  }
}
.details .details_box .app_verment .box_app .app {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  height: 110px;
  border: 2px solid #B6B6B6;
  background-color: white;
  top: -89px;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  padding: 15px;
}
.details .details_box .app_verment .box_app .app .headphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details .details_box .app_verment .box_app .app .headphone .cam {
  width: 7px;
  height: 7px;
  background-color: #B6B6B6;
  border-radius: 50px;
}
.details .details_box .app_verment .box_app .app .headphone .baf {
  width: 58px;
  height: 1.5px;
  background-color: #B6B6B6;
  border-radius: 50px;
}
.details .details_box .app_verment .box_app .app .box_phone {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #B6B6B6;
  margin-top: 18px;
  background-color: #1E2A78;
}
.details .details_box .app_verment .box_app .app .box_phone img {
  width: 25px;
}
.details .details_box .app_verment .box_app button {
  border: 1px solid #B6B6B6;
  background-color: white;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 14px;
  color: #747474;
  width: 210px;
  position: relative;
  z-index: 1000;
}
.details .details_box .app_verment .box_app h1 {
  margin: 20px 0;
  font-size: 17px;
  margin-bottom: 10px;
  color: #16184e;
}
.details .details_box .app_verment .box_app p {
  font-size: 14px;
  margin-bottom: 0;
}
.details .details_box .btn_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 10px 32px 32px 32px;
}
.details .details_box .btn_sub button {
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background-color: #006ac7;
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error {
  background-color: #f3e9eb;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 8px 11px 16px;
  gap: 19px;
  border-radius: 13px;
}
.error img {
  left: 5px;
  position: relative;
  top: 5px;
}
.error p {
  line-height: 20px;
  color: rgba(166, 19, 0, 0.8509803922) !important;
  font-size: 15px;
}