@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.container-box {
  max-width: 925px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

/*
==================
=== page index ===
==================
*/
.header-index {
  padding: 25px 0;
}
@media (max-width: 991px) {
  .header-index {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .header-index {
    background-color: #F0F0F0;
  }
}
@media (max-width: 390px) {
  .header-index .container-box {
    gap: 10px;
  }
}
.header-index .part-left .logo img {
  width: 210px;
  height: 35.81px;
}
@media (max-width: 390px) {
  .header-index .part-left .logo img {
    width: 100%;
    height: 100%;
  }
}
.header-index .part-left .links ul {
  list-style: none;
  gap: 20px;
  padding-left: 10px !important;
}
@media (max-width: 991px) {
  .header-index .part-left .links ul {
    display: none !important;
  }
}
.header-index .part-left .links ul li {
  position: relative;
}
.header-index .part-left .links ul li a {
  text-decoration: none;
  color: #CFCFCF;
  font-weight: 500;
}
.header-index .part-left .links ul li.active a {
  color: #0066B3;
  font-weight: 500;
  font-size: 15px;
}
.header-index .part-left .links ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FF6600;
  left: 0;
}
.header-index .part-right ul {
  list-style: none;
}
.header-index .part-right .p-lg {
  gap: 40px;
  font-size: 15px;
  color: #0569B4;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-index .part-right .p-lg {
    display: none !important;
  }
}
.header-index .part-right .p-lg li {
  gap: 2px;
}
.header-index .part-right .p-sm {
  display: none;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-index .part-right .p-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.header-index .part-right .p-sm li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
}
.header-index .form-lg {
  background-color: white;
  position: absolute;
  right: 0;
  width: 350px;
  top: 71px;
  padding: 20px;
  z-index: 1000;
  border: 1px solid #0569B4;
}
@media (max-width: 991px) {
  .header-index .form-lg {
    display: none !important;
  }
}
.header-index .form-lg::before {
  content: "";
  border-color: rgba(0, 102, 179, 0) rgba(0, 102, 179, 0) #0066b3;
  border-width: 20px;
  position: absolute;
  border-style: solid;
  top: -40px;
  z-index: 1000;
  right: 17px;
}
.header-index .form-lg::after {
  content: "";
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  border-width: 21px;
  position: absolute;
  border-style: solid;
  top: -40px;
  z-index: 1000;
  right: 16px;
}
.header-index .form-lg .title {
  position: relative;
}
.header-index .form-lg .title p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #818181;
}
.header-index .form-lg form label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #0066B3;
}
.header-index .form-lg form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-index .form-lg form .form-group .input-group {
  position: relative;
  width: 82%;
  border: 1px solid #CFCFCF;
}
.header-index .form-lg form .form-group .input-group input {
  padding-left: 10px;
  font-weight: 500;
  width: 90%;
  border: none;
  outline: none;
}
.header-index .form-lg form .form-group .input-group button {
  position: absolute;
  background-color: white;
  right: 0;
  height: 100%;
  border: none;
  width: 43px;
  outline: none;
}
.header-index .form-lg form .form-group .input-group button img {
  width: 25px;
  height: 24px;
}
.header-index .form-lg form .form-group .btn-form2 {
  border: none;
  outline: none;
}
.header-index .form-lg form .form-group .btn-form2 img {
  width: 40px;
  height: auto;
}

.form-sm {
  background-color: white;
  position: relative;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 1000;
  border: 1px solid #0569B4;
  display: none;
}
@media (max-width: 991px) {
  .form-sm {
    display: block !important;
  }
}
.form-sm .title {
  position: relative;
}
.form-sm .title p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #818181;
}
.form-sm form label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #0066B3;
}
.form-sm form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.form-sm form .form-group .input-group {
  position: relative;
  width: 100%;
  border: 1px solid #CFCFCF;
}
.form-sm form .form-group .input-group input {
  padding-left: 10px;
  font-weight: 500;
  width: 90%;
  border: none;
  outline: none;
}
.form-sm form .form-group .input-group button {
  position: absolute;
  background-color: white;
  right: 0;
  height: 100%;
  border: none;
  width: 43px;
  outline: none;
}
.form-sm form .form-group .input-group button img {
  width: 25px;
  height: 24px;
}
.form-sm form .form-group .btn-form2 {
  border: none;
  outline: none;
}
.form-sm form .form-group .btn-form2 img {
  width: 40px;
  height: auto;
}

