:root {
  --primary-color: #0157ff;
}

.nav > li > a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 0 !important;
}
.nav > li > a:hover,  .nav > li.active > a{
  color: var(--primary-color) !important;
}
.nav > li {
  margin: 0 15px !important;
}
.nav li:first-child {
  margin-left: 0 !important;
}
.nav li:last-child {
  margin-right: 0 !important;
}
.header-nav.header-nav-main.nav-right {
  padding: 13px 30px;
  border-radius: 50px;
  background: #f7f7fd;
}
.nav > li > .gt-current-wrapper {
  padding: 10px 14px !important;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  gap: 10px;
  align-items: center;
}
.gt-current-wrapper::after {
  content: "\f107"; /* fa-chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
#logo {
  width: fit-content !important;
}

#home_banner {
  background: linear-gradient(90deg, #1845d1 0%, #066efb 48.48%);
  height: 850px;
  padding-top: 70px;
}
.home_banner-row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.home_banner-left-inner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.home_banner-left {
  padding-top: 45px;
  flex: 0 0 720px;
}
.home_banner-phone-img {
  z-index: 2;
  transform: translateY(-50px);
  position: relative;
}
.home_banner-left-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 30px;
}
.home_banner-download {
  margin-bottom: 30px;
}
.btn-custom {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;

  text-transform: capitalize;
  display: flex;
  gap: 6px;
  border-radius: 4px;
  align-items: center;
  width: fit-content;
}
.btn-custom.white {
  background: #fff;
  color: var(--primary-color) !important;
}
.partner-logo-item {
  height: 50px;
}
.partner-logo-item img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}
#partner {
  padding: 30px 0;
}
#about_socialfin {
  background: linear-gradient(90deg, #1845d1 0%, #066efb 48.48%);
  padding-top: 100px;
}
.about_socialfin-text h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about_socialfin-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.about_socialfin-card {
  padding: 30px 60px;
  border-radius: 35.386px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(7.077205657958984px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.about_socialfin-card-item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 35px;
}
.about_socialfin-card-item p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 0;
}
.about_alsolute-img {
  margin-top: -380px;
}
.about_socialfin-text {
  position: relative;
  z-index: 2;
}
#content-left-right {
  padding: 70px 0;
}
.finance_management_training,
.join_now {
  display: flex;
  align-items: center;
}
.content-left-right-img {
  flex: 0 0 50%;
}
.content-left-right-text h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.content-left-right-text h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;

  line-height: 150%;
}
.content-left-right-text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 15px;
}
.content-left-right-text ul {
  padding-left: 20px;
}
.online_competitions-row {
  display: flex;
  justify-content: space-between;
}
.online_competitions-left {
  flex: 0 0 650px;
  padding-left: 80px;
}
.online_competitions-heading h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
  position: relative;
}
.online_competitions-heading h2 svg {
  position: absolute;
  left: -80px;
  top: 0;
}
.online_competitions-content h3,
.online_competitions-slogan {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 17px;
}
.online_competitions-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}
.online_competitions-slogan {
  display: flex;
  align-items: center;
}
.online_competitions-slogan svg {
  flex: 0 0 116px;
}
.btn-custom.primary {
  color: #fff !important;
  background-color: var(--primary-color) !important;
}
#online_competitions {
  padding: 100px 0 150px;
  background: #f7f7fd;
}
.online_competitions-content {
  position: relative;
}
.online_competitions-content svg {
  position: absolute;
  left: -80px;
  top: 24px;
}
#banner_scholarship {
  position: relative;
}
.banner_scholarship-inner {
  position: absolute;
  width: 100%;
  bottom: 140px;
}
.banner_scholarship-inner-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.banner_scholarship-inner-text {
  max-width: 600px;
}
.loan_packages-heading h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 50px;
}
.loan_packages-heading h2 strong {
  color: var(--primary-color);
}
.loan_packages-heading {
  max-width: 855px;
  margin: 0 auto;
}
.loan_packages-row {
  display: flex;
  gap: 50px;
}
.loan_packages-left {
  flex: 0 0 610px;
}
.content_loan_packages h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.content_loan_packages-text ul {
  list-style: none; /* bỏ bullet mặc định */
  padding: 0;
  margin-bottom: 24px;
}

.content_loan_packages-text ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.content_loan_packages-text ul li::before {
  content: "✔"; /* dấu check */
  position: absolute;
  left: 0;
  top: 0;
  color: #000000; /* màu xanh lá, có thể đổi */
  font-weight: bold;
}
.condition_loan_packages h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.condition_loan_packages-text {
  padding: 24px;
  border-radius: 12px;
  background: #f7f7fd;
}
.condition_loan_packages-text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.condition_loan_packages {
  margin-bottom: 40px;
}
.testimonial-heading h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 50px;
}
.testimonial-heading h2 strong {
  color: var(--primary-color);
}
.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.testimonial-item {
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  background: #f7f7fd;
}
.testimonial-item-heading {
  display: flex;
  gap: 30px;
  align-items: center;
}
.testimonial-item-heading span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.testimonial-item-heading {
  margin-bottom: 12px;
}
.testimonial-item-rating {
  margin-bottom: 15px;
}
.testimonial-item-comment {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}
#loan_packages {
  padding: 50px 0 70px;
}
.form-contact-wrap {
  padding: 70px 135px 0;
  border-radius: 12px;
  background: linear-gradient(211deg, #0157ff 18.85%, #4ac0f2 105.91%);
  height: 562px;
}
.form-contact-heading h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
.form-contact-social {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.form-contact {
  padding: 40px 60px;
  border-radius: 12px;
  background: #f7f7fd;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.form-contact h2 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.form-group input,
.form-group textarea {
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1 !important;
  background: #fff !important;
  box-shadow: unset !important;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
}
.form-contact .wpcf7-submit {
  background-color: unset !important;
  margin: 0 auto !important;
  display: block !important;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  line-height: unset !important;
  height: unset !important;
  min-height: unset !important;
  border: unset !important;
}
.form-contact .form-submit::after {
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  background-image: url("../images/Vector\ 1.png");
}
.wpcf7-spinner {
  display: none !important;
}
.form-contact .form-submit {
  display: flex;
  background-color: var(--primary-color) !important;
  align-items: center;
  padding: 16px 24px;
  width: fit-content;
  border-radius: 4px;
  margin: 0 auto;
}
.form-contact form {
  margin-bottom: 0 !important;
}
.form-contact-inner {
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 180px;
  padding: 0 135px;
}
.form-contact-wrap {
  position: relative;
}

#form-contact {
  padding: 100px 0;
}
#footer {
  padding: 40px 150px;
  background: #000;
}

#fixed_social_icon {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 0;
}
#fixed_social_icon ul {
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 24px 0 0 24px;

  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(35px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#fixed_social_icon ul li {
  margin-bottom: 0;
}
#fixed_social_icon ul li a {
  opacity: 0.8;
  transition: all 0.5s;
}
#fixed_social_icon ul li a:hover {
  opacity: 1;
}
#fixed_social_icon ul li img {
  transition: all 0.5s;
}
#fixed_social_icon ul li a:hover img {
  transform: scale(1.1);
}

.footer-form h2 {
  color: #f8f4f1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: right;
}
.footer-form {
  max-width: 530px;
  margin-left: auto;
}
.footer-form .cf7-custom-form {
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px;
  border-radius: 81.333px;
  background-color: #fff;
}
.footer-form .cf7-custom-form input {
  line-height: unset !important;
  height: 53px !important;
  margin-bottom: 0 !important;
  border: unset !important;
  box-shadow: none !important;
}
.footer-form .cf7-custom-form .wpcf7-submit {
  margin: 0 !important;
  padding: 14px 22px !important;
  border-radius: 117.333px;
  text-align: center !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.footer-form .cf7-custom-form input::placeholder {
  color: rgba(18, 10, 11, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.footer-social-list {
  list-style: none;
  display: flex;

  gap: 20px;
  margin-bottom: 0;
}
.footer-social-list li {
  margin-bottom: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid rgba(248, 244, 241, 0.2);
}
.dropdown-menu.sub-menu {
  padding: 10px 0 !important;
  width: fit-content !important;
  min-width: 65px !important;
  background: #fff;
  top: 28px;
  flex-direction: column;
  align-items: center;
}
.menu-item-has-children:hover .dropdown-menu.sub-menu {
  display: flex;
}
.dropdown-menu.sub-menu li {
  width: fit-content;
}
.dropdown-menu.sub-menu li:last-child {
  margin-bottom: 0;
}
.translated-ltr .header-inner {
  max-width: 1540px !important;
}
.home_banner-overlay {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 80px;
  left: -23px;
  z-index: 1;
}

.home_banner-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

.home_banner-right {
  position: relative;
}
#wrapper .header.show-on-scroll, #wrapper .stuck .header-main {
   height: 100px !important;
}
#wrapper .stuck .header-main .nav > li > a{
    line-height: unset !important;
}