.intro-home {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 700px) {
  .intro-home {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .intro-home {
    height: 400px;
  }
}
.intro-home .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.intro-home .slid-btn {
  width: 35px;
  height: 35px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid white;
  position: relative;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: rgba(51, 51, 51, 0.2196078431);
}
@media (max-width: 1028px) {
  .intro-home .slid-btn {
    display: none;
  }
}
.intro-home .pre {
  left: 5px;
}
.intro-home .pre::before {
  content: "";
  background-image: url("../imgs/icons.png");
  background-position: -350px -343px;
  background-repeat: no-repeat;
  position: absolute;
  width: 35px;
  height: 35px;
}
.intro-home .next {
  right: 5px;
}
.intro-home .next::before {
  content: "";
  background-image: url("../imgs/icons.png");
  background-position: -393px -299px;
  background-repeat: no-repeat;
  position: absolute;
  height: 35px;
  width: 35px;
}
.intro-home .container-box {
  height: 78vh;
  position: relative;
}
.intro-home .container-box .info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 350px;
}
@media (max-width: 991px) {
  .intro-home .container-box .info {
    display: none !important;
  }
}
.intro-home .container-box .info h1 {
  color: white;
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 45px;
}
.intro-home .container-box .info p {
  color: white;
  font-weight: 500;
  margin-bottom: 30px;
}
.intro-home .container-box .info button {
  background-color: #FF6600;
  color: white;
  width: 154px;
  padding: 8px 20px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.intro-home .container-box .info button img {
  margin-left: 8px;
}

.info-2 {
  display: none;
  background-color: #0569B4;
  padding: 20px;
}
@media (max-width: 991px) {
  .info-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-2 .info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 350px;
}
.info-2 .info h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 40px;
  width: 250px;
}
@media (max-width: 767px) {
  .info-2 .info h1 {
    font-size: 25px;
  }
}
.info-2 .info p {
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .info-2 .info p {
    font-size: 15px;
  }
}
.info-2 .info button {
  background-color: #FF6600;
  color: white;
  width: 154px;
  padding: 8px 20px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.info-2 .info button img {
  margin-left: 8px;
}

.list {
  background-color: #F0F0F0;
}
@media (max-width: 991px) {
  .list {
    display: none;
  }
}
.list .container-box ul {
  list-style: none;
  margin: auto;
  max-width: 860px;
  margin: auto;
}
.list .container-box ul li {
  padding: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid white;
  color: #0066B3;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.list .container-box ul li img {
  width: 21px;
  height: 11px;
}
.list .container-box ul li:nth-child(5) {
  border-right: 1px solid white;
}
.list .container-box ul li .show {
  padding-left: 5px;
}
.list .container-box ul li.map p {
  color: #FF6600 !important;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}
.list .container-box ul li.map .img-map {
  width: 17px;
  height: 25px;
}

.customer {
  margin-top: 30px;
}
.customer .title h2 {
  color: #002D67;
}
@media (max-width: 767px) {
  .customer .title h2 {
    font-size: 25px;
  }
}
.customer .articles {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .customer .articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .customer .articles .article {
    border-bottom: 1px solid #CFCFCF;
  }
}
.customer .articles .article .tile-art {
  color: #0066B3;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.customer .articles .article p {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
  margin-top: 7px;
  padding-bottom: 7px;
}
.customer .articles .article .btn-art {
  text-decoration: none;
}
.customer .articles .article .btn-art p {
  font-weight: 500;
  font-size: 13px;
  color: #0066B3;
  padding-right: 2px;
}
.customer .articles .article .btn-art img {
  width: 9px;
  height: 11px;
}
@media (max-width: 575px) {
  .customer .articles .article .btn-art {
    padding-bottom: 20px;
  }
}
.customer .show-all {
  width: 100%;
  margin-top: 25px;
}
.customer .show-all .btn-art {
  font-weight: 500;
  font-size: 14px;
  color: #0066B3;
  text-decoration: none;
}
.customer .show-all .btn-art p {
  padding-right: 5px;
}
.customer .show-all .btn-art img {
  width: 9px;
  height: 12px;
}

.support {
  background-color: #F0F0F0;
  padding-top: 40px;
  margin-top: 50px;
}
.support .title h2 {
  color: #002D67;
}
@media (max-width: 767px) {
  .support .title h2 {
    font-size: 25px;
  }
}
.support img {
  width: 100%;
}
.support .sm-support {
  display: none;
}
@media (max-width: 1321px) {
  .support .sm-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1000px) {
  .support .sm-support {
    display: none;
  }
}
.support .xs-support {
  display: none;
}
@media (max-width: 1000px) {
  .support .xs-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 959px) {
  .support .xs-support {
    display: none;
  }
}
@media (max-width: 1321px) {
  .support .lg-support {
    display: none;
  }
}
.support .group-select {
  display: none !important;
  padding-bottom: 30px;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 959px) {
  .support .group-select {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.support .group-select select {
  width: 100%;
  padding: 5px 10px;
  color: #818181;
  outline: none;
  border: 1px solid #CFCFCF;
  font-size: 15px;
}
.support .group-select .btn-select {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  outline: none;
}
.support .group-select .btn-select::before {
  content: "";
  background-image: url(../imgs/link-icons.png);
  background-position: 16px -494px;
  width: 116px;
  height: 42px;
}

.services {
  margin-top: 50px;
}
.services .title h2 {
  color: #002D67;
}
@media (max-width: 767px) {
  .services .title h2 {
    font-size: 25px;
  }
}
.services .wrapper-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.services .wrapper-services:not(:nth-child(3)) {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .services .wrapper-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .services .wrapper-services .card {
    width: 100% !important;
    border-bottom: 1px solid #CFCFCF !important;
  }
}
.services .wrapper-services .card .card-body .title-ser {
  text-decoration: none;
  color: #0066B3;
  font-size: 15px;
  font-weight: 500;
}
.services .wrapper-services .card .card-body p {
  margin-top: 5px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #4C4C4C;
  padding-bottom: 5px;
}
.services .wrapper-services .card .card-body .btn-art {
  padding-bottom: 0 !important;
  text-decoration: none;
}
.services .wrapper-services .card .card-body .btn-art p {
  font-weight: 500;
  font-size: 13px;
  color: #0066B3;
  padding-right: 2px;
}
.services .wrapper-services .card .card-body .btn-art img {
  width: 9px;
  height: 11px;
}
@media (max-width: 575px) {
  .services .wrapper-services .card .card-body .btn-art {
    padding-bottom: 20px;
  }
}

.box {
  margin-top: 25px;
}
.box .title {
  background-color: #0066B3;
  padding: 20px 20px;
  position: relative;
}
.box .title::after {
  content: "";
  border: solid transparent;
  border-color: #0066b3 rgba(0, 102, 179, 0) rgba(0, 102, 179, 0);
  border-width: 20px;
  border-style: solid;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -38px;
}
.box .title h2 {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}
.box .wrapper-input {
  border: 1px solid #0066B3;
  width: 100%;
  height: 100px;
}
.box .wrapper-input .input-group {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.box .wrapper-input .input-group input {
  outline: none;
  border: 1px solid #CFCFCF;
  padding-left: 10px;
}
.box .wrapper-input .input-group button {
  border: none;
  outline: none;
}
.box .wrapper-input .input-group button img {
  height: 32px;
}

.customers {
  margin-top: 60px;
  padding-top: 40px;
  background-color: #F0F0F0;
}
.customers p {
  color: #002D67;
  font-weight: 500;
}
.customers .wrapper-custmer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-bottom: 5px;
  gap: 30px;
}
@media (max-width: 595px) {
  .customers .wrapper-custmer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 435px) {
  .customers .wrapper-custmer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .customers .wrapper-custmer img {
    width: 100%;
  }
}
.customers .show-all {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 40px;
}
.customers .show-all .btn-a {
  font-weight: 500;
  font-size: 14px;
  color: #0066b3;
  text-decoration: none;
}
.customers .show-all .btn-a p {
  padding-right: 5px;
}
.customers .show-all .btn-a img {
  width: 9px;
  height: 12px;
}

.footer-index {
  background-color: #0066b3;
  padding-top: 40px;
}
.footer-index p {
  color: white;
  font-weight: 500;
  font-size: 17px;
}
.footer-index span {
  font-size: 13px;
  color: white;
  font-weight: 700;
}
.footer-index ul {
  list-style: none;
}
.footer-index ul li {
  font-size: 13px;
  color: white;
  margin-top: 20px;
}
.footer-index .copyght ul li {
  margin-top: 0;
  padding: 0 8px;
}
.footer-index .copyght ul li:not(:nth-child(1)) {
  border-left: 1px solid white;
}

/*
==================
=== page login ===
==================
*/
.tape {
  width: 100%;
  height: 44px;
  background-color: #002D67;
}
@media (max-width: 575px) {
  .tape {
    display: none;
  }
}

.header-login {
  width: 100%;
  padding: 16px 0;
  background-color: white;
  border-bottom: 1px solid #d9e0e8;
}
.header-login .logo {
  padding-left: 77px;
}
@media (max-width: 1200px) {
  .header-login .logo {
    padding-left: 25px;
  }
}
.header-login .logo img {
  height: 40px;
  width: auto;
}

.wrapper-box-login {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .wrapper-box-login {
    width: 95%;
    margin: auto;
    margin-top: 40px !important;
  }
}
.wrapper-box-login .row {
  gap: 35px;
}
@media (max-width: 1200px) {
  .wrapper-box-login .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper-box-login form {
  width: 100%;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.wrapper-box-login form .title {
  margin-bottom: 15px;
}
.wrapper-box-login form .title h2 {
  font-weight: 700;
  color: #002D67;
}
.wrapper-box-login form .form-group {
  width: 100%;
  border: 1px solid #002D67;
  height: 60px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.wrapper-box-login form .form-group:nth-child(4) {
  margin-top: 20px;
}
.wrapper-box-login form .form-group input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 35px 13px;
  background: none;
  z-index: 1000;
}
.wrapper-box-login form .form-group label {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #86898B;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-box-login form .form-group label.focus {
  position: absolute;
  left: 10px;
  top: 24%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #86898B;
  font-size: 12px;
}
.wrapper-box-login form .form-group img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 24px;
  z-index: 10000;
  cursor: pointer;
}
.wrapper-box-login form .erorr {
  color: #E00000;
  display: none !important;
}
.wrapper-box-login form .erorr i {
  font-size: 22px;
  padding-right: 5px;
}
.wrapper-box-login form .btns-form {
  width: 100%;
}
.wrapper-box-login form .btns-form button:nth-child(1) {
  background: none;
  border: 2px solid #0066B3;
  padding: 9px 55px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: #0066B3;
}
@media (max-width: 575px) {
  .wrapper-box-login form .btns-form button:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.wrapper-box-login form .btns-form button:nth-child(2) {
  background: #0066B3;
  padding: 9px 55px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  border: none;
}
@media (max-width: 575px) {
  .wrapper-box-login form .btns-form button:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 575px) {
  .wrapper-box-login form .btns-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10PX;
  }
}
.wrapper-box-login .app {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 600;
}
.wrapper-box-login .app a {
  color: #0066B3;
}
.wrapper-box-login .app a:hover {
  text-decoration: none;
}
.wrapper-box-login .wr2 {
  width: 46.666667%;
}
.wrapper-box-login .wr2 .card {
  -webkit-box-shadow: 0px 0px 7px 5px #eee;
          box-shadow: 0px 0px 7px 5px #eee;
  border-radius: 10px !important;
  overflow: hidden;
}
.wrapper-box-login .wr2 .card .card-body {
  padding: 20px 30px !important;
}
@media (max-width: 1200px) {
  .wrapper-box-login .wr2 .card .card-body {
    padding: 14px 25px !important;
  }
}
.wrapper-box-login .wr2 .card .card-body span {
  font-size: 12px;
  font-weight: 600;
  color: #818181;
}
.wrapper-box-login .wr2 .card .card-body .title-card {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: black;
}
.wrapper-box-login .wr2 .card .card-body .card-text {
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  margin-top: 15px;
}
.wrapper-box-login .wr2 .card .card-body .card-text i {
  font-size: 25px;
  color: #0066b3;
  cursor: pointer;
}
.wrapper-box-login .wr2 .card .card-body .ather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  color: #0066B3;
  text-decoration: none;
  gap: 10px;
}
.wrapper-box-login .wr2 .card .card-body .ather i {
  font-weight: normal;
  color: #0066B3;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .wrapper-box-login .wr2, .wrapper-box-login .wr1 {
    width: 100%;
  }
}

.navlist {
  background-color: #002D67;
  margin-top: 30px;
  padding: 35px 0 !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navlist ul {
  list-style: none;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 21px;
}
.navlist ul li {
  color: white;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.navlist ul li:not(:nth-child(7))::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%;
  right: -11px;
  top: 8px;
}

.first-text {
  font-size: 12px;
  color: #818181;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .footer-login .xlg {
    display: none;
  }
  .footer-login .lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 60px) {
  .footer-login .lg {
    display: none !important;
  }
  .footer-login .md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 402px) {
  .footer-login .md {
    display: none !important;
  }
  .footer-login .sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}

/*
=====================
=== page phototan ===
=====================
*/
.wrapper-box-phototan {
  width: 75%;
  margin: auto;
  margin-top: 80px;
}
.wrapper-box-phototan .adver-top {
  width: 100%;
  padding: 14px 10px;
  border-left: 3px solid #FF6600;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #EDF0F4;
  color: #222223;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .wrapper-box-phototan {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .wrapper-box-phototan {
    width: 90%;
    margin: auto;
  }
}
.wrapper-box-phototan .row {
  gap: 35px;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper-box-phototan .row .wr1 h3 {
  font-weight: 700;
  color: #252525;
  font-size: 17px;
}
.wrapper-box-phototan .row .wr1 .option .choose p {
  font-weight: 700;
  font-size: 13px;
}
.wrapper-box-phototan .row .wr1 .option .par {
  font-size: 13px;
  padding-left: 25px;
}
.wrapper-box-phototan .row .wr1 .option .par a {
  font-weight: 600;
}
.wrapper-box-phototan .row .wr1 .option .par span {
  font-weight: 700;
  font-size: 13px;
}
.wrapper-box-phototan .row .wr1 .option span {
  font-weight: 700;
  font-size: 13px;
}
.wrapper-box-phototan .row .wr1 .worning-simple {
  margin-top: 20px;
}
.wrapper-box-phototan .row .wr1 .worning-simple span a {
  font-size: 13px;
  color: #287EBE;
  font-weight: 600;
}
.wrapper-box-phototan .row .wr1 .btn-reset {
  margin-top: 260px;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .row .wr1 .btn-reset {
    margin-top: 30px;
    display: none;
  }
}
.wrapper-box-phototan .row .wr1 .btn-reset button {
  background: none;
  border: 2px solid #0066B3;
  padding: 8px 33px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: #0066B3;
}
.wrapper-box-phototan .row .wr2 {
  width: 46%;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .row .wr2 {
    width: 100%;
  }
}
.wrapper-box-phototan .row .wr2 h3 {
  font-weight: 700;
  color: #252525;
  font-size: 17px;
}
.wrapper-box-phototan .row .wr2 .show {
  margin-top: 20px;
  cursor: pointer;
}
.wrapper-box-phototan .row .wr2 .show span {
  color: #0267B4;
  font-size: 13px;
  font-weight: 600;
}
.wrapper-box-phototan .row .wr2 .show span i {
  font-size: 18px;
}
.wrapper-box-phototan .row .wr2 .select {
  border: 1px solid #222223;
  margin-top: 25px;
  padding: 3px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.wrapper-box-phototan .row .wr2 .select .selected span {
  font-size: 12px;
}
.wrapper-box-phototan .row .wr2 .select .selected p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}
.wrapper-box-phototan .row .wr2 .select i {
  font-size: 18px;
}
.wrapper-box-phototan .row .wr2 .form-wr {
  width: 100%;
  padding: 14px 10px;
  border-left: 3px solid #FF6600;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #EDF0F4;
  color: #222223;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
}
.wrapper-box-phototan .row .wr2 .form-wr .zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: 23px;
}
.wrapper-box-phototan .row .wr2 .form-wr .photo {
  width: 195px;
  margin: auto;
}
.wrapper-box-phototan .row .wr2 .form-wr .photo img {
  width: 195px;
  height: auto;
}
.wrapper-box-phototan .row .wr2 .form-wr span {
  font-size: 12px;
  font-weight: 5ss00;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-box-phototan .row .wr2 .form-wr .form-group {
  width: 100%;
  border: 1px solid #002D67;
  height: 53px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.wrapper-box-phototan .row .wr2 .form-wr .form-group input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 28px 13px 18px;
  background: none;
  z-index: 1000;
  background-color: white;
}
.wrapper-box-phototan .row .wr2 .form-wr .form-group label {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #86898B;
  z-index: 1000;
}
.wrapper-box-phototan .row .wr2 .form-wr .form-group label.focus {
  position: absolute;
  left: 10px;
  top: 24%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #86898B;
  font-size: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-box-phototan .row .wr2 .form-wr .form-group img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 24px;
}
.wrapper-box-phototan .row .wr2 .form-wr .erorr {
  color: #E00000;
}
.wrapper-box-phototan .row .wr2 .menu {
  gap: 6px;
}
.wrapper-box-phototan .row .wr2 .menu p {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
}
.wrapper-box-phototan .row .wr2 .btns-form {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .row .wr2 .btns-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
  background: none;
  border: 2px solid #0066B3;
  padding: 8px 33px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: #0066B3;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.wrapper-box-phototan .row .wr2 .btns-form button:nth-child(2) {
  background: #98C1E0;
  padding: 8px 33px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  border: none;
}
@media (max-width: 575px) {
  .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.wrapper-box-phototan .row .wr2 .btns-form button:nth-child(2).active {
  background-color: #0066B3;
}
@media (max-width: 575px) {
  .wrapper-box-phototan .row .wr2 .btns-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10PX;
  }
}
.wrapper-box-phototan .title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .title {
    margin-top: 50px;
  }
}
.wrapper-box-phototan .title h2 {
  font-weight: 700;
  color: #002D67;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan .wr2, .wrapper-box-phototan .wr1 {
    width: 100%;
  }
}

/*
==================
= page  phototan =
==================
*/
.wrapper-box-phototan2 .row .wr1 .btn-reset {
  margin-top: 163px;
}
.wrapper-box-phototan2 form {
  margin-top: 25px;
}
.wrapper-box-phototan2 form .info p {
  font-size: 12px;
  padding-left: 25px;
  padding-left: 0;
  padding-bottom: 3px;
  font-weight: 600;
}
.wrapper-box-phototan2 .btns-form {
  margin-top: 20px !important;
}

/*
==================
=== page  card ===
==================
*/
.box-cc {
  max-width: 600px;
  margin: 0 auto;
}
.box-cc .title h1 {
  font-size: 16px;
  font-weight: 700;
}
.box-cc .menu {
  gap: 6px;
}
.box-cc .menu p {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
}
.box-cc .somexx {
  font-size: 12px;
  font-weight: 600;
  color: #818181;
  margin-top: 20px;
}
.box-cc .wrapper-form {
  width: 100%;
  padding: 14px 10px 30px;
  border-left: 3px solid #FF6600;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #EDF0F4;
  color: #222223;
  font-size: 12px;
  font-weight: 600;
}
.box-cc .wrapper-form .form-group {
  width: 100%;
  border: 1px solid #002D67;
  height: 53px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.box-cc .wrapper-form .form-group input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 28px 13px 18px;
  background: none;
  z-index: 1000;
  background-color: white;
}
.box-cc .wrapper-form .form-group label {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #86898B;
  z-index: 1000;
}
.box-cc .wrapper-form .form-group label.focus {
  position: absolute;
  left: 10px;
  top: 24%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #86898B;
  font-size: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.box-cc .wrapper-form .form-group img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 24px;
}
.box-cc .wrapper-form .erorr {
  color: #E00000;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-cc .btn-sub button {
  background: #98C1E0;
  padding: 8px 33px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  border: none;
}
.box-cc .btn-sub button.active {
  background-color: #0066B3;
}

/*
====================
=== page success ===
====================
*/
.wrapper-success {
  max-width: 700px;
  margin: 0 auto;
  padding: 70px;
}
@media (max-width: 640px) {
  .wrapper-success {
    padding: 70px 0;
    width: 90%;
  }
}
.wrapper-success img {
  width: 100px;
}
.wrapper-success h1 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
}
.wrapper-success P {
  color: #818181;
}

/*
=========================
=== page phototanfile ===
=========================
*/
.wrapper-box-phototan_fil .row {
  gap: 35px;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan_fil .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper-box-phototan_fil .row .wr1 h3 {
  font-weight: 700;
  color: #252525;
  font-size: 14px;
}
.wrapper-box-phototan_fil .row .wr1 .txt-top {
  font-size: 14px;
}
.wrapper-box-phototan_fil .row .wr2 {
  width: 46%;
}
@media (max-width: 1200px) {
  .wrapper-box-phototan_fil .row .wr2 {
    width: 100%;
  }
}
.wrapper-box-phototan_fil .row .wr2 form #tan-file {
  display: none;
}
.wrapper-box-phototan_fil .row .wr2 form label {
  margin-top: 30px;
  width: 100%;
  padding: 14px 10px 30px;
  border-left: 3px solid #FF6600;
  border-top: 3px dotted rgba(194, 194, 194, 0.4588235294);
  border-right: 3px dotted rgba(194, 194, 194, 0.4588235294);
  border-bottom: 3px dotted rgba(194, 194, 194, 0.4588235294);
  margin-bottom: 5px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #EDF0F4;
  color: #222223;
  font-size: 12px;
  font-weight: 600;
  padding: 60px 20px;
}
.wrapper-box-phototan_fil .row .wr2 form label h1 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}
.wrapper-box-phototan_fil .row .wr2 form label i {
  font-size: 30px;
}
.wrapper-box-phototan_fil .row .wr2 form .erorr {
  color: #E00000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 700;
}
.wrapper-box-phototan_fil .row .wr2 .btn-sub button {
  background: #98C1E0;
  padding: 8px 33px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  border: none;
}
.wrapper-box-phototan_fil .row .wr2 .btn-sub button.active {
  background-color: #0066B3;
}

.boxes-op {
  width: 100%;
}
.boxes-op .or {
  color: #002D67;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  position: relative;
  text-align: center;
}
.boxes-op .or::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.05pc;
  background-color: #dadadb;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.boxes-op .or span {
  background-color: white;
  position: relative;
  z-index: 1000;
  padding: 0 5px;
}
.boxes-op .box-op {
  background-color: rgb(240, 240, 240);
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.boxes-op .box-op:first-child {
  margin-top: 45px;
}
.boxes-op .box-op .title {
  color: #FF6600;
  font-weight: 600;
}
.boxes-op .box-op .text {
  font-size: 14px;
}